Changeset 6986418 in mainline for uspace/drv/usbhub/usbhub.c
- Timestamp:
- 2011-01-14T12:20:54Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b2a6fcfe
- Parents:
- 2b0db98
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.c
r2b0db98 r6986418 468 468 target.address = hub_info->usb_device->address; 469 469 target.endpoint = 1;/// \TODO get from endpoint descriptor 470 dprintf(1,"[usb_hub] checking changes for hub at addr %d",471 target.address); 470 /*dprintf(1,"[usb_hub] checking changes for hub at addr %d", 471 target.address);*/ 472 472 473 473 size_t port_count = hub_info->port_count;
Note:
See TracChangeset
for help on using the changeset viewer.