Changeset 1f383dde in mainline for uspace/drv/vhc/hcd.c


Ignore:
Timestamp:
2011-01-07T13:54:52Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
Children:
d99120f
Parents:
82122f3
Message:

Debugging

  • disabled some output from other parts (virtual hcd)
  • added some debug output to descparser
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/vhc/hcd.c

    r82122f3 r1f383dde  
    104104        sleep(5);
    105105
    106         usb_dprintf_enable(NAME, 0);
     106        usb_dprintf_enable(NAME, -1);
    107107
    108108        printf(NAME ": virtual USB host controller driver.\n");
Note: See TracChangeset for help on using the changeset viewer.