Changes in uspace/lib/usbdev/src/devdrv.c [09ab0a9a:d1582b50] in mainline
- File:
-
- 1 edited
-
uspace/lib/usbdev/src/devdrv.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/devdrv.c
r09ab0a9a rd1582b50 482 482 483 483 if (endpoints) { 484 /* Create and register other pipes than default control (EP 0) */484 /* Create and register other pipes than default control (EP 0) */ 485 485 rc = usb_device_create_pipes(usb_dev, endpoints); 486 486 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.
