Changeset daf59d1 in mainline for uspace/lib/usbhost/src/hcd.c


Ignore:
Timestamp:
2012-12-21T11:37:14Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a12879
Parents:
0ef03d7
Message:

libusbhost: Move lsit of usb device to ddf helper structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/hcd.c

    r0ef03d7 rdaf59d1  
    5555        usb_device_manager_init(&hcd->dev_manager, max_speed);
    5656        usb_endpoint_manager_init(&hcd->ep_manager, bandwidth, bw_count);
    57         list_initialize(&hcd->devices);
    5857
    5958        hcd->private_data = NULL;
Note: See TracChangeset for help on using the changeset viewer.