Skip to content

Commit

Permalink
Fix DFU functionalal descriptor version number, string descriptor for
Browse files Browse the repository at this point in the history
ram target
  • Loading branch information
Perry Hung committed Jul 11, 2010
1 parent d86b0ec commit 95e1150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usb_descriptor.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ u8 u8_usbConfigDescriptorDFU[36] =
0xFF,
(wTransferSize & 0x00FF),
(wTransferSize & 0xFF00) >> 8, /* TransferSize = 1024 Byte*/
0x1A, /* bcdDFUVersion*/
0x01
0x01, /* bcdDFUVersion*/
0x00
/***********************************************************/
/*36*/
};
Expand Down Expand Up @@ -175,7 +175,7 @@ u8 u8_usbStringSerial[0x10] =

u8 u8_usbStringAlt0[0x36] =
{
0x10,
0x36,
0x03,
'D',0,'F',0,'U',0,' ',0,'P',0,'r',0,'o',0,'g',0,'r',0,
'a',0,'m',0,' ',0,'R',0,'A',0,'M',0,' ',0,'0',0,'x',0,
Expand Down

0 comments on commit 95e1150

Please sign in to comment.