Skip to content

Commit

Permalink
Bump the bcdDevice to 2.01 now that the DFU descriptor is fixed
Browse files Browse the repository at this point in the history
To let DFU programmers such as dfu-util know that they can trust
the DFU functional descriptor on this device.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Acked-by: Marti Bolivar <mbolivar@leaflabs.com>
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
  • Loading branch information
Marti Bolivar committed May 15, 2012
1 parent 2845c22 commit c86a460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb_descriptor.c
Expand Up @@ -50,7 +50,7 @@ u8 u8_usbDeviceDescriptorDFU[18] =
PROD_ID0, /* idProduct (0x1001 or 1002) */
PROD_ID1,

0x00, /* bcdDevice*/
0x01, /* bcdDevice*/
0x02,
0x01, /* iManufacturer : index of string Manufacturer */
0x02, /* iProduct : index of string descriptor of product*/
Expand Down

0 comments on commit c86a460

Please sign in to comment.