Changes in uspace/lib/usbdev/src/devdrv.c [3bacee1:7c3fb9b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/devdrv.c
r3bacee1 r7c3fb9b 453 453 } 454 454 455 /* This pipe was registered by the hub driver, 456 * during device initialization. */ 455 /* 456 * This pipe was registered by the hub driver, 457 * during device initialization. 458 */ 457 459 errno_t rc = usb_pipe_initialize_default_control(&usb_dev->ctrl_pipe, usb_dev->bus_session); 458 460 if (rc != EOK) { … … 470 472 } 471 473 472 /* Create alternate interfaces. We will silently ignore failure. 474 /* 475 * Create alternate interfaces. We will silently ignore failure. 473 476 * We might either control one interface or an entire device, 474 477 * it makes no sense to speak about alternate interfaces when 475 * controlling a device. */ 478 * controlling a device. 479 */ 476 480 usb_alternate_interfaces_init(&usb_dev->alternate_interfaces, 477 481 usb_dev->descriptors.full_config,
Note:
See TracChangeset
for help on using the changeset viewer.