Changeset 9fe6e7d in mainline


Ignore:
Timestamp:
2010-12-12T22:30:44Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f8597ca
Parents:
1b29d6fa
Message:

Less debugging output in hub driver

File:
1 edited

Legend:

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

    r1b29d6fa r9fe6e7d  
    675675                        lst_item != &usb_hub_list;
    676676                        lst_item = lst_item->next) {
    677                 printf("[usb_hub] checking hub changes\n");
    678677                usb_hub_info_t * hub_info = ((usb_hub_info_t*)lst_item->data);
    679678                /*
     
    684683                target.address = hub_info->usb_device->address;
    685684                target.endpoint = 1;/// \TODO get from endpoint descriptor
    686                 printf("checking changes for hub at addr %d \n",target.address);
     685                printf("[usb_hub] checking changes for hub at addr %d\n",
     686                    target.address);
    687687
    688688                size_t port_count = hub_info->port_count;
Note: See TracChangeset for help on using the changeset viewer.