Advertisement
jmoyerman

Untitled

Jul 17th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.74 KB | None | 0 0
  1. josh@arch-desktop ~ $ lsusb -s 003:015 -v
  2.  
  3. Bus 003 Device 015: ID 04d8:0053 Microchip Technology, Inc.
  4. Device Descriptor:
  5.   bLength                18
  6.   bDescriptorType         1
  7.   bcdUSB               2.00
  8.   bDeviceClass            0
  9.   bDeviceSubClass         0
  10.   bDeviceProtocol         0
  11.   bMaxPacketSize0        64
  12.   idVendor           0x04d8 Microchip Technology, Inc.
  13.   idProduct          0x0053
  14.   bcdDevice            0.00
  15.   iManufacturer           1 Microchip Technology Inc.
  16.   iProduct                2 Open Lighting Device
  17.   iSerial                 0
  18.   bNumConfigurations      1
  19.   Configuration Descriptor:
  20.     bLength                 9
  21.     bDescriptorType         2
  22.     wTotalLength           99
  23.     bNumInterfaces          4
  24.     bConfigurationValue     1
  25.     iConfiguration          0
  26.     bmAttributes         0xc0
  27.       Self Powered
  28.     MaxPower              100mA
  29.     Interface Descriptor:
  30.       bLength                 9
  31.       bDescriptorType         4
  32.       bInterfaceNumber        0
  33.       bAlternateSetting       0
  34.       bNumEndpoints           1
  35.       bInterfaceClass         2 Communications
  36.       bInterfaceSubClass      2 Abstract (modem)
  37.       bInterfaceProtocol      1 AT-commands (v.25ter)
  38.       iInterface              0
  39.       CDC Header:
  40.         bcdCDC               1.20
  41.       CDC ACM:
  42.         bmCapabilities       0x02
  43.           line coding and serial state
  44.       CDC Union:
  45.         bMasterInterface        0
  46.         bSlaveInterface         1
  47.       CDC Call Management:
  48.         bmCapabilities       0x00
  49.         bDataInterface          1
  50.       Endpoint Descriptor:
  51.         bLength                 7
  52.         bDescriptorType         5
  53.         bEndpointAddress     0x82  EP 2 IN
  54.         bmAttributes            3
  55.           Transfer Type            Interrupt
  56.           Synch Type               None
  57.           Usage Type               Data
  58.         wMaxPacketSize     0x000a  1x 10 bytes
  59.         bInterval               2
  60.     Interface Descriptor:
  61.       bLength                 9
  62.       bDescriptorType         4
  63.       bInterfaceNumber        1
  64.       bAlternateSetting       0
  65.       bNumEndpoints           2
  66.       bInterfaceClass        10 CDC Data
  67.       bInterfaceSubClass      0
  68.       bInterfaceProtocol      0
  69.       iInterface              0
  70.       Endpoint Descriptor:
  71.         bLength                 7
  72.         bDescriptorType         5
  73.         bEndpointAddress     0x03  EP 3 OUT
  74.         bmAttributes            2
  75.           Transfer Type            Bulk
  76.           Synch Type               None
  77.           Usage Type               Data
  78.         wMaxPacketSize     0x0040  1x 64 bytes
  79.         bInterval               0
  80.       Endpoint Descriptor:
  81.         bLength                 7
  82.         bDescriptorType         5
  83.         bEndpointAddress     0x83  EP 3 IN
  84.         bmAttributes            2
  85.           Transfer Type            Bulk
  86.           Synch Type               None
  87.           Usage Type               Data
  88.         wMaxPacketSize     0x0040  1x 64 bytes
  89.         bInterval               0
  90.     Interface Descriptor:
  91.       bLength                 9
  92.       bDescriptorType         4
  93.       bInterfaceNumber        2
  94.       bAlternateSetting       0
  95.       bNumEndpoints           2
  96.       bInterfaceClass       255 Vendor Specific Class
  97.       bInterfaceSubClass    255 Vendor Specific Subclass
  98.       bInterfaceProtocol    255 Vendor Specific Protocol
  99.       iInterface              0
  100.       Endpoint Descriptor:
  101.         bLength                 7
  102.         bDescriptorType         5
  103.         bEndpointAddress     0x01  EP 1 OUT
  104.         bmAttributes            2
  105.           Transfer Type            Bulk
  106.           Synch Type               None
  107.           Usage Type               Data
  108.         wMaxPacketSize     0x0040  1x 64 bytes
  109.         bInterval               1
  110.       Endpoint Descriptor:
  111.         bLength                 7
  112.         bDescriptorType         5
  113.         bEndpointAddress     0x81  EP 1 IN
  114.         bmAttributes            2
  115.           Transfer Type            Bulk
  116.           Synch Type               None
  117.           Usage Type               Data
  118.         wMaxPacketSize     0x0040  1x 64 bytes
  119.         bInterval               1
  120.     Interface Descriptor:
  121.       bLength                 9
  122.       bDescriptorType         4
  123.       bInterfaceNumber        3
  124.       bAlternateSetting       0
  125.       bNumEndpoints           0
  126.       bInterfaceClass       254 Application Specific Interface
  127.       bInterfaceSubClass      1 Device Firmware Update
  128.       bInterfaceProtocol      1
  129.       iInterface              1 Microchip Technology Inc.
  130. can't get device qualifier: Resource temporarily unavailable
  131. can't get debug descriptor: Resource temporarily unavailable
  132. Device Status:     0x0000
  133.   (Bus Powered)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement