Changeset 7ffe82f in mainline for uspace/app/usbinfo/info.c


Ignore:
Timestamp:
2011-03-14T22:37:59Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ef036a
Parents:
c2343cc
Message:

usbinfo expects list of devices

The functionality was cut down but that will be improved in next
revisions.

File:
1 edited

Legend:

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

    rc2343cc r7ffe82f  
    107107        dump_usb_descriptor((uint8_t *)&device_descriptor, sizeof(device_descriptor));
    108108
     109        rc = EOK;
     110        goto leave;
     111
    109112        /*
    110113         * Get first configuration descriptor and dump it.
Note: See TracChangeset for help on using the changeset viewer.