Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/hcdrv.c

    r4317827 r1f43c8f  
    4747LIST_INITIALIZE(hc_list);
    4848
    49 /* Fake driver to have the name item initialized. */
    50 static usb_hc_driver_t hc_driver_fake = {
    51         .name = "HCD",
    52 };
    53 
    5449/** Our HC driver. */
    55 usb_hc_driver_t *hc_driver = &hc_driver_fake;
     50usb_hc_driver_t *hc_driver = NULL;
    5651
    5752static device_ops_t usb_device_ops = {
     
    7671int usb_add_hc_device(device_t *dev)
    7772{
    78         return ENOTSUP;
    7973        usb_hc_device_t *hc_dev = usb_hc_device_create(dev);
    8074
Note: See TracChangeset for help on using the changeset viewer.