Changeset b65ca41d in mainline for uspace/drv/usbhub/usbhub.c


Ignore:
Timestamp:
2011-01-14T14:34:32Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
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.
Message:

merge with /usb/development (compilation fix)

File:
1 edited

Legend:

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

    r7a725b13 rb65ca41d  
    460460                target.address = hub_info->usb_device->address;
    461461                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);*/
    464464
    465465                size_t port_count = hub_info->port_count;
Note: See TracChangeset for help on using the changeset viewer.