|
|
@@ -86,7 +86,7 @@ static struct usb_device_descriptor device_desc = {
|
|
|
/* .bMaxPacketSize0 = f(hardware) */
|
|
|
.idVendor = cpu_to_le16(GS_VENDOR_ID),
|
|
|
/* .idProduct = f(use_acm) */
|
|
|
- .bcdDevice = cpu_to_le16(GS_VERSION_NUM << 16),
|
|
|
+ .bcdDevice = cpu_to_le16(GS_VERSION_NUM),
|
|
|
/* .iManufacturer = DYNAMIC */
|
|
|
/* .iProduct = DYNAMIC */
|
|
|
.bNumConfigurations = 1,
|