Re: [RFT PATCH] xhci: don't finish a TD if we get a short transfer event mid TD

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

 



Hi Mathias,

On Fri, 2015-09-18 at 18:07 +0300, Mathias Nyman wrote:
> If the difference is big enough between the bytes asked and received
> in a bulk tranfer we can get a short transfer event pointing to a TRB in
> the middle of the TD. We don't want to handle the TD yet as we will anyway
> receive a new event for the last TRB in the TD.
> 
> Hold off removing TD from list and finishing it before we reveive a event
> for the last TRB in the TD
> 
> Signed-off-by: Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
> ---

I tried your patch and even though I I cannot see literally any changes
in usbmon output I see [probably too] many things reported in syslog.

I'm not sure if that's ok to post such a long logs here but I'll do it now.
If that's not ok please let me know how to pass those long logs to you.

Also before that log an observation - USB device gets reconnected
even though I don't touch it. In the log below you'll see it happens twice.

Note below the first part of the log is for just device connection and
some more time after that. And only then logs for 2 attempts to get
data from USB device.


USB device insertion
------------------------------>8---------------------------
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Cancel URB ffff8804079cbb40, dev 1, ep 0x0, starting at offset
0x3bc22a060
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Stopped on Transfer TRB
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Removing canceled TD starting at 0x3bc22a060 (dma).
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Finding endpoint context
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Cycle state = 0x1
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: New dequeue segment = ffff88040968dfc0 (virtual)
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: New dequeue pointer = 0x3bc22a090 (DMA)
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Set TR Deq Ptr cmd, new deq seg = ffff88040968dfc0 (0x3bc22a000 dma), new
deq ptr = ffff8803bc22a090 (0x3bc22a090 dma), new cycle = 1
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Successful Set TR Deq Ptr cmd, deq = @3bc22a090
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: set port reset, actual port 0 status  = 0x202a0
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x202a0
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x10100
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: clear port reset change, actual port 0 status  = 0x202a0
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: disable port, actual port 0 status  = 0x202a0
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x0 ep reset callback called
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: disable port, actual port 0 status  = 0x202a0
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x202a0
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x10100
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: clear port connect change, actual port 0 status  = 0x2a0
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x2a0
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x100
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x2a0
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x100
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x2a0
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x100
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x2a0
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x100
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x2a0
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x100
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping port polling.
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Port Status Change Event for port 1
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: handle_port_status: starting port polling.
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x206e1
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x10101
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: clear port connect change, actual port 0 status  = 0x6e1
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Slot 9 output ctx = 0x409f43000 (dma)
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Slot 9 input ctx = 0x409f42000 (dma)
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Set slot id 9 dcbaa entry ffff880408c8d048 to 0x409f43000
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: set port reset, actual port 0 status  = 0x791
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping port polling.
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0xf91
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x511
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: Port Status Change Event for port 1
Sep 18 22:25:06 kernel: xhci_hcd 0000:00:14.0: handle_port_status: starting port polling.
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x2206e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x110101
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: clear port reset change, actual port 0 status  = 0x206e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: disable port, actual port 0 status  = 0x206e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x0 ep reset callback called
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: disable port, actual port 0 status  = 0x206e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Bad real port.
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x206e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x10101
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: clear port connect change, actual port 0 status  = 0x6e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot 10 output ctx = 0x409f43000 (dma)
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot 10 input ctx = 0x409f42000 (dma)
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Set slot id 10 dcbaa entry ffff880408c8d050 to 0x409f43000
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: set port reset, actual port 0 status  = 0x791
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0xf91
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x511
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Port Status Change Event for port 1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: handle_port_status: starting port polling.
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x200e03
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x100503
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: clear port reset change, actual port 0 status  = 0xe03
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping port polling.
Sep 18 22:25:07 kernel: usb 1-1: new high-speed USB device number 102 using xhci_hcd
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Set root hub portnum to 1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Set fake root hub portnum to 1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: udev->tt =           (null)
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: udev->ttport = 0x0
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot ID 10 Input Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42000 (virt) @409f42000 (dma) 0x000000 - drop flags
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42004 (virt) @409f42004 (dma) 0x000003 - add flags
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42008 (virt) @409f42008 (dma) 0x000000 - rsvd2[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4200c (virt) @409f4200c (dma) 0x000000 - rsvd2[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42010 (virt) @409f42010 (dma) 0x000000 - rsvd2[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42014 (virt) @409f42014 (dma) 0x000000 - rsvd2[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42018 (virt) @409f42018 (dma) 0x000000 - rsvd2[4]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4201c (virt) @409f4201c (dma) 0x000000 - rsvd2[5]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42020 (virt) @409f42020 (dma) 0x8300000 - dev_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42024 (virt) @409f42024 (dma) 0x010000 - dev_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42028 (virt) @409f42028 (dma) 0x000000 - tt_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4202c (virt) @409f4202c (dma) 0x000000 - dev_state
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42030 (virt) @409f42030 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42034 (virt) @409f42034 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42038 (virt) @409f42038 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4203c (virt) @409f4203c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42040 (virt) @409f42040 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42044 (virt) @409f42044 (dma) 0x400026 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42048 (virt) @409f42048 (dma) 0x3bc22a001 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42050 (virt) @409f42050 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42054 (virt) @409f42054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42058 (virt) @409f42058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4205c (virt) @409f4205c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42060 (virt) @409f42060 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42064 (virt) @409f42064 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42068 (virt) @409f42068 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42070 (virt) @409f42070 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42074 (virt) @409f42074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42078 (virt) @409f42078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4207c (virt) @409f4207c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42080 (virt) @409f42080 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42084 (virt) @409f42084 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42088 (virt) @409f42088 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42090 (virt) @409f42090 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42094 (virt) @409f42094 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42098 (virt) @409f42098 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4209c (virt) @409f4209c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Successful setup context command
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Op regs DCBAA ptr = 0x00000408c8d000
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot ID 10 dcbaa entry @ffff880408c8d050 = 0x00000409f43000
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Output Context DMA address = 0x409f43000
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot ID 10 Input Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42000 (virt) @409f42000 (dma) 0x000000 - drop flags
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42004 (virt) @409f42004 (dma) 0x000003 - add flags
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42008 (virt) @409f42008 (dma) 0x000000 - rsvd2[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4200c (virt) @409f4200c (dma) 0x000000 - rsvd2[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42010 (virt) @409f42010 (dma) 0x000000 - rsvd2[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42014 (virt) @409f42014 (dma) 0x000000 - rsvd2[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42018 (virt) @409f42018 (dma) 0x000000 - rsvd2[4]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4201c (virt) @409f4201c (dma) 0x000000 - rsvd2[5]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42020 (virt) @409f42020 (dma) 0x8300000 - dev_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42024 (virt) @409f42024 (dma) 0x010000 - dev_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42028 (virt) @409f42028 (dma) 0x000000 - tt_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4202c (virt) @409f4202c (dma) 0x000000 - dev_state
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42030 (virt) @409f42030 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42034 (virt) @409f42034 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42038 (virt) @409f42038 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4203c (virt) @409f4203c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42040 (virt) @409f42040 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42044 (virt) @409f42044 (dma) 0x400026 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42048 (virt) @409f42048 (dma) 0x3bc22a001 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42050 (virt) @409f42050 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42054 (virt) @409f42054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42058 (virt) @409f42058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4205c (virt) @409f4205c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42060 (virt) @409f42060 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42064 (virt) @409f42064 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42068 (virt) @409f42068 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42070 (virt) @409f42070 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42074 (virt) @409f42074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42078 (virt) @409f42078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4207c (virt) @409f4207c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42080 (virt) @409f42080 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42084 (virt) @409f42084 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42088 (virt) @409f42088 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42090 (virt) @409f42090 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42094 (virt) @409f42094 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42098 (virt) @409f42098 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4209c (virt) @409f4209c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot ID 10 Output Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43000 (virt) @409f43000 (dma) 0x8300000 - dev_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43004 (virt) @409f43004 (dma) 0x010000 - dev_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43008 (virt) @409f43008 (dma) 0x000000 - tt_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4300c (virt) @409f4300c (dma) 0x8000000 - dev_state
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43010 (virt) @409f43010 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43014 (virt) @409f43014 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43018 (virt) @409f43018 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4301c (virt) @409f4301c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43020 (virt) @409f43020 (dma) 0x000001 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43024 (virt) @409f43024 (dma) 0x400026 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43028 (virt) @409f43028 (dma) 0x3bc22a001 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43030 (virt) @409f43030 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43034 (virt) @409f43034 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43038 (virt) @409f43038 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4303c (virt) @409f4303c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43040 (virt) @409f43040 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43044 (virt) @409f43044 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43048 (virt) @409f43048 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43050 (virt) @409f43050 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43054 (virt) @409f43054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43058 (virt) @409f43058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4305c (virt) @409f4305c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43060 (virt) @409f43060 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43064 (virt) @409f43064 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43068 (virt) @409f43068 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43070 (virt) @409f43070 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43074 (virt) @409f43074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43078 (virt) @409f43078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4307c (virt) @409f4307c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Internal device address = 0
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: set port reset, actual port 0 status  = 0xf91
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0xf91
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x511
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Port Status Change Event for port 1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: handle_port_status: starting port polling.
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x200e03
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x100503
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: clear port reset change, actual port 0 status  = 0xe03
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Resetting device with slot ID 10
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Completed reset device command.
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Can't reset device (slot ID 10) in default state
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Not freeing device rings.
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot ID 10 Input Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42000 (virt) @409f42000 (dma) 0x000000 - drop flags
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42004 (virt) @409f42004 (dma) 0x000003 - add flags
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42008 (virt) @409f42008 (dma) 0x000000 - rsvd2[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4200c (virt) @409f4200c (dma) 0x000000 - rsvd2[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42010 (virt) @409f42010 (dma) 0x000000 - rsvd2[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42014 (virt) @409f42014 (dma) 0x000000 - rsvd2[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42018 (virt) @409f42018 (dma) 0x000000 - rsvd2[4]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4201c (virt) @409f4201c (dma) 0x000000 - rsvd2[5]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42020 (virt) @409f42020 (dma) 0x8300000 - dev_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42024 (virt) @409f42024 (dma) 0x010000 - dev_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42028 (virt) @409f42028 (dma) 0x000000 - tt_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4202c (virt) @409f4202c (dma) 0x000000 - dev_state
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42030 (virt) @409f42030 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42034 (virt) @409f42034 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42038 (virt) @409f42038 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4203c (virt) @409f4203c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42040 (virt) @409f42040 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42044 (virt) @409f42044 (dma) 0x400026 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42048 (virt) @409f42048 (dma) 0x3bc22a031 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42050 (virt) @409f42050 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42054 (virt) @409f42054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42058 (virt) @409f42058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4205c (virt) @409f4205c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42060 (virt) @409f42060 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42064 (virt) @409f42064 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42068 (virt) @409f42068 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42070 (virt) @409f42070 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42074 (virt) @409f42074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42078 (virt) @409f42078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4207c (virt) @409f4207c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42080 (virt) @409f42080 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42084 (virt) @409f42084 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42088 (virt) @409f42088 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42090 (virt) @409f42090 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42094 (virt) @409f42094 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42098 (virt) @409f42098 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4209c (virt) @409f4209c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Successful setup address command
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Op regs DCBAA ptr = 0x00000408c8d000
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot ID 10 dcbaa entry @ffff880408c8d050 = 0x00000409f43000
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Output Context DMA address = 0x409f43000
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot ID 10 Input Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42000 (virt) @409f42000 (dma) 0x000000 - drop flags
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42004 (virt) @409f42004 (dma) 0x000003 - add flags
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42008 (virt) @409f42008 (dma) 0x000000 - rsvd2[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4200c (virt) @409f4200c (dma) 0x000000 - rsvd2[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42010 (virt) @409f42010 (dma) 0x000000 - rsvd2[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42014 (virt) @409f42014 (dma) 0x000000 - rsvd2[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42018 (virt) @409f42018 (dma) 0x000000 - rsvd2[4]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4201c (virt) @409f4201c (dma) 0x000000 - rsvd2[5]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42020 (virt) @409f42020 (dma) 0x8300000 - dev_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42024 (virt) @409f42024 (dma) 0x010000 - dev_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42028 (virt) @409f42028 (dma) 0x000000 - tt_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4202c (virt) @409f4202c (dma) 0x000000 - dev_state
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42030 (virt) @409f42030 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42034 (virt) @409f42034 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42038 (virt) @409f42038 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4203c (virt) @409f4203c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42040 (virt) @409f42040 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42044 (virt) @409f42044 (dma) 0x400026 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42048 (virt) @409f42048 (dma) 0x3bc22a031 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42050 (virt) @409f42050 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42054 (virt) @409f42054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42058 (virt) @409f42058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4205c (virt) @409f4205c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42060 (virt) @409f42060 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42064 (virt) @409f42064 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42068 (virt) @409f42068 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42070 (virt) @409f42070 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42074 (virt) @409f42074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42078 (virt) @409f42078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4207c (virt) @409f4207c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42080 (virt) @409f42080 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42084 (virt) @409f42084 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42088 (virt) @409f42088 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42090 (virt) @409f42090 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42094 (virt) @409f42094 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42098 (virt) @409f42098 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4209c (virt) @409f4209c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot ID 10 Output Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43000 (virt) @409f43000 (dma) 0x8300000 - dev_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43004 (virt) @409f43004 (dma) 0x010000 - dev_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43008 (virt) @409f43008 (dma) 0x000000 - tt_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4300c (virt) @409f4300c (dma) 0x1000000a - dev_state
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43010 (virt) @409f43010 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43014 (virt) @409f43014 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43018 (virt) @409f43018 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4301c (virt) @409f4301c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43020 (virt) @409f43020 (dma) 0x000001 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43024 (virt) @409f43024 (dma) 0x400026 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43028 (virt) @409f43028 (dma) 0x3bc22a031 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43030 (virt) @409f43030 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43034 (virt) @409f43034 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43038 (virt) @409f43038 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4303c (virt) @409f4303c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43040 (virt) @409f43040 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43044 (virt) @409f43044 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43048 (virt) @409f43048 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43050 (virt) @409f43050 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43054 (virt) @409f43054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43058 (virt) @409f43058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4305c (virt) @409f4305c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43060 (virt) @409f43060 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43064 (virt) @409f43064 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43068 (virt) @409f43068 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43070 (virt) @409f43070 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43074 (virt) @409f43074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43078 (virt) @409f43078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4307c (virt) @409f4307c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Internal device address = 10
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x0 ep reset callback called
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:07 kernel: usb 1-1: New USB device found, idVendor=0b6b, idProduct=0010
Sep 18 22:25:07 kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
Sep 18 22:25:07 kernel: usb 1-1: Product: Ashling Microsystems Opella-XD
Sep 18 22:25:07 kernel: usb 1-1: Manufacturer: Ashling Microsystems Ltd.
Sep 18 22:25:07 kernel: usb 1-1: SerialNumber: 880475
Sep 18 22:25:07 kernel: usb 1-1: ep 0x1 - rounding interval to 128 microframes, ep desc says 255 microframes
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: add ep 0x1, slot id 10, new drop flags = 0x0, new add flags = 0x4
Sep 18 22:25:07 kernel: usb 1-1: ep 0x82 - rounding interval to 128 microframes, ep desc says 255 microframes
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: add ep 0x82, slot id 10, new drop flags = 0x0, new add flags = 0x24
Sep 18 22:25:07 kernel: usb 1-1: ep 0x3 - rounding interval to 128 microframes, ep desc says 255 microframes
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: add ep 0x3, slot id 10, new drop flags = 0x0, new add flags = 0x64
Sep 18 22:25:07 kernel: usb 1-1: ep 0x84 - rounding interval to 128 microframes, ep desc says 255 microframes
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: add ep 0x84, slot id 10, new drop flags = 0x0, new add flags = 0x264
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: xhci_check_bandwidth called for udev ffff88040a675000
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: New Input Control Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42000 (virt) @409f42000 (dma) 0x000000 - drop flags
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42004 (virt) @409f42004 (dma) 0x000265 - add flags
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42008 (virt) @409f42008 (dma) 0x000000 - rsvd2[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4200c (virt) @409f4200c (dma) 0x000000 - rsvd2[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42010 (virt) @409f42010 (dma) 0x000000 - rsvd2[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42014 (virt) @409f42014 (dma) 0x000000 - rsvd2[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42018 (virt) @409f42018 (dma) 0x000000 - rsvd2[4]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4201c (virt) @409f4201c (dma) 0x000000 - rsvd2[5]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42020 (virt) @409f42020 (dma) 0x48300000 - dev_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42024 (virt) @409f42024 (dma) 0x010000 - dev_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42028 (virt) @409f42028 (dma) 0x000000 - tt_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4202c (virt) @409f4202c (dma) 0x000000 - dev_state
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42030 (virt) @409f42030 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42034 (virt) @409f42034 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42038 (virt) @409f42038 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4203c (virt) @409f4203c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42040 (virt) @409f42040 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42044 (virt) @409f42044 (dma) 0x400026 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42048 (virt) @409f42048 (dma) 0x3bc22a031 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42050 (virt) @409f42050 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42054 (virt) @409f42054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42058 (virt) @409f42058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4205c (virt) @409f4205c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42060 (virt) @409f42060 (dma) 0x070000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42064 (virt) @409f42064 (dma) 0x2000016 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42068 (virt) @409f42068 (dma) 0x3bc192001 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42070 (virt) @409f42070 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42074 (virt) @409f42074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42078 (virt) @409f42078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4207c (virt) @409f4207c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42080 (virt) @409f42080 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42084 (virt) @409f42084 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42088 (virt) @409f42088 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42090 (virt) @409f42090 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42094 (virt) @409f42094 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42098 (virt) @409f42098 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4209c (virt) @409f4209c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 02 Context (ep_index 03):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420a0 (virt) @409f420a0 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420a4 (virt) @409f420a4 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420a8 (virt) @409f420a8 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420b0 (virt) @409f420b0 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420b4 (virt) @409f420b4 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420b8 (virt) @409f420b8 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420bc (virt) @409f420bc (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 02 Context (ep_index 04):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420c0 (virt) @409f420c0 (dma) 0x070000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420c4 (virt) @409f420c4 (dma) 0x2000036 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420c8 (virt) @409f420c8 (dma) 0x40903c001 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420d0 (virt) @409f420d0 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420d4 (virt) @409f420d4 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420d8 (virt) @409f420d8 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420dc (virt) @409f420dc (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 03 Context (ep_index 05):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420e0 (virt) @409f420e0 (dma) 0x070000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420e4 (virt) @409f420e4 (dma) 0x2000016 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420e8 (virt) @409f420e8 (dma) 0x3bc34c001 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420f0 (virt) @409f420f0 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420f4 (virt) @409f420f4 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420f8 (virt) @409f420f8 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420fc (virt) @409f420fc (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 03 Context (ep_index 06):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42100 (virt) @409f42100 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42104 (virt) @409f42104 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42108 (virt) @409f42108 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42110 (virt) @409f42110 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42114 (virt) @409f42114 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42118 (virt) @409f42118 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4211c (virt) @409f4211c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 04 Context (ep_index 07):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42120 (virt) @409f42120 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42124 (virt) @409f42124 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42128 (virt) @409f42128 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42130 (virt) @409f42130 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42134 (virt) @409f42134 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42138 (virt) @409f42138 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4213c (virt) @409f4213c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 04 Context (ep_index 08):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42140 (virt) @409f42140 (dma) 0x070000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42144 (virt) @409f42144 (dma) 0x2000036 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42148 (virt) @409f42148 (dma) 0x3cee94001 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42150 (virt) @409f42150 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42154 (virt) @409f42154 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42158 (virt) @409f42158 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4215c (virt) @409f4215c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Successful Endpoint Configure command
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Output context after successful config ep cmd:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43000 (virt) @409f43000 (dma) 0x48300000 - dev_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43004 (virt) @409f43004 (dma) 0x010000 - dev_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43008 (virt) @409f43008 (dma) 0x000000 - tt_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4300c (virt) @409f4300c (dma) 0x1800000a - dev_state
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43010 (virt) @409f43010 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43014 (virt) @409f43014 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43018 (virt) @409f43018 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4301c (virt) @409f4301c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43020 (virt) @409f43020 (dma) 0x000001 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43024 (virt) @409f43024 (dma) 0x400026 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43028 (virt) @409f43028 (dma) 0x3bc22a031 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43030 (virt) @409f43030 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43034 (virt) @409f43034 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43038 (virt) @409f43038 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4303c (virt) @409f4303c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43040 (virt) @409f43040 (dma) 0x070001 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43044 (virt) @409f43044 (dma) 0x2000016 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43048 (virt) @409f43048 (dma) 0x3bc192001 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43050 (virt) @409f43050 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43054 (virt) @409f43054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43058 (virt) @409f43058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4305c (virt) @409f4305c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43060 (virt) @409f43060 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43064 (virt) @409f43064 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43068 (virt) @409f43068 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43070 (virt) @409f43070 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43074 (virt) @409f43074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43078 (virt) @409f43078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4307c (virt) @409f4307c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 02 Context (ep_index 03):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43080 (virt) @409f43080 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43084 (virt) @409f43084 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43088 (virt) @409f43088 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43090 (virt) @409f43090 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43094 (virt) @409f43094 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43098 (virt) @409f43098 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4309c (virt) @409f4309c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 02 Context (ep_index 04):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430a0 (virt) @409f430a0 (dma) 0x070001 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430a4 (virt) @409f430a4 (dma) 0x2000036 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430a8 (virt) @409f430a8 (dma) 0x40903c001 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430b0 (virt) @409f430b0 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430b4 (virt) @409f430b4 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430b8 (virt) @409f430b8 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430bc (virt) @409f430bc (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 03 Context (ep_index 05):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430c0 (virt) @409f430c0 (dma) 0x070001 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430c4 (virt) @409f430c4 (dma) 0x2000016 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430c8 (virt) @409f430c8 (dma) 0x3bc34c001 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430d0 (virt) @409f430d0 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430d4 (virt) @409f430d4 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430d8 (virt) @409f430d8 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430dc (virt) @409f430dc (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 03 Context (ep_index 06):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430e0 (virt) @409f430e0 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430e4 (virt) @409f430e4 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430e8 (virt) @409f430e8 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430f0 (virt) @409f430f0 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430f4 (virt) @409f430f4 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430f8 (virt) @409f430f8 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430fc (virt) @409f430fc (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 04 Context (ep_index 07):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43100 (virt) @409f43100 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43104 (virt) @409f43104 (dma) 0x000000 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43108 (virt) @409f43108 (dma) 0x000000 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43110 (virt) @409f43110 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43114 (virt) @409f43114 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43118 (virt) @409f43118 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4311c (virt) @409f4311c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 04 Context (ep_index 08):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43120 (virt) @409f43120 (dma) 0x070001 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43124 (virt) @409f43124 (dma) 0x2000036 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43128 (virt) @409f43128 (dma) 0x3cee94001 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43130 (virt) @409f43130 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43134 (virt) @409f43134 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43138 (virt) @409f43138 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4313c (virt) @409f4313c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x1 ep reset callback called
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x82 ep reset callback called
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x3 ep reset callback called
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x84 ep reset callback called
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping port polling.
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Port Status Change Event for port 1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: handle_port_status: starting port polling.
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x202a0
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x10100
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: clear port connect change, actual port 0 status  = 0x2a0
Sep 18 22:25:07 kernel: usb 1-1: USB disconnect, device number 102
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: xhci_drop_endpoint called for udev ffff88040a675000
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: drop ep 0x1, slot id 10, new drop flags = 0x4, new add flags = 0x0
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: xhci_drop_endpoint called for udev ffff88040a675000
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: drop ep 0x82, slot id 10, new drop flags = 0x24, new add flags = 0x0
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: xhci_drop_endpoint called for udev ffff88040a675000
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: drop ep 0x3, slot id 10, new drop flags = 0x64, new add flags = 0x0
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: xhci_drop_endpoint called for udev ffff88040a675000
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: drop ep 0x84, slot id 10, new drop flags = 0x264, new add flags = 0x0
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: xhci_check_bandwidth called for udev ffff88040a675000
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: New Input Control Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42000 (virt) @409f42000 (dma) 0x000264 - drop flags
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42004 (virt) @409f42004 (dma) 0x000001 - add flags
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42008 (virt) @409f42008 (dma) 0x000000 - rsvd2[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4200c (virt) @409f4200c (dma) 0x000000 - rsvd2[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42010 (virt) @409f42010 (dma) 0x000000 - rsvd2[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42014 (virt) @409f42014 (dma) 0x000000 - rsvd2[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42018 (virt) @409f42018 (dma) 0x000000 - rsvd2[4]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4201c (virt) @409f4201c (dma) 0x000000 - rsvd2[5]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42020 (virt) @409f42020 (dma) 0x8300000 - dev_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42024 (virt) @409f42024 (dma) 0x010000 - dev_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42028 (virt) @409f42028 (dma) 0x000000 - tt_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4202c (virt) @409f4202c (dma) 0x000000 - dev_state
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42030 (virt) @409f42030 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42034 (virt) @409f42034 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42038 (virt) @409f42038 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4203c (virt) @409f4203c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42040 (virt) @409f42040 (dma) 0x000000 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42044 (virt) @409f42044 (dma) 0x400026 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42048 (virt) @409f42048 (dma) 0x3bc22a031 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42050 (virt) @409f42050 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42054 (virt) @409f42054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42058 (virt) @409f42058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4205c (virt) @409f4205c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Successful Endpoint Configure command
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Output context after successful config ep cmd:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43000 (virt) @409f43000 (dma) 0x8300000 - dev_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43004 (virt) @409f43004 (dma) 0x010000 - dev_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43008 (virt) @409f43008 (dma) 0x000000 - tt_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4300c (virt) @409f4300c (dma) 0x1000000a - dev_state
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43010 (virt) @409f43010 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43014 (virt) @409f43014 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43018 (virt) @409f43018 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4301c (virt) @409f4301c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43020 (virt) @409f43020 (dma) 0x000001 - ep_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43024 (virt) @409f43024 (dma) 0x400026 - ep_info2
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43028 (virt) @409f43028 (dma) 0x3bc22a031 - deq
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43030 (virt) @409f43030 (dma) 0x000000 - tx_info
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43034 (virt) @409f43034 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43038 (virt) @409f43038 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4303c (virt) @409f4303c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Cached old ring, 1 ring cached
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Cached old ring, 2 rings cached
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Cached old ring, 3 rings cached
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Cached old ring, 4 rings cached
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x2a0
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x100
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Port Status Change Event for port 1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: handle_port_status: starting port polling.
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x206e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x10101
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: clear port connect change, actual port 0 status  = 0x6e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping port polling.
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:07 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x6e1
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x101
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot 11 output ctx = 0x409f43000 (dma)
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot 11 input ctx = 0x409f42000 (dma)
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Set slot id 11 dcbaa entry ffff880408c8d058 to 0x409f43000
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: set port reset, actual port 0 status  = 0x791
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0xf91
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x511
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Port Status Change Event for port 1
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: handle_port_status: starting port polling.
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x200e03
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x100503
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: clear port reset change, actual port 0 status  = 0xe03
Sep 18 22:25:08 kernel: usb 1-1: new high-speed USB device number 103 using xhci_hcd
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Set root hub portnum to 1
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Set fake root hub portnum to 1
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: udev->tt =           (null)
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: udev->ttport = 0x0
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot ID 11 Input Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42000 (virt) @409f42000 (dma) 0x000000 - drop flags
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42004 (virt) @409f42004 (dma) 0x000003 - add flags
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42008 (virt) @409f42008 (dma) 0x000000 - rsvd2[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4200c (virt) @409f4200c (dma) 0x000000 - rsvd2[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42010 (virt) @409f42010 (dma) 0x000000 - rsvd2[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42014 (virt) @409f42014 (dma) 0x000000 - rsvd2[3]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42018 (virt) @409f42018 (dma) 0x000000 - rsvd2[4]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4201c (virt) @409f4201c (dma) 0x000000 - rsvd2[5]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42020 (virt) @409f42020 (dma) 0x8300000 - dev_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42024 (virt) @409f42024 (dma) 0x010000 - dev_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42028 (virt) @409f42028 (dma) 0x000000 - tt_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4202c (virt) @409f4202c (dma) 0x000000 - dev_state
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42030 (virt) @409f42030 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42034 (virt) @409f42034 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42038 (virt) @409f42038 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4203c (virt) @409f4203c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42040 (virt) @409f42040 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42044 (virt) @409f42044 (dma) 0x400026 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42048 (virt) @409f42048 (dma) 0x3bc22a001 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42050 (virt) @409f42050 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42054 (virt) @409f42054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42058 (virt) @409f42058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4205c (virt) @409f4205c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42060 (virt) @409f42060 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42064 (virt) @409f42064 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42068 (virt) @409f42068 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42070 (virt) @409f42070 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42074 (virt) @409f42074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42078 (virt) @409f42078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4207c (virt) @409f4207c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42080 (virt) @409f42080 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42084 (virt) @409f42084 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42088 (virt) @409f42088 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42090 (virt) @409f42090 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42094 (virt) @409f42094 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42098 (virt) @409f42098 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4209c (virt) @409f4209c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Successful setup context command
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Op regs DCBAA ptr = 0x00000408c8d000
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot ID 11 dcbaa entry @ffff880408c8d058 = 0x00000409f43000
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Output Context DMA address = 0x409f43000
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot ID 11 Input Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42000 (virt) @409f42000 (dma) 0x000000 - drop flags
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42004 (virt) @409f42004 (dma) 0x000003 - add flags
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42008 (virt) @409f42008 (dma) 0x000000 - rsvd2[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4200c (virt) @409f4200c (dma) 0x000000 - rsvd2[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42010 (virt) @409f42010 (dma) 0x000000 - rsvd2[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42014 (virt) @409f42014 (dma) 0x000000 - rsvd2[3]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42018 (virt) @409f42018 (dma) 0x000000 - rsvd2[4]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4201c (virt) @409f4201c (dma) 0x000000 - rsvd2[5]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42020 (virt) @409f42020 (dma) 0x8300000 - dev_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42024 (virt) @409f42024 (dma) 0x010000 - dev_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42028 (virt) @409f42028 (dma) 0x000000 - tt_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4202c (virt) @409f4202c (dma) 0x000000 - dev_state
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42030 (virt) @409f42030 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42034 (virt) @409f42034 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42038 (virt) @409f42038 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4203c (virt) @409f4203c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42040 (virt) @409f42040 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42044 (virt) @409f42044 (dma) 0x400026 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42048 (virt) @409f42048 (dma) 0x3bc22a001 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42050 (virt) @409f42050 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42054 (virt) @409f42054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42058 (virt) @409f42058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4205c (virt) @409f4205c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42060 (virt) @409f42060 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42064 (virt) @409f42064 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42068 (virt) @409f42068 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42070 (virt) @409f42070 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42074 (virt) @409f42074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42078 (virt) @409f42078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4207c (virt) @409f4207c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42080 (virt) @409f42080 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42084 (virt) @409f42084 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42088 (virt) @409f42088 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42090 (virt) @409f42090 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42094 (virt) @409f42094 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42098 (virt) @409f42098 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4209c (virt) @409f4209c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot ID 11 Output Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43000 (virt) @409f43000 (dma) 0x8300000 - dev_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43004 (virt) @409f43004 (dma) 0x010000 - dev_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43008 (virt) @409f43008 (dma) 0x000000 - tt_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4300c (virt) @409f4300c (dma) 0x8000000 - dev_state
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43010 (virt) @409f43010 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43014 (virt) @409f43014 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43018 (virt) @409f43018 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4301c (virt) @409f4301c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43020 (virt) @409f43020 (dma) 0x000001 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43024 (virt) @409f43024 (dma) 0x400026 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43028 (virt) @409f43028 (dma) 0x3bc22a001 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43030 (virt) @409f43030 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43034 (virt) @409f43034 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43038 (virt) @409f43038 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4303c (virt) @409f4303c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43040 (virt) @409f43040 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43044 (virt) @409f43044 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43048 (virt) @409f43048 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43050 (virt) @409f43050 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43054 (virt) @409f43054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43058 (virt) @409f43058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4305c (virt) @409f4305c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43060 (virt) @409f43060 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43064 (virt) @409f43064 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43068 (virt) @409f43068 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43070 (virt) @409f43070 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43074 (virt) @409f43074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43078 (virt) @409f43078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4307c (virt) @409f4307c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Internal device address = 0
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: set port reset, actual port 0 status  = 0xf91
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping port polling.
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0xf91
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x511
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Port Status Change Event for port 1
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: handle_port_status: starting port polling.
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x200e03
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x100503
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: clear port reset change, actual port 0 status  = 0xe03
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Resetting device with slot ID 11
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Completed reset device command.
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Can't reset device (slot ID 11) in default state
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Not freeing device rings.
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot ID 11 Input Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42000 (virt) @409f42000 (dma) 0x000000 - drop flags
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42004 (virt) @409f42004 (dma) 0x000003 - add flags
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42008 (virt) @409f42008 (dma) 0x000000 - rsvd2[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4200c (virt) @409f4200c (dma) 0x000000 - rsvd2[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42010 (virt) @409f42010 (dma) 0x000000 - rsvd2[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42014 (virt) @409f42014 (dma) 0x000000 - rsvd2[3]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42018 (virt) @409f42018 (dma) 0x000000 - rsvd2[4]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4201c (virt) @409f4201c (dma) 0x000000 - rsvd2[5]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42020 (virt) @409f42020 (dma) 0x8300000 - dev_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42024 (virt) @409f42024 (dma) 0x010000 - dev_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42028 (virt) @409f42028 (dma) 0x000000 - tt_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4202c (virt) @409f4202c (dma) 0x000000 - dev_state
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42030 (virt) @409f42030 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42034 (virt) @409f42034 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42038 (virt) @409f42038 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4203c (virt) @409f4203c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42040 (virt) @409f42040 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42044 (virt) @409f42044 (dma) 0x400026 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42048 (virt) @409f42048 (dma) 0x3bc22a031 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42050 (virt) @409f42050 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42054 (virt) @409f42054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42058 (virt) @409f42058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4205c (virt) @409f4205c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42060 (virt) @409f42060 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42064 (virt) @409f42064 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42068 (virt) @409f42068 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42070 (virt) @409f42070 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42074 (virt) @409f42074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42078 (virt) @409f42078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4207c (virt) @409f4207c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42080 (virt) @409f42080 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42084 (virt) @409f42084 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42088 (virt) @409f42088 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42090 (virt) @409f42090 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42094 (virt) @409f42094 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42098 (virt) @409f42098 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4209c (virt) @409f4209c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Successful setup address command
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Op regs DCBAA ptr = 0x00000408c8d000
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot ID 11 dcbaa entry @ffff880408c8d058 = 0x00000409f43000
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Output Context DMA address = 0x409f43000
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot ID 11 Input Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42000 (virt) @409f42000 (dma) 0x000000 - drop flags
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42004 (virt) @409f42004 (dma) 0x000003 - add flags
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42008 (virt) @409f42008 (dma) 0x000000 - rsvd2[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4200c (virt) @409f4200c (dma) 0x000000 - rsvd2[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42010 (virt) @409f42010 (dma) 0x000000 - rsvd2[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42014 (virt) @409f42014 (dma) 0x000000 - rsvd2[3]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42018 (virt) @409f42018 (dma) 0x000000 - rsvd2[4]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4201c (virt) @409f4201c (dma) 0x000000 - rsvd2[5]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42020 (virt) @409f42020 (dma) 0x8300000 - dev_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42024 (virt) @409f42024 (dma) 0x010000 - dev_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42028 (virt) @409f42028 (dma) 0x000000 - tt_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4202c (virt) @409f4202c (dma) 0x000000 - dev_state
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42030 (virt) @409f42030 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42034 (virt) @409f42034 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42038 (virt) @409f42038 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4203c (virt) @409f4203c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42040 (virt) @409f42040 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42044 (virt) @409f42044 (dma) 0x400026 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42048 (virt) @409f42048 (dma) 0x3bc22a031 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42050 (virt) @409f42050 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42054 (virt) @409f42054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42058 (virt) @409f42058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4205c (virt) @409f4205c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42060 (virt) @409f42060 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42064 (virt) @409f42064 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42068 (virt) @409f42068 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42070 (virt) @409f42070 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42074 (virt) @409f42074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42078 (virt) @409f42078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4207c (virt) @409f4207c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42080 (virt) @409f42080 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42084 (virt) @409f42084 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42088 (virt) @409f42088 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42090 (virt) @409f42090 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42094 (virt) @409f42094 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42098 (virt) @409f42098 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4209c (virt) @409f4209c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot ID 11 Output Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43000 (virt) @409f43000 (dma) 0x8300000 - dev_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43004 (virt) @409f43004 (dma) 0x010000 - dev_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43008 (virt) @409f43008 (dma) 0x000000 - tt_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4300c (virt) @409f4300c (dma) 0x1000000b - dev_state
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43010 (virt) @409f43010 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43014 (virt) @409f43014 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43018 (virt) @409f43018 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4301c (virt) @409f4301c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43020 (virt) @409f43020 (dma) 0x000001 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43024 (virt) @409f43024 (dma) 0x400026 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43028 (virt) @409f43028 (dma) 0x3bc22a031 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43030 (virt) @409f43030 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43034 (virt) @409f43034 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43038 (virt) @409f43038 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4303c (virt) @409f4303c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43040 (virt) @409f43040 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43044 (virt) @409f43044 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43048 (virt) @409f43048 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43050 (virt) @409f43050 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43054 (virt) @409f43054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43058 (virt) @409f43058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4305c (virt) @409f4305c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43060 (virt) @409f43060 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43064 (virt) @409f43064 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43068 (virt) @409f43068 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43070 (virt) @409f43070 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43074 (virt) @409f43074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43078 (virt) @409f43078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4307c (virt) @409f4307c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Internal device address = 11
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x0 ep reset callback called
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:08 kernel: usb 1-1: New USB device found, idVendor=0b6b, idProduct=0010
Sep 18 22:25:08 kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
Sep 18 22:25:08 kernel: usb 1-1: Product: Ashling Microsystems Opella-XD
Sep 18 22:25:08 kernel: usb 1-1: Manufacturer: Ashling Microsystems Ltd.
Sep 18 22:25:08 kernel: usb 1-1: SerialNumber: 880475
Sep 18 22:25:08 kernel: usb 1-1: ep 0x1 - rounding interval to 128 microframes, ep desc says 255 microframes
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: add ep 0x1, slot id 11, new drop flags = 0x0, new add flags = 0x4
Sep 18 22:25:08 kernel: usb 1-1: ep 0x82 - rounding interval to 128 microframes, ep desc says 255 microframes
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: add ep 0x82, slot id 11, new drop flags = 0x0, new add flags = 0x24
Sep 18 22:25:08 kernel: usb 1-1: ep 0x3 - rounding interval to 128 microframes, ep desc says 255 microframes
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: add ep 0x3, slot id 11, new drop flags = 0x0, new add flags = 0x64
Sep 18 22:25:08 kernel: usb 1-1: ep 0x84 - rounding interval to 128 microframes, ep desc says 255 microframes
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: add ep 0x84, slot id 11, new drop flags = 0x0, new add flags = 0x264
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: xhci_check_bandwidth called for udev ffff88040a675000
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: New Input Control Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42000 (virt) @409f42000 (dma) 0x000000 - drop flags
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42004 (virt) @409f42004 (dma) 0x000265 - add flags
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42008 (virt) @409f42008 (dma) 0x000000 - rsvd2[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4200c (virt) @409f4200c (dma) 0x000000 - rsvd2[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42010 (virt) @409f42010 (dma) 0x000000 - rsvd2[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42014 (virt) @409f42014 (dma) 0x000000 - rsvd2[3]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42018 (virt) @409f42018 (dma) 0x000000 - rsvd2[4]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4201c (virt) @409f4201c (dma) 0x000000 - rsvd2[5]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42020 (virt) @409f42020 (dma) 0x48300000 - dev_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42024 (virt) @409f42024 (dma) 0x010000 - dev_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42028 (virt) @409f42028 (dma) 0x000000 - tt_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4202c (virt) @409f4202c (dma) 0x000000 - dev_state
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42030 (virt) @409f42030 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42034 (virt) @409f42034 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42038 (virt) @409f42038 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4203c (virt) @409f4203c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42040 (virt) @409f42040 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42044 (virt) @409f42044 (dma) 0x400026 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42048 (virt) @409f42048 (dma) 0x3bc22a031 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42050 (virt) @409f42050 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42054 (virt) @409f42054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42058 (virt) @409f42058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4205c (virt) @409f4205c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42060 (virt) @409f42060 (dma) 0x070000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42064 (virt) @409f42064 (dma) 0x2000016 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42068 (virt) @409f42068 (dma) 0x3bc192001 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42070 (virt) @409f42070 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42074 (virt) @409f42074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42078 (virt) @409f42078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4207c (virt) @409f4207c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42080 (virt) @409f42080 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42084 (virt) @409f42084 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42088 (virt) @409f42088 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42090 (virt) @409f42090 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42094 (virt) @409f42094 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42098 (virt) @409f42098 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4209c (virt) @409f4209c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 02 Context (ep_index 03):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420a0 (virt) @409f420a0 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420a4 (virt) @409f420a4 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420a8 (virt) @409f420a8 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420b0 (virt) @409f420b0 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420b4 (virt) @409f420b4 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420b8 (virt) @409f420b8 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420bc (virt) @409f420bc (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 02 Context (ep_index 04):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420c0 (virt) @409f420c0 (dma) 0x070000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420c4 (virt) @409f420c4 (dma) 0x2000036 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420c8 (virt) @409f420c8 (dma) 0x40903c001 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420d0 (virt) @409f420d0 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420d4 (virt) @409f420d4 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420d8 (virt) @409f420d8 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420dc (virt) @409f420dc (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 03 Context (ep_index 05):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420e0 (virt) @409f420e0 (dma) 0x070000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420e4 (virt) @409f420e4 (dma) 0x2000016 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420e8 (virt) @409f420e8 (dma) 0x3bc34c001 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420f0 (virt) @409f420f0 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420f4 (virt) @409f420f4 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420f8 (virt) @409f420f8 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f420fc (virt) @409f420fc (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 03 Context (ep_index 06):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42100 (virt) @409f42100 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42104 (virt) @409f42104 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42108 (virt) @409f42108 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42110 (virt) @409f42110 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42114 (virt) @409f42114 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42118 (virt) @409f42118 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4211c (virt) @409f4211c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 04 Context (ep_index 07):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42120 (virt) @409f42120 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42124 (virt) @409f42124 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42128 (virt) @409f42128 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42130 (virt) @409f42130 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42134 (virt) @409f42134 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42138 (virt) @409f42138 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4213c (virt) @409f4213c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 04 Context (ep_index 08):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42140 (virt) @409f42140 (dma) 0x070000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42144 (virt) @409f42144 (dma) 0x2000036 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42148 (virt) @409f42148 (dma) 0x3cee94001 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42150 (virt) @409f42150 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42154 (virt) @409f42154 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f42158 (virt) @409f42158 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4215c (virt) @409f4215c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Successful Endpoint Configure command
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Output context after successful config ep cmd:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Slot Context:
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43000 (virt) @409f43000 (dma) 0x48300000 - dev_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43004 (virt) @409f43004 (dma) 0x010000 - dev_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43008 (virt) @409f43008 (dma) 0x000000 - tt_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4300c (virt) @409f4300c (dma) 0x1800000b - dev_state
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43010 (virt) @409f43010 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43014 (virt) @409f43014 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43018 (virt) @409f43018 (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4301c (virt) @409f4301c (dma) 0x000000 - rsvd[3]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 00 Context (ep_index 00):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43020 (virt) @409f43020 (dma) 0x000001 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43024 (virt) @409f43024 (dma) 0x400026 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43028 (virt) @409f43028 (dma) 0x3bc22a031 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43030 (virt) @409f43030 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43034 (virt) @409f43034 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43038 (virt) @409f43038 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4303c (virt) @409f4303c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 01 Context (ep_index 01):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43040 (virt) @409f43040 (dma) 0x070001 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43044 (virt) @409f43044 (dma) 0x2000016 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43048 (virt) @409f43048 (dma) 0x3bc192001 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43050 (virt) @409f43050 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43054 (virt) @409f43054 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43058 (virt) @409f43058 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4305c (virt) @409f4305c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 01 Context (ep_index 02):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43060 (virt) @409f43060 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43064 (virt) @409f43064 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43068 (virt) @409f43068 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43070 (virt) @409f43070 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43074 (virt) @409f43074 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43078 (virt) @409f43078 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4307c (virt) @409f4307c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 02 Context (ep_index 03):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43080 (virt) @409f43080 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43084 (virt) @409f43084 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43088 (virt) @409f43088 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43090 (virt) @409f43090 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43094 (virt) @409f43094 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43098 (virt) @409f43098 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4309c (virt) @409f4309c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 02 Context (ep_index 04):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430a0 (virt) @409f430a0 (dma) 0x070001 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430a4 (virt) @409f430a4 (dma) 0x2000036 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430a8 (virt) @409f430a8 (dma) 0x40903c001 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430b0 (virt) @409f430b0 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430b4 (virt) @409f430b4 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430b8 (virt) @409f430b8 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430bc (virt) @409f430bc (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 03 Context (ep_index 05):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430c0 (virt) @409f430c0 (dma) 0x070001 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430c4 (virt) @409f430c4 (dma) 0x2000016 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430c8 (virt) @409f430c8 (dma) 0x3bc34c001 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430d0 (virt) @409f430d0 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430d4 (virt) @409f430d4 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430d8 (virt) @409f430d8 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430dc (virt) @409f430dc (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 03 Context (ep_index 06):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430e0 (virt) @409f430e0 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430e4 (virt) @409f430e4 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430e8 (virt) @409f430e8 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430f0 (virt) @409f430f0 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430f4 (virt) @409f430f4 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430f8 (virt) @409f430f8 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f430fc (virt) @409f430fc (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: OUT Endpoint 04 Context (ep_index 07):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43100 (virt) @409f43100 (dma) 0x000000 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43104 (virt) @409f43104 (dma) 0x000000 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43108 (virt) @409f43108 (dma) 0x000000 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43110 (virt) @409f43110 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43114 (virt) @409f43114 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43118 (virt) @409f43118 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4311c (virt) @409f4311c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: IN Endpoint 04 Context (ep_index 08):
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43120 (virt) @409f43120 (dma) 0x070001 - ep_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43124 (virt) @409f43124 (dma) 0x2000036 - ep_info2
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43128 (virt) @409f43128 (dma) 0x3cee94001 - deq
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43130 (virt) @409f43130 (dma) 0x000000 - tx_info
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43134 (virt) @409f43134 (dma) 0x000000 - rsvd[0]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f43138 (virt) @409f43138 (dma) 0x000000 - rsvd[1]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: @ffff880409f4313c (virt) @409f4313c (dma) 0x000000 - rsvd[2]
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x1 ep reset callback called
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x82 ep reset callback called
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x3 ep reset callback called
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x84 ep reset callback called
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0xe03
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: Get port status returned 0x503
Sep 18 22:25:08 kernel: xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping port polling.
------------------------------>8---------------------------

Successful run
------------------------------>8---------------------------
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x1 ep reset callback called
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x82 ep reset callback called
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x3 ep reset callback called
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x84 ep reset callback called
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x1 ep reset callback called
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x82 ep reset callback called
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x3 ep reset callback called
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x84 ep reset callback called
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Cancel URB ffff88040bea0600, dev 1, ep 0x82, starting at offset
0x40903c000
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Stopped on Transfer TRB
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Removing canceled TD starting at 0x40903c000 (dma).
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Finding endpoint context
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Cycle state = 0x1
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: New dequeue segment = ffff88040968d780 (virtual)
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: New dequeue pointer = 0x40903c050 (DMA)
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Set TR Deq Ptr cmd, new deq seg = ffff88040968d780 (0x40903c000 dma), new
deq ptr = ffff88040903c050 (0x40903c050 dma), new cycle = 1
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: Successful Set TR Deq Ptr cmd, deq = @40903c050
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: ep 0x82 - asked for 65664 bytes, 16311 bytes untransferred
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: mid bulk/intr SP, wait for last TRB event
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: ep 0x82 - asked for 65664 bytes, 128 bytes untransferred
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: ep 0x82 - asked for 65664 bytes, 16363 bytes untransferred
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: mid bulk/intr SP, wait for last TRB event
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: ep 0x82 - asked for 65664 bytes, 128 bytes untransferred
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: ep 0x82 - asked for 65664 bytes, 16347 bytes untransferred
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: mid bulk/intr SP, wait for last TRB event
Sep 18 22:26:51 kernel: xhci_hcd 0000:00:14.0: ep 0x82 - asked for 65664 bytes, 128 bytes untransferred
------------------------------>8---------------------------


Failed run
------------------------------>8---------------------------
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x1 ep reset callback called
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x82 ep reset callback called
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x3 ep reset callback called
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x84 ep reset callback called
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Waiting for status stage event
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x1 ep reset callback called
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x82 ep reset callback called
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x3 ep reset callback called
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Endpoint 0x84 ep reset callback called
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Cancel URB ffff88040c7cda80, dev 1, ep 0x82, starting at offset
0x40903c140
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Stopped on Transfer TRB
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Removing canceled TD starting at 0x40903c140 (dma).
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Finding endpoint context
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Cycle state = 0x1
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: New dequeue segment = ffff88040968d780 (virtual)
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: New dequeue pointer = 0x40903c190 (DMA)
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Set TR Deq Ptr cmd, new deq seg = ffff88040968d780 (0x40903c000 dma), new
deq ptr = ffff88040903c190 (0x40903c190 dma), new cycle = 1
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:26:55 kernel: xhci_hcd 0000:00:14.0: Successful Set TR Deq Ptr cmd, deq = @40903c190

< 5 second delay >

Sep 18 22:27:00 kernel: xhci_hcd 0000:00:14.0: Cancel URB ffff88040c7cda80, dev 1, ep 0x82, starting at offset
0x40903c190
Sep 18 22:27:00 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:27:00 kernel: xhci_hcd 0000:00:14.0: Stopped on Transfer TRB
Sep 18 22:27:00 kernel: xhci_hcd 0000:00:14.0: Removing canceled TD starting at 0x40903c190 (dma).
Sep 18 22:27:00 kernel: xhci_hcd 0000:00:14.0: Finding endpoint context
Sep 18 22:27:00 kernel: xhci_hcd 0000:00:14.0: Cycle state = 0x1
Sep 18 22:27:00 kernel: xhci_hcd 0000:00:14.0: New dequeue segment = ffff88040968d780 (virtual)
Sep 18 22:27:00 kernel: xhci_hcd 0000:00:14.0: New dequeue pointer = 0x40903c1e0 (DMA)
Sep 18 22:27:00 kernel: xhci_hcd 0000:00:14.0: Set TR Deq Ptr cmd, new deq seg = ffff88040968d780 (0x40903c000 dma), new
deq ptr = ffff88040903c1e0 (0x40903c1e0 dma), new cycle = 1
Sep 18 22:27:00 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:27:00 kernel: xhci_hcd 0000:00:14.0: Successful Set TR Deq Ptr cmd, deq = @40903c1e0

< 5 second delay >

Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: Cancel URB ffff8800c8242840, dev 1, ep 0x82, starting at offset
0x40903c1e0
Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: Stopped on Transfer TRB
Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: Removing canceled TD starting at 0x40903c1e0 (dma).
Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: Finding endpoint context
Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: Cycle state = 0x1
Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: New dequeue segment = ffff88040968d780 (virtual)
Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: New dequeue pointer = 0x40903c230 (DMA)
Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: Set TR Deq Ptr cmd, new deq seg = ffff88040968d780 (0x40903c000 dma), new
deq ptr = ffff88040903c230 (0x40903c230 dma), new cycle = 1
Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: // Ding dong!
Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: Successful Set TR Deq Ptr cmd, deq = @40903c230
Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: ep 0x82 - asked for 65664 bytes, 16347 bytes untransferred
Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: mid bulk/intr SP, wait for last TRB event
Sep 18 22:27:05 kernel: xhci_hcd 0000:00:14.0: ep 0x82 - asked for 65664 bytes, 128 bytes untransferred
------------------------------>8---------------------------

-Alexey��.n��������+%������w��{.n�����{���)��jg��������ݢj����G�������j:+v���w�m������w�������h�����٥




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

  Powered by Linux