application usb descriptors changed to use real name
This commit is contained in:
@@ -156,8 +156,8 @@ const USB_DEVICE_DESCRIPTOR device_dsc=
|
|||||||
0x00, // Subclass code
|
0x00, // Subclass code
|
||||||
0x00, // Protocol code
|
0x00, // Protocol code
|
||||||
USB_EP0_BUFF_SIZE, // Max packet size for EP0, see usb_config.h
|
USB_EP0_BUFF_SIZE, // Max packet size for EP0, see usb_config.h
|
||||||
0x04D8, // Vendor ID, see usb_config.h
|
0x1209, // Vendor ID, see usb_config.h
|
||||||
0x005E, // Product ID, see usb_config.h
|
0x0600, // Product ID, see usb_config.h
|
||||||
0x0001, // Device release number in BCD format
|
0x0001, // Device release number in BCD format
|
||||||
0x01, // Manufacturer string index
|
0x01, // Manufacturer string index
|
||||||
0x02, // Product string index
|
0x02, // Product string index
|
||||||
|
|||||||
Reference in New Issue
Block a user