Changes in uspace/lib/usbhost/src/utility.c [d1582b50:904b1bc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/utility.c
rd1582b50 r904b1bc 259 259 switch (request->request) { 260 260 /* Clear Feature ENPOINT_STALL */ 261 case USB_DEVREQ_CLEAR_FEATURE: /* 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.