Advertisement
Guest User

Raspberry Pi Zero W Kernel Errors on dist-upgrade - lsusb -v

a guest
Jan 2nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.10 KB | None | 0 0
  1. pi@raspberrypi:~ $ sudo lsusb -v
  2.  
  3. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  4. Device Descriptor:
  5.   bLength                18
  6.   bDescriptorType         1
  7.   bcdUSB               2.00
  8.   bDeviceClass            9 Hub
  9.   bDeviceSubClass         0 Unused
  10.   bDeviceProtocol         1 Single TT
  11.   bMaxPacketSize0        64
  12.   idVendor           0x1d6b Linux Foundation
  13.   idProduct          0x0002 2.0 root hub
  14.   bcdDevice            4.09
  15.   iManufacturer           3 Linux 4.9.35+ dwc_otg_hcd
  16.   iProduct                2 DWC OTG Controller
  17.   iSerial                 1 20980000.usb
  18.   bNumConfigurations      1
  19.   Configuration Descriptor:
  20.     bLength                 9
  21.     bDescriptorType         2
  22.     wTotalLength           25
  23.     bNumInterfaces          1
  24.     bConfigurationValue     1
  25.     iConfiguration          0
  26.     bmAttributes         0xe0
  27.       Self Powered
  28.       Remote Wakeup
  29.     MaxPower                0mA
  30.     Interface Descriptor:
  31.       bLength                 9
  32.       bDescriptorType         4
  33.       bInterfaceNumber        0
  34.       bAlternateSetting       0
  35.       bNumEndpoints           1
  36.       bInterfaceClass         9 Hub
  37.       bInterfaceSubClass      0 Unused
  38.       bInterfaceProtocol      0 Full speed (or root) hub
  39.       iInterface              0
  40.       Endpoint Descriptor:
  41.         bLength                 7
  42.         bDescriptorType         5
  43.         bEndpointAddress     0x81  EP 1 IN
  44.         bmAttributes            3
  45.           Transfer Type            Interrupt
  46.           Synch Type               None
  47.           Usage Type               Data
  48.         wMaxPacketSize     0x0004  1x 4 bytes
  49.         bInterval              12
  50. Hub Descriptor:
  51.   bLength               9
  52.   bDescriptorType      41
  53.   nNbrPorts             1
  54.   wHubCharacteristic 0x0008
  55.     Ganged power switching
  56.     Per-port overcurrent protection
  57.     TT think time 8 FS bits
  58.   bPwrOn2PwrGood        1 * 2 milli seconds
  59.   bHubContrCurrent      0 milli Ampere
  60.   DeviceRemovable    0x00
  61.   PortPwrCtrlMask    0xff
  62.  Hub Port Status:
  63.    Port 1: 0000.0000
  64. Device Status:     0x0001
  65.   Self Powered
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement