Changeset d99120f in mainline


Ignore:
Timestamp:
2011-01-07T14:02:03Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2b0db98
Parents:
1f383dde
Message:

Reverted some change to ease merging.

File:
1 edited

Legend:

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

    r1f383dde rd99120f  
    691691                target.address = hub_info->usb_device->address;
    692692                target.endpoint = 1;/// \TODO get from endpoint descriptor
    693 //              printf("[usb_hub] checking changes for hub at addr %d\n",
    694 //                  target.address);
     693                printf("[usb_hub] checking changes for hub at addr %d\n",
     694                    target.address);
    695695
    696696                size_t port_count = hub_info->port_count;
Note: See TracChangeset for help on using the changeset viewer.