- Add revision to USB descriptor

git-svn-id: https://svn.openpcd.org:2342/trunk@237 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
This commit is contained in:
laforge 2006-09-30 22:21:39 +00:00
parent 7d1d85c02e
commit d61fac8fff
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ const struct usb_device_descriptor dev_descriptor = {
.bMaxPacketSize0 = 0x08,
.idVendor = USB_VENDOR_ID,
.idProduct = USB_PRODUCT_ID,
.bcdDevice = 0x0000,
.bcdDevice = 0x0030, /* Version 0.3 */
.iManufacturer = 3,
.iProduct = 4,
.iSerialNumber = 0x00,