Changeset 7191992 in mainline for uspace/drv/bus/usb/uhci/uhci.c


Ignore:
Timestamp:
2014-01-02T19:49:35Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1a0fa29c
Parents:
7813516
Message:

libusbhost: Add more helper functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/uhci.c

    r7813516 r7191992  
    130130        }
    131131
    132         hcd_set_implementation(dev_to_hcd(device), hc, hc_schedule, NULL, NULL);
     132        hcd_set_implementation(dev_to_hcd(device), hc, hc_schedule, NULL, NULL, NULL);
    133133
    134134        /*
Note: See TracChangeset for help on using the changeset viewer.