| Index: extensions/common/api/usb.idl
|
| diff --git a/extensions/common/api/usb.idl b/extensions/common/api/usb.idl
|
| index 21e4bd3cdfb29845f91fb5737154d10bd1b6344f..f0d42eb8de5070e08b64c2080288c72624957b01 100644
|
| --- a/extensions/common/api/usb.idl
|
| +++ b/extensions/common/api/usb.idl
|
| @@ -31,6 +31,8 @@ namespace usb {
|
| long vendorId;
|
| // The product ID.
|
| long productId;
|
| + // The device version (bcdDevice field).
|
| + long version;
|
| // The iProduct string read from the device, if available.
|
| DOMString productName;
|
| // The iManufacturer string read from the device, if available.
|
|
|