Revision 3b46e624 hw/usb-msd.c

b/hw/usb-msd.c
99 99
				     5: Remote wakeup,
100 100
				     4..0: resvd */
101 101
	0x00,       /*  u8  MaxPower; */
102
     
102

  
103 103
	/* one interface */
104 104
	0x09,       /*  u8  if_bLength; */
105 105
	0x04,       /*  u8  if_bDescriptorType; Interface */
......
110 110
	0x06,       /*  u8  if_bInterfaceSubClass; SCSI */
111 111
	0x50,       /*  u8  if_bInterfaceProtocol; Bulk Only */
112 112
	0x00,       /*  u8  if_iInterface; */
113
    
113

  
114 114
	/* Bulk-In endpoint */
115 115
	0x07,       /*  u8  ep_bLength; */
116 116
	0x05,       /*  u8  ep_bDescriptorType; Endpoint */

Also available in: Unified diff