Changeset 1d7a74e in mainline for uspace/drv/usbhub/usbhub.c


Ignore:
Timestamp:
2011-01-14T14:31:58Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
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.
Message:

Merged lelian/hidd into development

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhub/usbhub.c

    r2f60e57d r1d7a74e  
    462462                target.address = hub_info->usb_device->address;
    463463                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);*/
    466466
    467467                size_t port_count = hub_info->port_count;
Note: See TracChangeset for help on using the changeset viewer.