Re: xhci usb issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Sarah,

Thanks for responding.

> I'm the xHCI driver maintainer, can you please Cc me on any future bug
> reports for xHCI hosts?  Otherwise it gets lost in my mailing list
> inbox.

Sure, will do so.

> Is your device prepared to accept the Set Address control transfer
> before it receives an 8-byte Get Descriptor?
>
> I ask because it's fairly common for this kind of issue to be the root
> cause when the device isn't ready to accept a Set Address control
> transfer.

Yes, it is.

> Or perhaps your device takes a really long time to get ready
> to accept the Set Address command?

Any thoughts on what is considered a "really long time", please?

>> Sep  1 16:00:27 master kernel: [ 1386.861922] usb 6-1: device not accepting address 3, error -62
>> Sep  1 16:00:27 master kernel: [ 1386.861977] xhci_hcd 0000:03:00.0: Bad Slot ID 2
>> Sep  1 16:00:27 master kernel: [ 1386.861980] xhci_hcd 0000:03:00.0: Could not allocate xHCI USB device data structures
>
> Those error messages are interesting.  The driver should have allocated
> a slot ID, even if the Set Address command failed.  However, I don't
> think fixing this issue will help your problem, if the root cause is
> that your device doesn't respond to the Set Address control transfer.

My device responds to the Set Address Control Transfer when using a
USB 2.0 and 1.11 hub. It is just with the USB 3.0 hub that I am
noticing this issue.

> Did you run `lsusb -t` to find out which bus the device is actually
> under?  The xHCI host registers two roothubs: a USB 2.0 roothub and a
> USB 3.0 roothub.  You want to record usbmon for the USB 2.0 roothub (the
> bus marked with a 480 MB speed).

Attached is the usbmon and the syslog output for the 480MB speed
roothub registered by xhci: usbmon_and_syslog_output.txt
It is Bus 6 based on this output:
lsusb -t
/:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
/:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
/:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M

>> I am the developer for this usb device and the device works fine on a
>> 1.11 and a 2.0 hub.
>
> Do you mean that it works fine behind an external USB 1.1 or USB 2.0 hub
> attached to an xHCI port, or do you mean it works under an EHCI, UHCI,
> or OHCI host?  Please send `lsusb -t` and `sudo lsusb -v` output for
> both the failing and passing cases.

It works fine with the second scenario mentioned above, under EHCI and
UHCI hosts. It does not work when a USB 2.0 hub is attached to an xHCI
port either.

output of passing cases (when the device is connected directly to a
1.1 PCI USB card): working-lsusb-v_of_the_device_only.txt,
working-lsusb-t_and_lsusb-v.txt

output of failing cases (when the device is connected to a USB 3.0
port): not-working-lsusb-t_and_lsusb-v.txt

> Can you send dmesg with CONFIG_USB_XHCI_HCD_DEBUGGING turned on and
> CONFIG_USB_DEBUG turned on?

Please find attached: xhci_debugging_output.txt

Please let me know if you need more details.

Thanks
Joe
lsusb -t
lsusb -t
/:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
/:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
/:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
    |__ Port 1: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 12M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/4p, 480M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
        |__ Port 6: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 480M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
        |__ Port 3: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 3: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 3: Dev 3, If 2, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 4: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
        |__ Port 6: Dev 5, If 0, Class=Hub, Driver=hub/4p, 480M
- (0:i:~)  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
s lsusb -v
smart_sudo lsusb -v
Password:

Bus 002 Device 003: ID 0a48:3220 I/O Interconnect
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0a48 I/O Interconnect
  idProduct          0x3220
  bcdDevice            1.13
  iManufacturer           2 IOI
  iProduct                3 MEDIA BAY USB2.0
  iSerial                 4 00059
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x8087 Intel Corp.
  idProduct          0x0024 Integrated Rate Matching Hub
  bcdDevice            0.00
  iManufacturer           0
  iProduct                0
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval              12
Hub Descriptor:
  bLength              11
  bDescriptorType      41
  nNbrPorts             8
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00 0x00
  PortPwrCtrlMask    0xff 0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0503 highspeed power enable connect
   Port 7: 0000.0100 power
   Port 8: 0000.0100 power
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:1d.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x02
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0503 highspeed power enable connect
   Port 2: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:06:00.2
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             4
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:06:00.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0300 lowspeed power
   Port 2: 0000.0300 lowspeed power
Device Status:     0x0001
  Self Powered

Bus 004 Device 003: ID 03eb:204d Atmel Corp. LUFA Combined Mouse and Keyboard Demo Application
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x03eb Atmel Corp.
  idProduct          0x204d LUFA Combined Mouse and Keyboard Demo Application
  bcdDevice            1.01
  iManufacturer           1 Sum
  iProduct                2 USB keyboard+mouse
  iSerial                 0
  bNumConfigurations      3
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           41
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          4 First
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              5 First
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     111
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           41
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          4 First
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              5 First
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     111
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           57
    bNumInterfaces          2
    bConfigurationValue     2
    iConfiguration          6 Second
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              5 First
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     111
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              7 Second
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
Device Status:     0x0000
  (Bus Powered)

Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:06:00.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0103 power enable connect
   Port 2: 0000.0300 lowspeed power
Device Status:     0x0001
  Self Powered

Bus 007 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         3
  bMaxPacketSize0         9
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0003 3.0 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 xhci_hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 0000:03:00.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           31
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
        bMaxBurst               0
Hub Descriptor:
  bLength              12
  bDescriptorType      42
  nNbrPorts             2
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  bHubDecLat          0.0 micro seconds
  wHubDelay             0 nano seconds
  DeviceRemovable    0x00
 Hub Port Status:
   Port 1: 0000.02a0 5Gbps power Rx.Detect
   Port 2: 0000.02a0 5Gbps power Rx.Detect
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength           15
  bNumDeviceCaps          1
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x00
    wSpeedsSupported   0x0008
      Device can operate at SuperSpeed (5Gbps)
    bFunctionalitySupport   3
      Lowest fully-functional device speed is SuperSpeed (5Gbps)
    bU1DevExitLat           3 micro seconds
    bU2DevExitLat        2047 micro seconds
Device Status:     0x0001
  Self Powered

Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 xhci_hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 0000:03:00.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0101 power connect
   Port 2: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 001 Device 005: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x05e3 Genesys Logic, Inc.
  idProduct          0x0608 USB-2.0 4-Port HUB
  bcdDevice            7.02
  iManufacturer           0
  iProduct                1 USB2.0 Hub
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             4
  wHubCharacteristic 0x00e0
    Ganged power switching
    Ganged overcurrent protection
    TT think time 32 FS bits
    Port indicators
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent    100 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0101 power connect
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered

Bus 001 Device 004: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x093a Pixart Imaging, Inc.
  idProduct          0x2510 Optical Mouse
  bcdDevice            1.00
  iManufacturer           1 PIXART
  iProduct                2 USB OPTICAL MOUSE
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          4 HID-compliant MOUSE
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      62
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              10
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 003: ID 1532:010e Razer USA, Ltd
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x1532 Razer USA, Ltd
  idProduct          0x010e
  bcdDevice            2.00
  iManufacturer           1 Razer BlackWidow
  iProduct                1 Razer BlackWidow
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           84
    bNumInterfaces          3
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      61
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      64
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval               8
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      94
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval               8
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x8087 Intel Corp.
  idProduct          0x0024 Integrated Rate Matching Hub
  bcdDevice            0.00
  iManufacturer           0
  iProduct                0
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             6
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0103 power enable connect
   Port 4: 0000.0303 lowspeed power enable connect
   Port 5: 0000.0100 power
   Port 6: 0000.0503 highspeed power enable connect
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:1a.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x02
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0503 highspeed power enable connect
   Port 2: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 004 Device 003: ID 03eb:204d Atmel Corp. LUFA Combined Mouse and Keyboard Demo Application
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x03eb Atmel Corp.
  idProduct          0x204d LUFA Combined Mouse and Keyboard Demo Application
  bcdDevice            1.01
  iManufacturer           1 Sum
  iProduct                2 USB keyboard+mouse
  iSerial                 0
  bNumConfigurations      3
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           41
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          4 First
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              5 First
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     111
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           41
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          4 First
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              5 First
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     111
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           57
    bNumInterfaces          2
    bConfigurationValue     2
    iConfiguration          6 Second
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              5 First
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     111
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              7 Second
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
Device Status:     0x0000
  (Bus Powered)


lsusb -t
/:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
/:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
/:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/4p, 480M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
        |__ Port 6: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 480M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
        |__ Port 3: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 3: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 3: Dev 3, If 2, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 4: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
        |__ Port 6: Dev 5, If 0, Class=Hub, Driver=hub/4p, 480M
- (0:i:/tmp)  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
s lsusb -v
smart_sudo lsusb -v
Password:

Bus 002 Device 003: ID 0a48:3220 I/O Interconnect
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0a48 I/O Interconnect
  idProduct          0x3220
  bcdDevice            1.13
  iManufacturer           2 IOI
  iProduct                3 MEDIA BAY USB2.0
  iSerial                 4 00059
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x8087 Intel Corp.
  idProduct          0x0024 Integrated Rate Matching Hub
  bcdDevice            0.00
  iManufacturer           0
  iProduct                0
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval              12
Hub Descriptor:
  bLength              11
  bDescriptorType      41
  nNbrPorts             8
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00 0x00
  PortPwrCtrlMask    0xff 0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0503 highspeed power enable connect
   Port 7: 0000.0100 power
   Port 8: 0000.0100 power
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:1d.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x02
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0503 highspeed power enable connect
   Port 2: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:06:00.2
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             4
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:06:00.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0300 lowspeed power
   Port 2: 0000.0300 lowspeed power
Device Status:     0x0001
  Self Powered

Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:06:00.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0300 lowspeed power
Device Status:     0x0001
  Self Powered

Bus 007 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         3
  bMaxPacketSize0         9
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0003 3.0 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 xhci_hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 0000:03:00.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           31
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
        bMaxBurst               0
Hub Descriptor:
  bLength              12
  bDescriptorType      42
  nNbrPorts             2
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  bHubDecLat          0.0 micro seconds
  wHubDelay             0 nano seconds
  DeviceRemovable    0x00
 Hub Port Status:
   Port 1: 0000.02a0 5Gbps power Rx.Detect
   Port 2: 0000.02a0 5Gbps power Rx.Detect
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength           15
  bNumDeviceCaps          1
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x00
    wSpeedsSupported   0x0008
      Device can operate at SuperSpeed (5Gbps)
    bFunctionalitySupport   3
      Lowest fully-functional device speed is SuperSpeed (5Gbps)
    bU1DevExitLat           3 micro seconds
    bU2DevExitLat        2047 micro seconds
Device Status:     0x0001
  Self Powered

Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 xhci_hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 0000:03:00.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0101 power connect
   Port 2: 0000.0101 power connect
Device Status:     0x0001
  Self Powered

Bus 001 Device 005: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x05e3 Genesys Logic, Inc.
  idProduct          0x0608 USB-2.0 4-Port HUB
  bcdDevice            7.02
  iManufacturer           0
  iProduct                1 USB2.0 Hub
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             4
  wHubCharacteristic 0x00e0
    Ganged power switching
    Ganged overcurrent protection
    TT think time 32 FS bits
    Port indicators
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent    100 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered

Bus 001 Device 004: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x093a Pixart Imaging, Inc.
  idProduct          0x2510 Optical Mouse
  bcdDevice            1.00
  iManufacturer           1 PIXART
  iProduct                2 USB OPTICAL MOUSE
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          4 HID-compliant MOUSE
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      62
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              10
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 003: ID 1532:010e Razer USA, Ltd
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x1532 Razer USA, Ltd
  idProduct          0x010e
  bcdDevice            2.00
  iManufacturer           1 Razer BlackWidow
  iProduct                1 Razer BlackWidow
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           84
    bNumInterfaces          3
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      61
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      64
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval               8
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      94
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval               8
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x8087 Intel Corp.
  idProduct          0x0024 Integrated Rate Matching Hub
  bcdDevice            0.00
  iManufacturer           0
  iProduct                0
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             6
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0103 power enable connect
   Port 4: 0000.0303 lowspeed power enable connect
   Port 5: 0000.0100 power
   Port 6: 0000.0507 highspeed power suspend enable connect
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.10
  iManufacturer           3 Linux 3.10.10 ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:1a.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x02
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0503 highspeed power enable connect
   Port 2: 0000.0100 power
Device Status:     0x0001
  Self Powered

smart_sudo usbmon -i usb6 -fh
02325600 0.025437 C Ii:6:001:1 0:2048 1 =
    04
02325600 0.025445 S Ii:6:001:1 -:2048 4 <
02325600 0.066215 C Ii:6:001:1 0:2048 1 =
    04
02325600 0.066221 S Ii:6:001:1 -:2048 4 <
02325600 0.316220 C Ii:6:001:1 0:2048 1 =
    04
02325600 0.316227 S Ii:6:001:1 -:2048 4 <
02325600 0.566217 C Ii:6:001:1 0:2048 1 =
    04
02325600 0.566223 S Ii:6:001:1 -:2048 4 <
02325600 0.816221 C Ii:6:001:1 0:2048 1 =
    04
02325600 0.816228 S Ii:6:001:1 -:2048 4 <
02325600 1.066215 C Ii:6:001:1 0:2048 1 =
    04
02325600 1.066222 S Ii:6:001:1 -:2048 4 <
02325600 1.316220 C Ii:6:001:1 0:2048 1 =
    04
02325600 1.316227 S Ii:6:001:1 -:2048 4 <
02325600 1.566217 C Ii:6:001:1 0:2048 1 =
    04
02325600 1.566224 S Ii:6:001:1 -:2048 4 <
02325600 1.816216 C Ii:6:001:1 0:2048 1 =
    04
02325600 1.816223 S Ii:6:001:1 -:2048 4 <
023e43c0 1.839232 S Co:6:001:0 s 23 01 0001 0001 0000 0
023e43c0 1.839243 C Co:6:001:0 0 0
023e43c0 1.839289 S Co:6:001:0 s 23 01 0001 0001 0000 0
023e43c0 1.839293 C Co:6:001:0 0 0
023e43c0 1.839295 S Ci:6:001:0 s a3 00 0000 0002 0004 4 <
023e43c0 1.839308 C Ci:6:001:0 0 4 =
    01010100
023e43c0 1.839309 S Co:6:001:0 s 23 01 0010 0002 0000 0
023e43c0 1.839323 C Co:6:001:0 0 0
023e43c0 1.839326 S Ci:6:001:0 s a3 00 0000 0002 0004 4 <
023e43c0 1.839328 C Ci:6:001:0 0 4 =
    01010000
023e43c0 1.865216 S Ci:6:001:0 s a3 00 0000 0002 0004 4 <
023e43c0 1.865224 C Ci:6:001:0 0 4 =
    01010000
15633240 1.891227 S Ci:6:001:0 s a3 00 0000 0002 0004 4 <
15633240 1.891235 C Ci:6:001:0 0 4 =
    01010000
15633240 1.917220 S Ci:6:001:0 s a3 00 0000 0002 0004 4 <
15633240 1.917228 C Ci:6:001:0 0 4 =
    01010000
15633240 1.943217 S Ci:6:001:0 s a3 00 0000 0002 0004 4 <
15633240 1.943225 C Ci:6:001:0 0 4 =
    01010000
15633240 1.943362 S Co:6:001:0 s 23 03 0004 0002 0000 0
15633240 1.943372 C Co:6:001:0 0 0
15633240 1.994217 S Ci:6:001:0 s a3 00 0000 0002 0004 4 <
15633240 1.994227 C Ci:6:001:0 0 4 =
    03011000
15633240 2.045221 S Co:6:001:0 s 23 01 0014 0002 0000 0
15633240 2.045231 C Co:6:001:0 0 0
25b5f600 12.447234 S Co:6:001:0 s 23 01 0001 0002 0000 0
25b5f600 12.447245 C Co:6:001:0 0 0
25b5f600 12.447364 S Co:6:001:0 s 23 01 0001 0002 0000 0
25b5f600 12.447378 C Co:6:001:0 0 0
02325600 12.447392 C Ii:6:001:1 -2:2048 0


smart_sudo tail -f syslog
Sep  3 13:22:22 master kernel: [160435.012077] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
Sep  3 13:22:22 master kernel: [160435.012106] hub 6-0:1.0: hub_suspend
Sep  3 13:22:22 master kernel: [160435.012111] usb usb6: bus auto-suspend, wakeup 1
Sep  3 13:22:36 master kernel: [160448.958718] usb usb6: usb wakeup-resume
Sep  3 13:22:36 master kernel: [160448.958725] usb usb6: usb auto-resume
Sep  3 13:22:36 master kernel: [160448.958744] hub 6-0:1.0: hub_resume
Sep  3 13:22:36 master kernel: [160448.958761] hub 6-0:1.0: port 1: status 0101 change 0000
Sep  3 13:22:36 master kernel: [160449.059794] hub 6-0:1.0: state 7 ports 2 chg 0002 evt 0000
Sep  3 13:22:36 master kernel: [160449.059811] hub 6-0:1.0: port 1, status 0101, change 0000, 12 Mb/s
Sep  3 13:22:36 master kernel: [160449.161854] usb 6-1: new full-speed USB device number 8 using xhci_hcd
Sep  3 13:22:41 master kernel: [160454.165700] xhci_hcd 0000:03:00.0: Timeout while waiting for address device command
Sep  3 13:22:46 master kernel: [160459.370691] xhci_hcd 0000:03:00.0: Timeout while waiting for address device command
Sep  3 13:22:46 master kernel: [160459.571838] usb 6-1: device not accepting address 8, error -62
Sep  3 13:22:46 master kernel: [160459.571892] xhci_hcd 0000:03:00.0: Bad Slot ID 7
Sep  3 13:22:46 master kernel: [160459.571895] xhci_hcd 0000:03:00.0: Could not allocate xHCI USB device data structures
Sep  3 13:22:46 master kernel: [160459.571900] hub 6-0:1.0: couldn't allocate port 1 usb_device
Sep  3 13:22:46 master kernel: [160459.571937] hub 6-0:1.0: port 2, status 0101, change 0001, 12 Mb/s
Sep  3 13:22:46 master kernel: [160459.675926] hub 6-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
Sep  3 13:22:47 master kernel: [160459.778011] usb 6-2: new full-speed USB device number 9 using xhci_hcd
Sep  3 13:22:52 master kernel: [160464.781837] xhci_hcd 0000:03:00.0: Timeout while waiting for address device command
Sep  3 13:22:57 master kernel: [160469.986827] xhci_hcd 0000:03:00.0: Timeout while waiting for address device command
Sep  3 13:22:57 master kernel: [160470.187982] usb 6-2: device not accepting address 9, error -62
Sep  3 13:22:57 master kernel: [160470.188110] xhci_hcd 0000:03:00.0: Bad Slot ID 8
Sep  3 13:22:57 master kernel: [160470.188113] xhci_hcd 0000:03:00.0: Could not allocate xHCI USB device data structures
Sep  3 13:22:57 master kernel: [160470.188118] hub 6-0:1.0: couldn't allocate port 2 usb_device
Sep  3 13:22:57 master kernel: [160470.188137] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
Sep  3 13:22:57 master kernel: [160470.188146] hub 6-0:1.0: hub_suspend
Sep  3 13:22:57 master kernel: [160470.188150] usb usb6: bus auto-suspend, wakeup 1

smart_sudo tail -f syslog
Sep  3 13:41:43 master kernel: [161597.101593] xhci_hcd 0000:03:00.0: cleaning up memory
Sep  3 13:41:43 master kernel: [161597.101596] xhci_hcd 0000:03:00.0: Freed ERST
Sep  3 13:41:43 master kernel: [161597.101598] xhci_hcd 0000:03:00.0: Freed event ring
Sep  3 13:41:43 master kernel: [161597.101600] xhci_hcd 0000:03:00.0: Freed command ring
Sep  3 13:41:43 master kernel: [161597.101608] xhci_hcd 0000:03:00.0: Freed segment pool
Sep  3 13:41:43 master kernel: [161597.101610] xhci_hcd 0000:03:00.0: Freed device context pool
Sep  3 13:41:43 master kernel: [161597.101612] xhci_hcd 0000:03:00.0: Freed small stream array pool
Sep  3 13:41:43 master kernel: [161597.101613] xhci_hcd 0000:03:00.0: Freed medium stream array pool
Sep  3 13:41:43 master kernel: [161597.101619] xhci_hcd 0000:03:00.0: xhci_stop completed - status = 1
Sep  3 13:41:43 master kernel: [161597.101623] xhci_hcd 0000:03:00.0: USB bus 6 deregistered
Sep  3 13:41:49 master kernel: [161603.185187] xhci_hcd 0000:03:00.0: xHCI Host Controller
Sep  3 13:41:49 master kernel: [161603.185232] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 6
Sep  3 13:41:49 master kernel: [161603.185248] xhci_hcd 0000:03:00.0: xHCI capability registers at ffffc90007570000:
Sep  3 13:41:49 master kernel: [161603.185251] xhci_hcd 0000:03:00.0: CAPLENGTH AND HCIVERSION 0x1000020:
Sep  3 13:41:49 master kernel: [161603.185253] xhci_hcd 0000:03:00.0: CAPLENGTH: 0x20
Sep  3 13:41:49 master kernel: [161603.185254] xhci_hcd 0000:03:00.0: HCIVERSION: 0x100
Sep  3 13:41:49 master kernel: [161603.185257] xhci_hcd 0000:03:00.0: HCSPARAMS 1: 0x4000440
Sep  3 13:41:49 master kernel: [161603.185258] xhci_hcd 0000:03:00.0:   Max device slots: 64
Sep  3 13:41:49 master kernel: [161603.185260] xhci_hcd 0000:03:00.0:   Max interrupters: 4
Sep  3 13:41:49 master kernel: [161603.185261] xhci_hcd 0000:03:00.0:   Max ports: 4
Sep  3 13:41:49 master kernel: [161603.185264] xhci_hcd 0000:03:00.0: HCSPARAMS 2: 0x240000f9
Sep  3 13:41:49 master kernel: [161603.185266] xhci_hcd 0000:03:00.0:   Isoc scheduling threshold: 9
Sep  3 13:41:49 master kernel: [161603.185267] xhci_hcd 0000:03:00.0:   Maximum allowed segments in event ring: 15
Sep  3 13:41:49 master kernel: [161603.185270] xhci_hcd 0000:03:00.0: HCSPARAMS 3 0x7ff0003:
Sep  3 13:41:49 master kernel: [161603.185272] xhci_hcd 0000:03:00.0:   Worst case U1 device exit latency: 3
Sep  3 13:41:49 master kernel: [161603.185273] xhci_hcd 0000:03:00.0:   Worst case U2 device exit latency: 2047
Sep  3 13:41:49 master kernel: [161603.185276] xhci_hcd 0000:03:00.0: HCC PARAMS 0x40050af:
Sep  3 13:41:49 master kernel: [161603.185756] xhci_hcd 0000:03:00.0:   HC generates 64 bit addresses
Sep  3 13:41:49 master kernel: [161603.185759] xhci_hcd 0000:03:00.0:   FIXME: more HCCPARAMS debugging
Sep  3 13:41:49 master kernel: [161603.185762] xhci_hcd 0000:03:00.0: RTSOFF 0x2000:
Sep  3 13:41:49 master kernel: [161603.185763] xhci_hcd 0000:03:00.0: xHCI operational registers at ffffc90007570020:
Sep  3 13:41:49 master kernel: [161603.185766] xhci_hcd 0000:03:00.0: USBCMD 0x0:
Sep  3 13:41:49 master kernel: [161603.185767] xhci_hcd 0000:03:00.0:   HC is being stopped
Sep  3 13:41:49 master kernel: [161603.185769] xhci_hcd 0000:03:00.0:   HC has finished hard reset
Sep  3 13:41:49 master kernel: [161603.185770] xhci_hcd 0000:03:00.0:   Event Interrupts disabled
Sep  3 13:41:49 master kernel: [161603.185771] xhci_hcd 0000:03:00.0:   Host System Error Interrupts disabled
Sep  3 13:41:49 master kernel: [161603.185773] xhci_hcd 0000:03:00.0:   HC has finished light reset
Sep  3 13:41:49 master kernel: [161603.185776] xhci_hcd 0000:03:00.0: USBSTS 0x1:
Sep  3 13:41:49 master kernel: [161603.185777] xhci_hcd 0000:03:00.0:   Event ring is empty
Sep  3 13:41:49 master kernel: [161603.185778] xhci_hcd 0000:03:00.0:   No Host System Error
Sep  3 13:41:49 master kernel: [161603.185780] xhci_hcd 0000:03:00.0:   HC is halted
Sep  3 13:41:49 master kernel: [161603.185783] xhci_hcd 0000:03:00.0: ffffc90007570420 port status reg = 0x202e1
Sep  3 13:41:49 master kernel: [161603.185786] xhci_hcd 0000:03:00.0: ffffc90007570424 port power reg = 0x0
Sep  3 13:41:49 master kernel: [161603.185789] xhci_hcd 0000:03:00.0: ffffc90007570428 port link reg = 0x0
Sep  3 13:41:49 master kernel: [161603.185794] xhci_hcd 0000:03:00.0: ffffc9000757042c port reserved reg = 0x0
Sep  3 13:41:49 master kernel: [161603.185798] xhci_hcd 0000:03:00.0: ffffc90007570430 port status reg = 0x2a0
Sep  3 13:41:49 master kernel: [161603.185801] xhci_hcd 0000:03:00.0: ffffc90007570434 port power reg = 0x0
Sep  3 13:41:49 master kernel: [161603.185804] xhci_hcd 0000:03:00.0: ffffc90007570438 port link reg = 0x0
Sep  3 13:41:49 master kernel: [161603.185808] xhci_hcd 0000:03:00.0: ffffc9000757043c port reserved reg = 0x0
Sep  3 13:41:49 master kernel: [161603.185811] xhci_hcd 0000:03:00.0: ffffc90007570440 port status reg = 0x2a0
Sep  3 13:41:49 master kernel: [161603.185815] xhci_hcd 0000:03:00.0: ffffc90007570444 port power reg = 0x0
Sep  3 13:41:49 master kernel: [161603.185818] xhci_hcd 0000:03:00.0: ffffc90007570448 port link reg = 0x0
Sep  3 13:41:49 master kernel: [161603.185821] xhci_hcd 0000:03:00.0: ffffc9000757044c port reserved reg = 0x0
Sep  3 13:41:49 master kernel: [161603.185825] xhci_hcd 0000:03:00.0: ffffc90007570450 port status reg = 0x2a0
Sep  3 13:41:49 master kernel: [161603.185829] xhci_hcd 0000:03:00.0: ffffc90007570454 port power reg = 0x0
Sep  3 13:41:49 master kernel: [161603.185832] xhci_hcd 0000:03:00.0: ffffc90007570458 port link reg = 0x0
Sep  3 13:41:49 master kernel: [161603.185835] xhci_hcd 0000:03:00.0: ffffc9000757045c port reserved reg = 0x0
Sep  3 13:41:49 master kernel: [161603.185837] xhci_hcd 0000:03:00.0: QUIRK: Resetting on resume
Sep  3 13:41:49 master kernel: [161603.185838] xhci_hcd 0000:03:00.0: // Halt the HC
Sep  3 13:41:49 master kernel: [161603.185846] xhci_hcd 0000:03:00.0: Resetting HCD
Sep  3 13:41:49 master kernel: [161603.185849] xhci_hcd 0000:03:00.0: // Reset the HC
Sep  3 13:41:49 master kernel: [161603.185855] xhci_hcd 0000:03:00.0: Wait for controller to be ready for doorbell rings
Sep  3 13:41:49 master kernel: [161603.185858] xhci_hcd 0000:03:00.0: Reset complete
Sep  3 13:41:49 master kernel: [161603.185861] xhci_hcd 0000:03:00.0: Enabling 64-bit DMA addresses.
Sep  3 13:41:49 master kernel: [161603.185862] xhci_hcd 0000:03:00.0: Calling HCD init
Sep  3 13:41:49 master kernel: [161603.185863] xhci_hcd 0000:03:00.0: xhci_init
Sep  3 13:41:49 master kernel: [161603.185864] xhci_hcd 0000:03:00.0: xHCI doesn't need link TRB QUIRK
Sep  3 13:41:49 master kernel: [161603.185867] xhci_hcd 0000:03:00.0: Supported page size register = 0x1
Sep  3 13:41:49 master kernel: [161603.185869] xhci_hcd 0000:03:00.0: Supported page size of 4K
Sep  3 13:41:49 master kernel: [161603.185870] xhci_hcd 0000:03:00.0: HCD page size set to 4K
Sep  3 13:41:49 master kernel: [161603.185873] xhci_hcd 0000:03:00.0: // xHC can handle at most 64 device slots.
Sep  3 13:41:49 master kernel: [161603.185876] xhci_hcd 0000:03:00.0: // Setting Max device slots reg = 0x40.
Sep  3 13:41:49 master kernel: [161603.185879] xhci_hcd 0000:03:00.0: // Device context base array address = 0x9073c000 (DMA), ffff88009073c000 (virt)
Sep  3 13:41:49 master kernel: [161603.185882] xhci_hcd 0000:03:00.0: Allocated command ring at ffff88008fcdc680
Sep  3 13:41:49 master kernel: [161603.185883] xhci_hcd 0000:03:00.0: First segment DMA is 0x904e4000
Sep  3 13:41:49 master kernel: [161603.185888] xhci_hcd 0000:03:00.0: // Setting command ring address to 0x40
Sep  3 13:41:49 master kernel: [161603.185895] xhci_hcd 0000:03:00.0: // xHC command ring deq ptr low bits + flags = @00000000
Sep  3 13:41:49 master kernel: [161603.185896] xhci_hcd 0000:03:00.0: // xHC command ring deq ptr high bits = @00000000
Sep  3 13:41:49 master kernel: [161603.185900] xhci_hcd 0000:03:00.0: // Doorbell array is located at offset 0x3000 from cap regs base addr
Sep  3 13:41:49 master kernel: [161603.185902] xhci_hcd 0000:03:00.0: // xHCI capability registers at ffffc90007570000:
Sep  3 13:41:49 master kernel: [161603.185905] xhci_hcd 0000:03:00.0: // @ffffc90007570000 = 0x1000020 (CAPLENGTH AND HCIVERSION)
Sep  3 13:41:49 master kernel: [161603.185906] xhci_hcd 0000:03:00.0: //   CAPLENGTH: 0x20
Sep  3 13:41:49 master kernel: [161603.185908] xhci_hcd 0000:03:00.0: // xHCI operational registers at ffffc90007570020:
Sep  3 13:41:49 master kernel: [161603.185911] xhci_hcd 0000:03:00.0: // @ffffc90007570018 = 0x2000 RTSOFF
Sep  3 13:41:49 master kernel: [161603.185912] xhci_hcd 0000:03:00.0: // xHCI runtime registers at ffffc90007572000:
Sep  3 13:41:49 master kernel: [161603.185915] xhci_hcd 0000:03:00.0: // @ffffc90007570014 = 0x3000 DBOFF
Sep  3 13:41:49 master kernel: [161603.185916] xhci_hcd 0000:03:00.0: // Doorbell array at ffffc90007573000:
Sep  3 13:41:49 master kernel: [161603.185918] xhci_hcd 0000:03:00.0: xHCI runtime registers at ffffc90007572000:
Sep  3 13:41:49 master kernel: [161603.185921] xhci_hcd 0000:03:00.0:   ffffc90007572000: Microframe index = 0x0
Sep  3 13:41:49 master kernel: [161603.185939] xhci_hcd 0000:03:00.0: // Allocating event ring
Sep  3 13:41:49 master kernel: [161603.185941] xhci_hcd 0000:03:00.0: TRB math tests passed.
Sep  3 13:41:49 master kernel: [161603.185943] xhci_hcd 0000:03:00.0: // Allocated event ring segment table at 0x90544000
Sep  3 13:41:49 master kernel: [161603.185945] xhci_hcd 0000:03:00.0: Set ERST to 0; private num segs = 1, virt addr = ffff880090544000, dma addr = 0x90544000
Sep  3 13:41:49 master kernel: [161603.185948] xhci_hcd 0000:03:00.0: // Write ERST size = 1 to ir_set 0 (some bits preserved)
Sep  3 13:41:49 master kernel: [161603.185949] xhci_hcd 0000:03:00.0: // Set ERST entries to point to event ring.
Sep  3 13:41:49 master kernel: [161603.185950] xhci_hcd 0000:03:00.0: // Set ERST base address for ir_set 0 = 0x90544000
Sep  3 13:41:49 master kernel: [161603.185958] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit
Sep  3 13:41:49 master kernel: [161603.185959] xhci_hcd 0000:03:00.0: Wrote ERST address to ir_set 0.
Sep  3 13:41:49 master kernel: [161603.185962] xhci_hcd 0000:03:00.0: Allocating 4 scratchpad buffers
Sep  3 13:41:49 master kernel: [161603.185976] xhci_hcd 0000:03:00.0: Ext Cap ffffc90007571010, port offset = 1, count = 2, revision = 0x2
Sep  3 13:41:49 master kernel: [161603.185978] xhci_hcd 0000:03:00.0: xHCI 1.0: support USB2 software lpm
Sep  3 13:41:49 master kernel: [161603.185991] xhci_hcd 0000:03:00.0: Ext Cap ffffc90007571020, port offset = 3, count = 2, revision = 0x3
Sep  3 13:41:49 master kernel: [161603.185993] xhci_hcd 0000:03:00.0: Found 2 USB 2.0 ports and 2 USB 3.0 ports.
Sep  3 13:41:49 master kernel: [161603.185995] xhci_hcd 0000:03:00.0: USB 2.0 port at index 0, addr = ffffc90007570420
Sep  3 13:41:49 master kernel: [161603.185996] xhci_hcd 0000:03:00.0: USB 2.0 port at index 1, addr = ffffc90007570430
Sep  3 13:41:49 master kernel: [161603.186002] xhci_hcd 0000:03:00.0: USB 3.0 port at index 2, addr = ffffc90007570440
Sep  3 13:41:49 master kernel: [161603.186007] xhci_hcd 0000:03:00.0: USB 3.0 port at index 3, addr = ffffc90007570450
Sep  3 13:41:49 master kernel: [161603.186013] xhci_hcd 0000:03:00.0: Finished xhci_init
Sep  3 13:41:49 master kernel: [161603.186018] xhci_hcd 0000:03:00.0: Called HCD init
Sep  3 13:41:49 master kernel: [161603.186025] xhci_hcd 0000:03:00.0: Got SBRN 48
Sep  3 13:41:49 master kernel: [161603.186035] xhci_hcd 0000:03:00.0: MWI active
Sep  3 13:41:49 master kernel: [161603.186038] xhci_hcd 0000:03:00.0: Finished xhci_pci_reinit
Sep  3 13:41:49 master kernel: [161603.186042] xhci_hcd 0000:03:00.0: supports USB remote wakeup
Sep  3 13:41:49 master kernel: [161603.186046] xhci_hcd 0000:03:00.0: xhci_run
Sep  3 13:41:49 master kernel: [161603.186048] xhci_hcd 0000:03:00.0: Failed to enable MSI-X
Sep  3 13:41:49 master kernel: [161603.186049] xhci_hcd 0000:03:00.0: failed to allocate MSI entry
Sep  3 13:41:49 master kernel: [161603.186053] xhci_hcd 0000:03:00.0: Setting event ring polling timer
Sep  3 13:41:49 master kernel: [161603.186054] xhci_hcd 0000:03:00.0: Command ring memory map follows:
Sep  3 13:41:49 master kernel: [161603.186056] xhci_hcd 0000:03:00.0: @00000000904e4000 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186058] xhci_hcd 0000:03:00.0: @00000000904e4010 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186060] xhci_hcd 0000:03:00.0: @00000000904e4020 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186061] xhci_hcd 0000:03:00.0: @00000000904e4030 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186063] xhci_hcd 0000:03:00.0: @00000000904e4040 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186065] xhci_hcd 0000:03:00.0: @00000000904e4050 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186066] xhci_hcd 0000:03:00.0: @00000000904e4060 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186068] xhci_hcd 0000:03:00.0: @00000000904e4070 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186069] xhci_hcd 0000:03:00.0: @00000000904e4080 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186071] xhci_hcd 0000:03:00.0: @00000000904e4090 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186073] xhci_hcd 0000:03:00.0: @00000000904e40a0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186074] xhci_hcd 0000:03:00.0: @00000000904e40b0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186076] xhci_hcd 0000:03:00.0: @00000000904e40c0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186077] xhci_hcd 0000:03:00.0: @00000000904e40d0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186079] xhci_hcd 0000:03:00.0: @00000000904e40e0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186081] xhci_hcd 0000:03:00.0: @00000000904e40f0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186082] xhci_hcd 0000:03:00.0: @00000000904e4100 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186084] xhci_hcd 0000:03:00.0: @00000000904e4110 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186085] xhci_hcd 0000:03:00.0: @00000000904e4120 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186087] xhci_hcd 0000:03:00.0: @00000000904e4130 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186089] xhci_hcd 0000:03:00.0: @00000000904e4140 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186090] xhci_hcd 0000:03:00.0: @00000000904e4150 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186092] xhci_hcd 0000:03:00.0: @00000000904e4160 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186093] xhci_hcd 0000:03:00.0: @00000000904e4170 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186095] xhci_hcd 0000:03:00.0: @00000000904e4180 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186097] xhci_hcd 0000:03:00.0: @00000000904e4190 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186098] xhci_hcd 0000:03:00.0: @00000000904e41a0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186100] xhci_hcd 0000:03:00.0: @00000000904e41b0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186102] xhci_hcd 0000:03:00.0: @00000000904e41c0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186103] xhci_hcd 0000:03:00.0: @00000000904e41d0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186105] xhci_hcd 0000:03:00.0: @00000000904e41e0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186106] xhci_hcd 0000:03:00.0: @00000000904e41f0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186108] xhci_hcd 0000:03:00.0: @00000000904e4200 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186110] xhci_hcd 0000:03:00.0: @00000000904e4210 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186111] xhci_hcd 0000:03:00.0: @00000000904e4220 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186113] xhci_hcd 0000:03:00.0: @00000000904e4230 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186114] xhci_hcd 0000:03:00.0: @00000000904e4240 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186116] xhci_hcd 0000:03:00.0: @00000000904e4250 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186118] xhci_hcd 0000:03:00.0: @00000000904e4260 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186119] xhci_hcd 0000:03:00.0: @00000000904e4270 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186121] xhci_hcd 0000:03:00.0: @00000000904e4280 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186122] xhci_hcd 0000:03:00.0: @00000000904e4290 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186124] xhci_hcd 0000:03:00.0: @00000000904e42a0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186126] xhci_hcd 0000:03:00.0: @00000000904e42b0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186127] xhci_hcd 0000:03:00.0: @00000000904e42c0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186129] xhci_hcd 0000:03:00.0: @00000000904e42d0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186130] xhci_hcd 0000:03:00.0: @00000000904e42e0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186132] xhci_hcd 0000:03:00.0: @00000000904e42f0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186134] xhci_hcd 0000:03:00.0: @00000000904e4300 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186135] xhci_hcd 0000:03:00.0: @00000000904e4310 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186137] xhci_hcd 0000:03:00.0: @00000000904e4320 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186138] xhci_hcd 0000:03:00.0: @00000000904e4330 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186140] xhci_hcd 0000:03:00.0: @00000000904e4340 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186142] xhci_hcd 0000:03:00.0: @00000000904e4350 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186143] xhci_hcd 0000:03:00.0: @00000000904e4360 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186145] xhci_hcd 0000:03:00.0: @00000000904e4370 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186146] xhci_hcd 0000:03:00.0: @00000000904e4380 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186148] xhci_hcd 0000:03:00.0: @00000000904e4390 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186150] xhci_hcd 0000:03:00.0: @00000000904e43a0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186151] xhci_hcd 0000:03:00.0: @00000000904e43b0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186153] xhci_hcd 0000:03:00.0: @00000000904e43c0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186154] xhci_hcd 0000:03:00.0: @00000000904e43d0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186156] xhci_hcd 0000:03:00.0: @00000000904e43e0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186158] xhci_hcd 0000:03:00.0: @00000000904e43f0 904e4000 00000000 00000000 00001802
Sep  3 13:41:49 master kernel: [161603.186159] xhci_hcd 0000:03:00.0:   Ring has not been updated
Sep  3 13:41:49 master kernel: [161603.186161] xhci_hcd 0000:03:00.0: Ring deq = ffff8800904e4000 (virt), 0x904e4000 (dma)
Sep  3 13:41:49 master kernel: [161603.186162] xhci_hcd 0000:03:00.0: Ring deq updated 0 times
Sep  3 13:41:49 master kernel: [161603.186164] xhci_hcd 0000:03:00.0: Ring enq = ffff8800904e4000 (virt), 0x904e4000 (dma)
Sep  3 13:41:49 master kernel: [161603.186165] xhci_hcd 0000:03:00.0: Ring enq updated 0 times
Sep  3 13:41:49 master kernel: [161603.186170] xhci_hcd 0000:03:00.0: // xHC command ring deq ptr low bits + flags = @00000000
Sep  3 13:41:49 master kernel: [161603.186172] xhci_hcd 0000:03:00.0: // xHC command ring deq ptr high bits = @00000000
Sep  3 13:41:49 master kernel: [161603.186173] xhci_hcd 0000:03:00.0: ERST memory map follows:
Sep  3 13:41:49 master kernel: [161603.186175] xhci_hcd 0000:03:00.0: @0000000090544000 904e4400 00000000 00000040 00000000
Sep  3 13:41:49 master kernel: [161603.186176] xhci_hcd 0000:03:00.0: Event ring:
Sep  3 13:41:49 master kernel: [161603.186178] xhci_hcd 0000:03:00.0: @00000000904e4400 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186179] xhci_hcd 0000:03:00.0: @00000000904e4410 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186181] xhci_hcd 0000:03:00.0: @00000000904e4420 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186182] xhci_hcd 0000:03:00.0: @00000000904e4430 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186184] xhci_hcd 0000:03:00.0: @00000000904e4440 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186186] xhci_hcd 0000:03:00.0: @00000000904e4450 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186187] xhci_hcd 0000:03:00.0: @00000000904e4460 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186189] xhci_hcd 0000:03:00.0: @00000000904e4470 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186190] xhci_hcd 0000:03:00.0: @00000000904e4480 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186192] xhci_hcd 0000:03:00.0: @00000000904e4490 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186194] xhci_hcd 0000:03:00.0: @00000000904e44a0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186195] xhci_hcd 0000:03:00.0: @00000000904e44b0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186197] xhci_hcd 0000:03:00.0: @00000000904e44c0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186198] xhci_hcd 0000:03:00.0: @00000000904e44d0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186200] xhci_hcd 0000:03:00.0: @00000000904e44e0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186202] xhci_hcd 0000:03:00.0: @00000000904e44f0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186203] xhci_hcd 0000:03:00.0: @00000000904e4500 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186205] xhci_hcd 0000:03:00.0: @00000000904e4510 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186207] xhci_hcd 0000:03:00.0: @00000000904e4520 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186208] xhci_hcd 0000:03:00.0: @00000000904e4530 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186210] xhci_hcd 0000:03:00.0: @00000000904e4540 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186212] xhci_hcd 0000:03:00.0: @00000000904e4550 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186213] xhci_hcd 0000:03:00.0: @00000000904e4560 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186215] xhci_hcd 0000:03:00.0: @00000000904e4570 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186216] xhci_hcd 0000:03:00.0: @00000000904e4580 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186218] xhci_hcd 0000:03:00.0: @00000000904e4590 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186219] xhci_hcd 0000:03:00.0: @00000000904e45a0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186221] xhci_hcd 0000:03:00.0: @00000000904e45b0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186223] xhci_hcd 0000:03:00.0: @00000000904e45c0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186224] xhci_hcd 0000:03:00.0: @00000000904e45d0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186226] xhci_hcd 0000:03:00.0: @00000000904e45e0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186227] xhci_hcd 0000:03:00.0: @00000000904e45f0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186229] xhci_hcd 0000:03:00.0: @00000000904e4600 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186231] xhci_hcd 0000:03:00.0: @00000000904e4610 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186232] xhci_hcd 0000:03:00.0: @00000000904e4620 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186234] xhci_hcd 0000:03:00.0: @00000000904e4630 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186235] xhci_hcd 0000:03:00.0: @00000000904e4640 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186237] xhci_hcd 0000:03:00.0: @00000000904e4650 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186239] xhci_hcd 0000:03:00.0: @00000000904e4660 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186240] xhci_hcd 0000:03:00.0: @00000000904e4670 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186242] xhci_hcd 0000:03:00.0: @00000000904e4680 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186243] xhci_hcd 0000:03:00.0: @00000000904e4690 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186245] xhci_hcd 0000:03:00.0: @00000000904e46a0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186247] xhci_hcd 0000:03:00.0: @00000000904e46b0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186248] xhci_hcd 0000:03:00.0: @00000000904e46c0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186250] xhci_hcd 0000:03:00.0: @00000000904e46d0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186252] xhci_hcd 0000:03:00.0: @00000000904e46e0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186253] xhci_hcd 0000:03:00.0: @00000000904e46f0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186255] xhci_hcd 0000:03:00.0: @00000000904e4700 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186257] xhci_hcd 0000:03:00.0: @00000000904e4710 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186258] xhci_hcd 0000:03:00.0: @00000000904e4720 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186260] xhci_hcd 0000:03:00.0: @00000000904e4730 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186261] xhci_hcd 0000:03:00.0: @00000000904e4740 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186263] xhci_hcd 0000:03:00.0: @00000000904e4750 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186265] xhci_hcd 0000:03:00.0: @00000000904e4760 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186266] xhci_hcd 0000:03:00.0: @00000000904e4770 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186268] xhci_hcd 0000:03:00.0: @00000000904e4780 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186269] xhci_hcd 0000:03:00.0: @00000000904e4790 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186271] xhci_hcd 0000:03:00.0: @00000000904e47a0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186273] xhci_hcd 0000:03:00.0: @00000000904e47b0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186274] xhci_hcd 0000:03:00.0: @00000000904e47c0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186276] xhci_hcd 0000:03:00.0: @00000000904e47d0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186277] xhci_hcd 0000:03:00.0: @00000000904e47e0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186279] xhci_hcd 0000:03:00.0: @00000000904e47f0 00000000 00000000 00000000 00000000
Sep  3 13:41:49 master kernel: [161603.186280] xhci_hcd 0000:03:00.0:   Ring has not been updated
Sep  3 13:41:49 master kernel: [161603.186282] xhci_hcd 0000:03:00.0: Ring deq = ffff8800904e4400 (virt), 0x904e4400 (dma)
Sep  3 13:41:49 master kernel: [161603.186283] xhci_hcd 0000:03:00.0: Ring deq updated 0 times
Sep  3 13:41:49 master kernel: [161603.186285] xhci_hcd 0000:03:00.0: Ring enq = ffff8800904e4400 (virt), 0x904e4400 (dma)
Sep  3 13:41:49 master kernel: [161603.186286] xhci_hcd 0000:03:00.0: Ring enq updated 0 times
Sep  3 13:41:49 master kernel: [161603.186292] xhci_hcd 0000:03:00.0: ERST deq = 64'h904e4400
Sep  3 13:41:49 master kernel: [161603.186293] xhci_hcd 0000:03:00.0: // Set the interrupt modulation register
Sep  3 13:41:49 master kernel: [161603.186299] xhci_hcd 0000:03:00.0: // Enable interrupts, cmd = 0x4.
Sep  3 13:41:49 master kernel: [161603.186303] xhci_hcd 0000:03:00.0: // Enabling event ring interrupter ffffc90007572020 by writing 0x2 to irq_pending
Sep  3 13:41:49 master kernel: [161603.186306] xhci_hcd 0000:03:00.0:   ffffc90007572020: ir_set[0]
Sep  3 13:41:49 master kernel: [161603.186307] xhci_hcd 0000:03:00.0:   ffffc90007572020: ir_set.pending = 0x2
Sep  3 13:41:49 master kernel: [161603.186310] xhci_hcd 0000:03:00.0:   ffffc90007572024: ir_set.control = 0xa0
Sep  3 13:41:49 master kernel: [161603.186313] xhci_hcd 0000:03:00.0:   ffffc90007572028: ir_set.erst_size = 0x1
Sep  3 13:41:49 master kernel: [161603.186319] xhci_hcd 0000:03:00.0:   ffffc90007572030: ir_set.erst_base = @90544000
Sep  3 13:41:49 master kernel: [161603.186324] xhci_hcd 0000:03:00.0:   ffffc90007572038: ir_set.erst_dequeue = @904e4400
Sep  3 13:41:49 master kernel: [161603.186325] xhci_hcd 0000:03:00.0: Finished xhci_run for USB2 roothub
Sep  3 13:41:49 master kernel: [161603.186335] usb usb6: default language 0x0409
Sep  3 13:41:49 master kernel: [161603.186340] usb usb6: udev 1, busnum 6, minor = 640
Sep  3 13:41:49 master kernel: [161603.186342] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002
Sep  3 13:41:49 master kernel: [161603.186344] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep  3 13:41:49 master kernel: [161603.186345] usb usb6: Product: xHCI Host Controller
Sep  3 13:41:49 master kernel: [161603.186347] usb usb6: Manufacturer: Linux 3.10.10 xhci_hcd
Sep  3 13:41:49 master kernel: [161603.186348] usb usb6: SerialNumber: 0000:03:00.0
Sep  3 13:41:49 master kernel: [161603.186401] usb usb6: usb_probe_device
Sep  3 13:41:49 master kernel: [161603.186403] usb usb6: configuration #1 chosen from 1 choice
Sep  3 13:41:49 master kernel: [161603.186406] xHCI xhci_add_endpoint called for root hub
Sep  3 13:41:49 master kernel: [161603.186407] xHCI xhci_check_bandwidth called for root hub
Sep  3 13:41:49 master kernel: [161603.186412] usb usb6: adding 6-0:1.0 (config #1, interface 0)
Sep  3 13:41:49 master kernel: [161603.186426] hub 6-0:1.0: usb_probe_interface
Sep  3 13:41:49 master kernel: [161603.186427] hub 6-0:1.0: usb_probe_interface - got id
Sep  3 13:41:49 master kernel: [161603.186429] hub 6-0:1.0: USB hub found
Sep  3 13:41:49 master kernel: [161603.186665] hub 6-0:1.0: 2 ports detected
Sep  3 13:41:49 master kernel: [161603.186667] hub 6-0:1.0: standalone hub
Sep  3 13:41:49 master kernel: [161603.186668] hub 6-0:1.0: individual port power switching
Sep  3 13:41:49 master kernel: [161603.186670] hub 6-0:1.0: individual port over-current protection
Sep  3 13:41:49 master kernel: [161603.186671] hub 6-0:1.0: Single TT
Sep  3 13:41:49 master kernel: [161603.186672] hub 6-0:1.0: TT requires at most 8 FS bit times (666 ns)
Sep  3 13:41:49 master kernel: [161603.186674] hub 6-0:1.0: power on to power good time: 20ms
Sep  3 13:41:49 master kernel: [161603.186677] hub 6-0:1.0: local power source is good
Sep  3 13:41:49 master kernel: [161603.186693] hub 6-0:1.0: enabling power on all ports
Sep  3 13:41:49 master kernel: [161603.186698] xhci_hcd 0000:03:00.0: set port power, actual port 0 status  = 0x202e1
Sep  3 13:41:49 master kernel: [161603.186707] xhci_hcd 0000:03:00.0: set port power, actual port 1 status  = 0x2a0
Sep  3 13:41:49 master kernel: [161603.191009] xhci_hcd 0000:03:00.0: xHCI Host Controller
Sep  3 13:41:49 master kernel: [161603.191341] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 7
Sep  3 13:41:49 master kernel: [161603.191349] xhci_hcd 0000:03:00.0: Enabling 64-bit DMA addresses.
Sep  3 13:41:49 master kernel: [161603.191350] xhci_hcd 0000:03:00.0: supports USB remote wakeup
Sep  3 13:41:49 master kernel: [161603.191354] xhci_hcd 0000:03:00.0: // Turn on HC, cmd = 0x5.
Sep  3 13:41:49 master kernel: [161603.191357] xhci_hcd 0000:03:00.0: Finished xhci_run for USB3 roothub
Sep  3 13:41:49 master kernel: [161603.191371] xhci_hcd 0000:03:00.0: Port Status Change Event for port 1
Sep  3 13:41:49 master kernel: [161603.191378] xhci_hcd 0000:03:00.0: handle_port_status: starting port polling.
Sep  3 13:41:49 master kernel: [161603.191387] usb usb7: skipped 1 descriptor after endpoint
Sep  3 13:41:49 master kernel: [161603.191390] usb usb7: default language 0x0409
Sep  3 13:41:49 master kernel: [161603.191395] usb usb7: udev 1, busnum 7, minor = 768
Sep  3 13:41:49 master kernel: [161603.191397] usb usb7: New USB device found, idVendor=1d6b, idProduct=0003
Sep  3 13:41:49 master kernel: [161603.191398] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep  3 13:41:49 master kernel: [161603.191400] usb usb7: Product: xHCI Host Controller
Sep  3 13:41:49 master kernel: [161603.191402] usb usb7: Manufacturer: Linux 3.10.10 xhci_hcd
Sep  3 13:41:49 master kernel: [161603.191403] usb usb7: SerialNumber: 0000:03:00.0
Sep  3 13:41:49 master kernel: [161603.192031] usb usb7: usb_probe_device
Sep  3 13:41:49 master kernel: [161603.192034] usb usb7: configuration #1 chosen from 1 choice
Sep  3 13:41:49 master kernel: [161603.192036] xHCI xhci_add_endpoint called for root hub
Sep  3 13:41:49 master kernel: [161603.192037] xHCI xhci_check_bandwidth called for root hub
Sep  3 13:41:49 master kernel: [161603.192042] usb usb7: adding 7-0:1.0 (config #1, interface 0)
Sep  3 13:41:49 master kernel: [161603.192353] hub 7-0:1.0: usb_probe_interface
Sep  3 13:41:49 master kernel: [161603.192355] hub 7-0:1.0: usb_probe_interface - got id
Sep  3 13:41:49 master kernel: [161603.192358] hub 7-0:1.0: USB hub found
Sep  3 13:41:49 master kernel: [161603.192366] hub 7-0:1.0: 2 ports detected
Sep  3 13:41:49 master kernel: [161603.192368] hub 7-0:1.0: standalone hub
Sep  3 13:41:49 master kernel: [161603.192369] hub 7-0:1.0: individual port power switching
Sep  3 13:41:49 master kernel: [161603.192370] hub 7-0:1.0: individual port over-current protection
Sep  3 13:41:49 master kernel: [161603.192372] hub 7-0:1.0: TT requires at most 8 FS bit times (666 ns)
Sep  3 13:41:49 master kernel: [161603.192373] hub 7-0:1.0: power on to power good time: 20ms
Sep  3 13:41:49 master kernel: [161603.192376] hub 7-0:1.0: local power source is good
Sep  3 13:41:49 master kernel: [161603.192393] hub 7-0:1.0: enabling power on all ports
Sep  3 13:41:49 master kernel: [161603.192399] xhci_hcd 0000:03:00.0: set port power, actual port 0 status  = 0x2a0
Sep  3 13:41:49 master kernel: [161603.192407] xhci_hcd 0000:03:00.0: set port power, actual port 1 status  = 0x2a0
Sep  3 13:41:49 master kernel: [161603.286096] xhci_hcd 0000:03:00.0: get port status, actual port 0 status  = 0x202e1
Sep  3 13:41:49 master kernel: [161603.286101] xhci_hcd 0000:03:00.0: Get port status returned 0x10101
Sep  3 13:41:49 master kernel: [161603.286107] hub 6-0:1.0: port 1: status 0101 change 0001
Sep  3 13:41:49 master kernel: [161603.286115] xhci_hcd 0000:03:00.0: clear port connect change, actual port 0 status  = 0x2e1
Sep  3 13:41:49 master kernel: [161603.286121] xhci_hcd 0000:03:00.0: get port status, actual port 1 status  = 0x2a0
Sep  3 13:41:49 master kernel: [161603.286123] xhci_hcd 0000:03:00.0: Get port status returned 0x100
Sep  3 13:41:49 master kernel: [161603.292095] xhci_hcd 0000:03:00.0: get port status, actual port 0 status  = 0x2a0
Sep  3 13:41:49 master kernel: [161603.292100] xhci_hcd 0000:03:00.0: Get port status returned 0x2a0
Sep  3 13:41:49 master kernel: [161603.292107] xhci_hcd 0000:03:00.0: get port status, actual port 1 status  = 0x2a0
Sep  3 13:41:49 master kernel: [161603.292110] xhci_hcd 0000:03:00.0: Get port status returned 0x2a0
Sep  3 13:41:49 master kernel: [161603.292185] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
Sep  3 13:41:49 master kernel: [161603.292204] xhci_hcd 0000:03:00.0: set port remote wake mask, actual port 0 status  = 0xe0002a0
Sep  3 13:41:49 master kernel: [161603.292214] xhci_hcd 0000:03:00.0: set port remote wake mask, actual port 1 status  = 0xe0002a0
Sep  3 13:41:49 master kernel: [161603.292217] hub 7-0:1.0: hub_suspend
Sep  3 13:41:49 master kernel: [161603.292221] usb usb7: bus auto-suspend, wakeup 1
Sep  3 13:41:49 master kernel: [161603.292231] xhci_hcd 0000:03:00.0: xhci_hub_status_data: stopping port polling.
Sep  3 13:41:49 master kernel: [161603.386260] hub 6-0:1.0: state 7 ports 2 chg 0002 evt 0000
Sep  3 13:41:49 master kernel: [161603.386270] xhci_hcd 0000:03:00.0: get port status, actual port 0 status  = 0x2e1
Sep  3 13:41:49 master kernel: [161603.386272] xhci_hcd 0000:03:00.0: Get port status returned 0x101
Sep  3 13:41:49 master kernel: [161603.386276] hub 6-0:1.0: port 1, status 0101, change 0000, 12 Mb/s
Sep  3 13:41:49 master kernel: [161603.386280] xhci_hcd 0000:03:00.0: // Ding dong!
Sep  3 13:41:49 master kernel: [161603.386309] xhci_hcd 0000:03:00.0: Slot 1 output ctx = 0x6b838000 (dma)
Sep  3 13:41:49 master kernel: [161603.386312] xhci_hcd 0000:03:00.0: Slot 1 input ctx = 0x906af000 (dma)
Sep  3 13:41:49 master kernel: [161603.386316] xhci_hcd 0000:03:00.0: Set slot id 1 dcbaa entry ffff88009073c008 to 0x6b838000
Sep  3 13:41:49 master kernel: [161603.386326] xhci_hcd 0000:03:00.0: set port reset, actual port 0 status  = 0x2f1
Sep  3 13:41:49 master kernel: [161603.387154] xhci_hcd 0000:03:00.0: xhci_hub_status_data: stopping port polling.
Sep  3 13:41:49 master kernel: [161603.422193] xhci_hcd 0000:03:00.0: Port Status Change Event for port 1
Sep  3 13:41:49 master kernel: [161603.422203] xhci_hcd 0000:03:00.0: handle_port_status: starting port polling.
Sep  3 13:41:49 master kernel: [161603.437207] xhci_hcd 0000:03:00.0: get port status, actual port 0 status  = 0x200603
Sep  3 13:41:49 master kernel: [161603.437212] xhci_hcd 0000:03:00.0: Get port status returned 0x100103
Sep  3 13:41:49 master kernel: [161603.488249] xhci_hcd 0000:03:00.0: clear port reset change, actual port 0 status  = 0x603
Sep  3 13:41:49 master kernel: [161603.488257] usb 6-1: new full-speed USB device number 2 using xhci_hcd
Sep  3 13:41:49 master kernel: [161603.488261] xhci_hcd 0000:03:00.0: Set root hub portnum to 1
Sep  3 13:41:49 master kernel: [161603.488264] xhci_hcd 0000:03:00.0: Set fake root hub portnum to 1
Sep  3 13:41:49 master kernel: [161603.488266] xhci_hcd 0000:03:00.0: udev->tt = ffff880089a880a0
Sep  3 13:41:49 master kernel: [161603.488268] xhci_hcd 0000:03:00.0: udev->ttport = 0x1
Sep  3 13:41:49 master kernel: [161603.488271] xhci_hcd 0000:03:00.0: Slot ID 1 Input Context:
Sep  3 13:41:49 master kernel: [161603.488275] xhci_hcd 0000:03:00.0: @ffff8800906af000 (virt) @906af000 (dma) 0x000000 - drop flags
Sep  3 13:41:49 master kernel: [161603.488278] xhci_hcd 0000:03:00.0: @ffff8800906af004 (virt) @906af004 (dma) 0x000003 - add flags
Sep  3 13:41:49 master kernel: [161603.488280] xhci_hcd 0000:03:00.0: @ffff8800906af008 (virt) @906af008 (dma) 0x000000 - rsvd2[0]
Sep  3 13:41:49 master kernel: [161603.488283] xhci_hcd 0000:03:00.0: @ffff8800906af00c (virt) @906af00c (dma) 0x000000 - rsvd2[1]
Sep  3 13:41:49 master kernel: [161603.488286] xhci_hcd 0000:03:00.0: @ffff8800906af010 (virt) @906af010 (dma) 0x000000 - rsvd2[2]
Sep  3 13:41:49 master kernel: [161603.488288] xhci_hcd 0000:03:00.0: @ffff8800906af014 (virt) @906af014 (dma) 0x000000 - rsvd2[3]
Sep  3 13:41:49 master kernel: [161603.488291] xhci_hcd 0000:03:00.0: @ffff8800906af018 (virt) @906af018 (dma) 0x000000 - rsvd2[4]
Sep  3 13:41:49 master kernel: [161603.488293] xhci_hcd 0000:03:00.0: @ffff8800906af01c (virt) @906af01c (dma) 0x000000 - rsvd2[5]
Sep  3 13:41:49 master kernel: [161603.488296] xhci_hcd 0000:03:00.0: @ffff8800906af020 (virt) @906af020 (dma) 0x000000 - rsvd64[0]
Sep  3 13:41:49 master kernel: [161603.488305] xhci_hcd 0000:03:00.0: @ffff8800906af028 (virt) @906af028 (dma) 0x000000 - rsvd64[1]
Sep  3 13:41:49 master kernel: [161603.488308] xhci_hcd 0000:03:00.0: @ffff8800906af030 (virt) @906af030 (dma) 0x000000 - rsvd64[2]
Sep  3 13:41:49 master kernel: [161603.488311] xhci_hcd 0000:03:00.0: @ffff8800906af038 (virt) @906af038 (dma) 0x000000 - rsvd64[3]
Sep  3 13:41:49 master kernel: [161603.488313] xhci_hcd 0000:03:00.0: Slot Context:
Sep  3 13:41:49 master kernel: [161603.488316] xhci_hcd 0000:03:00.0: @ffff8800906af040 (virt) @906af040 (dma) 0x8100000 - dev_info
Sep  3 13:41:49 master kernel: [161603.488329] xhci_hcd 0000:03:00.0: @ffff8800906af044 (virt) @906af044 (dma) 0x010000 - dev_info2
Sep  3 13:41:49 master kernel: [161603.488330] xhci_hcd 0000:03:00.0: @ffff8800906af048 (virt) @906af048 (dma) 0x000000 - tt_info
Sep  3 13:41:49 master kernel: [161603.488332] xhci_hcd 0000:03:00.0: @ffff8800906af04c (virt) @906af04c (dma) 0x000000 - dev_state
Sep  3 13:41:49 master kernel: [161603.488334] xhci_hcd 0000:03:00.0: @ffff8800906af050 (virt) @906af050 (dma) 0x000000 - rsvd[0]
Sep  3 13:41:49 master kernel: [161603.488335] xhci_hcd 0000:03:00.0: @ffff8800906af054 (virt) @906af054 (dma) 0x000000 - rsvd[1]
Sep  3 13:41:49 master kernel: [161603.488337] xhci_hcd 0000:03:00.0: @ffff8800906af058 (virt) @906af058 (dma) 0x000000 - rsvd[2]
Sep  3 13:41:49 master kernel: [161603.488339] xhci_hcd 0000:03:00.0: @ffff8800906af05c (virt) @906af05c (dma) 0x000000 - rsvd[3]
Sep  3 13:41:49 master kernel: [161603.488340] xhci_hcd 0000:03:00.0: @ffff8800906af060 (virt) @906af060 (dma) 0x000000 - rsvd64[0]
Sep  3 13:41:49 master kernel: [161603.488342] xhci_hcd 0000:03:00.0: @ffff8800906af068 (virt) @906af068 (dma) 0x000000 - rsvd64[1]
Sep  3 13:41:49 master kernel: [161603.488344] xhci_hcd 0000:03:00.0: @ffff8800906af070 (virt) @906af070 (dma) 0x000000 - rsvd64[2]
Sep  3 13:41:49 master kernel: [161603.488345] xhci_hcd 0000:03:00.0: @ffff8800906af078 (virt) @906af078 (dma) 0x000000 - rsvd64[3]
Sep  3 13:41:49 master kernel: [161603.488347] xhci_hcd 0000:03:00.0: Endpoint 00 Context:
Sep  3 13:41:49 master kernel: [161603.488348] xhci_hcd 0000:03:00.0: @ffff8800906af080 (virt) @906af080 (dma) 0x000000 - ep_info
Sep  3 13:41:49 master kernel: [161603.488350] xhci_hcd 0000:03:00.0: @ffff8800906af084 (virt) @906af084 (dma) 0x400026 - ep_info2
Sep  3 13:41:49 master kernel: [161603.488352] xhci_hcd 0000:03:00.0: @ffff8800906af088 (virt) @906af088 (dma) 0x904e4801 - deq
Sep  3 13:41:49 master kernel: [161603.488353] xhci_hcd 0000:03:00.0: @ffff8800906af090 (virt) @906af090 (dma) 0x000000 - tx_info
Sep  3 13:41:49 master kernel: [161603.488355] xhci_hcd 0000:03:00.0: @ffff8800906af094 (virt) @906af094 (dma) 0x000000 - rsvd[0]
Sep  3 13:41:49 master kernel: [161603.488356] xhci_hcd 0000:03:00.0: @ffff8800906af098 (virt) @906af098 (dma) 0x000000 - rsvd[1]
Sep  3 13:41:49 master kernel: [161603.488358] xhci_hcd 0000:03:00.0: @ffff8800906af09c (virt) @906af09c (dma) 0x000000 - rsvd[2]
Sep  3 13:41:49 master kernel: [161603.488360] xhci_hcd 0000:03:00.0: @ffff8800906af0a0 (virt) @906af0a0 (dma) 0x000000 - rsvd64[0]
Sep  3 13:41:49 master kernel: [161603.488361] xhci_hcd 0000:03:00.0: @ffff8800906af0a8 (virt) @906af0a8 (dma) 0x000000 - rsvd64[1]
Sep  3 13:41:49 master kernel: [161603.488363] xhci_hcd 0000:03:00.0: @ffff8800906af0b0 (virt) @906af0b0 (dma) 0x000000 - rsvd64[2]
Sep  3 13:41:49 master kernel: [161603.488365] xhci_hcd 0000:03:00.0: @ffff8800906af0b8 (virt) @906af0b8 (dma) 0x000000 - rsvd64[3]
Sep  3 13:41:49 master kernel: [161603.488366] xhci_hcd 0000:03:00.0: Endpoint 01 Context:
Sep  3 13:41:49 master kernel: [161603.488368] xhci_hcd 0000:03:00.0: @ffff8800906af0c0 (virt) @906af0c0 (dma) 0x000000 - ep_info
Sep  3 13:41:49 master kernel: [161603.488369] xhci_hcd 0000:03:00.0: @ffff8800906af0c4 (virt) @906af0c4 (dma) 0x000000 - ep_info2
Sep  3 13:41:49 master kernel: [161603.488371] xhci_hcd 0000:03:00.0: @ffff8800906af0c8 (virt) @906af0c8 (dma) 0x000000 - deq
Sep  3 13:41:49 master kernel: [161603.488372] xhci_hcd 0000:03:00.0: @ffff8800906af0d0 (virt) @906af0d0 (dma) 0x000000 - tx_info
Sep  3 13:41:49 master kernel: [161603.488374] xhci_hcd 0000:03:00.0: @ffff8800906af0d4 (virt) @906af0d4 (dma) 0x000000 - rsvd[0]
Sep  3 13:41:49 master kernel: [161603.488376] xhci_hcd 0000:03:00.0: @ffff8800906af0d8 (virt) @906af0d8 (dma) 0x000000 - rsvd[1]
Sep  3 13:41:49 master kernel: [161603.488377] xhci_hcd 0000:03:00.0: @ffff8800906af0dc (virt) @906af0dc (dma) 0x000000 - rsvd[2]
Sep  3 13:41:49 master kernel: [161603.488379] xhci_hcd 0000:03:00.0: @ffff8800906af0e0 (virt) @906af0e0 (dma) 0x000000 - rsvd64[0]
Sep  3 13:41:49 master kernel: [161603.488381] xhci_hcd 0000:03:00.0: @ffff8800906af0e8 (virt) @906af0e8 (dma) 0x000000 - rsvd64[1]
Sep  3 13:41:49 master kernel: [161603.488382] xhci_hcd 0000:03:00.0: @ffff8800906af0f0 (virt) @906af0f0 (dma) 0x000000 - rsvd64[2]
Sep  3 13:41:49 master kernel: [161603.488384] xhci_hcd 0000:03:00.0: @ffff8800906af0f8 (virt) @906af0f8 (dma) 0x000000 - rsvd64[3]
Sep  3 13:41:49 master kernel: [161603.488385] xhci_hcd 0000:03:00.0: Endpoint 02 Context:
Sep  3 13:41:49 master kernel: [161603.488387] xhci_hcd 0000:03:00.0: @ffff8800906af100 (virt) @906af100 (dma) 0x000000 - ep_info
Sep  3 13:41:49 master kernel: [161603.488389] xhci_hcd 0000:03:00.0: @ffff8800906af104 (virt) @906af104 (dma) 0x000000 - ep_info2
Sep  3 13:41:49 master kernel: [161603.488390] xhci_hcd 0000:03:00.0: @ffff8800906af108 (virt) @906af108 (dma) 0x000000 - deq
Sep  3 13:41:49 master kernel: [161603.488392] xhci_hcd 0000:03:00.0: @ffff8800906af110 (virt) @906af110 (dma) 0x000000 - tx_info
Sep  3 13:41:49 master kernel: [161603.488393] xhci_hcd 0000:03:00.0: @ffff8800906af114 (virt) @906af114 (dma) 0x000000 - rsvd[0]
Sep  3 13:41:49 master kernel: [161603.488395] xhci_hcd 0000:03:00.0: @ffff8800906af118 (virt) @906af118 (dma) 0x000000 - rsvd[1]
Sep  3 13:41:49 master kernel: [161603.488397] xhci_hcd 0000:03:00.0: @ffff8800906af11c (virt) @906af11c (dma) 0x000000 - rsvd[2]
Sep  3 13:41:49 master kernel: [161603.488398] xhci_hcd 0000:03:00.0: @ffff8800906af120 (virt) @906af120 (dma) 0x000000 - rsvd64[0]
Sep  3 13:41:49 master kernel: [161603.488400] xhci_hcd 0000:03:00.0: @ffff8800906af128 (virt) @906af128 (dma) 0x000000 - rsvd64[1]
Sep  3 13:41:49 master kernel: [161603.488401] xhci_hcd 0000:03:00.0: @ffff8800906af130 (virt) @906af130 (dma) 0x000000 - rsvd64[2]
Sep  3 13:41:49 master kernel: [161603.488403] xhci_hcd 0000:03:00.0: @ffff8800906af138 (virt) @906af138 (dma) 0x000000 - rsvd64[3]
Sep  3 13:41:49 master kernel: [161603.488405] xhci_hcd 0000:03:00.0: // Ding dong!
Sep  3 13:41:50 master kernel: [161603.676377] xhci_hcd 0000:03:00.0: xhci_hub_status_data: stopping port polling.
Sep  3 13:41:54 master kernel: [161607.836272] xhci_hcd 0000:03:00.0: Port Status Change Event for port 2
Sep  3 13:41:54 master kernel: [161607.836282] xhci_hcd 0000:03:00.0: handle_port_status: starting port polling.
Sep  3 13:41:54 master kernel: [161608.492076] xhci_hcd 0000:03:00.0: Timeout while waiting for address device command
Sep  3 13:41:54 master kernel: [161608.492082] xhci_hcd 0000:03:00.0: Abort command ring
Sep  3 13:41:55 master kernel: [161608.693331] xhci_hcd 0000:03:00.0: Slot ID 1 Input Context:
Sep  3 13:41:55 master kernel: [161608.693336] xhci_hcd 0000:03:00.0: @ffff8800906af000 (virt) @906af000 (dma) 0x000000 - drop flags
Sep  3 13:41:55 master kernel: [161608.693338] xhci_hcd 0000:03:00.0: @ffff8800906af004 (virt) @906af004 (dma) 0x000003 - add flags
Sep  3 13:41:55 master kernel: [161608.693340] xhci_hcd 0000:03:00.0: @ffff8800906af008 (virt) @906af008 (dma) 0x000000 - rsvd2[0]
Sep  3 13:41:55 master kernel: [161608.693341] xhci_hcd 0000:03:00.0: @ffff8800906af00c (virt) @906af00c (dma) 0x000000 - rsvd2[1]
Sep  3 13:41:55 master kernel: [161608.693343] xhci_hcd 0000:03:00.0: @ffff8800906af010 (virt) @906af010 (dma) 0x000000 - rsvd2[2]
Sep  3 13:41:55 master kernel: [161608.693344] xhci_hcd 0000:03:00.0: @ffff8800906af014 (virt) @906af014 (dma) 0x000000 - rsvd2[3]
Sep  3 13:41:55 master kernel: [161608.693346] xhci_hcd 0000:03:00.0: @ffff8800906af018 (virt) @906af018 (dma) 0x000000 - rsvd2[4]
Sep  3 13:41:55 master kernel: [161608.693348] xhci_hcd 0000:03:00.0: @ffff8800906af01c (virt) @906af01c (dma) 0x000000 - rsvd2[5]
Sep  3 13:41:55 master kernel: [161608.693350] xhci_hcd 0000:03:00.0: @ffff8800906af020 (virt) @906af020 (dma) 0x000000 - rsvd64[0]
Sep  3 13:41:55 master kernel: [161608.693351] xhci_hcd 0000:03:00.0: @ffff8800906af028 (virt) @906af028 (dma) 0x000000 - rsvd64[1]
Sep  3 13:41:55 master kernel: [161608.693353] xhci_hcd 0000:03:00.0: @ffff8800906af030 (virt) @906af030 (dma) 0x000000 - rsvd64[2]
Sep  3 13:41:55 master kernel: [161608.693355] xhci_hcd 0000:03:00.0: @ffff8800906af038 (virt) @906af038 (dma) 0x000000 - rsvd64[3]
Sep  3 13:41:55 master kernel: [161608.693356] xhci_hcd 0000:03:00.0: Slot Context:
Sep  3 13:41:55 master kernel: [161608.693358] xhci_hcd 0000:03:00.0: @ffff8800906af040 (virt) @906af040 (dma) 0x8100000 - dev_info
Sep  3 13:41:55 master kernel: [161608.693360] xhci_hcd 0000:03:00.0: @ffff8800906af044 (virt) @906af044 (dma) 0x010000 - dev_info2
Sep  3 13:41:55 master kernel: [161608.693361] xhci_hcd 0000:03:00.0: @ffff8800906af048 (virt) @906af048 (dma) 0x000000 - tt_info
Sep  3 13:41:55 master kernel: [161608.693363] xhci_hcd 0000:03:00.0: @ffff8800906af04c (virt) @906af04c (dma) 0x000000 - dev_state
Sep  3 13:41:55 master kernel: [161608.693364] xhci_hcd 0000:03:00.0: @ffff8800906af050 (virt) @906af050 (dma) 0x000000 - rsvd[0]
Sep  3 13:41:55 master kernel: [161608.693366] xhci_hcd 0000:03:00.0: @ffff8800906af054 (virt) @906af054 (dma) 0x000000 - rsvd[1]
Sep  3 13:41:55 master kernel: [161608.693368] xhci_hcd 0000:03:00.0: @ffff8800906af058 (virt) @906af058 (dma) 0x000000 - rsvd[2]
Sep  3 13:41:55 master kernel: [161608.693369] xhci_hcd 0000:03:00.0: @ffff8800906af05c (virt) @906af05c (dma) 0x000000 - rsvd[3]
Sep  3 13:41:55 master kernel: [161608.693371] xhci_hcd 0000:03:00.0: @ffff8800906af060 (virt) @906af060 (dma) 0x000000 - rsvd64[0]
Sep  3 13:41:55 master kernel: [161608.693373] xhci_hcd 0000:03:00.0: @ffff8800906af068 (virt) @906af068 (dma) 0x000000 - rsvd64[1]
Sep  3 13:41:55 master kernel: [161608.693374] xhci_hcd 0000:03:00.0: @ffff8800906af070 (virt) @906af070 (dma) 0x000000 - rsvd64[2]
Sep  3 13:41:55 master kernel: [161608.693376] xhci_hcd 0000:03:00.0: @ffff8800906af078 (virt) @906af078 (dma) 0x000000 - rsvd64[3]
Sep  3 13:41:55 master kernel: [161608.693377] xhci_hcd 0000:03:00.0: Endpoint 00 Context:
Sep  3 13:41:55 master kernel: [161608.693379] xhci_hcd 0000:03:00.0: @ffff8800906af080 (virt) @906af080 (dma) 0x000000 - ep_info
Sep  3 13:41:55 master kernel: [161608.693380] xhci_hcd 0000:03:00.0: @ffff8800906af084 (virt) @906af084 (dma) 0x400026 - ep_info2
Sep  3 13:41:55 master kernel: [161608.693382] xhci_hcd 0000:03:00.0: @ffff8800906af088 (virt) @906af088 (dma) 0x904e4801 - deq
Sep  3 13:41:55 master kernel: [161608.693384] xhci_hcd 0000:03:00.0: @ffff8800906af090 (virt) @906af090 (dma) 0x000000 - tx_info
Sep  3 13:41:55 master kernel: [161608.693385] xhci_hcd 0000:03:00.0: @ffff8800906af094 (virt) @906af094 (dma) 0x000000 - rsvd[0]
Sep  3 13:41:55 master kernel: [161608.693387] xhci_hcd 0000:03:00.0: @ffff8800906af098 (virt) @906af098 (dma) 0x000000 - rsvd[1]
Sep  3 13:41:55 master kernel: [161608.693388] xhci_hcd 0000:03:00.0: @ffff8800906af09c (virt) @906af09c (dma) 0x000000 - rsvd[2]
Sep  3 13:41:55 master kernel: [161608.693390] xhci_hcd 0000:03:00.0: @ffff8800906af0a0 (virt) @906af0a0 (dma) 0x000000 - rsvd64[0]
Sep  3 13:41:55 master kernel: [161608.693392] xhci_hcd 0000:03:00.0: @ffff8800906af0a8 (virt) @906af0a8 (dma) 0x000000 - rsvd64[1]
Sep  3 13:41:55 master kernel: [161608.693393] xhci_hcd 0000:03:00.0: @ffff8800906af0b0 (virt) @906af0b0 (dma) 0x000000 - rsvd64[2]
Sep  3 13:41:55 master kernel: [161608.693395] xhci_hcd 0000:03:00.0: @ffff8800906af0b8 (virt) @906af0b8 (dma) 0x000000 - rsvd64[3]
Sep  3 13:41:55 master kernel: [161608.693396] xhci_hcd 0000:03:00.0: Endpoint 01 Context:
Sep  3 13:41:55 master kernel: [161608.693398] xhci_hcd 0000:03:00.0: @ffff8800906af0c0 (virt) @906af0c0 (dma) 0x000000 - ep_info
Sep  3 13:41:55 master kernel: [161608.693400] xhci_hcd 0000:03:00.0: @ffff8800906af0c4 (virt) @906af0c4 (dma) 0x000000 - ep_info2
Sep  3 13:41:55 master kernel: [161608.693401] xhci_hcd 0000:03:00.0: @ffff8800906af0c8 (virt) @906af0c8 (dma) 0x000000 - deq
Sep  3 13:41:55 master kernel: [161608.693403] xhci_hcd 0000:03:00.0: @ffff8800906af0d0 (virt) @906af0d0 (dma) 0x000000 - tx_info
Sep  3 13:41:55 master kernel: [161608.693405] xhci_hcd 0000:03:00.0: @ffff8800906af0d4 (virt) @906af0d4 (dma) 0x000000 - rsvd[0]
Sep  3 13:41:55 master kernel: [161608.693406] xhci_hcd 0000:03:00.0: @ffff8800906af0d8 (virt) @906af0d8 (dma) 0x000000 - rsvd[1]
Sep  3 13:41:55 master kernel: [161608.693408] xhci_hcd 0000:03:00.0: @ffff8800906af0dc (virt) @906af0dc (dma) 0x000000 - rsvd[2]
Sep  3 13:41:55 master kernel: [161608.693409] xhci_hcd 0000:03:00.0: @ffff8800906af0e0 (virt) @906af0e0 (dma) 0x000000 - rsvd64[0]
Sep  3 13:41:55 master kernel: [161608.693411] xhci_hcd 0000:03:00.0: @ffff8800906af0e8 (virt) @906af0e8 (dma) 0x000000 - rsvd64[1]
Sep  3 13:41:55 master kernel: [161608.693413] xhci_hcd 0000:03:00.0: @ffff8800906af0f0 (virt) @906af0f0 (dma) 0x000000 - rsvd64[2]
Sep  3 13:41:55 master kernel: [161608.693414] xhci_hcd 0000:03:00.0: @ffff8800906af0f8 (virt) @906af0f8 (dma) 0x000000 - rsvd64[3]
Sep  3 13:41:55 master kernel: [161608.693416] xhci_hcd 0000:03:00.0: Endpoint 02 Context:
Sep  3 13:41:55 master kernel: [161608.693417] xhci_hcd 0000:03:00.0: @ffff8800906af100 (virt) @906af100 (dma) 0x000000 - ep_info
Sep  3 13:41:55 master kernel: [161608.693419] xhci_hcd 0000:03:00.0: @ffff8800906af104 (virt) @906af104 (dma) 0x000000 - ep_info2
Sep  3 13:41:55 master kernel: [161608.693421] xhci_hcd 0000:03:00.0: @ffff8800906af108 (virt) @906af108 (dma) 0x000000 - deq
Sep  3 13:41:55 master kernel: [161608.693422] xhci_hcd 0000:03:00.0: @ffff8800906af110 (virt) @906af110 (dma) 0x000000 - tx_info
Sep  3 13:41:55 master kernel: [161608.693424] xhci_hcd 0000:03:00.0: @ffff8800906af114 (virt) @906af114 (dma) 0x000000 - rsvd[0]
Sep  3 13:41:55 master kernel: [161608.693425] xhci_hcd 0000:03:00.0: @ffff8800906af118 (virt) @906af118 (dma) 0x000000 - rsvd[1]
Sep  3 13:41:55 master kernel: [161608.693427] xhci_hcd 0000:03:00.0: @ffff8800906af11c (virt) @906af11c (dma) 0x000000 - rsvd[2]
Sep  3 13:41:55 master kernel: [161608.693428] xhci_hcd 0000:03:00.0: @ffff8800906af120 (virt) @906af120 (dma) 0x000000 - rsvd64[0]
Sep  3 13:41:55 master kernel: [161608.693430] xhci_hcd 0000:03:00.0: @ffff8800906af128 (virt) @906af128 (dma) 0x000000 - rsvd64[1]
Sep  3 13:41:55 master kernel: [161608.693432] xhci_hcd 0000:03:00.0: @ffff8800906af130 (virt) @906af130 (dma) 0x000000 - rsvd64[2]
Sep  3 13:41:55 master kernel: [161608.693433] xhci_hcd 0000:03:00.0: @ffff8800906af138 (virt) @906af138 (dma) 0x000000 - rsvd64[3]
Sep  3 13:41:55 master kernel: [161608.693436] xhci_hcd 0000:03:00.0: // Ding dong!
Sep  3 13:42:00 master kernel: [161613.697071] xhci_hcd 0000:03:00.0: Timeout while waiting for address device command
Sep  3 13:42:00 master kernel: [161613.697078] xhci_hcd 0000:03:00.0: Abort command ring
Sep  3 13:42:00 master kernel: [161613.898229] usb 6-1: device not accepting address 2, error -62
Sep  3 13:42:00 master kernel: [161613.898245] xhci_hcd 0000:03:00.0: disable port, actual port 0 status  = 0x603
Sep  3 13:42:00 master kernel: [161613.898257] xhci_hcd 0000:03:00.0: // Ding dong!
Sep  3 13:42:00 master kernel: [161613.898265] xhci_hcd 0000:03:00.0: // Ding dong!
Sep  3 13:42:00 master kernel: [161613.898342] xhci_hcd 0000:03:00.0: Bad Slot ID 1
Sep  3 13:42:00 master kernel: [161613.898345] xhci_hcd 0000:03:00.0: Could not allocate xHCI USB device data structures
Sep  3 13:42:00 master kernel: [161613.898346] xhci_hcd 0000:03:00.0: // Ding dong!
Sep  3 13:42:00 master kernel: [161613.898350] hub 6-0:1.0: couldn't allocate port 1 usb_device
Sep  3 13:42:00 master kernel: [161613.898358] xhci_hcd 0000:03:00.0: disable port, actual port 0 status  = 0x6e1
Sep  3 13:42:00 master kernel: [161613.898363] xhci_hcd 0000:03:00.0: get port status, actual port 1 status  = 0x202e1
Sep  3 13:42:00 master kernel: [161613.898365] xhci_hcd 0000:03:00.0: Get port status returned 0x10101
Sep  3 13:42:00 master kernel: [161613.898371] xhci_hcd 0000:03:00.0: clear port connect change, actual port 1 status  = 0x2e1
Sep  3 13:42:00 master kernel: [161613.898384] hub 6-0:1.0: port 2, status 0101, change 0001, 12 Mb/s
Sep  3 13:42:00 master kernel: [161613.898388] xhci_hcd 0000:03:00.0: get port status, actual port 1 status  = 0x2e1
Sep  3 13:42:00 master kernel: [161613.898389] xhci_hcd 0000:03:00.0: Get port status returned 0x101
Sep  3 13:42:00 master kernel: [161613.924248] xhci_hcd 0000:03:00.0: get port status, actual port 1 status  = 0x2e1
Sep  3 13:42:00 master kernel: [161613.924254] xhci_hcd 0000:03:00.0: Get port status returned 0x101
Sep  3 13:42:00 master kernel: [161613.934239] xhci_hcd 0000:03:00.0: xhci_hub_status_data: stopping port polling.
Sep  3 13:42:00 master kernel: [161613.950259] xhci_hcd 0000:03:00.0: get port status, actual port 1 status  = 0x2e1
Sep  3 13:42:00 master kernel: [161613.950265] xhci_hcd 0000:03:00.0: Get port status returned 0x101
Sep  3 13:42:00 master kernel: [161613.976291] xhci_hcd 0000:03:00.0: get port status, actual port 1 status  = 0x2e1
Sep  3 13:42:00 master kernel: [161613.976296] xhci_hcd 0000:03:00.0: Get port status returned 0x101
Sep  3 13:42:00 master kernel: [161614.002309] xhci_hcd 0000:03:00.0: get port status, actual port 1 status  = 0x2e1
Sep  3 13:42:00 master kernel: [161614.002314] xhci_hcd 0000:03:00.0: Get port status returned 0x101
Sep  3 13:42:00 master kernel: [161614.002320] hub 6-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
Sep  3 13:42:00 master kernel: [161614.002325] xhci_hcd 0000:03:00.0: // Ding dong!
Sep  3 13:42:00 master kernel: [161614.002358] xhci_hcd 0000:03:00.0: Slot 2 output ctx = 0x89d7f000 (dma)
Sep  3 13:42:00 master kernel: [161614.002362] xhci_hcd 0000:03:00.0: Slot 2 input ctx = 0x9e97c000 (dma)
Sep  3 13:42:00 master kernel: [161614.002367] xhci_hcd 0000:03:00.0: Set slot id 2 dcbaa entry ffff88009073c010 to 0x89d7f000
Sep  3 13:42:00 master kernel: [161614.002379] xhci_hcd 0000:03:00.0: set port reset, actual port 1 status  = 0x2f1
Sep  3 13:42:00 master kernel: [161614.038248] xhci_hcd 0000:03:00.0: Port Status Change Event for port 2
Sep  3 13:42:00 master kernel: [161614.038258] xhci_hcd 0000:03:00.0: handle_port_status: starting port polling.
Sep  3 13:42:00 master kernel: [161614.053345] xhci_hcd 0000:03:00.0: get port status, actual port 1 status  = 0x200603
Sep  3 13:42:00 master kernel: [161614.053351] xhci_hcd 0000:03:00.0: Get port status returned 0x100103
Sep  3 13:42:00 master kernel: [161614.104388] xhci_hcd 0000:03:00.0: clear port reset change, actual port 1 status  = 0x603
Sep  3 13:42:00 master kernel: [161614.104398] usb 6-2: new full-speed USB device number 3 using xhci_hcd
Sep  3 13:42:00 master kernel: [161614.104402] xhci_hcd 0000:03:00.0: Set root hub portnum to 2
Sep  3 13:42:00 master kernel: [161614.104404] xhci_hcd 0000:03:00.0: Set fake root hub portnum to 2
Sep  3 13:42:00 master kernel: [161614.104407] xhci_hcd 0000:03:00.0: udev->tt = ffff880089a880a0
Sep  3 13:42:00 master kernel: [161614.104409] xhci_hcd 0000:03:00.0: udev->ttport = 0x2
Sep  3 13:42:00 master kernel: [161614.104412] xhci_hcd 0000:03:00.0: Slot ID 2 Input Context:
Sep  3 13:42:00 master kernel: [161614.104415] xhci_hcd 0000:03:00.0: @ffff88009e97c000 (virt) @9e97c000 (dma) 0x000000 - drop flags
Sep  3 13:42:00 master kernel: [161614.104418] xhci_hcd 0000:03:00.0: @ffff88009e97c004 (virt) @9e97c004 (dma) 0x000003 - add flags
Sep  3 13:42:00 master kernel: [161614.104421] xhci_hcd 0000:03:00.0: @ffff88009e97c008 (virt) @9e97c008 (dma) 0x000000 - rsvd2[0]
Sep  3 13:42:00 master kernel: [161614.104424] xhci_hcd 0000:03:00.0: @ffff88009e97c00c (virt) @9e97c00c (dma) 0x000000 - rsvd2[1]
Sep  3 13:42:00 master kernel: [161614.104426] xhci_hcd 0000:03:00.0: @ffff88009e97c010 (virt) @9e97c010 (dma) 0x000000 - rsvd2[2]
Sep  3 13:42:00 master kernel: [161614.104429] xhci_hcd 0000:03:00.0: @ffff88009e97c014 (virt) @9e97c014 (dma) 0x000000 - rsvd2[3]
Sep  3 13:42:00 master kernel: [161614.104432] xhci_hcd 0000:03:00.0: @ffff88009e97c018 (virt) @9e97c018 (dma) 0x000000 - rsvd2[4]
Sep  3 13:42:00 master kernel: [161614.104434] xhci_hcd 0000:03:00.0: @ffff88009e97c01c (virt) @9e97c01c (dma) 0x000000 - rsvd2[5]
Sep  3 13:42:00 master kernel: [161614.104437] xhci_hcd 0000:03:00.0: @ffff88009e97c020 (virt) @9e97c020 (dma) 0x000000 - rsvd64[0]
Sep  3 13:42:00 master kernel: [161614.104440] xhci_hcd 0000:03:00.0: @ffff88009e97c028 (virt) @9e97c028 (dma) 0x000000 - rsvd64[1]
Sep  3 13:42:00 master kernel: [161614.104443] xhci_hcd 0000:03:00.0: @ffff88009e97c030 (virt) @9e97c030 (dma) 0x000000 - rsvd64[2]
Sep  3 13:42:00 master kernel: [161614.104445] xhci_hcd 0000:03:00.0: @ffff88009e97c038 (virt) @9e97c038 (dma) 0x000000 - rsvd64[3]
Sep  3 13:42:00 master kernel: [161614.104448] xhci_hcd 0000:03:00.0: Slot Context:
Sep  3 13:42:00 master kernel: [161614.104460] xhci_hcd 0000:03:00.0: @ffff88009e97c040 (virt) @9e97c040 (dma) 0x8100000 - dev_info
Sep  3 13:42:00 master kernel: [161614.104462] xhci_hcd 0000:03:00.0: @ffff88009e97c044 (virt) @9e97c044 (dma) 0x020000 - dev_info2
Sep  3 13:42:00 master kernel: [161614.104463] xhci_hcd 0000:03:00.0: @ffff88009e97c048 (virt) @9e97c048 (dma) 0x000000 - tt_info
Sep  3 13:42:00 master kernel: [161614.104465] xhci_hcd 0000:03:00.0: @ffff88009e97c04c (virt) @9e97c04c (dma) 0x000000 - dev_state
Sep  3 13:42:00 master kernel: [161614.104467] xhci_hcd 0000:03:00.0: @ffff88009e97c050 (virt) @9e97c050 (dma) 0x000000 - rsvd[0]
Sep  3 13:42:00 master kernel: [161614.104468] xhci_hcd 0000:03:00.0: @ffff88009e97c054 (virt) @9e97c054 (dma) 0x000000 - rsvd[1]
Sep  3 13:42:00 master kernel: [161614.104470] xhci_hcd 0000:03:00.0: @ffff88009e97c058 (virt) @9e97c058 (dma) 0x000000 - rsvd[2]
Sep  3 13:42:00 master kernel: [161614.104471] xhci_hcd 0000:03:00.0: @ffff88009e97c05c (virt) @9e97c05c (dma) 0x000000 - rsvd[3]
Sep  3 13:42:00 master kernel: [161614.104473] xhci_hcd 0000:03:00.0: @ffff88009e97c060 (virt) @9e97c060 (dma) 0x000000 - rsvd64[0]
Sep  3 13:42:00 master kernel: [161614.104475] xhci_hcd 0000:03:00.0: @ffff88009e97c068 (virt) @9e97c068 (dma) 0x000000 - rsvd64[1]
Sep  3 13:42:00 master kernel: [161614.104476] xhci_hcd 0000:03:00.0: @ffff88009e97c070 (virt) @9e97c070 (dma) 0x000000 - rsvd64[2]
Sep  3 13:42:00 master kernel: [161614.104478] xhci_hcd 0000:03:00.0: @ffff88009e97c078 (virt) @9e97c078 (dma) 0x000000 - rsvd64[3]
Sep  3 13:42:00 master kernel: [161614.104480] xhci_hcd 0000:03:00.0: Endpoint 00 Context:
Sep  3 13:42:00 master kernel: [161614.104481] xhci_hcd 0000:03:00.0: @ffff88009e97c080 (virt) @9e97c080 (dma) 0x000000 - ep_info
Sep  3 13:42:00 master kernel: [161614.104483] xhci_hcd 0000:03:00.0: @ffff88009e97c084 (virt) @9e97c084 (dma) 0x400026 - ep_info2
Sep  3 13:42:00 master kernel: [161614.104484] xhci_hcd 0000:03:00.0: @ffff88009e97c088 (virt) @9e97c088 (dma) 0x89985401 - deq
Sep  3 13:42:00 master kernel: [161614.104486] xhci_hcd 0000:03:00.0: @ffff88009e97c090 (virt) @9e97c090 (dma) 0x000000 - tx_info
Sep  3 13:42:00 master kernel: [161614.104488] xhci_hcd 0000:03:00.0: @ffff88009e97c094 (virt) @9e97c094 (dma) 0x000000 - rsvd[0]
Sep  3 13:42:00 master kernel: [161614.104489] xhci_hcd 0000:03:00.0: @ffff88009e97c098 (virt) @9e97c098 (dma) 0x000000 - rsvd[1]
Sep  3 13:42:00 master kernel: [161614.104491] xhci_hcd 0000:03:00.0: @ffff88009e97c09c (virt) @9e97c09c (dma) 0x000000 - rsvd[2]
Sep  3 13:42:00 master kernel: [161614.104492] xhci_hcd 0000:03:00.0: @ffff88009e97c0a0 (virt) @9e97c0a0 (dma) 0x000000 - rsvd64[0]
Sep  3 13:42:00 master kernel: [161614.104494] xhci_hcd 0000:03:00.0: @ffff88009e97c0a8 (virt) @9e97c0a8 (dma) 0x000000 - rsvd64[1]
Sep  3 13:42:00 master kernel: [161614.104496] xhci_hcd 0000:03:00.0: @ffff88009e97c0b0 (virt) @9e97c0b0 (dma) 0x000000 - rsvd64[2]
Sep  3 13:42:00 master kernel: [161614.104498] xhci_hcd 0000:03:00.0: @ffff88009e97c0b8 (virt) @9e97c0b8 (dma) 0x000000 - rsvd64[3]
Sep  3 13:42:00 master kernel: [161614.104499] xhci_hcd 0000:03:00.0: Endpoint 01 Context:
Sep  3 13:42:00 master kernel: [161614.104501] xhci_hcd 0000:03:00.0: @ffff88009e97c0c0 (virt) @9e97c0c0 (dma) 0x000000 - ep_info
Sep  3 13:42:00 master kernel: [161614.104502] xhci_hcd 0000:03:00.0: @ffff88009e97c0c4 (virt) @9e97c0c4 (dma) 0x000000 - ep_info2
Sep  3 13:42:00 master kernel: [161614.104504] xhci_hcd 0000:03:00.0: @ffff88009e97c0c8 (virt) @9e97c0c8 (dma) 0x000000 - deq
Sep  3 13:42:00 master kernel: [161614.104505] xhci_hcd 0000:03:00.0: @ffff88009e97c0d0 (virt) @9e97c0d0 (dma) 0x000000 - tx_info
Sep  3 13:42:00 master kernel: [161614.104507] xhci_hcd 0000:03:00.0: @ffff88009e97c0d4 (virt) @9e97c0d4 (dma) 0x000000 - rsvd[0]
Sep  3 13:42:00 master kernel: [161614.104509] xhci_hcd 0000:03:00.0: @ffff88009e97c0d8 (virt) @9e97c0d8 (dma) 0x000000 - rsvd[1]
Sep  3 13:42:00 master kernel: [161614.104510] xhci_hcd 0000:03:00.0: @ffff88009e97c0dc (virt) @9e97c0dc (dma) 0x000000 - rsvd[2]
Sep  3 13:42:00 master kernel: [161614.104512] xhci_hcd 0000:03:00.0: @ffff88009e97c0e0 (virt) @9e97c0e0 (dma) 0x000000 - rsvd64[0]
Sep  3 13:42:00 master kernel: [161614.104513] xhci_hcd 0000:03:00.0: @ffff88009e97c0e8 (virt) @9e97c0e8 (dma) 0x000000 - rsvd64[1]
Sep  3 13:42:00 master kernel: [161614.104515] xhci_hcd 0000:03:00.0: @ffff88009e97c0f0 (virt) @9e97c0f0 (dma) 0x000000 - rsvd64[2]
Sep  3 13:42:00 master kernel: [161614.104517] xhci_hcd 0000:03:00.0: @ffff88009e97c0f8 (virt) @9e97c0f8 (dma) 0x000000 - rsvd64[3]
Sep  3 13:42:00 master kernel: [161614.104518] xhci_hcd 0000:03:00.0: Endpoint 02 Context:
Sep  3 13:42:00 master kernel: [161614.104520] xhci_hcd 0000:03:00.0: @ffff88009e97c100 (virt) @9e97c100 (dma) 0x000000 - ep_info
Sep  3 13:42:00 master kernel: [161614.104521] xhci_hcd 0000:03:00.0: @ffff88009e97c104 (virt) @9e97c104 (dma) 0x000000 - ep_info2
Sep  3 13:42:00 master kernel: [161614.104523] xhci_hcd 0000:03:00.0: @ffff88009e97c108 (virt) @9e97c108 (dma) 0x000000 - deq
Sep  3 13:42:00 master kernel: [161614.104524] xhci_hcd 0000:03:00.0: @ffff88009e97c110 (virt) @9e97c110 (dma) 0x000000 - tx_info
Sep  3 13:42:00 master kernel: [161614.104526] xhci_hcd 0000:03:00.0: @ffff88009e97c114 (virt) @9e97c114 (dma) 0x000000 - rsvd[0]
Sep  3 13:42:00 master kernel: [161614.104528] xhci_hcd 0000:03:00.0: @ffff88009e97c118 (virt) @9e97c118 (dma) 0x000000 - rsvd[1]
Sep  3 13:42:00 master kernel: [161614.104529] xhci_hcd 0000:03:00.0: @ffff88009e97c11c (virt) @9e97c11c (dma) 0x000000 - rsvd[2]
Sep  3 13:42:00 master kernel: [161614.104531] xhci_hcd 0000:03:00.0: @ffff88009e97c120 (virt) @9e97c120 (dma) 0x000000 - rsvd64[0]
Sep  3 13:42:00 master kernel: [161614.104533] xhci_hcd 0000:03:00.0: @ffff88009e97c128 (virt) @9e97c128 (dma) 0x000000 - rsvd64[1]
Sep  3 13:42:00 master kernel: [161614.104534] xhci_hcd 0000:03:00.0: @ffff88009e97c130 (virt) @9e97c130 (dma) 0x000000 - rsvd64[2]
Sep  3 13:42:00 master kernel: [161614.104536] xhci_hcd 0000:03:00.0: @ffff88009e97c138 (virt) @9e97c138 (dma) 0x000000 - rsvd64[3]
Sep  3 13:42:00 master kernel: [161614.104538] xhci_hcd 0000:03:00.0: // Ding dong!
Sep  3 13:42:00 master kernel: [161614.184437] xhci_hcd 0000:03:00.0: xhci_hub_status_data: stopping port polling.
Sep  3 13:42:05 master kernel: [161619.108209] xhci_hcd 0000:03:00.0: Timeout while waiting for address device command
Sep  3 13:42:05 master kernel: [161619.108213] xhci_hcd 0000:03:00.0: Abort command ring
Sep  3 13:42:05 master kernel: [161619.309362] xhci_hcd 0000:03:00.0: Slot ID 2 Input Context:
Sep  3 13:42:05 master kernel: [161619.309367] xhci_hcd 0000:03:00.0: @ffff88009e97c000 (virt) @9e97c000 (dma) 0x000000 - drop flags
Sep  3 13:42:05 master kernel: [161619.309369] xhci_hcd 0000:03:00.0: @ffff88009e97c004 (virt) @9e97c004 (dma) 0x000003 - add flags
Sep  3 13:42:05 master kernel: [161619.309371] xhci_hcd 0000:03:00.0: @ffff88009e97c008 (virt) @9e97c008 (dma) 0x000000 - rsvd2[0]
Sep  3 13:42:05 master kernel: [161619.309373] xhci_hcd 0000:03:00.0: @ffff88009e97c00c (virt) @9e97c00c (dma) 0x000000 - rsvd2[1]
Sep  3 13:42:05 master kernel: [161619.309374] xhci_hcd 0000:03:00.0: @ffff88009e97c010 (virt) @9e97c010 (dma) 0x000000 - rsvd2[2]
Sep  3 13:42:05 master kernel: [161619.309376] xhci_hcd 0000:03:00.0: @ffff88009e97c014 (virt) @9e97c014 (dma) 0x000000 - rsvd2[3]
Sep  3 13:42:05 master kernel: [161619.309378] xhci_hcd 0000:03:00.0: @ffff88009e97c018 (virt) @9e97c018 (dma) 0x000000 - rsvd2[4]
Sep  3 13:42:05 master kernel: [161619.309379] xhci_hcd 0000:03:00.0: @ffff88009e97c01c (virt) @9e97c01c (dma) 0x000000 - rsvd2[5]
Sep  3 13:42:05 master kernel: [161619.309381] xhci_hcd 0000:03:00.0: @ffff88009e97c020 (virt) @9e97c020 (dma) 0x000000 - rsvd64[0]
Sep  3 13:42:05 master kernel: [161619.309383] xhci_hcd 0000:03:00.0: @ffff88009e97c028 (virt) @9e97c028 (dma) 0x000000 - rsvd64[1]
Sep  3 13:42:05 master kernel: [161619.309384] xhci_hcd 0000:03:00.0: @ffff88009e97c030 (virt) @9e97c030 (dma) 0x000000 - rsvd64[2]
Sep  3 13:42:05 master kernel: [161619.309386] xhci_hcd 0000:03:00.0: @ffff88009e97c038 (virt) @9e97c038 (dma) 0x000000 - rsvd64[3]
Sep  3 13:42:05 master kernel: [161619.309387] xhci_hcd 0000:03:00.0: Slot Context:
Sep  3 13:42:05 master kernel: [161619.309389] xhci_hcd 0000:03:00.0: @ffff88009e97c040 (virt) @9e97c040 (dma) 0x8100000 - dev_info
Sep  3 13:42:05 master kernel: [161619.309391] xhci_hcd 0000:03:00.0: @ffff88009e97c044 (virt) @9e97c044 (dma) 0x020000 - dev_info2
Sep  3 13:42:05 master kernel: [161619.309392] xhci_hcd 0000:03:00.0: @ffff88009e97c048 (virt) @9e97c048 (dma) 0x000000 - tt_info
Sep  3 13:42:05 master kernel: [161619.309394] xhci_hcd 0000:03:00.0: @ffff88009e97c04c (virt) @9e97c04c (dma) 0x000000 - dev_state
Sep  3 13:42:05 master kernel: [161619.309396] xhci_hcd 0000:03:00.0: @ffff88009e97c050 (virt) @9e97c050 (dma) 0x000000 - rsvd[0]
Sep  3 13:42:05 master kernel: [161619.309397] xhci_hcd 0000:03:00.0: @ffff88009e97c054 (virt) @9e97c054 (dma) 0x000000 - rsvd[1]
Sep  3 13:42:05 master kernel: [161619.309399] xhci_hcd 0000:03:00.0: @ffff88009e97c058 (virt) @9e97c058 (dma) 0x000000 - rsvd[2]
Sep  3 13:42:05 master kernel: [161619.309400] xhci_hcd 0000:03:00.0: @ffff88009e97c05c (virt) @9e97c05c (dma) 0x000000 - rsvd[3]
Sep  3 13:42:05 master kernel: [161619.309402] xhci_hcd 0000:03:00.0: @ffff88009e97c060 (virt) @9e97c060 (dma) 0x000000 - rsvd64[0]
Sep  3 13:42:05 master kernel: [161619.309404] xhci_hcd 0000:03:00.0: @ffff88009e97c068 (virt) @9e97c068 (dma) 0x000000 - rsvd64[1]
Sep  3 13:42:05 master kernel: [161619.309405] xhci_hcd 0000:03:00.0: @ffff88009e97c070 (virt) @9e97c070 (dma) 0x000000 - rsvd64[2]
Sep  3 13:42:05 master kernel: [161619.309407] xhci_hcd 0000:03:00.0: @ffff88009e97c078 (virt) @9e97c078 (dma) 0x000000 - rsvd64[3]
Sep  3 13:42:05 master kernel: [161619.309409] xhci_hcd 0000:03:00.0: Endpoint 00 Context:
Sep  3 13:42:05 master kernel: [161619.309410] xhci_hcd 0000:03:00.0: @ffff88009e97c080 (virt) @9e97c080 (dma) 0x000000 - ep_info
Sep  3 13:42:05 master kernel: [161619.309412] xhci_hcd 0000:03:00.0: @ffff88009e97c084 (virt) @9e97c084 (dma) 0x400026 - ep_info2
Sep  3 13:42:05 master kernel: [161619.309414] xhci_hcd 0000:03:00.0: @ffff88009e97c088 (virt) @9e97c088 (dma) 0x89985401 - deq
Sep  3 13:42:05 master kernel: [161619.309415] xhci_hcd 0000:03:00.0: @ffff88009e97c090 (virt) @9e97c090 (dma) 0x000000 - tx_info
Sep  3 13:42:05 master kernel: [161619.309417] xhci_hcd 0000:03:00.0: @ffff88009e97c094 (virt) @9e97c094 (dma) 0x000000 - rsvd[0]
Sep  3 13:42:05 master kernel: [161619.309418] xhci_hcd 0000:03:00.0: @ffff88009e97c098 (virt) @9e97c098 (dma) 0x000000 - rsvd[1]
Sep  3 13:42:05 master kernel: [161619.309420] xhci_hcd 0000:03:00.0: @ffff88009e97c09c (virt) @9e97c09c (dma) 0x000000 - rsvd[2]
Sep  3 13:42:05 master kernel: [161619.309422] xhci_hcd 0000:03:00.0: @ffff88009e97c0a0 (virt) @9e97c0a0 (dma) 0x000000 - rsvd64[0]
Sep  3 13:42:05 master kernel: [161619.309423] xhci_hcd 0000:03:00.0: @ffff88009e97c0a8 (virt) @9e97c0a8 (dma) 0x000000 - rsvd64[1]
Sep  3 13:42:05 master kernel: [161619.309425] xhci_hcd 0000:03:00.0: @ffff88009e97c0b0 (virt) @9e97c0b0 (dma) 0x000000 - rsvd64[2]
Sep  3 13:42:05 master kernel: [161619.309427] xhci_hcd 0000:03:00.0: @ffff88009e97c0b8 (virt) @9e97c0b8 (dma) 0x000000 - rsvd64[3]
Sep  3 13:42:05 master kernel: [161619.309428] xhci_hcd 0000:03:00.0: Endpoint 01 Context:
Sep  3 13:42:05 master kernel: [161619.309430] xhci_hcd 0000:03:00.0: @ffff88009e97c0c0 (virt) @9e97c0c0 (dma) 0x000000 - ep_info
Sep  3 13:42:05 master kernel: [161619.309431] xhci_hcd 0000:03:00.0: @ffff88009e97c0c4 (virt) @9e97c0c4 (dma) 0x000000 - ep_info2
Sep  3 13:42:05 master kernel: [161619.309433] xhci_hcd 0000:03:00.0: @ffff88009e97c0c8 (virt) @9e97c0c8 (dma) 0x000000 - deq
Sep  3 13:42:05 master kernel: [161619.309434] xhci_hcd 0000:03:00.0: @ffff88009e97c0d0 (virt) @9e97c0d0 (dma) 0x000000 - tx_info
Sep  3 13:42:05 master kernel: [161619.309436] xhci_hcd 0000:03:00.0: @ffff88009e97c0d4 (virt) @9e97c0d4 (dma) 0x000000 - rsvd[0]
Sep  3 13:42:05 master kernel: [161619.309437] xhci_hcd 0000:03:00.0: @ffff88009e97c0d8 (virt) @9e97c0d8 (dma) 0x000000 - rsvd[1]
Sep  3 13:42:05 master kernel: [161619.309439] xhci_hcd 0000:03:00.0: @ffff88009e97c0dc (virt) @9e97c0dc (dma) 0x000000 - rsvd[2]
Sep  3 13:42:05 master kernel: [161619.309441] xhci_hcd 0000:03:00.0: @ffff88009e97c0e0 (virt) @9e97c0e0 (dma) 0x000000 - rsvd64[0]
Sep  3 13:42:05 master kernel: [161619.309442] xhci_hcd 0000:03:00.0: @ffff88009e97c0e8 (virt) @9e97c0e8 (dma) 0x000000 - rsvd64[1]
Sep  3 13:42:05 master kernel: [161619.309444] xhci_hcd 0000:03:00.0: @ffff88009e97c0f0 (virt) @9e97c0f0 (dma) 0x000000 - rsvd64[2]
Sep  3 13:42:05 master kernel: [161619.309446] xhci_hcd 0000:03:00.0: @ffff88009e97c0f8 (virt) @9e97c0f8 (dma) 0x000000 - rsvd64[3]
Sep  3 13:42:05 master kernel: [161619.309447] xhci_hcd 0000:03:00.0: Endpoint 02 Context:
Sep  3 13:42:05 master kernel: [161619.309449] xhci_hcd 0000:03:00.0: @ffff88009e97c100 (virt) @9e97c100 (dma) 0x000000 - ep_info
Sep  3 13:42:05 master kernel: [161619.309450] xhci_hcd 0000:03:00.0: @ffff88009e97c104 (virt) @9e97c104 (dma) 0x000000 - ep_info2
Sep  3 13:42:05 master kernel: [161619.309452] xhci_hcd 0000:03:00.0: @ffff88009e97c108 (virt) @9e97c108 (dma) 0x000000 - deq
Sep  3 13:42:05 master kernel: [161619.309453] xhci_hcd 0000:03:00.0: @ffff88009e97c110 (virt) @9e97c110 (dma) 0x000000 - tx_info
Sep  3 13:42:05 master kernel: [161619.309455] xhci_hcd 0000:03:00.0: @ffff88009e97c114 (virt) @9e97c114 (dma) 0x000000 - rsvd[0]
Sep  3 13:42:05 master kernel: [161619.309457] xhci_hcd 0000:03:00.0: @ffff88009e97c118 (virt) @9e97c118 (dma) 0x000000 - rsvd[1]
Sep  3 13:42:05 master kernel: [161619.309458] xhci_hcd 0000:03:00.0: @ffff88009e97c11c (virt) @9e97c11c (dma) 0x000000 - rsvd[2]
Sep  3 13:42:05 master kernel: [161619.309460] xhci_hcd 0000:03:00.0: @ffff88009e97c120 (virt) @9e97c120 (dma) 0x000000 - rsvd64[0]
Sep  3 13:42:05 master kernel: [161619.309462] xhci_hcd 0000:03:00.0: @ffff88009e97c128 (virt) @9e97c128 (dma) 0x000000 - rsvd64[1]
Sep  3 13:42:05 master kernel: [161619.309463] xhci_hcd 0000:03:00.0: @ffff88009e97c130 (virt) @9e97c130 (dma) 0x000000 - rsvd64[2]
Sep  3 13:42:05 master kernel: [161619.309465] xhci_hcd 0000:03:00.0: @ffff88009e97c138 (virt) @9e97c138 (dma) 0x000000 - rsvd64[3]
Sep  3 13:42:05 master kernel: [161619.309467] xhci_hcd 0000:03:00.0: // Ding dong!


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux