Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/devdrv.c

    r09ab0a9a rd1582b50  
    482482
    483483        if (endpoints) {
    484                 /* Create and register other pipes than default control (EP 0)*/
     484                /* Create and register other pipes than default control (EP 0) */
    485485                rc = usb_device_create_pipes(usb_dev, endpoints);
    486486                if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.