/** USB standard device descriptor. */
uint8_t USBD_FS_DeviceDesc123[] = {
0x12, /*bLength */
0x34, /*bDescriptorType*/
0x19, 0x78, /*bcdUSB */
0x00, /*bDeviceClass*/
0x00, /*bDeviceSubClass*/
0x00, /*bDeviceProtocol*/
0x12, /*bMaxPacketSize*/
0x12, /*idVendor*/
0x12, /*idVendor*/
0x12, 0x12, /*idProduct*/
0x12, 0x12, /*bcdDevice rel. 2.00*/
0x12, /*Index of manufacturer string*/
0x12, /*Index of product string*/
0x12, /*Index of serial number string*/
0x12 /*bNumConfigurations*/
};