Changeset 1d7a74e in mainline for uspace/drv/usbhub/usbhub.c
- Timestamp:
- 2011-01-14T14:31:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 192466bc, b65ca41d
- Parents:
- 2f60e57d (diff), 0a9ea4a (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
r2f60e57d r1d7a74e 462 462 target.address = hub_info->usb_device->address; 463 463 target.endpoint = 1;/// \TODO get from endpoint descriptor 464 dprintf(1,"[usb_hub] checking changes for hub at addr %d",465 target.address); 464 /*dprintf(1,"[usb_hub] checking changes for hub at addr %d", 465 target.address);*/ 466 466 467 467 size_t port_count = hub_info->port_count;
Note:
See TracChangeset
for help on using the changeset viewer.