Changeset b3433a2 in mainline for uspace/drv/bus/usb/usbhub/usbhub.c
- Timestamp:
- 2011-09-23T10:17:25Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bba0f1fc
- Parents:
- 8d3cd30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.c
r8d3cd30 rb3433a2 234 234 * @return error code 235 235 */ 236 int usb_hub_process_hub_specific_info(usb_hub_info_t *hub_info)236 static int usb_hub_process_hub_specific_info(usb_hub_info_t *hub_info) 237 237 { 238 238 assert(hub_info);
Note:
See TracChangeset
for help on using the changeset viewer.