USB: fix BV comment

This commit is contained in:
King Kévin 2018-04-07 11:13:53 +02:00
parent 1baf3bbea9
commit 46341317be
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ static const struct usb_device_descriptor usb_cdcacm_device_descriptor = {
.bDeviceProtocol = 0, /**< unused */
.bMaxPacketSize0 = 64, /**< packet size for endpoint zero in bytes */
.idVendor = 0x1209, /**< pid.codes vendor ID */
.idProduct = 0x4256, /**< BusVoodo product ID within the Vendor ID space */
.idProduct = 0x4256, /**< BusVoodoo product ID within the Vendor ID space */
.bcdDevice = 0x0000, /**< Device Release Number: board version number */
.iManufacturer = 1, /**< the index of the string in the string table that represents the name of the manufacturer of this device */
.iProduct = 2, /**< the index of the string in the string table that represents the name of the product */