Changeset 747ef72 in mainline for uspace/lib/usbdev/include/usb/dev/hub.h
- Timestamp:
- 2011-11-10T11:29:10Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 54464f6a, c2245a3, c6f189f7
- Parents:
- 2e1b9dc (diff), 2d1ba51 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/hub.h
r2e1b9dc r747ef72 59 59 } usb_hub_attached_device_t; 60 60 61 usb_address_t usb_hc_request_address(usb_hc_connection_t *, usb_speed_t); 61 usb_address_t usb_hc_request_address(usb_hc_connection_t *, usb_address_t, 62 bool, usb_speed_t); 62 63 int usb_hc_register_device(usb_hc_connection_t *, 63 64 const usb_hub_attached_device_t *);
Note:
See TracChangeset
for help on using the changeset viewer.