Changeset b65ca41d in mainline for uspace/drv/usbhub/usbhub.c
- Timestamp:
- 2011-01-14T14:34:32Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- 192466bc, 64861b8
- Parents:
- 7a725b13 (diff), 1d7a74e (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/drv/usbhub/usbhub.c
r7a725b13 rb65ca41d 460 460 target.address = hub_info->usb_device->address; 461 461 target.endpoint = 1;/// \TODO get from endpoint descriptor 462 dprintf(1,"[usb_hub] checking changes for hub at addr %d",463 target.address); 462 /*dprintf(1,"[usb_hub] checking changes for hub at addr %d", 463 target.address);*/ 464 464 465 465 size_t port_count = hub_info->port_count;
Note: See TracChangeset
for help on using the changeset viewer.