This commit is contained in:
NIIBE Yutaka
2010-10-22 09:24:12 +09:00
parent 0fb4c91db3
commit 1d56c8d14f
7 changed files with 17 additions and 16 deletions

View File

@@ -207,7 +207,7 @@ static const uint8_t gnukStringSerial[] = {
8*2+2, /* bLength */
USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */
'2', 0, '0', 0, '1', 0, '0', 0,
'0', 0, '9', 0, '1', 0, '0', 0
'1', 0, '0', 0, '2', 0, '2', 0
};
const ONE_DESCRIPTOR Device_Descriptor = {

View File

@@ -39,11 +39,6 @@
static void
gnuk_device_init (void)
{
/*
* Update the serial number string descriptor (if needed)
*/
Get_SerialNum ();
pInformation->Current_Configuration = 0;
/* Connect the device */