Changeset 608afb9 in mainline


Ignore:
Timestamp:
2011-02-11T17:07:20Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
79d2987, 8f198c9, f6309b6
Parents:
1968de5
Message:

Hack for usbinfo application

Allow querying UHCI in QEMU more easily.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/usbinfo/main.c

    r1968de5 r608afb9  
    8181{
    8282        int rc;
     83
     84        if (str_cmp(path, "uhci") == 0) {
     85                path = "/hw/pci0/00:01.2";
     86        }
    8387
    8488        devman_handle_t handle;
Note: See TracChangeset for help on using the changeset viewer.