Created
November 1, 2017 05:05
-
-
Save vinkmar/2ceb129d031677877d4da51fc976a75a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # lsusb -v | |
| Bus 003 Device 008: ID 16c0:05dc Van Ooijen Technische Informatica shared ID for use with libusb | |
| Device Descriptor: | |
| bLength 18 | |
| bDescriptorType 1 | |
| bcdUSB 1.01 | |
| bDeviceClass 255 Vendor Specific Class | |
| bDeviceSubClass 0 | |
| bDeviceProtocol 0 | |
| bMaxPacketSize0 8 | |
| idVendor 0x16c0 Van Ooijen Technische Informatica | |
| idProduct 0x05dc shared ID for use with libusb | |
| bcdDevice 1.02 | |
| iManufacturer 1 | |
| iProduct 2 | |
| iSerial 3 | |
| bNumConfigurations 1 | |
| Configuration Descriptor: | |
| bLength 9 | |
| bDescriptorType 2 | |
| wTotalLength 18 | |
| bNumInterfaces 1 | |
| bConfigurationValue 1 | |
| iConfiguration 0 | |
| bmAttributes 0x80 | |
| (Bus Powered) | |
| MaxPower 500mA | |
| Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 4 | |
| bInterfaceNumber 0 | |
| bAlternateSetting 0 | |
| bNumEndpoints 0 | |
| bInterfaceClass 0 (Defined at Interface level) | |
| bInterfaceSubClass 0 | |
| bInterfaceProtocol 0 | |
| iInterface 0 | |
| # cat /sys/kernel/debug/usb/devices | |
| T: Bus=03 Lev=01 Prnt=01 Port=02 Cnt=02 Dev#= 8 Spd=1.5 MxCh= 0 | |
| D: Ver= 1.01 Cls=ff(vend.) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 | |
| P: Vendor=16c0 ProdID=05dc Rev= 1.02 | |
| S: Manufacturer=www.anyma.ch | |
| S: Product=uDMX | |
| S: SerialNumber=ilLUTZminator001 | |
| C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA | |
| I:* If#= 0 Alt= 0 #EPs= 0 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment