Changes in uspace/lib/usbhost/src/utility.c [e0a5d4c:013e5d32] in mainline
- File:
-
- 1 edited
-
uspace/lib/usbhost/src/utility.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/utility.c
re0a5d4c r013e5d32 159 159 | (USB_REQUEST_TYPE_CLASS << 5) 160 160 | USB_REQUEST_RECIPIENT_DEVICE, 161 .request = USB_DEVREQ_GET_DESCRIPTOR, \162 .value = uint16_host2usb(type << 8), \161 .request = USB_DEVREQ_GET_DESCRIPTOR, 162 .value = uint16_host2usb(type << 8), 163 163 .length = sizeof(*desc), 164 164 };
Note:
See TracChangeset
for help on using the changeset viewer.
