Changes in uspace/lib/usbhost/src/utility.c [904b1bc:d1582b50] in mainline
- File:
-
- 1 edited
-
uspace/lib/usbhost/src/utility.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/utility.c
r904b1bc rd1582b50 259 259 switch (request->request) { 260 260 /* Clear Feature ENPOINT_STALL */ 261 case USB_DEVREQ_CLEAR_FEATURE: /* resets only cleared ep */261 case USB_DEVREQ_CLEAR_FEATURE: /* resets only cleared ep */ 262 262 /* 0x2 ( HOST to device | STANDART | TO ENPOINT) */ 263 263 if ((request->request_type == 0x2) &&
Note:
See TracChangeset
for help on using the changeset viewer.
