Changeset 82783b0 in mainline for uspace/lib/usb/src/usbdrvreq.c
- Timestamp:
- 2010-12-12T12:45:38Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b82ec8d, e7726a4
- Parents:
- 1103374
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/usbdrvreq.c
r1103374 r82783b0 162 162 .request = USB_DEVREQ_GET_DESCRIPTOR, 163 163 .index = 0, 164 .length = sizeof(usb_standard_ device_descriptor_t)164 .length = sizeof(usb_standard_configuration_descriptor_t) 165 165 }; 166 166 setup_packet.value_high = USB_DESCTYPE_CONFIGURATION; … … 225 225 .request = USB_DEVREQ_GET_DESCRIPTOR, 226 226 .index = 0, 227 .length = sizeof(usb_standard_device_descriptor_t)227 .length = buffer_size 228 228 }; 229 229 setup_packet.value_high = USB_DESCTYPE_CONFIGURATION;
Note:
See TracChangeset
for help on using the changeset viewer.