Changeset 07b9203e in mainline for uspace


Ignore:
Timestamp:
2010-12-08T23:56:08Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
818dc00, fe2333d
Parents:
eac610e
Message:

Add `usbinfo' application

Right now, it only dumps the device descriptor.

Location:
uspace
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    reac610e r07b9203e  
    4949        app/trace \
    5050        app/top \
     51        app/usbinfo \
    5152        app/virtusbkbd \
    5253        app/netecho \
  • uspace/lib/usb/include/usb/usb.h

    reac610e r07b9203e  
    7171/** Default USB address. */
    7272#define USB_ADDRESS_DEFAULT 0
     73/** Maximum address number in USB 1.1. */
     74#define USB11_ADDRESS_MAX 128
    7375
    7476/** USB endpoint number type.
Note: See TracChangeset for help on using the changeset viewer.