Changeset b6c7da6 in mainline for uspace/lib/usb/include/usb/hub.h
- Timestamp:
- 2011-02-18T19:49:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 374552ef, 867e6735
- Parents:
- 0c00dac (diff), 026d6e2 (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/usb/include/usb/hub.h
r0c00dac rb6c7da6 39 39 #include <usb/usbdevice.h> 40 40 41 int usb_hc_new_device_wrapper(device_t *, usb_hc_connection_t *, usb_speed_t, 42 int (*)(int, void *), int, void *, usb_address_t *, devman_handle_t *); 43 41 44 /** Info about device attached to host controller. 42 45 * … … 52 55 } usb_hc_attached_device_t; 53 56 54 int usb_hc_reserve_default_address(usb_hc_connection_t *, bool);57 int usb_hc_reserve_default_address(usb_hc_connection_t *, usb_speed_t); 55 58 int usb_hc_release_default_address(usb_hc_connection_t *); 56 59 57 usb_address_t usb_hc_request_address(usb_hc_connection_t *, bool);60 usb_address_t usb_hc_request_address(usb_hc_connection_t *, usb_speed_t); 58 61 int usb_hc_register_device(usb_hc_connection_t *, 59 62 const usb_hc_attached_device_t *);
Note:
See TracChangeset
for help on using the changeset viewer.