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