Changeset 944f8fdd in mainline for uspace/lib/usbhost/include/usb/host/ddf_helpers.h
- Timestamp:
- 2018-01-19T17:38:22Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2833bb4
- Parents:
- 861b5d6
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-19 17:06:40)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-19 17:38:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/ddf_helpers.h
r861b5d6 r944f8fdd 48 48 void hcd_ddf_clean_hc(hc_device_t *); 49 49 50 int hcd_setup_virtual_root_hub(hc_device_t *);51 50 52 51 device_t *hcd_ddf_fun_create(hc_device_t *, usb_speed_t); 53 52 void hcd_ddf_fun_destroy(device_t *); 54 53 55 int hcd_get_device_desc(device_t *, usb_standard_device_descriptor_t *); 56 int hcd_setup_match_ids(device_t *, usb_standard_device_descriptor_t *); 57 int hcd_device_explore(device_t *); 54 int hcd_ddf_setup_match_ids(device_t *, usb_standard_device_descriptor_t *); 58 55 59 56 int hcd_ddf_enable_interrupt(hc_device_t *hcd, int);
Note:
See TracChangeset
for help on using the changeset viewer.