Re: [PATCH 0/8] xHCI ring expansion patchset

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

 



Hi Andiry,

I've been testing this patchset, and it seems to work fine for the USB
2.0 webcams I have.

However, when I test the Point Grey USB 3.0 webcam, my machine
hard-hangs when I unplug the device while the video stream is open.  I
believe there's a bug that's hit somewhere in the cancellation code that
makes the interrupt handler go into an infinite loop.  This doesn't
happen when the USB 2.0 webcam uses the ring expansion code, and I
unplug it when the video stream is active.

The dmesg is attached.  The first start of the "flycap" video capture
code always fails with some sort of error, like

"Source:lidcCameraInternal.cpp(444) Built: Oct 7 2011 15:39:35
Error starting isochronous stream.
+-> From: Iso.cpp(1551) Built Oct 7 2011 15:39:08 -
Failed isochronous start. Error: 0x1"

I think this is an application level-error that Tim might want to look
into, and not an xHCI issue.  However, the app works fine when I open it
a second time (without removing the device, so that expanded rings are
still intact).

Around timestamp 2684.043289, I unplug the device.  A Set TR dequeue
pointer command and another Stop Endpoint command are issued around
timestamp 2684.372089, and as far as I can tell, we don't get an event
for them, or the event handler is hung.

I've tried reverting the last patch (waiting for the link TRB handover),
but the crash still occurs.  If I revert the entire patchset, apply a
small patch to statically allocate 128 segments for any Point Grey
device rings, and then run the same disconnect-while-active test, the
crash doesn't occur.  I can try to bisect the patches, if you think that
would be helpful.

I'm not sure if we want to queue the expansion patches for 3.3 if
they're known to cause a hard-hang.  But we're pretty close anyway. :)


Also, in looking over the last patch in the series, I'm not sure it's
entirely safe.  The ring dequeue update code just assumes that the xHCI
host controller has actually read and processed the link TRB when we
move the dequeue pointer past the TRB before the link TRB.  But we don't
really know the hardware has read the link TRB until we get an event for
a TRB in the next segment.

If the hardware had paused just after the last normal TRB in the dequeue
segment, but didn't process the link TRB, and then we over write the
link TRB, the hardware will see the new segments.  If the hardware was
in the middle of processing a TD, the unchained no-op TRBs in the new
segment would be very confusing.  Writing the address pointer while the
hardware was in the middle of reading the link TRB would be disastrous.

I see two ways to solve this.  We can either 1) set the IOC flag on the
link TRB when we have pending URBs queued, or 2) if there is another TD
on the next segment, we can wait for that TD to get an event, and then
expand the ring.  If we went with setting the IOC flag, we'd have to
look very carefully at the assumptions around the cancellation code, and
we'd *still* be subject to race conditions unless we set the IOC flag on
the link TRBs all the time.  The second option also sounds racy and
complex, and I don't really want to touch the ring cancellation code
behavior in order to implement the first option.

So let's just drop the last patch.  Users will get at least some ring
expansion support, and we don't have to go through hoops for this
special corner case.

Sarah Sharp

On Mon, Dec 12, 2011 at 04:47:46PM +0800, Andiry Xu wrote:
> Hi Sarah,
> 
> This is xHCI ring expansion patchset v1 for formal submission.
> 
> Changelog from RFC v3:
> 
> 1. Fix the bug in patch 3 that num_trbs_free is not calculated correctly
>    in xhci_queue_isoc_tx().
> 2. Fix for patch7 "wait for dequeue pointer move pass link TRB":
>    1) Give back all the pending urbs if ring expansion or urb enqueue fail in
>       xhci_queue_pending_urbs().
>    2) Remove waiting_deq_ptr variable in xhci_ring struct.
>    3) In xhci_urb_dequeue(), check it in pending urb list and give it back.
> 3. Move patch7 to the last position. It's up to you to accept it or not, it
>    does not affect patchset function, only solve a special case seldom occurs.
> 
> The patchset passed isoc device test.
> 
> Thanks,
> Andiry
> 
> ---
> 
> Andiry Xu (8):
>   xHCI: store ring's type
>   xHCI: store ring's last segment and segment numbers
>   xHCI: count free TRBs on transfer ring
>   xHCI: factor out segments allocation and free function
>   xHCI: set cycle state when allocate rings
>   xHCI: dynamic ring expansion
>   xHCI: update sg tablesize
>   xHCI: wait for dequeue pointer move pass link TRB
> 
>  drivers/usb/host/xhci-mem.c  |  235 ++++++++++++++++++-------
>  drivers/usb/host/xhci-ring.c |  402 ++++++++++++++++++++++++++++++------------
>  drivers/usb/host/xhci.c      |   61 +++++--
>  drivers/usb/host/xhci.h      |   25 +++
>  4 files changed, 526 insertions(+), 197 deletions(-)
> 
> -- 
> 1.7.4.1
> 
> 
[ 2624.297081] xhci_hcd 0000:0e:00.0: Port Status Change Event for port 1
[ 2624.297096] xhci_hcd 0000:0e:00.0: resume root hub
[ 2624.297120] usb usb2: usb wakeup-resume
[ 2624.297127] usb usb2: usb auto-resume
[ 2624.309306] hub 2-0:1.0: hub_resume
[ 2624.309321] xhci_hcd 0000:0e:00.0: get port status, actual port 0 status  = 0x21203
[ 2624.309326] xhci_hcd 0000:0e:00.0: Get port status returned 0x10203
[ 2624.309339] hub 2-0:1.0: port 1: status 0203 change 0001
[ 2624.309349] xhci_hcd 0000:0e:00.0: clear port connect change, actual port 0 status  = 0x1203
[ 2624.309356] xhci_hcd 0000:0e:00.0: get port status, actual port 1 status  = 0x2a0
[ 2624.309360] xhci_hcd 0000:0e:00.0: Get port status returned 0x2a0
[ 2624.419177] hub 2-0:1.0: state 7 ports 2 chg 0002 evt 0000
[ 2624.419193] xhci_hcd 0000:0e:00.0: get port status, actual port 0 status  = 0x1203
[ 2624.419200] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
[ 2624.419210] hub 2-0:1.0: port 1, status 0203, change 0000, 5.0 Gb/s
[ 2624.419218] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2624.419293] xhci_hcd 0000:0e:00.0: Slot 1 output ctx = 0x25ebe000 (dma)
[ 2624.419299] xhci_hcd 0000:0e:00.0: Slot 1 input ctx = 0x1fb52000 (dma)
[ 2624.419305] xhci_hcd 0000:0e:00.0: Set slot id 1 dcbaa entry ffff880003164008 to 0x25ebe000
[ 2624.419320] xhci_hcd 0000:0e:00.0: set port reset, actual port 0 status  = 0x1311
[ 2624.419329] xhci_hcd 0000:0e:00.0: Port Status Change Event for port 1
[ 2624.479125] xhci_hcd 0000:0e:00.0: get port status, actual port 0 status  = 0x201203
[ 2624.479134] xhci_hcd 0000:0e:00.0: Get port status returned 0x100203
[ 2624.539050] xhci_hcd 0000:0e:00.0: clear port reset change, actual port 0 status  = 0x1203
[ 2624.539062] xhci_hcd 0000:0e:00.0: Set root hub portnum to 1
[ 2624.539066] xhci_hcd 0000:0e:00.0: Set fake root hub portnum to 1
[ 2624.539070] xhci_hcd 0000:0e:00.0: udev->tt =           (null)
[ 2624.539073] xhci_hcd 0000:0e:00.0: udev->ttport = 0x0
[ 2624.539077] xhci_hcd 0000:0e:00.0: Slot ID 1 Input Context:
[ 2624.539082] xhci_hcd 0000:0e:00.0: @ffff88001fb52000 (virt) @1fb52000 (dma) 0x000000 - drop flags
[ 2624.539086] xhci_hcd 0000:0e:00.0: @ffff88001fb52004 (virt) @1fb52004 (dma) 0x000003 - add flags
[ 2624.539090] xhci_hcd 0000:0e:00.0: @ffff88001fb52008 (virt) @1fb52008 (dma) 0x000000 - rsvd2[0]
[ 2624.539095] xhci_hcd 0000:0e:00.0: @ffff88001fb5200c (virt) @1fb5200c (dma) 0x000000 - rsvd2[1]
[ 2624.539107] xhci_hcd 0000:0e:00.0: @ffff88001fb52010 (virt) @1fb52010 (dma) 0x000000 - rsvd2[2]
[ 2624.539112] xhci_hcd 0000:0e:00.0: @ffff88001fb52014 (virt) @1fb52014 (dma) 0x000000 - rsvd2[3]
[ 2624.539116] xhci_hcd 0000:0e:00.0: @ffff88001fb52018 (virt) @1fb52018 (dma) 0x000000 - rsvd2[4]
[ 2624.539120] xhci_hcd 0000:0e:00.0: @ffff88001fb5201c (virt) @1fb5201c (dma) 0x000000 - rsvd2[5]
[ 2624.539123] xhci_hcd 0000:0e:00.0: Slot Context:
[ 2624.539127] xhci_hcd 0000:0e:00.0: @ffff88001fb52020 (virt) @1fb52020 (dma) 0x8400000 - dev_info
[ 2624.539131] xhci_hcd 0000:0e:00.0: @ffff88001fb52024 (virt) @1fb52024 (dma) 0x010000 - dev_info2
[ 2624.539136] xhci_hcd 0000:0e:00.0: @ffff88001fb52028 (virt) @1fb52028 (dma) 0x000000 - tt_info
[ 2624.539140] xhci_hcd 0000:0e:00.0: @ffff88001fb5202c (virt) @1fb5202c (dma) 0x000000 - dev_state
[ 2624.539143] xhci_hcd 0000:0e:00.0: @ffff88001fb52030 (virt) @1fb52030 (dma) 0x000000 - rsvd[0]
[ 2624.539152] xhci_hcd 0000:0e:00.0: @ffff88001fb52034 (virt) @1fb52034 (dma) 0x000000 - rsvd[1]
[ 2624.539157] xhci_hcd 0000:0e:00.0: @ffff88001fb52038 (virt) @1fb52038 (dma) 0x000000 - rsvd[2]
[ 2624.539160] xhci_hcd 0000:0e:00.0: @ffff88001fb5203c (virt) @1fb5203c (dma) 0x000000 - rsvd[3]
[ 2624.539164] xhci_hcd 0000:0e:00.0: Endpoint 00 Context:
[ 2624.539168] xhci_hcd 0000:0e:00.0: @ffff88001fb52040 (virt) @1fb52040 (dma) 0x000000 - ep_info
[ 2624.539172] xhci_hcd 0000:0e:00.0: @ffff88001fb52044 (virt) @1fb52044 (dma) 0x2000026 - ep_info2
[ 2624.539176] xhci_hcd 0000:0e:00.0: @ffff88001fb52048 (virt) @1fb52048 (dma) 0x64402401 - deq
[ 2624.539179] xhci_hcd 0000:0e:00.0: @ffff88001fb52050 (virt) @1fb52050 (dma) 0x000000 - tx_info
[ 2624.539183] xhci_hcd 0000:0e:00.0: @ffff88001fb52054 (virt) @1fb52054 (dma) 0x000000 - rsvd[0]
[ 2624.539187] xhci_hcd 0000:0e:00.0: @ffff88001fb52058 (virt) @1fb52058 (dma) 0x000000 - rsvd[1]
[ 2624.539191] xhci_hcd 0000:0e:00.0: @ffff88001fb5205c (virt) @1fb5205c (dma) 0x000000 - rsvd[2]
[ 2624.539201] xhci_hcd 0000:0e:00.0: Endpoint 01 Context:
[ 2624.539205] xhci_hcd 0000:0e:00.0: @ffff88001fb52060 (virt) @1fb52060 (dma) 0x000000 - ep_info
[ 2624.539209] xhci_hcd 0000:0e:00.0: @ffff88001fb52064 (virt) @1fb52064 (dma) 0x000000 - ep_info2
[ 2624.539213] xhci_hcd 0000:0e:00.0: @ffff88001fb52068 (virt) @1fb52068 (dma) 0x000000 - deq
[ 2624.539216] xhci_hcd 0000:0e:00.0: @ffff88001fb52070 (virt) @1fb52070 (dma) 0x000000 - tx_info
[ 2624.539220] xhci_hcd 0000:0e:00.0: @ffff88001fb52074 (virt) @1fb52074 (dma) 0x000000 - rsvd[0]
[ 2624.539224] xhci_hcd 0000:0e:00.0: @ffff88001fb52078 (virt) @1fb52078 (dma) 0x000000 - rsvd[1]
[ 2624.539228] xhci_hcd 0000:0e:00.0: @ffff88001fb5207c (virt) @1fb5207c (dma) 0x000000 - rsvd[2]
[ 2624.539232] xhci_hcd 0000:0e:00.0: Endpoint 02 Context:
[ 2624.539235] xhci_hcd 0000:0e:00.0: @ffff88001fb52080 (virt) @1fb52080 (dma) 0x000000 - ep_info
[ 2624.539240] xhci_hcd 0000:0e:00.0: @ffff88001fb52084 (virt) @1fb52084 (dma) 0x000000 - ep_info2
[ 2624.539243] xhci_hcd 0000:0e:00.0: @ffff88001fb52088 (virt) @1fb52088 (dma) 0x000000 - deq
[ 2624.539253] xhci_hcd 0000:0e:00.0: @ffff88001fb52090 (virt) @1fb52090 (dma) 0x000000 - tx_info
[ 2624.539258] xhci_hcd 0000:0e:00.0: @ffff88001fb52094 (virt) @1fb52094 (dma) 0x000000 - rsvd[0]
[ 2624.539261] xhci_hcd 0000:0e:00.0: @ffff88001fb52098 (virt) @1fb52098 (dma) 0x000000 - rsvd[1]
[ 2624.539265] xhci_hcd 0000:0e:00.0: @ffff88001fb5209c (virt) @1fb5209c (dma) 0x000000 - rsvd[2]
[ 2624.539269] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2625.080940] xhci_hcd 0000:0e:00.0: Successful Address Device command
[ 2625.080952] xhci_hcd 0000:0e:00.0: Op regs DCBAA ptr = 0x00000003164000
[ 2625.080957] xhci_hcd 0000:0e:00.0: Slot ID 1 dcbaa entry @ffff880003164008 = 0x00000025ebe000
[ 2625.080961] xhci_hcd 0000:0e:00.0: Output Context DMA address = 0x25ebe000
[ 2625.080965] xhci_hcd 0000:0e:00.0: Slot ID 1 Input Context:
[ 2625.080969] xhci_hcd 0000:0e:00.0: @ffff88001fb52000 (virt) @1fb52000 (dma) 0x000000 - drop flags
[ 2625.080973] xhci_hcd 0000:0e:00.0: @ffff88001fb52004 (virt) @1fb52004 (dma) 0x000003 - add flags
[ 2625.080978] xhci_hcd 0000:0e:00.0: @ffff88001fb52008 (virt) @1fb52008 (dma) 0x000000 - rsvd2[0]
[ 2625.080982] xhci_hcd 0000:0e:00.0: @ffff88001fb5200c (virt) @1fb5200c (dma) 0x000000 - rsvd2[1]
[ 2625.080986] xhci_hcd 0000:0e:00.0: @ffff88001fb52010 (virt) @1fb52010 (dma) 0x000000 - rsvd2[2]
[ 2625.080990] xhci_hcd 0000:0e:00.0: @ffff88001fb52014 (virt) @1fb52014 (dma) 0x000000 - rsvd2[3]
[ 2625.080994] xhci_hcd 0000:0e:00.0: @ffff88001fb52018 (virt) @1fb52018 (dma) 0x000000 - rsvd2[4]
[ 2625.080998] xhci_hcd 0000:0e:00.0: @ffff88001fb5201c (virt) @1fb5201c (dma) 0x000000 - rsvd2[5]
[ 2625.081010] xhci_hcd 0000:0e:00.0: Slot Context:
[ 2625.081014] xhci_hcd 0000:0e:00.0: @ffff88001fb52020 (virt) @1fb52020 (dma) 0x8400000 - dev_info
[ 2625.081018] xhci_hcd 0000:0e:00.0: @ffff88001fb52024 (virt) @1fb52024 (dma) 0x010000 - dev_info2
[ 2625.081022] xhci_hcd 0000:0e:00.0: @ffff88001fb52028 (virt) @1fb52028 (dma) 0x000000 - tt_info
[ 2625.081025] xhci_hcd 0000:0e:00.0: @ffff88001fb5202c (virt) @1fb5202c (dma) 0x000000 - dev_state
[ 2625.081029] xhci_hcd 0000:0e:00.0: @ffff88001fb52030 (virt) @1fb52030 (dma) 0x000000 - rsvd[0]
[ 2625.081033] xhci_hcd 0000:0e:00.0: @ffff88001fb52034 (virt) @1fb52034 (dma) 0x000000 - rsvd[1]
[ 2625.081037] xhci_hcd 0000:0e:00.0: @ffff88001fb52038 (virt) @1fb52038 (dma) 0x000000 - rsvd[2]
[ 2625.081041] xhci_hcd 0000:0e:00.0: @ffff88001fb5203c (virt) @1fb5203c (dma) 0x000000 - rsvd[3]
[ 2625.081044] xhci_hcd 0000:0e:00.0: Endpoint 00 Context:
[ 2625.081048] xhci_hcd 0000:0e:00.0: @ffff88001fb52040 (virt) @1fb52040 (dma) 0x000000 - ep_info
[ 2625.081057] xhci_hcd 0000:0e:00.0: @ffff88001fb52044 (virt) @1fb52044 (dma) 0x2000026 - ep_info2
[ 2625.081062] xhci_hcd 0000:0e:00.0: @ffff88001fb52048 (virt) @1fb52048 (dma) 0x64402401 - deq
[ 2625.081065] xhci_hcd 0000:0e:00.0: @ffff88001fb52050 (virt) @1fb52050 (dma) 0x000000 - tx_info
[ 2625.081069] xhci_hcd 0000:0e:00.0: @ffff88001fb52054 (virt) @1fb52054 (dma) 0x000000 - rsvd[0]
[ 2625.081073] xhci_hcd 0000:0e:00.0: @ffff88001fb52058 (virt) @1fb52058 (dma) 0x000000 - rsvd[1]
[ 2625.081077] xhci_hcd 0000:0e:00.0: @ffff88001fb5205c (virt) @1fb5205c (dma) 0x000000 - rsvd[2]
[ 2625.081080] xhci_hcd 0000:0e:00.0: Endpoint 01 Context:
[ 2625.081084] xhci_hcd 0000:0e:00.0: @ffff88001fb52060 (virt) @1fb52060 (dma) 0x000000 - ep_info
[ 2625.081088] xhci_hcd 0000:0e:00.0: @ffff88001fb52064 (virt) @1fb52064 (dma) 0x000000 - ep_info2
[ 2625.081092] xhci_hcd 0000:0e:00.0: @ffff88001fb52068 (virt) @1fb52068 (dma) 0x000000 - deq
[ 2625.081095] xhci_hcd 0000:0e:00.0: @ffff88001fb52070 (virt) @1fb52070 (dma) 0x000000 - tx_info
[ 2625.081105] xhci_hcd 0000:0e:00.0: @ffff88001fb52074 (virt) @1fb52074 (dma) 0x000000 - rsvd[0]
[ 2625.081109] xhci_hcd 0000:0e:00.0: @ffff88001fb52078 (virt) @1fb52078 (dma) 0x000000 - rsvd[1]
[ 2625.081113] xhci_hcd 0000:0e:00.0: @ffff88001fb5207c (virt) @1fb5207c (dma) 0x000000 - rsvd[2]
[ 2625.081116] xhci_hcd 0000:0e:00.0: Endpoint 02 Context:
[ 2625.081120] xhci_hcd 0000:0e:00.0: @ffff88001fb52080 (virt) @1fb52080 (dma) 0x000000 - ep_info
[ 2625.081124] xhci_hcd 0000:0e:00.0: @ffff88001fb52084 (virt) @1fb52084 (dma) 0x000000 - ep_info2
[ 2625.081128] xhci_hcd 0000:0e:00.0: @ffff88001fb52088 (virt) @1fb52088 (dma) 0x000000 - deq
[ 2625.081132] xhci_hcd 0000:0e:00.0: @ffff88001fb52090 (virt) @1fb52090 (dma) 0x000000 - tx_info
[ 2625.081136] xhci_hcd 0000:0e:00.0: @ffff88001fb52094 (virt) @1fb52094 (dma) 0x000000 - rsvd[0]
[ 2625.081140] xhci_hcd 0000:0e:00.0: @ffff88001fb52098 (virt) @1fb52098 (dma) 0x000000 - rsvd[1]
[ 2625.081144] xhci_hcd 0000:0e:00.0: @ffff88001fb5209c (virt) @1fb5209c (dma) 0x000000 - rsvd[2]
[ 2625.081148] xhci_hcd 0000:0e:00.0: Slot ID 1 Output Context:
[ 2625.081157] xhci_hcd 0000:0e:00.0: Slot Context:
[ 2625.081161] xhci_hcd 0000:0e:00.0: @ffff880025ebe000 (virt) @25ebe000 (dma) 0x8400000 - dev_info
[ 2625.081165] xhci_hcd 0000:0e:00.0: @ffff880025ebe004 (virt) @25ebe004 (dma) 0x010000 - dev_info2
[ 2625.081169] xhci_hcd 0000:0e:00.0: @ffff880025ebe008 (virt) @25ebe008 (dma) 0x000000 - tt_info
[ 2625.081172] xhci_hcd 0000:0e:00.0: @ffff880025ebe00c (virt) @25ebe00c (dma) 0x10000001 - dev_state
[ 2625.081176] xhci_hcd 0000:0e:00.0: @ffff880025ebe010 (virt) @25ebe010 (dma) 0x000000 - rsvd[0]
[ 2625.081181] xhci_hcd 0000:0e:00.0: @ffff880025ebe014 (virt) @25ebe014 (dma) 0x000000 - rsvd[1]
[ 2625.081184] xhci_hcd 0000:0e:00.0: @ffff880025ebe018 (virt) @25ebe018 (dma) 0x000000 - rsvd[2]
[ 2625.081188] xhci_hcd 0000:0e:00.0: @ffff880025ebe01c (virt) @25ebe01c (dma) 0x000000 - rsvd[3]
[ 2625.081192] xhci_hcd 0000:0e:00.0: Endpoint 00 Context:
[ 2625.081195] xhci_hcd 0000:0e:00.0: @ffff880025ebe020 (virt) @25ebe020 (dma) 0x000001 - ep_info
[ 2625.081204] xhci_hcd 0000:0e:00.0: @ffff880025ebe024 (virt) @25ebe024 (dma) 0x2000026 - ep_info2
[ 2625.081208] xhci_hcd 0000:0e:00.0: @ffff880025ebe028 (virt) @25ebe028 (dma) 0x64402401 - deq
[ 2625.081212] xhci_hcd 0000:0e:00.0: @ffff880025ebe030 (virt) @25ebe030 (dma) 0x000000 - tx_info
[ 2625.081215] xhci_hcd 0000:0e:00.0: @ffff880025ebe034 (virt) @25ebe034 (dma) 0x000000 - rsvd[0]
[ 2625.081219] xhci_hcd 0000:0e:00.0: @ffff880025ebe038 (virt) @25ebe038 (dma) 0x000000 - rsvd[1]
[ 2625.081223] xhci_hcd 0000:0e:00.0: @ffff880025ebe03c (virt) @25ebe03c (dma) 0x000000 - rsvd[2]
[ 2625.081226] xhci_hcd 0000:0e:00.0: Endpoint 01 Context:
[ 2625.081230] xhci_hcd 0000:0e:00.0: @ffff880025ebe040 (virt) @25ebe040 (dma) 0x000000 - ep_info
[ 2625.081234] xhci_hcd 0000:0e:00.0: @ffff880025ebe044 (virt) @25ebe044 (dma) 0x000000 - ep_info2
[ 2625.081238] xhci_hcd 0000:0e:00.0: @ffff880025ebe048 (virt) @25ebe048 (dma) 0x000000 - deq
[ 2625.081241] xhci_hcd 0000:0e:00.0: @ffff880025ebe050 (virt) @25ebe050 (dma) 0x000000 - tx_info
[ 2625.081245] xhci_hcd 0000:0e:00.0: @ffff880025ebe054 (virt) @25ebe054 (dma) 0x000000 - rsvd[0]
[ 2625.081254] xhci_hcd 0000:0e:00.0: @ffff880025ebe058 (virt) @25ebe058 (dma) 0x000000 - rsvd[1]
[ 2625.081258] xhci_hcd 0000:0e:00.0: @ffff880025ebe05c (virt) @25ebe05c (dma) 0x000000 - rsvd[2]
[ 2625.081262] xhci_hcd 0000:0e:00.0: Endpoint 02 Context:
[ 2625.081265] xhci_hcd 0000:0e:00.0: @ffff880025ebe060 (virt) @25ebe060 (dma) 0x000000 - ep_info
[ 2625.081269] xhci_hcd 0000:0e:00.0: @ffff880025ebe064 (virt) @25ebe064 (dma) 0x000000 - ep_info2
[ 2625.081273] xhci_hcd 0000:0e:00.0: @ffff880025ebe068 (virt) @25ebe068 (dma) 0x000000 - deq
[ 2625.081277] xhci_hcd 0000:0e:00.0: @ffff880025ebe070 (virt) @25ebe070 (dma) 0x000000 - tx_info
[ 2625.081281] xhci_hcd 0000:0e:00.0: @ffff880025ebe074 (virt) @25ebe074 (dma) 0x000000 - rsvd[0]
[ 2625.081284] xhci_hcd 0000:0e:00.0: @ffff880025ebe078 (virt) @25ebe078 (dma) 0x000000 - rsvd[1]
[ 2625.081288] xhci_hcd 0000:0e:00.0: @ffff880025ebe07c (virt) @25ebe07c (dma) 0x000000 - rsvd[2]
[ 2625.081292] xhci_hcd 0000:0e:00.0: Internal device address = 2
[ 2625.081297] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 2625.152447] usb 2-1: skipped 1 descriptor after endpoint
[ 2625.152457] usb 2-1: Int endpoint with wBytesPerInterval of 4096 in config 1 interface 0 altsetting 0 ep 130: setting to 64
[ 2625.152462] usb 2-1: skipped 1 descriptor after endpoint
[ 2625.154926] xhci_hcd 0000:0e:00.0: Waiting for status stage event
[ 2625.155048] usb 2-1: default language 0x0409
[ 2625.157923] xhci_hcd 0000:0e:00.0: Waiting for status stage event
[ 2625.160921] xhci_hcd 0000:0e:00.0: Waiting for status stage event
[ 2625.163792] xhci_hcd 0000:0e:00.0: Waiting for status stage event
[ 2625.163931] usb 2-1: udev 2, busnum 2, minor = 129
[ 2625.163939] usb 2-1: New USB device found, idVendor=1e10, idProduct=3000
[ 2625.163943] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2625.163947] usb 2-1: Product: Flea3 FL3-U3-32S2C
[ 2625.163950] usb 2-1: Manufacturer: Point Grey Research
[ 2625.163953] usb 2-1: SerialNumber: 00ACE86C
[ 2625.164094] usb 2-1: usb_probe_device
[ 2625.164103] usb 2-1: configuration #1 chosen from 1 choice
[ 2625.164113] xhci_hcd 0000:0e:00.0: add ep 0x81, slot id 1, new drop flags = 0x0, new add flags = 0x8, new slot info = 0x18400000
[ 2625.164119] xhci_hcd 0000:0e:00.0: add ep 0x82, slot id 1, new drop flags = 0x0, new add flags = 0x28, new slot info = 0x28400000
[ 2625.164124] xhci_hcd 0000:0e:00.0: xhci_check_bandwidth called for udev ffff88004a267800
[ 2625.164128] xhci_hcd 0000:0e:00.0: New Input Control Context:
[ 2625.164132] xhci_hcd 0000:0e:00.0: @ffff88001fb52000 (virt) @1fb52000 (dma) 0x000000 - drop flags
[ 2625.164136] xhci_hcd 0000:0e:00.0: @ffff88001fb52004 (virt) @1fb52004 (dma) 0x000029 - add flags
[ 2625.164141] xhci_hcd 0000:0e:00.0: @ffff88001fb52008 (virt) @1fb52008 (dma) 0x000000 - rsvd2[0]
[ 2625.164145] xhci_hcd 0000:0e:00.0: @ffff88001fb5200c (virt) @1fb5200c (dma) 0x000000 - rsvd2[1]
[ 2625.164149] xhci_hcd 0000:0e:00.0: @ffff88001fb52010 (virt) @1fb52010 (dma) 0x000000 - rsvd2[2]
[ 2625.164154] xhci_hcd 0000:0e:00.0: @ffff88001fb52014 (virt) @1fb52014 (dma) 0x000000 - rsvd2[3]
[ 2625.164158] xhci_hcd 0000:0e:00.0: @ffff88001fb52018 (virt) @1fb52018 (dma) 0x000000 - rsvd2[4]
[ 2625.164170] xhci_hcd 0000:0e:00.0: @ffff88001fb5201c (virt) @1fb5201c (dma) 0x000000 - rsvd2[5]
[ 2625.164174] xhci_hcd 0000:0e:00.0: Slot Context:
[ 2625.164178] xhci_hcd 0000:0e:00.0: @ffff88001fb52020 (virt) @1fb52020 (dma) 0x28400000 - dev_info
[ 2625.164182] xhci_hcd 0000:0e:00.0: @ffff88001fb52024 (virt) @1fb52024 (dma) 0x010000 - dev_info2
[ 2625.164187] xhci_hcd 0000:0e:00.0: @ffff88001fb52028 (virt) @1fb52028 (dma) 0x000000 - tt_info
[ 2625.164190] xhci_hcd 0000:0e:00.0: @ffff88001fb5202c (virt) @1fb5202c (dma) 0x000000 - dev_state
[ 2625.164194] xhci_hcd 0000:0e:00.0: @ffff88001fb52030 (virt) @1fb52030 (dma) 0x000000 - rsvd[0]
[ 2625.164198] xhci_hcd 0000:0e:00.0: @ffff88001fb52034 (virt) @1fb52034 (dma) 0x000000 - rsvd[1]
[ 2625.164202] xhci_hcd 0000:0e:00.0: @ffff88001fb52038 (virt) @1fb52038 (dma) 0x000000 - rsvd[2]
[ 2625.164207] xhci_hcd 0000:0e:00.0: @ffff88001fb5203c (virt) @1fb5203c (dma) 0x000000 - rsvd[3]
[ 2625.164216] xhci_hcd 0000:0e:00.0: Endpoint 00 Context:
[ 2625.164220] xhci_hcd 0000:0e:00.0: @ffff88001fb52040 (virt) @1fb52040 (dma) 0x000000 - ep_info
[ 2625.164224] xhci_hcd 0000:0e:00.0: @ffff88001fb52044 (virt) @1fb52044 (dma) 0x2000026 - ep_info2
[ 2625.164229] xhci_hcd 0000:0e:00.0: @ffff88001fb52048 (virt) @1fb52048 (dma) 0x64402401 - deq
[ 2625.164232] xhci_hcd 0000:0e:00.0: @ffff88001fb52050 (virt) @1fb52050 (dma) 0x000000 - tx_info
[ 2625.164236] xhci_hcd 0000:0e:00.0: @ffff88001fb52054 (virt) @1fb52054 (dma) 0x000000 - rsvd[0]
[ 2625.164240] xhci_hcd 0000:0e:00.0: @ffff88001fb52058 (virt) @1fb52058 (dma) 0x000000 - rsvd[1]
[ 2625.164244] xhci_hcd 0000:0e:00.0: @ffff88001fb5205c (virt) @1fb5205c (dma) 0x000000 - rsvd[2]
[ 2625.164247] xhci_hcd 0000:0e:00.0: Endpoint 01 Context:
[ 2625.164251] xhci_hcd 0000:0e:00.0: @ffff88001fb52060 (virt) @1fb52060 (dma) 0x000000 - ep_info
[ 2625.164255] xhci_hcd 0000:0e:00.0: @ffff88001fb52064 (virt) @1fb52064 (dma) 0x000000 - ep_info2
[ 2625.164259] xhci_hcd 0000:0e:00.0: @ffff88001fb52068 (virt) @1fb52068 (dma) 0x000000 - deq
[ 2625.164268] xhci_hcd 0000:0e:00.0: @ffff88001fb52070 (virt) @1fb52070 (dma) 0x000000 - tx_info
[ 2625.164273] xhci_hcd 0000:0e:00.0: @ffff88001fb52074 (virt) @1fb52074 (dma) 0x000000 - rsvd[0]
[ 2625.164276] xhci_hcd 0000:0e:00.0: @ffff88001fb52078 (virt) @1fb52078 (dma) 0x000000 - rsvd[1]
[ 2625.164280] xhci_hcd 0000:0e:00.0: @ffff88001fb5207c (virt) @1fb5207c (dma) 0x000000 - rsvd[2]
[ 2625.164284] xhci_hcd 0000:0e:00.0: Endpoint 02 Context:
[ 2625.164287] xhci_hcd 0000:0e:00.0: @ffff88001fb52080 (virt) @1fb52080 (dma) 0x000000 - ep_info
[ 2625.164292] xhci_hcd 0000:0e:00.0: @ffff88001fb52084 (virt) @1fb52084 (dma) 0x4000f36 - ep_info2
[ 2625.164296] xhci_hcd 0000:0e:00.0: @ffff88001fb52088 (virt) @1fb52088 (dma) 0x64402001 - deq
[ 2625.164300] xhci_hcd 0000:0e:00.0: @ffff88001fb52090 (virt) @1fb52090 (dma) 0x000000 - tx_info
[ 2625.164304] xhci_hcd 0000:0e:00.0: @ffff88001fb52094 (virt) @1fb52094 (dma) 0x000000 - rsvd[0]
[ 2625.164307] xhci_hcd 0000:0e:00.0: @ffff88001fb52098 (virt) @1fb52098 (dma) 0x000000 - rsvd[1]
[ 2625.164317] xhci_hcd 0000:0e:00.0: @ffff88001fb5209c (virt) @1fb5209c (dma) 0x000000 - rsvd[2]
[ 2625.164321] xhci_hcd 0000:0e:00.0: Endpoint 03 Context:
[ 2625.164325] xhci_hcd 0000:0e:00.0: @ffff88001fb520a0 (virt) @1fb520a0 (dma) 0x000000 - ep_info
[ 2625.164329] xhci_hcd 0000:0e:00.0: @ffff88001fb520a4 (virt) @1fb520a4 (dma) 0x000000 - ep_info2
[ 2625.164333] xhci_hcd 0000:0e:00.0: @ffff88001fb520a8 (virt) @1fb520a8 (dma) 0x000000 - deq
[ 2625.164336] xhci_hcd 0000:0e:00.0: @ffff88001fb520b0 (virt) @1fb520b0 (dma) 0x000000 - tx_info
[ 2625.164341] xhci_hcd 0000:0e:00.0: @ffff88001fb520b4 (virt) @1fb520b4 (dma) 0x000000 - rsvd[0]
[ 2625.164344] xhci_hcd 0000:0e:00.0: @ffff88001fb520b8 (virt) @1fb520b8 (dma) 0x000000 - rsvd[1]
[ 2625.164348] xhci_hcd 0000:0e:00.0: @ffff88001fb520bc (virt) @1fb520bc (dma) 0x000000 - rsvd[2]
[ 2625.164351] xhci_hcd 0000:0e:00.0: Endpoint 04 Context:
[ 2625.164355] xhci_hcd 0000:0e:00.0: @ffff88001fb520c0 (virt) @1fb520c0 (dma) 0x000000 - ep_info
[ 2625.164359] xhci_hcd 0000:0e:00.0: @ffff88001fb520c4 (virt) @1fb520c4 (dma) 0x40003e - ep_info2
[ 2625.164369] xhci_hcd 0000:0e:00.0: @ffff88001fb520c8 (virt) @1fb520c8 (dma) 0x64402801 - deq
[ 2625.164373] xhci_hcd 0000:0e:00.0: @ffff88001fb520d0 (virt) @1fb520d0 (dma) 0x400040 - tx_info
[ 2625.164377] xhci_hcd 0000:0e:00.0: @ffff88001fb520d4 (virt) @1fb520d4 (dma) 0x000000 - rsvd[0]
[ 2625.164380] xhci_hcd 0000:0e:00.0: @ffff88001fb520d8 (virt) @1fb520d8 (dma) 0x000000 - rsvd[1]
[ 2625.164384] xhci_hcd 0000:0e:00.0: @ffff88001fb520dc (virt) @1fb520dc (dma) 0x000000 - rsvd[2]
[ 2625.164388] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2625.164779] xhci_hcd 0000:0e:00.0: Completed config ep cmd
[ 2625.164798] usb 2-1: Successful Endpoint Configure command
[ 2625.164802] xhci_hcd 0000:0e:00.0: Output context after successful config ep cmd:
[ 2625.164806] xhci_hcd 0000:0e:00.0: Slot Context:
[ 2625.164810] xhci_hcd 0000:0e:00.0: @ffff880025ebe000 (virt) @25ebe000 (dma) 0x28400000 - dev_info
[ 2625.164815] xhci_hcd 0000:0e:00.0: @ffff880025ebe004 (virt) @25ebe004 (dma) 0x010000 - dev_info2
[ 2625.164820] xhci_hcd 0000:0e:00.0: @ffff880025ebe008 (virt) @25ebe008 (dma) 0x000000 - tt_info
[ 2625.164831] xhci_hcd 0000:0e:00.0: @ffff880025ebe00c (virt) @25ebe00c (dma) 0x18000001 - dev_state
[ 2625.164836] xhci_hcd 0000:0e:00.0: @ffff880025ebe010 (virt) @25ebe010 (dma) 0x000000 - rsvd[0]
[ 2625.164841] xhci_hcd 0000:0e:00.0: @ffff880025ebe014 (virt) @25ebe014 (dma) 0x000000 - rsvd[1]
[ 2625.164845] xhci_hcd 0000:0e:00.0: @ffff880025ebe018 (virt) @25ebe018 (dma) 0x000000 - rsvd[2]
[ 2625.164849] xhci_hcd 0000:0e:00.0: @ffff880025ebe01c (virt) @25ebe01c (dma) 0x000000 - rsvd[3]
[ 2625.164854] xhci_hcd 0000:0e:00.0: Endpoint 00 Context:
[ 2625.164857] xhci_hcd 0000:0e:00.0: @ffff880025ebe020 (virt) @25ebe020 (dma) 0x000001 - ep_info
[ 2625.164861] xhci_hcd 0000:0e:00.0: @ffff880025ebe024 (virt) @25ebe024 (dma) 0x2000026 - ep_info2
[ 2625.164865] xhci_hcd 0000:0e:00.0: @ffff880025ebe028 (virt) @25ebe028 (dma) 0x64402401 - deq
[ 2625.164870] xhci_hcd 0000:0e:00.0: @ffff880025ebe030 (virt) @25ebe030 (dma) 0x000000 - tx_info
[ 2625.164880] xhci_hcd 0000:0e:00.0: @ffff880025ebe034 (virt) @25ebe034 (dma) 0x000000 - rsvd[0]
[ 2625.164884] xhci_hcd 0000:0e:00.0: @ffff880025ebe038 (virt) @25ebe038 (dma) 0x000000 - rsvd[1]
[ 2625.164888] xhci_hcd 0000:0e:00.0: @ffff880025ebe03c (virt) @25ebe03c (dma) 0x000000 - rsvd[2]
[ 2625.164892] xhci_hcd 0000:0e:00.0: Endpoint 01 Context:
[ 2625.164895] xhci_hcd 0000:0e:00.0: @ffff880025ebe040 (virt) @25ebe040 (dma) 0x000000 - ep_info
[ 2625.164900] xhci_hcd 0000:0e:00.0: @ffff880025ebe044 (virt) @25ebe044 (dma) 0x000000 - ep_info2
[ 2625.164904] xhci_hcd 0000:0e:00.0: @ffff880025ebe048 (virt) @25ebe048 (dma) 0x000000 - deq
[ 2625.164907] xhci_hcd 0000:0e:00.0: @ffff880025ebe050 (virt) @25ebe050 (dma) 0x000000 - tx_info
[ 2625.164911] xhci_hcd 0000:0e:00.0: @ffff880025ebe054 (virt) @25ebe054 (dma) 0x000000 - rsvd[0]
[ 2625.164915] xhci_hcd 0000:0e:00.0: @ffff880025ebe058 (virt) @25ebe058 (dma) 0x000000 - rsvd[1]
[ 2625.164919] xhci_hcd 0000:0e:00.0: @ffff880025ebe05c (virt) @25ebe05c (dma) 0x000000 - rsvd[2]
[ 2625.164923] xhci_hcd 0000:0e:00.0: Endpoint 02 Context:
[ 2625.164933] xhci_hcd 0000:0e:00.0: @ffff880025ebe060 (virt) @25ebe060 (dma) 0x000001 - ep_info
[ 2625.164937] xhci_hcd 0000:0e:00.0: @ffff880025ebe064 (virt) @25ebe064 (dma) 0x4000f36 - ep_info2
[ 2625.164942] xhci_hcd 0000:0e:00.0: @ffff880025ebe068 (virt) @25ebe068 (dma) 0x64402001 - deq
[ 2625.164945] xhci_hcd 0000:0e:00.0: @ffff880025ebe070 (virt) @25ebe070 (dma) 0x000000 - tx_info
[ 2625.164949] xhci_hcd 0000:0e:00.0: @ffff880025ebe074 (virt) @25ebe074 (dma) 0x000000 - rsvd[0]
[ 2625.164953] xhci_hcd 0000:0e:00.0: @ffff880025ebe078 (virt) @25ebe078 (dma) 0x000000 - rsvd[1]
[ 2625.164957] xhci_hcd 0000:0e:00.0: @ffff880025ebe07c (virt) @25ebe07c (dma) 0x000000 - rsvd[2]
[ 2625.164960] xhci_hcd 0000:0e:00.0: Endpoint 03 Context:
[ 2625.164964] xhci_hcd 0000:0e:00.0: @ffff880025ebe080 (virt) @25ebe080 (dma) 0x000000 - ep_info
[ 2625.164968] xhci_hcd 0000:0e:00.0: @ffff880025ebe084 (virt) @25ebe084 (dma) 0x000000 - ep_info2
[ 2625.164972] xhci_hcd 0000:0e:00.0: @ffff880025ebe088 (virt) @25ebe088 (dma) 0x000000 - deq
[ 2625.164982] xhci_hcd 0000:0e:00.0: @ffff880025ebe090 (virt) @25ebe090 (dma) 0x000000 - tx_info
[ 2625.164987] xhci_hcd 0000:0e:00.0: @ffff880025ebe094 (virt) @25ebe094 (dma) 0x000000 - rsvd[0]
[ 2625.164990] xhci_hcd 0000:0e:00.0: @ffff880025ebe098 (virt) @25ebe098 (dma) 0x000000 - rsvd[1]
[ 2625.164994] xhci_hcd 0000:0e:00.0: @ffff880025ebe09c (virt) @25ebe09c (dma) 0x000000 - rsvd[2]
[ 2625.164998] xhci_hcd 0000:0e:00.0: Endpoint 04 Context:
[ 2625.165001] xhci_hcd 0000:0e:00.0: @ffff880025ebe0a0 (virt) @25ebe0a0 (dma) 0x000001 - ep_info
[ 2625.165006] xhci_hcd 0000:0e:00.0: @ffff880025ebe0a4 (virt) @25ebe0a4 (dma) 0x40003e - ep_info2
[ 2625.165009] xhci_hcd 0000:0e:00.0: @ffff880025ebe0a8 (virt) @25ebe0a8 (dma) 0x64402801 - deq
[ 2625.165013] xhci_hcd 0000:0e:00.0: @ffff880025ebe0b0 (virt) @25ebe0b0 (dma) 0x400040 - tx_info
[ 2625.165017] xhci_hcd 0000:0e:00.0: @ffff880025ebe0b4 (virt) @25ebe0b4 (dma) 0x000000 - rsvd[0]
[ 2625.165021] xhci_hcd 0000:0e:00.0: @ffff880025ebe0b8 (virt) @25ebe0b8 (dma) 0x000000 - rsvd[1]
[ 2625.165029] xhci_hcd 0000:0e:00.0: @ffff880025ebe0bc (virt) @25ebe0bc (dma) 0x000000 - rsvd[2]
[ 2625.167037] xhci_hcd 0000:0e:00.0: Endpoint 0x81 not halted, refusing to reset.
[ 2625.167041] xhci_hcd 0000:0e:00.0: Endpoint 0x82 not halted, refusing to reset.
[ 2625.167048] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
[ 2642.981628] ERROR no room on ep ring, try ring expansion
[ 2642.981642] ring expansion succeed, now has 2 segments
[ 2642.981764] ERROR no room on ep ring, try ring expansion
[ 2642.981769] ring expansion succeed, now has 4 segments
[ 2642.982012] ERROR no room on ep ring, try ring expansion
[ 2642.982018] ring expansion succeed, now has 8 segments
[ 2642.982476] ERROR no room on ep ring, try ring expansion
[ 2642.982485] ring expansion succeed, now has 16 segments
[ 2642.983394] ERROR no room on ep ring, try ring expansion
[ 2642.983407] ring expansion succeed, now has 32 segments
[ 2643.034178] ERROR no room on ep ring, try ring expansion
[ 2643.034209] ring expansion succeed, now has 64 segments
[ 2643.134817] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006910f780, dev 1, ep 0x0, starting at offset 0x644024b0
[ 2643.134829] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2643.135082] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x644024b0 (dma).
[ 2643.135091] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800644024b0
[ 2643.135095] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800644024c0
[ 2643.135098] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800644024d0
[ 2643.234746] xhci_hcd 0000:0e:00.0: Cancel URB ffff88007066b600, dev 1, ep 0x81, starting at offset 0x64402000
[ 2643.234760] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2643.234767] xhci_hcd 0000:0e:00.0: shutdown urb ffff88007066b600 ep1in-bulk
[ 2643.234774] xhci_hcd 0000:0e:00.0: Cancel URB ffff88007066bb40, dev 1, ep 0x81, starting at offset 0x64402010
[ 2643.234780] xhci_hcd 0000:0e:00.0: shutdown urb ffff88007066bb40 ep1in-bulk
[ 2643.234785] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e96a6c0, dev 1, ep 0x81, starting at offset 0x64402020
[ 2643.234790] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e96a6c0 ep1in-bulk
[ 2643.234797] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e96acc0, dev 1, ep 0x81, starting at offset 0x64402030
[ 2643.234801] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e96acc0 ep1in-bulk
[ 2643.234807] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e96a0c0, dev 1, ep 0x81, starting at offset 0x64402040
[ 2643.234812] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e96a0c0 ep1in-bulk
[ 2643.234817] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e96a540, dev 1, ep 0x81, starting at offset 0x64402050
[ 2643.234821] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e96a540 ep1in-bulk
[ 2643.234827] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e96a3c0, dev 1, ep 0x81, starting at offset 0x64402060
[ 2643.234831] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e96a3c0 ep1in-bulk
[ 2643.234837] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e96a600, dev 1, ep 0x81, starting at offset 0x64402070
[ 2643.234842] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e96a600 ep1in-bulk
[ 2643.234847] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f104000, dev 1, ep 0x81, starting at offset 0x64402080
[ 2643.234852] xhci_hcd 0000:0e:00.0: shutdown urb ffff88002f104000 ep1in-bulk
[ 2643.234858] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f89ce40, dev 1, ep 0x81, starting at offset 0x64402090
[ 2643.234862] xhci_hcd 0000:0e:00.0: shutdown urb ffff88002f89ce40 ep1in-bulk
[ 2643.234868] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f89ca80, dev 1, ep 0x81, starting at offset 0x644020a0
[ 2643.234872] xhci_hcd 0000:0e:00.0: shutdown urb ffff88002f89ca80 ep1in-bulk
[ 2643.234878] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800701e8cc0, dev 1, ep 0x81, starting at offset 0x644020b0
[ 2643.234883] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800701e8cc0 ep1in-bulk
[ 2643.234888] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e8cbe40, dev 1, ep 0x81, starting at offset 0x644020c0
[ 2643.234893] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e8cbe40 ep1in-bulk
[ 2643.234900] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e8cb000, dev 1, ep 0x81, starting at offset 0x644020d0
[ 2643.234906] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e8cb000 ep1in-bulk
[ 2643.234912] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e8cb540, dev 1, ep 0x81, starting at offset 0x644020e0
[ 2643.234917] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e8cb540 ep1in-bulk
[ 2643.234922] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e8cb900, dev 1, ep 0x81, starting at offset 0x644020f0
[ 2643.234927] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e8cb900 ep1in-bulk
[ 2643.234933] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e8cbc00, dev 1, ep 0x81, starting at offset 0x64402100
[ 2643.234938] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e8cbc00 ep1in-bulk
[ 2643.234943] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e8cb600, dev 1, ep 0x81, starting at offset 0x64402110
[ 2643.234948] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e8cb600 ep1in-bulk
[ 2643.234954] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e8cbb40, dev 1, ep 0x81, starting at offset 0x64402120
[ 2643.234958] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e8cbb40 ep1in-bulk
[ 2643.234964] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e8cb180, dev 1, ep 0x81, starting at offset 0x64402130
[ 2643.234970] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e8cb180 ep1in-bulk
[ 2643.234975] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e8cb840, dev 1, ep 0x81, starting at offset 0x64402140
[ 2643.234980] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e8cb840 ep1in-bulk
[ 2643.234986] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e8cbf00, dev 1, ep 0x81, starting at offset 0x64402150
[ 2643.234991] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e8cbf00 ep1in-bulk
[ 2643.234997] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e8cb780, dev 1, ep 0x81, starting at offset 0x64402160
[ 2643.235002] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e8cb780 ep1in-bulk
[ 2643.235007] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070662600, dev 1, ep 0x81, starting at offset 0x64402170
[ 2643.235012] xhci_hcd 0000:0e:00.0: shutdown urb ffff880070662600 ep1in-bulk
[ 2643.235018] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070662480, dev 1, ep 0x81, starting at offset 0x64402180
[ 2643.235022] xhci_hcd 0000:0e:00.0: shutdown urb ffff880070662480 ep1in-bulk
[ 2643.235028] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070662840, dev 1, ep 0x81, starting at offset 0x64402190
[ 2643.235033] xhci_hcd 0000:0e:00.0: shutdown urb ffff880070662840 ep1in-bulk
[ 2643.235038] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070662900, dev 1, ep 0x81, starting at offset 0x644021a0
[ 2643.235043] xhci_hcd 0000:0e:00.0: shutdown urb ffff880070662900 ep1in-bulk
[ 2643.235049] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070662f00, dev 1, ep 0x81, starting at offset 0x644021b0
[ 2643.235054] xhci_hcd 0000:0e:00.0: shutdown urb ffff880070662f00 ep1in-bulk
[ 2643.235060] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070662cc0, dev 1, ep 0x81, starting at offset 0x644021c0
[ 2643.235065] xhci_hcd 0000:0e:00.0: shutdown urb ffff880070662cc0 ep1in-bulk
[ 2643.235071] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070662b40, dev 1, ep 0x81, starting at offset 0x644021d0
[ 2643.235075] xhci_hcd 0000:0e:00.0: shutdown urb ffff880070662b40 ep1in-bulk
[ 2643.235082] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800706620c0, dev 1, ep 0x81, starting at offset 0x644021e0
[ 2643.235087] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800706620c0 ep1in-bulk
[ 2643.235093] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070662e40, dev 1, ep 0x81, starting at offset 0x644021f0
[ 2643.235098] xhci_hcd 0000:0e:00.0: shutdown urb ffff880070662e40 ep1in-bulk
[ 2643.235104] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070662240, dev 1, ep 0x81, starting at offset 0x64402200
[ 2643.235109] xhci_hcd 0000:0e:00.0: shutdown urb ffff880070662240 ep1in-bulk
[ 2643.235114] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070662000, dev 1, ep 0x81, starting at offset 0x64402210
[ 2643.235119] xhci_hcd 0000:0e:00.0: shutdown urb ffff880070662000 ep1in-bulk
[ 2643.235124] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070662180, dev 1, ep 0x81, starting at offset 0x64402220
[ 2643.235129] xhci_hcd 0000:0e:00.0: shutdown urb ffff880070662180 ep1in-bulk
[ 2643.235134] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070662a80, dev 1, ep 0x81, starting at offset 0x64402230
[ 2643.235139] xhci_hcd 0000:0e:00.0: shutdown urb ffff880070662a80 ep1in-bulk
[ 2643.235146] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070662780, dev 1, ep 0x81, starting at offset 0x64402240
[ 2643.235151] xhci_hcd 0000:0e:00.0: shutdown urb ffff880070662780 ep1in-bulk
[ 2643.235157] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800706626c0, dev 1, ep 0x81, starting at offset 0x64402250
[ 2643.235162] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800706626c0 ep1in-bulk
[ 2643.235168] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006ea27cc0, dev 1, ep 0x81, starting at offset 0x64402260
[ 2643.235173] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006ea27cc0 ep1in-bulk
[ 2643.235180] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006ea27840, dev 1, ep 0x81, starting at offset 0x64402270
[ 2643.235185] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006ea27840 ep1in-bulk
[ 2643.235191] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006ea279c0, dev 1, ep 0x81, starting at offset 0x64402280
[ 2643.235196] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006ea279c0 ep1in-bulk
[ 2643.235203] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006ea27180, dev 1, ep 0x81, starting at offset 0x64402290
[ 2643.235208] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006ea27180 ep1in-bulk
[ 2643.235214] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006ea27e40, dev 1, ep 0x81, starting at offset 0x644022a0
[ 2643.235219] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006ea27e40 ep1in-bulk
[ 2643.235225] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006ea27c00, dev 1, ep 0x81, starting at offset 0x644022b0
[ 2643.235230] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006ea27c00 ep1in-bulk
[ 2643.235236] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006ea27900, dev 1, ep 0x81, starting at offset 0x644022c0
[ 2643.235240] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006ea27900 ep1in-bulk
[ 2643.235247] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006ea27600, dev 1, ep 0x81, starting at offset 0x644022d0
[ 2643.235252] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006ea27600 ep1in-bulk
[ 2643.235258] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006ea27540, dev 1, ep 0x81, starting at offset 0x644022e0
[ 2643.235263] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006ea27540 ep1in-bulk
[ 2643.235270] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006ea27b40, dev 1, ep 0x81, starting at offset 0x644022f0
[ 2643.235274] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006ea27b40 ep1in-bulk
[ 2643.235280] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934dd80, dev 1, ep 0x81, starting at offset 0x64402300
[ 2643.235285] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934dd80 ep1in-bulk
[ 2643.235291] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934d6c0, dev 1, ep 0x81, starting at offset 0x64402310
[ 2643.235295] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934d6c0 ep1in-bulk
[ 2643.235301] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934d240, dev 1, ep 0x81, starting at offset 0x64402320
[ 2643.235306] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934d240 ep1in-bulk
[ 2643.235312] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934d780, dev 1, ep 0x81, starting at offset 0x64402330
[ 2643.235317] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934d780 ep1in-bulk
[ 2643.235323] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934d0c0, dev 1, ep 0x81, starting at offset 0x64402340
[ 2643.235328] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934d0c0 ep1in-bulk
[ 2643.235333] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934d000, dev 1, ep 0x81, starting at offset 0x64402350
[ 2643.235338] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934d000 ep1in-bulk
[ 2643.235343] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934d3c0, dev 1, ep 0x81, starting at offset 0x64402360
[ 2643.235348] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934d3c0 ep1in-bulk
[ 2643.235354] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934dcc0, dev 1, ep 0x81, starting at offset 0x64402370
[ 2643.235359] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934dcc0 ep1in-bulk
[ 2643.235365] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934d600, dev 1, ep 0x81, starting at offset 0x64402380
[ 2643.235370] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934d600 ep1in-bulk
[ 2643.235377] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934d180, dev 1, ep 0x81, starting at offset 0x64402390
[ 2643.235382] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934d180 ep1in-bulk
[ 2643.235388] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934d9c0, dev 1, ep 0x81, starting at offset 0x644023a0
[ 2643.235393] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934d9c0 ep1in-bulk
[ 2643.235399] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934db40, dev 1, ep 0x81, starting at offset 0x644023b0
[ 2643.235403] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934db40 ep1in-bulk
[ 2643.235410] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934d480, dev 1, ep 0x81, starting at offset 0x644023c0
[ 2643.235414] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934d480 ep1in-bulk
[ 2643.235420] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934df00, dev 1, ep 0x81, starting at offset 0x644023d0
[ 2643.235425] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934df00 ep1in-bulk
[ 2643.235431] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934d540, dev 1, ep 0x81, starting at offset 0x644023e0
[ 2643.235436] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934d540 ep1in-bulk
[ 2643.235441] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934da80, dev 1, ep 0x81, starting at offset 0x64544400
[ 2643.235446] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934da80 ep1in-bulk
[ 2643.235452] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934dc00, dev 1, ep 0x81, starting at offset 0x64544410
[ 2643.235456] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934dc00 ep1in-bulk
[ 2643.235463] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934de40, dev 1, ep 0x81, starting at offset 0x64544420
[ 2643.235468] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934de40 ep1in-bulk
[ 2643.235475] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006934d300, dev 1, ep 0x81, starting at offset 0x64544430
[ 2643.235479] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006934d300 ep1in-bulk
[ 2643.235485] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90aa80, dev 1, ep 0x81, starting at offset 0x64544440
[ 2643.235490] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90aa80 ep1in-bulk
[ 2643.235496] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90ad80, dev 1, ep 0x81, starting at offset 0x64544450
[ 2643.235500] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90ad80 ep1in-bulk
[ 2643.235507] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90a900, dev 1, ep 0x81, starting at offset 0x64544460
[ 2643.235512] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90a900 ep1in-bulk
[ 2643.235519] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90a780, dev 1, ep 0x81, starting at offset 0x64544470
[ 2643.235523] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90a780 ep1in-bulk
[ 2643.235529] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90a480, dev 1, ep 0x81, starting at offset 0x64544480
[ 2643.235534] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90a480 ep1in-bulk
[ 2643.235540] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90a9c0, dev 1, ep 0x81, starting at offset 0x64544490
[ 2643.235545] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90a9c0 ep1in-bulk
[ 2643.235551] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90a180, dev 1, ep 0x81, starting at offset 0x645444a0
[ 2643.235556] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90a180 ep1in-bulk
[ 2643.235563] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90a000, dev 1, ep 0x81, starting at offset 0x645444b0
[ 2643.235567] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90a000 ep1in-bulk
[ 2643.235573] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90a600, dev 1, ep 0x81, starting at offset 0x645444c0
[ 2643.235578] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90a600 ep1in-bulk
[ 2643.235584] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90a300, dev 1, ep 0x81, starting at offset 0x645444d0
[ 2643.235589] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90a300 ep1in-bulk
[ 2643.235595] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90ac00, dev 1, ep 0x81, starting at offset 0x645444e0
[ 2643.235599] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90ac00 ep1in-bulk
[ 2643.235606] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90ae40, dev 1, ep 0x81, starting at offset 0x645444f0
[ 2643.235610] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90ae40 ep1in-bulk
[ 2643.235616] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90a840, dev 1, ep 0x81, starting at offset 0x64544500
[ 2643.235621] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90a840 ep1in-bulk
[ 2643.235627] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e90ab40, dev 1, ep 0x81, starting at offset 0x64544510
[ 2643.235631] xhci_hcd 0000:0e:00.0: shutdown urb ffff88006e90ab40 ep1in-bulk
[ 2643.235638] xhci_hcd 0000:0e:00.0: Cancel URB ffff88003023ef00, dev 1, ep 0x81, starting at offset 0x64544520
[ 2643.235642] xhci_hcd 0000:0e:00.0: shutdown urb ffff88003023ef00 ep1in-bulk
[ 2643.235649] xhci_hcd 0000:0e:00.0: Cancel URB ffff88003023e600, dev 1, ep 0x81, starting at offset 0x64544530
[ 2643.235653] xhci_hcd 0000:0e:00.0: shutdown urb ffff88003023e600 ep1in-bulk
[ 2643.235660] xhci_hcd 0000:0e:00.0: Cancel URB ffff88003023e9c0, dev 1, ep 0x81, starting at offset 0x64544540
[ 2643.235665] xhci_hcd 0000:0e:00.0: shutdown urb ffff88003023e9c0 ep1in-bulk
[ 2643.235671] xhci_hcd 0000:0e:00.0: Cancel URB ffff88003023ee40, dev 1, ep 0x81, starting at offset 0x64544550
[ 2643.235676] xhci_hcd 0000:0e:00.0: shutdown urb ffff88003023ee40 ep1in-bulk
[ 2643.235682] xhci_hcd 0000:0e:00.0: Cancel URB ffff88003023e900, dev 1, ep 0x81, starting at offset 0x64544560
[ 2643.235687] xhci_hcd 0000:0e:00.0: shutdown urb ffff88003023e900 ep1in-bulk
[ 2643.235693] xhci_hcd 0000:0e:00.0: Cancel URB ffff88003023e480, dev 1, ep 0x81, starting at offset 0x64544570
[ 2643.235698] xhci_hcd 0000:0e:00.0: shutdown urb ffff88003023e480 ep1in-bulk
[ 2643.235703] xhci_hcd 0000:0e:00.0: Cancel URB ffff88003023e000, dev 1, ep 0x81, starting at offset 0x64544580
[ 2643.235707] xhci_hcd 0000:0e:00.0: shutdown urb ffff88003023e000 ep1in-bulk
[ 2643.235713] xhci_hcd 0000:0e:00.0: Cancel URB ffff88003023ec00, dev 1, ep 0x81, starting at offset 0x64544590
[ 2643.235718] xhci_hcd 0000:0e:00.0: shutdown urb ffff88003023ec00 ep1in-bulk
[ 2643.395663] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb457e0
[ 2643.395708] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb45850 (dma).
[ 2643.395712] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb45850
[ 2643.395716] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb45860 (dma).
[ 2643.395747] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb458a0 (dma).
[ 2643.395771] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb458d0 (dma).
[ 2643.395775] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb458d0
[ 2643.395779] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb458e0 (dma).
[ 2643.395808] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb45910
[ 2643.395836] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb45950 (dma).
[ 2643.395840] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb45950
[ 2643.395844] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb45960 (dma).
[ 2643.395864] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb45980
[ 2643.399970] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb459d0 (dma).
[ 2643.399975] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb459d0
[ 2643.399978] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb459e0 (dma).
[ 2643.399989] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb459f0
[ 2643.400031] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb45a50 (dma).
[ 2643.400035] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb45a50
[ 2643.400039] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb45a60 (dma).
[ 2643.400043] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb45a60
[ 2643.400167] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb45ac0 (dma).
[ 2643.400175] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb45ad0 (dma).
[ 2643.400179] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb45ad0
[ 2643.400195] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb45af0
[ 2643.400235] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb45b40
[ 2643.400239] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb45b50 (dma).
[ 2643.400243] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb45b50
[ 2643.400259] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb45b70
[ 2643.400303] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb45bd0 (dma).
[ 2643.400307] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bb45bd0
[ 2643.400311] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bb45be0 (dma).
[ 2643.400319] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7000 (dma).
[ 2643.400359] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7050 (dma).
[ 2643.400367] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7060 (dma).
[ 2643.400371] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7060
[ 2643.400375] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7070 (dma).
[ 2643.400415] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c70c0 (dma).
[ 2643.400431] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c70e0 (dma).
[ 2643.400435] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c70e0
[ 2643.400439] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c70f0 (dma).
[ 2643.400476] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7130
[ 2643.400495] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7160 (dma).
[ 2643.400499] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7160
[ 2643.400503] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7170 (dma).
[ 2643.400532] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c71a0
[ 2643.400561] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c71e0 (dma).
[ 2643.400565] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c71e0
[ 2643.400569] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c71f0 (dma).
[ 2643.400584] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7210 (dma).
[ 2643.404646] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7260 (dma).
[ 2643.404650] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7260
[ 2643.404654] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7270 (dma).
[ 2643.404658] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7270
[ 2643.404690] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c72c0 (dma).
[ 2643.404706] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c72e0 (dma).
[ 2643.404711] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c72e0
[ 2643.404715] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c72f0 (dma).
[ 2643.404743] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7320
[ 2643.404848] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7360 (dma).
[ 2643.404852] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7360
[ 2643.404856] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7370 (dma).
[ 2643.404868] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7380
[ 2643.404908] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c73d0
[ 2643.404912] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c73e0 (dma).
[ 2643.404917] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c73e0
[ 2643.404929] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7410 (dma).
[ 2643.404977] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7470 (dma).
[ 2643.404981] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7470
[ 2643.404985] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7480 (dma).
[ 2643.405013] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c74b0
[ 2643.405041] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c74f0 (dma).
[ 2643.405045] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c74f0
[ 2643.405049] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7500 (dma).
[ 2643.405232] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7670 (dma).
[ 2643.405236] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7670
[ 2643.405256] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c76a0 (dma).
[ 2643.409318] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c76f0 (dma).
[ 2643.409321] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c76f0
[ 2643.409325] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7700 (dma).
[ 2643.409344] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7720
[ 2643.409380] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7770 (dma).
[ 2643.409384] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7770
[ 2643.409388] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7780 (dma).
[ 2643.409416] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c77b0
[ 2643.409444] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7800 (dma).
[ 2643.409448] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7800
[ 2643.409452] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7810 (dma).
[ 2643.409559] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7850 (dma).
[ 2643.409583] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7880 (dma).
[ 2643.409587] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7880
[ 2643.409591] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7890 (dma).
[ 2643.409631] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c78e0 (dma).
[ 2643.409647] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7900 (dma).
[ 2643.409651] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7900
[ 2643.409655] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7910 (dma).
[ 2643.409699] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7960
[ 2643.409711] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7980 (dma).
[ 2643.409716] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7980
[ 2643.409720] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7990 (dma).
[ 2643.409767] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c79f0 (dma).
[ 2643.409774] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7a00 (dma).
[ 2643.409778] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7a00
[ 2643.409786] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7a10
[ 2643.409814] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7a50 (dma).
[ 2643.409818] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7a50
[ 2643.409826] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7a60
[ 2643.409830] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7a70 (dma).
[ 2643.409834] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7a70
[ 2643.409838] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7a80 (dma).
[ 2643.409842] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7a80
[ 2643.409846] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7a90 (dma).
[ 2643.409850] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7a90
[ 2643.409854] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7aa0 (dma).
[ 2643.409858] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7aa0
[ 2643.409862] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7ab0 (dma).
[ 2643.409866] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7ab0
[ 2643.409870] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7ac0 (dma).
[ 2643.409874] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7ac0
[ 2643.409879] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7ad0 (dma).
[ 2643.409883] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7ad0
[ 2643.409886] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7ae0 (dma).
[ 2643.409890] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7ae0
[ 2643.409894] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7af0 (dma).
[ 2643.409898] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7af0
[ 2643.409902] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7b00 (dma).
[ 2643.409906] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7b00
[ 2643.409910] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7b10 (dma).
[ 2643.409914] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7b10
[ 2643.409918] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7b20 (dma).
[ 2643.409922] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7b20
[ 2643.409926] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7b30 (dma).
[ 2643.414006] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7b30
[ 2643.414009] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7b40 (dma).
[ 2643.414013] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7b40
[ 2643.414016] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7b50 (dma).
[ 2643.414020] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7b50
[ 2643.414024] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7b60 (dma).
[ 2643.414028] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7b60
[ 2643.414032] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7b70 (dma).
[ 2643.414036] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7b70
[ 2643.414039] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7b80 (dma).
[ 2643.414043] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7b80
[ 2643.414047] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7b90 (dma).
[ 2643.414052] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7b90
[ 2643.414055] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7ba0 (dma).
[ 2643.414058] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7ba0
[ 2643.414062] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7bb0 (dma).
[ 2643.414066] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7bb0
[ 2643.414070] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7bc0 (dma).
[ 2643.414074] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7bc0
[ 2643.414077] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7bd0 (dma).
[ 2643.414081] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7bd0
[ 2643.414085] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660c7be0 (dma).
[ 2643.414089] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660c7be0
[ 2643.414093] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080000 (dma).
[ 2643.414097] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080000
[ 2643.414101] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080010 (dma).
[ 2643.414105] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080010
[ 2643.414109] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080020 (dma).
[ 2643.414113] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080020
[ 2643.414117] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080030 (dma).
[ 2643.414121] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080030
[ 2643.414125] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080040 (dma).
[ 2643.414129] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080040
[ 2643.414133] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080050 (dma).
[ 2643.414137] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080050
[ 2643.414141] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080060 (dma).
[ 2643.414223] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080060
[ 2643.414227] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080070 (dma).
[ 2643.414231] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080070
[ 2643.414235] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080080 (dma).
[ 2643.414239] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080080
[ 2643.414243] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080090 (dma).
[ 2643.414247] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080090
[ 2643.414251] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660800a0 (dma).
[ 2643.414255] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660800a0
[ 2643.414259] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660800b0 (dma).
[ 2643.414263] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660800b0
[ 2643.414267] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660800c0 (dma).
[ 2643.414271] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660800c0
[ 2643.414274] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660800d0 (dma).
[ 2643.414278] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660800d0
[ 2643.414282] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660800e0 (dma).
[ 2643.414286] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660800e0
[ 2643.414290] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660800f0 (dma).
[ 2643.414294] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660800f0
[ 2643.414298] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080100 (dma).
[ 2643.414302] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080100
[ 2643.414306] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080110 (dma).
[ 2643.414310] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080110
[ 2643.414314] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080120 (dma).
[ 2643.414320] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080120
[ 2643.414324] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080130 (dma).
[ 2643.414328] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080130
[ 2643.414331] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080140 (dma).
[ 2643.414336] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080140
[ 2643.414340] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080150 (dma).
[ 2643.414344] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080150
[ 2643.414347] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080160 (dma).
[ 2643.414351] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080160
[ 2643.414355] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080170 (dma).
[ 2643.414359] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080170
[ 2643.414363] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080180 (dma).
[ 2643.414367] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080180
[ 2643.414371] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080190 (dma).
[ 2643.414375] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080190
[ 2643.414379] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660801a0 (dma).
[ 2643.414383] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660801a0
[ 2643.414387] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660801b0 (dma).
[ 2643.414391] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660801b0
[ 2643.414394] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660801c0 (dma).
[ 2643.414398] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660801c0
[ 2643.414402] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660801d0 (dma).
[ 2643.414406] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660801d0
[ 2643.414410] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660801e0 (dma).
[ 2643.414414] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660801e0
[ 2643.414418] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660801f0 (dma).
[ 2643.414422] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660801f0
[ 2643.414426] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080200 (dma).
[ 2643.414430] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080200
[ 2643.414433] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080210 (dma).
[ 2643.414437] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080210
[ 2643.414441] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080220 (dma).
[ 2643.414445] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080220
[ 2643.414449] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080230 (dma).
[ 2643.414453] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080230
[ 2643.414457] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080240 (dma).
[ 2643.414461] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080240
[ 2643.414465] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080250 (dma).
[ 2643.414468] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080250
[ 2643.414472] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080260 (dma).
[ 2643.414476] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080260
[ 2643.414480] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080270 (dma).
[ 2643.414484] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080270
[ 2643.414488] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080280 (dma).
[ 2643.414492] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080280
[ 2643.414496] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080290 (dma).
[ 2643.414500] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080290
[ 2643.414503] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660802a0 (dma).
[ 2643.414507] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660802a0
[ 2643.414511] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660802b0 (dma).
[ 2643.414515] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660802b0
[ 2643.414519] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660802c0 (dma).
[ 2643.414523] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660802c0
[ 2643.414527] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660802d0 (dma).
[ 2643.414530] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660802d0
[ 2643.414534] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660802e0 (dma).
[ 2643.414538] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660802e0
[ 2643.414542] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660802f0 (dma).
[ 2643.414547] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660802f0
[ 2643.414550] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080300 (dma).
[ 2643.414554] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080300
[ 2643.414558] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080310 (dma).
[ 2643.414562] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080310
[ 2643.414566] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080320 (dma).
[ 2643.414570] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080320
[ 2643.414574] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080330 (dma).
[ 2643.414578] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080330
[ 2643.414582] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080340 (dma).
[ 2643.414586] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080340
[ 2643.414590] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080350 (dma).
[ 2643.414594] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080350
[ 2643.414598] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080360 (dma).
[ 2643.414602] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080360
[ 2643.414606] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080370 (dma).
[ 2643.414610] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080370
[ 2643.414613] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080380 (dma).
[ 2643.414618] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080380
[ 2643.414621] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080390 (dma).
[ 2643.414625] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080390
[ 2643.414629] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660803a0 (dma).
[ 2643.414634] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660803a0
[ 2643.414637] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660803b0 (dma).
[ 2643.414641] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660803b0
[ 2643.414646] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660803c0 (dma).
[ 2643.418728] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660803c0
[ 2643.418731] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660803d0 (dma).
[ 2643.418735] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660803d0
[ 2643.418739] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660803e0 (dma).
[ 2643.418743] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660803e0
[ 2643.418747] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080400 (dma).
[ 2643.418751] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080400
[ 2643.418754] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080410 (dma).
[ 2643.418758] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080410
[ 2643.418762] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080420 (dma).
[ 2643.418766] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080420
[ 2643.418769] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080430 (dma).
[ 2643.418773] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080430
[ 2643.418777] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080440 (dma).
[ 2643.418781] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080440
[ 2643.418785] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080450 (dma).
[ 2643.418789] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080450
[ 2643.418793] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080460 (dma).
[ 2643.418797] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080460
[ 2643.418801] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080470 (dma).
[ 2643.418805] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080470
[ 2643.418809] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080480 (dma).
[ 2643.418813] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080480
[ 2643.418817] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080490 (dma).
[ 2643.418821] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080490
[ 2643.418825] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660804a0 (dma).
[ 2643.418829] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660804a0
[ 2643.418833] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660804b0 (dma).
[ 2643.418837] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660804b0
[ 2643.418840] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660804c0 (dma).
[ 2643.418844] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660804c0
[ 2643.418848] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660804d0 (dma).
[ 2643.418852] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660804d0
[ 2643.418856] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660804e0 (dma).
[ 2643.418860] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660804e0
[ 2643.418864] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660804f0 (dma).
[ 2643.418868] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660804f0
[ 2643.418871] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080500 (dma).
[ 2643.418875] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080500
[ 2643.418879] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080510 (dma).
[ 2643.418883] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080510
[ 2643.418887] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080520 (dma).
[ 2643.418891] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080520
[ 2643.418895] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080530 (dma).
[ 2643.418899] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080530
[ 2643.418902] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080540 (dma).
[ 2643.418907] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080540
[ 2643.418911] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080550 (dma).
[ 2643.418915] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080550
[ 2643.418919] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080560 (dma).
[ 2643.418923] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080560
[ 2643.418927] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080570 (dma).
[ 2643.418931] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080570
[ 2643.418935] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080580 (dma).
[ 2643.418939] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080580
[ 2643.418943] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080590 (dma).
[ 2643.419021] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080590
[ 2643.419025] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660805a0 (dma).
[ 2643.419029] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660805a0
[ 2643.419032] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660805b0 (dma).
[ 2643.419037] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660805b0
[ 2643.419040] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660805c0 (dma).
[ 2643.419045] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660805c0
[ 2643.419049] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660805d0 (dma).
[ 2643.419053] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660805d0
[ 2643.419056] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660805e0 (dma).
[ 2643.419060] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660805e0
[ 2643.419064] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660805f0 (dma).
[ 2643.419069] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660805f0
[ 2643.419073] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080600 (dma).
[ 2643.419077] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080600
[ 2643.419080] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080610 (dma).
[ 2643.419084] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080610
[ 2643.419088] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080620 (dma).
[ 2643.419092] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080620
[ 2643.419096] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080630 (dma).
[ 2643.419100] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080630
[ 2643.419104] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080640 (dma).
[ 2643.419108] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080640
[ 2643.419112] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080650 (dma).
[ 2643.419116] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080650
[ 2643.419119] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080660 (dma).
[ 2643.419123] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080660
[ 2643.419127] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080670 (dma).
[ 2643.419131] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080670
[ 2643.419135] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080680 (dma).
[ 2643.419139] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080680
[ 2643.419143] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080690 (dma).
[ 2643.419147] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080690
[ 2643.419151] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660806a0 (dma).
[ 2643.419154] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660806a0
[ 2643.419158] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660806b0 (dma).
[ 2643.419162] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660806b0
[ 2643.419166] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660806c0 (dma).
[ 2643.419170] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660806c0
[ 2643.419174] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660806d0 (dma).
[ 2643.419178] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660806d0
[ 2643.419182] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660806e0 (dma).
[ 2643.419186] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660806e0
[ 2643.419189] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660806f0 (dma).
[ 2643.419194] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660806f0
[ 2643.419197] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080700 (dma).
[ 2643.419201] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080700
[ 2643.419205] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080710 (dma).
[ 2643.419210] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080710
[ 2643.419214] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080720 (dma).
[ 2643.419218] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080720
[ 2643.419222] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080730 (dma).
[ 2643.419226] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080730
[ 2643.419230] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080740 (dma).
[ 2643.419234] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080740
[ 2643.419238] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080750 (dma).
[ 2643.419242] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080750
[ 2643.419246] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080760 (dma).
[ 2643.419250] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080760
[ 2643.419254] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080770 (dma).
[ 2643.419257] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080770
[ 2643.419262] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080780 (dma).
[ 2643.419266] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080780
[ 2643.419270] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080790 (dma).
[ 2643.419274] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080790
[ 2643.419278] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660807a0 (dma).
[ 2643.419282] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660807a0
[ 2643.419286] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660807b0 (dma).
[ 2643.419290] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660807b0
[ 2643.419294] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660807c0 (dma).
[ 2643.419298] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660807c0
[ 2643.419302] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660807d0 (dma).
[ 2643.419306] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660807d0
[ 2643.419310] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660807e0 (dma).
[ 2643.419314] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660807e0
[ 2643.419318] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080800 (dma).
[ 2643.419322] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080800
[ 2643.419326] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080810 (dma).
[ 2643.419330] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080810
[ 2643.419333] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080820 (dma).
[ 2643.419337] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080820
[ 2643.419341] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080830 (dma).
[ 2643.419345] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080830
[ 2643.419349] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080840 (dma).
[ 2643.419354] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080840
[ 2643.419358] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080850 (dma).
[ 2643.419362] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080850
[ 2643.419365] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080860 (dma).
[ 2643.422545] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080860
[ 2643.422548] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080870 (dma).
[ 2643.422552] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080870
[ 2643.422556] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080880 (dma).
[ 2643.422559] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080880
[ 2643.422563] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x66080890 (dma).
[ 2643.422567] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff880066080890
[ 2643.422571] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660808a0 (dma).
[ 2643.422575] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660808a0
[ 2643.422578] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660808b0 (dma).
[ 2643.422582] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800660808b0
[ 2643.422586] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x660808c0 (dma).
[ 2662.520538] ERROR no room on ep ring, try ring expansion
[ 2662.520586] ring expansion succeed, now has 128 segments
[ 2662.531067] xhci_hcd 0000:0e:00.0: ep 0x81 - asked for 16384 bytes, 8192 bytes untransferred
[ 2662.531142] xhci_hcd 0000:0e:00.0: Cancel URB ffff88007066acc0, dev 1, ep 0x81, starting at offset 0x661a8940
[ 2662.531151] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.531341] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8940 (dma).
[ 2662.531345] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8940
[ 2662.531382] xhci_hcd 0000:0e:00.0: Cancel URB ffff88007066ad80, dev 1, ep 0x81, starting at offset 0x661a8950
[ 2662.531389] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.531590] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8950 (dma).
[ 2662.531594] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8950
[ 2662.531630] xhci_hcd 0000:0e:00.0: Cancel URB ffff880030954840, dev 1, ep 0x81, starting at offset 0x661a8960
[ 2662.531637] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.531839] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8960 (dma).
[ 2662.531843] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8960
[ 2662.531880] xhci_hcd 0000:0e:00.0: Cancel URB ffff880030954cc0, dev 1, ep 0x81, starting at offset 0x661a8970
[ 2662.531886] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.532088] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8970 (dma).
[ 2662.532092] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8970
[ 2662.532128] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800307473c0, dev 1, ep 0x81, starting at offset 0x661a8980
[ 2662.532135] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.532337] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8980 (dma).
[ 2662.532341] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8980
[ 2662.532377] xhci_hcd 0000:0e:00.0: Cancel URB ffff880030747480, dev 1, ep 0x81, starting at offset 0x661a8990
[ 2662.532383] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.532588] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8990 (dma).
[ 2662.532592] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8990
[ 2662.532628] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006fe12c00, dev 1, ep 0x81, starting at offset 0x661a89a0
[ 2662.532635] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.532837] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a89a0 (dma).
[ 2662.532841] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a89a0
[ 2662.532877] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006ebb1180, dev 1, ep 0x81, starting at offset 0x661a89b0
[ 2662.532884] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.533087] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a89b0 (dma).
[ 2662.533091] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a89b0
[ 2662.533128] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f6b0240, dev 1, ep 0x81, starting at offset 0x661a89c0
[ 2662.533135] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.533338] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a89c0 (dma).
[ 2662.533342] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a89c0
[ 2662.533355] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f6b00c0, dev 1, ep 0x81, starting at offset 0x661a89d0
[ 2662.533359] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.533462] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a89d0 (dma).
[ 2662.533467] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a89d0
[ 2662.533480] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f6b0600, dev 1, ep 0x81, starting at offset 0x661a89e0
[ 2662.533485] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.533588] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a89e0 (dma).
[ 2662.533593] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a89e0
[ 2662.533606] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002fc326c0, dev 1, ep 0x81, starting at offset 0x661a89f0
[ 2662.533611] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.533712] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a89f0 (dma).
[ 2662.533716] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a89f0
[ 2662.533730] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002fc32180, dev 1, ep 0x81, starting at offset 0x661a8a00
[ 2662.533735] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.533836] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8a00 (dma).
[ 2662.533840] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8a00
[ 2662.533868] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f432c00, dev 1, ep 0x81, starting at offset 0x661a8a10
[ 2662.533874] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.534088] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8a10 (dma).
[ 2662.534093] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8a10
[ 2662.534119] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006f40f900, dev 1, ep 0x81, starting at offset 0x661a8a20
[ 2662.534124] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.534211] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8a20 (dma).
[ 2662.534215] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8a20
[ 2662.534238] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006f40fa80, dev 1, ep 0x81, starting at offset 0x661a8a30
[ 2662.534242] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.534335] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8a30 (dma).
[ 2662.534339] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8a30
[ 2662.534355] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006f40f000, dev 1, ep 0x81, starting at offset 0x661a8a40
[ 2662.534359] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.534465] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8a40 (dma).
[ 2662.534470] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8a40
[ 2662.534487] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800302cf6c0, dev 1, ep 0x81, starting at offset 0x661a8a50
[ 2662.534492] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.534586] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8a50 (dma).
[ 2662.534591] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8a50
[ 2662.534606] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800302cfcc0, dev 1, ep 0x81, starting at offset 0x661a8a60
[ 2662.534611] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.534711] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8a60 (dma).
[ 2662.534716] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8a60
[ 2662.534768] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800302cf000, dev 1, ep 0x81, starting at offset 0x661a8a70
[ 2662.534772] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.534960] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8a70 (dma).
[ 2662.534964] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8a70
[ 2662.534993] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800305a6e40, dev 1, ep 0x81, starting at offset 0x661a8a80
[ 2662.534998] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.535087] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8a80 (dma).
[ 2662.535092] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8a80
[ 2662.535108] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800305a6600, dev 1, ep 0x81, starting at offset 0x661a8a90
[ 2662.535113] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.535210] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8a90 (dma).
[ 2662.535214] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8a90
[ 2662.535228] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800305a6c00, dev 1, ep 0x81, starting at offset 0x661a8aa0
[ 2662.535232] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.535335] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8aa0 (dma).
[ 2662.535340] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8aa0
[ 2662.535361] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800305a6480, dev 1, ep 0x81, starting at offset 0x661a8ab0
[ 2662.535366] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.535584] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8ab0 (dma).
[ 2662.535589] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8ab0
[ 2662.535602] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006fd16c00, dev 1, ep 0x81, starting at offset 0x661a8ac0
[ 2662.535606] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.535709] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8ac0 (dma).
[ 2662.535714] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8ac0
[ 2662.535727] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070531000, dev 1, ep 0x81, starting at offset 0x661a8ad0
[ 2662.535732] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.535835] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8ad0 (dma).
[ 2662.535839] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8ad0
[ 2662.535852] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800705316c0, dev 1, ep 0x81, starting at offset 0x661a8ae0
[ 2662.535857] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.535959] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8ae0 (dma).
[ 2662.535964] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8ae0
[ 2662.535978] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070531a80, dev 1, ep 0x81, starting at offset 0x661a8af0
[ 2662.535982] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.536084] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8af0 (dma).
[ 2662.536089] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8af0
[ 2662.536102] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800705310c0, dev 1, ep 0x81, starting at offset 0x661a8b00
[ 2662.536106] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.536208] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8b00 (dma).
[ 2662.536213] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8b00
[ 2662.536227] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070531e40, dev 1, ep 0x81, starting at offset 0x661a8b10
[ 2662.536232] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.536333] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8b10 (dma).
[ 2662.536338] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8b10
[ 2662.536351] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070531240, dev 1, ep 0x81, starting at offset 0x661a8b20
[ 2662.536355] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.536458] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8b20 (dma).
[ 2662.536463] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8b20
[ 2662.536476] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070531d80, dev 1, ep 0x81, starting at offset 0x661a8b30
[ 2662.536481] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.536583] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8b30 (dma).
[ 2662.536588] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8b30
[ 2662.536602] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070531180, dev 1, ep 0x81, starting at offset 0x661a8b40
[ 2662.536606] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.536708] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8b40 (dma).
[ 2662.536712] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8b40
[ 2662.536725] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070531cc0, dev 1, ep 0x81, starting at offset 0x661a8b50
[ 2662.536730] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.536832] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8b50 (dma).
[ 2662.536837] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8b50
[ 2662.536850] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070531540, dev 1, ep 0x81, starting at offset 0x661a8b60
[ 2662.536855] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.536957] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8b60 (dma).
[ 2662.536962] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8b60
[ 2662.536975] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800705313c0, dev 1, ep 0x81, starting at offset 0x661a8b70
[ 2662.536979] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.537082] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8b70 (dma).
[ 2662.537087] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8b70
[ 2662.537103] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800705319c0, dev 1, ep 0x81, starting at offset 0x661a8b80
[ 2662.537108] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.537207] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8b80 (dma).
[ 2662.537212] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8b80
[ 2662.537226] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070531c00, dev 1, ep 0x81, starting at offset 0x661a8b90
[ 2662.537231] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.537457] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8b90 (dma).
[ 2662.537462] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8b90
[ 2662.537476] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070531f00, dev 1, ep 0x81, starting at offset 0x661a8ba0
[ 2662.537481] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.537582] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8ba0 (dma).
[ 2662.537586] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8ba0
[ 2662.537600] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070531780, dev 1, ep 0x81, starting at offset 0x661a8bb0
[ 2662.537605] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.537707] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8bb0 (dma).
[ 2662.537712] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8bb0
[ 2662.537725] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070531300, dev 1, ep 0x81, starting at offset 0x661a8bc0
[ 2662.537730] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.537831] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8bc0 (dma).
[ 2662.537836] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8bc0
[ 2662.537849] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070531840, dev 1, ep 0x81, starting at offset 0x661a8bd0
[ 2662.537854] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.537957] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8bd0 (dma).
[ 2662.537961] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8bd0
[ 2662.537974] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91d780, dev 1, ep 0x81, starting at offset 0x661a8be0
[ 2662.537979] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.538082] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x661a8be0 (dma).
[ 2662.538086] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff8800661a8be0
[ 2662.538099] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91dcc0, dev 1, ep 0x81, starting at offset 0x6615e000
[ 2662.538104] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.538207] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e000 (dma).
[ 2662.538211] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e000
[ 2662.538227] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91d480, dev 1, ep 0x81, starting at offset 0x6615e010
[ 2662.538231] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.538331] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e010 (dma).
[ 2662.538336] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e010
[ 2662.538351] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91d240, dev 1, ep 0x81, starting at offset 0x6615e020
[ 2662.538356] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.538456] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e020 (dma).
[ 2662.538460] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e020
[ 2662.538473] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91d540, dev 1, ep 0x81, starting at offset 0x6615e030
[ 2662.538478] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.538581] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e030 (dma).
[ 2662.538586] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e030
[ 2662.538599] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91d9c0, dev 1, ep 0x81, starting at offset 0x6615e040
[ 2662.538604] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.538705] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e040 (dma).
[ 2662.538709] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e040
[ 2662.538723] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91d3c0, dev 1, ep 0x81, starting at offset 0x6615e050
[ 2662.538728] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.538830] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e050 (dma).
[ 2662.538835] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e050
[ 2662.538849] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91d900, dev 1, ep 0x81, starting at offset 0x6615e060
[ 2662.538853] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.538985] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e060 (dma).
[ 2662.538994] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e060
[ 2662.539044] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91dc00, dev 1, ep 0x81, starting at offset 0x6615e070
[ 2662.539050] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.539206] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e070 (dma).
[ 2662.539212] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e070
[ 2662.539228] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91da80, dev 1, ep 0x81, starting at offset 0x6615e080
[ 2662.539233] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.539331] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e080 (dma).
[ 2662.539336] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e080
[ 2662.539361] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91d600, dev 1, ep 0x81, starting at offset 0x6615e090
[ 2662.539367] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.539579] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e090 (dma).
[ 2662.539584] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e090
[ 2662.539614] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91dd80, dev 1, ep 0x81, starting at offset 0x6615e0a0
[ 2662.539619] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.539829] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e0a0 (dma).
[ 2662.539834] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e0a0
[ 2662.539844] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91d840, dev 1, ep 0x81, starting at offset 0x6615e0b0
[ 2662.539847] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.539954] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e0b0 (dma).
[ 2662.539959] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e0b0
[ 2662.539975] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91d0c0, dev 1, ep 0x81, starting at offset 0x6615e0c0
[ 2662.539980] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.540078] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e0c0 (dma).
[ 2662.540082] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e0c0
[ 2662.540095] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91d180, dev 1, ep 0x81, starting at offset 0x6615e0d0
[ 2662.540099] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.540204] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e0d0 (dma).
[ 2662.540209] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e0d0
[ 2662.540222] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91db40, dev 1, ep 0x81, starting at offset 0x6615e0e0
[ 2662.540227] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.540335] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e0e0 (dma).
[ 2662.540341] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e0e0
[ 2662.540360] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91df00, dev 1, ep 0x81, starting at offset 0x6615e0f0
[ 2662.540376] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.540578] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e0f0 (dma).
[ 2662.540582] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e0f0
[ 2662.540598] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91de40, dev 1, ep 0x81, starting at offset 0x6615e100
[ 2662.540603] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.540703] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e100 (dma).
[ 2662.540707] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e100
[ 2662.540720] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91d000, dev 1, ep 0x81, starting at offset 0x6615e110
[ 2662.540725] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.540827] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e110 (dma).
[ 2662.540832] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e110
[ 2662.540846] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f91d300, dev 1, ep 0x81, starting at offset 0x6615e120
[ 2662.540851] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.540952] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e120 (dma).
[ 2662.540956] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e120
[ 2662.540971] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800705b7b40, dev 1, ep 0x81, starting at offset 0x6615e130
[ 2662.540975] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.541077] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e130 (dma).
[ 2662.541082] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e130
[ 2662.541097] xhci_hcd 0000:0e:00.0: Cancel URB ffff88007031a6c0, dev 1, ep 0x81, starting at offset 0x6615e140
[ 2662.541102] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.541203] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e140 (dma).
[ 2662.541207] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e140
[ 2662.541222] xhci_hcd 0000:0e:00.0: Cancel URB ffff88007031aa80, dev 1, ep 0x81, starting at offset 0x6615e150
[ 2662.541227] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.541327] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e150 (dma).
[ 2662.541332] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e150
[ 2662.541347] xhci_hcd 0000:0e:00.0: Cancel URB ffff88007031acc0, dev 1, ep 0x81, starting at offset 0x6615e160
[ 2662.541352] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.541453] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e160 (dma).
[ 2662.541457] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e160
[ 2662.541472] xhci_hcd 0000:0e:00.0: Cancel URB ffff88007031a000, dev 1, ep 0x81, starting at offset 0x6615e170
[ 2662.541476] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.541577] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e170 (dma).
[ 2662.541581] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e170
[ 2662.541597] xhci_hcd 0000:0e:00.0: Cancel URB ffff88007031a180, dev 1, ep 0x81, starting at offset 0x6615e180
[ 2662.541601] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.541701] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e180 (dma).
[ 2662.541706] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e180
[ 2662.541720] xhci_hcd 0000:0e:00.0: Cancel URB ffff88003059b3c0, dev 1, ep 0x81, starting at offset 0x6615e190
[ 2662.541724] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.541826] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e190 (dma).
[ 2662.541830] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e190
[ 2662.541844] xhci_hcd 0000:0e:00.0: Cancel URB ffff88003059b180, dev 1, ep 0x81, starting at offset 0x6615e1a0
[ 2662.541847] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.541952] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e1a0 (dma).
[ 2662.541956] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e1a0
[ 2662.541970] xhci_hcd 0000:0e:00.0: Cancel URB ffff88007019d000, dev 1, ep 0x81, starting at offset 0x6615e1b0
[ 2662.541974] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.542076] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e1b0 (dma).
[ 2662.542080] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e1b0
[ 2662.542093] xhci_hcd 0000:0e:00.0: Cancel URB ffff88007019d9c0, dev 1, ep 0x81, starting at offset 0x6615e1c0
[ 2662.542097] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.542203] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e1c0 (dma).
[ 2662.542208] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e1c0
[ 2662.542224] xhci_hcd 0000:0e:00.0: Cancel URB ffff88007019d900, dev 1, ep 0x81, starting at offset 0x6615e1d0
[ 2662.542229] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.542326] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e1d0 (dma).
[ 2662.542330] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e1d0
[ 2662.542346] xhci_hcd 0000:0e:00.0: Cancel URB ffff88003056eb40, dev 1, ep 0x81, starting at offset 0x6615e1e0
[ 2662.542350] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.542452] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e1e0 (dma).
[ 2662.542458] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e1e0
[ 2662.542474] xhci_hcd 0000:0e:00.0: Cancel URB ffff88003056e600, dev 1, ep 0x81, starting at offset 0x6615e1f0
[ 2662.542479] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.542700] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e1f0 (dma).
[ 2662.542705] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e1f0
[ 2662.542718] xhci_hcd 0000:0e:00.0: Cancel URB ffff88003056e780, dev 1, ep 0x81, starting at offset 0x6615e200
[ 2662.542723] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.542824] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e200 (dma).
[ 2662.545949] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e2f0 (dma).
[ 2662.545955] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e2f0
[ 2662.545973] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f9590c0, dev 1, ep 0x81, starting at offset 0x6615e300
[ 2662.545979] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.546071] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e300 (dma).
[ 2662.546076] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e300
[ 2662.546088] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f9596c0, dev 1, ep 0x81, starting at offset 0x6615e310
[ 2662.546094] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.546196] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e310 (dma).
[ 2662.546201] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e310
[ 2662.546212] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002f959900, dev 1, ep 0x81, starting at offset 0x6615e320
[ 2662.546216] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.546321] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e320 (dma).
[ 2662.546325] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e320
[ 2662.550652] xhci_hcd 0000:0e:00.0: Cancel URB ffff88002fc423c0, dev 1, ep 0x81, starting at offset 0x6615e4e0
[ 2662.550657] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.550815] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e4e0 (dma).
[ 2662.550820] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e4e0
[ 2662.550833] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006e9350c0, dev 1, ep 0x81, starting at offset 0x6615e4f0
[ 2662.550940] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e4f0 (dma).
[ 2662.551876] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070070780, dev 1, ep 0x81, starting at offset 0x6615e530
[ 2662.551880] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.552064] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e530 (dma).
[ 2662.552068] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e530
[ 2662.552083] xhci_hcd 0000:0e:00.0: Cancel URB ffff880070070840, dev 1, ep 0x81, starting at offset 0x6615e540
[ 2662.552088] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.552188] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e540 (dma).
[ 2662.552192] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e540
[ 2662.552562] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e570 (dma).
[ 2662.552959] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2662.553936] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e620 (dma).
[ 2662.553941] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e620
[ 2662.553955] xhci_hcd 0000:0e:00.0: Cancel URB ffff88006f7a1240, dev 1, ep 0x81, starting at offset 0x6615e630
[ 2662.554810] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e690 (dma).
[ 2662.557181] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e7b0 (dma).
[ 2662.557186] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88006615e7b0
[ 2662.557556] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x6615e7e0 (dma).
[ 2684.043289] xhci_hcd 0000:0e:00.0: Port Status Change Event for port 1
[ 2684.043330] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 2684.043341] xhci_hcd 0000:0e:00.0: get port status, actual port 0 status  = 0x202c0
[ 2684.043346] xhci_hcd 0000:0e:00.0: Get port status returned 0x102c0
[ 2684.043356] xhci_hcd 0000:0e:00.0: clear port connect change, actual port 0 status  = 0x2c0
[ 2684.043362] hub 2-0:1.0: warm reset port 1
[ 2684.043385] xhci_hcd 0000:0e:00.0: Port Status Change Event for port 1
[ 2684.102053] xhci_hcd 0000:0e:00.0: get port status, actual port 0 status  = 0x202b1
[ 2684.102062] xhci_hcd 0000:0e:00.0: Get port status returned 0x102b1
[ 2684.102069] hub 2-0:1.0: port 1 not warm reset yet, waiting 50ms
[ 2684.161963] xhci_hcd 0000:0e:00.0: get port status, actual port 0 status  = 0x202b1
[ 2684.161971] xhci_hcd 0000:0e:00.0: Get port status returned 0x102b1
[ 2684.161978] hub 2-0:1.0: port 1 not warm reset yet, waiting 200ms
[ 2684.371704] xhci_hcd 0000:0e:00.0: get port status, actual port 0 status  = 0x2a02a0
[ 2684.371713] xhci_hcd 0000:0e:00.0: Get port status returned 0x3102a0
[ 2684.371725] xhci_hcd 0000:0e:00.0: clear port reset change, actual port 0 status  = 0xa02a0
[ 2684.371735] xhci_hcd 0000:0e:00.0: clear port warm(BH) reset change, actual port 0 status  = 0x202a0
[ 2684.371745] xhci_hcd 0000:0e:00.0: clear port link state change, actual port 0 status  = 0x202a0
[ 2684.371751] hub 2-0:1.0: port 1, status 02c0, change 0001, 5.0 Gb/s
[ 2684.371756] usb 2-1: USB disconnect, device number 2
[ 2684.371760] usb 2-1: unregistering device
[ 2684.371764] usb 2-1: unregistering interface 2-1:1.0
[ 2684.371809] xhci_hcd 0000:0e:00.0: Cancel URB ffff880064421480, dev 1, ep 0x81, starting at offset 0x3bad9480
[ 2684.371815] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2684.371821] xhci_hcd 0000:0e:00.0: shutdown urb ffff880064421480 ep1in-bulk
[ 2684.371828] xhci_hcd 0000:0e:00.0: Cancel URB ffff880064421540, dev 1, ep 0x81, starting at offset 0x3bad9490
[ 2684.371832] xhci_hcd 0000:0e:00.0: shutdown urb ffff880064421540 ep1in-bulk
[ 2684.371838] xhci_hcd 0000:0e:00.0: Cancel URB ffff880064421600, dev 1, ep 0x81, starting at offset 0x3bad94a0
[ 2684.371842] xhci_hcd 0000:0e:00.0: shutdown urb ffff880064421600 ep1in-bulk
[ 2684.371848] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800644216c0, dev 1, ep 0x81, starting at offset 0x3bad94b0
[ 2684.371852] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800644216c0 ep1in-bulk
[ 2684.371857] xhci_hcd 0000:0e:00.0: Cancel URB ffff880064421780, dev 1, ep 0x81, starting at offset 0x3bad94c0
[ 2684.371862] xhci_hcd 0000:0e:00.0: shutdown urb ffff880064421780 ep1in-bulk
[ 2684.371867] xhci_hcd 0000:0e:00.0: Cancel URB ffff880064421840, dev 1, ep 0x81, starting at offset 0x3bad94d0
[ 2684.371872] xhci_hcd 0000:0e:00.0: shutdown urb ffff880064421840 ep1in-bulk
[ 2684.371877] xhci_hcd 0000:0e:00.0: Cancel URB ffff880064421900, dev 1, ep 0x81, starting at offset 0x3bad94e0
[ 2684.371882] xhci_hcd 0000:0e:00.0: shutdown urb ffff880064421900 ep1in-bulk
[ 2684.371887] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800644219c0, dev 1, ep 0x81, starting at offset 0x3bad94f0
[ 2684.371892] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800644219c0 ep1in-bulk
[ 2684.371897] xhci_hcd 0000:0e:00.0: Cancel URB ffff880064421a80, dev 1, ep 0x81, starting at offset 0x3bad9500
[ 2684.371901] xhci_hcd 0000:0e:00.0: shutdown urb ffff880064421a80 ep1in-bulk
[ 2684.371907] xhci_hcd 0000:0e:00.0: Cancel URB ffff880064421b40, dev 1, ep 0x81, starting at offset 0x3bad9510
[ 2684.371911] xhci_hcd 0000:0e:00.0: shutdown urb ffff880064421b40 ep1in-bulk
[ 2684.371917] xhci_hcd 0000:0e:00.0: Cancel URB ffff880064421c00, dev 1, ep 0x81, starting at offset 0x3bad9520
[ 2684.371923] xhci_hcd 0000:0e:00.0: shutdown urb ffff880064421c00 ep1in-bulk
[ 2684.371928] xhci_hcd 0000:0e:00.0: Cancel URB ffff880064421cc0, dev 1, ep 0x81, starting at offset 0x3bad9530
[ 2684.371933] xhci_hcd 0000:0e:00.0: shutdown urb ffff880064421cc0 ep1in-bulk
[ 2684.371937] xhci_hcd 0000:0e:00.0: Stopped on Transfer TRB
[ 2684.371949] xhci_hcd 0000:0e:00.0: Cancel URB ffff880064421d80, dev 1, ep 0x81, starting at offset 0x3bad9540
[ 2684.371953] xhci_hcd 0000:0e:00.0: shutdown urb ffff880064421d80 ep1in-bulk
[ 2684.371959] xhci_hcd 0000:0e:00.0: Cancel URB ffff880064421e40, dev 1, ep 0x81, starting at offset 0x3bad9550
[ 2684.371964] xhci_hcd 0000:0e:00.0: shutdown urb ffff880064421e40 ep1in-bulk
[ 2684.371969] xhci_hcd 0000:0e:00.0: Cancel URB ffff880064421f00, dev 1, ep 0x81, starting at offset 0x3bad9560
[ 2684.371974] xhci_hcd 0000:0e:00.0: shutdown urb ffff880064421f00 ep1in-bulk
[ 2684.371979] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2000, dev 1, ep 0x81, starting at offset 0x3bad9570
[ 2684.371983] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2000 ep1in-bulk
[ 2684.371989] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d20c0, dev 1, ep 0x81, starting at offset 0x3bad9580
[ 2684.371994] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d20c0 ep1in-bulk
[ 2684.372000] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2180, dev 1, ep 0x81, starting at offset 0x3bad9590
[ 2684.372004] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2180 ep1in-bulk
[ 2684.372009] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad9480 (dma).
[ 2684.372013] xhci_hcd 0000:0e:00.0: Finding segment containing stopped TRB.
[ 2684.372015] xhci_hcd 0000:0e:00.0: Finding endpoint context
[ 2684.372017] xhci_hcd 0000:0e:00.0: Finding segment containing last TRB in TD.
[ 2684.372019] xhci_hcd 0000:0e:00.0: Cycle state = 0x0
[ 2684.372021] xhci_hcd 0000:0e:00.0: New dequeue segment = ffff880002b0be20 (virtual)
[ 2684.372023] xhci_hcd 0000:0e:00.0: New dequeue pointer = 0x3bad9490 (DMA)
[ 2684.372025] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad9490 (dma).
[ 2684.372028] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad9490
[ 2684.372030] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad94a0 (dma).
[ 2684.372031] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad94a0
[ 2684.372033] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad94b0 (dma).
[ 2684.372035] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad94b0
[ 2684.372037] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad94c0 (dma).
[ 2684.372039] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad94c0
[ 2684.372041] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad94d0 (dma).
[ 2684.372043] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad94d0
[ 2684.372045] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad94e0 (dma).
[ 2684.372047] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad94e0
[ 2684.372048] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad94f0 (dma).
[ 2684.372050] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad94f0
[ 2684.372052] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad9500 (dma).
[ 2684.372054] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad9500
[ 2684.372056] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad9510 (dma).
[ 2684.372057] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad9510
[ 2684.372059] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad9520 (dma).
[ 2684.372061] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad9520
[ 2684.372063] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad9530 (dma).
[ 2684.372065] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad9530
[ 2684.372066] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad9540 (dma).
[ 2684.372068] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad9540
[ 2684.372070] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad9550 (dma).
[ 2684.372072] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad9550
[ 2684.372074] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad9560 (dma).
[ 2684.372075] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad9560
[ 2684.372077] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad9570 (dma).
[ 2684.372079] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad9570
[ 2684.372081] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad9580 (dma).
[ 2684.372083] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad9580
[ 2684.372084] xhci_hcd 0000:0e:00.0: Removing canceled TD starting at 0x3bad9590 (dma).
[ 2684.372086] xhci_hcd 0000:0e:00.0: TRB to noop at offset 0xffff88003bad9590
[ 2684.372089] xhci_hcd 0000:0e:00.0: Set TR Deq Ptr cmd, new deq seg = ffff880002b0be20 (0x3bad9400 dma), new deq ptr = ffff88003bad9490 (0x3bad9490 dma), new cycle = 0
[ 2684.372092] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2684.372108] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2240, dev 1, ep 0x81, starting at offset 0x3bad95a0
[ 2684.372113] xhci_hcd 0000:0e:00.0: // Ding dong!
[ 2684.372118] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2240 ep1in-bulk
[ 2684.372124] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2300, dev 1, ep 0x81, starting at offset 0x3bad95b0
[ 2684.372129] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2300 ep1in-bulk
[ 2684.372135] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d23c0, dev 1, ep 0x81, starting at offset 0x3bad95c0
[ 2684.372140] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d23c0 ep1in-bulk
[ 2684.372145] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2480, dev 1, ep 0x81, starting at offset 0x3bad95d0
[ 2684.372150] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2480 ep1in-bulk
[ 2684.372156] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2540, dev 1, ep 0x81, starting at offset 0x3bad95e0
[ 2684.372160] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2540 ep1in-bulk
[ 2684.372166] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2600, dev 1, ep 0x81, starting at offset 0x3bad95f0
[ 2684.372171] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2600 ep1in-bulk
[ 2684.372176] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d26c0, dev 1, ep 0x81, starting at offset 0x3bad9600
[ 2684.372181] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d26c0 ep1in-bulk
[ 2684.372187] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2780, dev 1, ep 0x81, starting at offset 0x3bad9610
[ 2684.372192] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2780 ep1in-bulk
[ 2684.372197] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2840, dev 1, ep 0x81, starting at offset 0x3bad9620
[ 2684.372202] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2840 ep1in-bulk
[ 2684.372208] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2900, dev 1, ep 0x81, starting at offset 0x3bad9630
[ 2684.372212] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2900 ep1in-bulk
[ 2684.372218] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d29c0, dev 1, ep 0x81, starting at offset 0x3bad9640
[ 2684.372222] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d29c0 ep1in-bulk
[ 2684.372228] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2a80, dev 1, ep 0x81, starting at offset 0x3bad9650
[ 2684.372232] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2a80 ep1in-bulk
[ 2684.372238] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2b40, dev 1, ep 0x81, starting at offset 0x3bad9660
[ 2684.372243] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2b40 ep1in-bulk
[ 2684.372248] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2c00, dev 1, ep 0x81, starting at offset 0x3bad9670
[ 2684.372253] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2c00 ep1in-bulk
[ 2684.372258] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2cc0, dev 1, ep 0x81, starting at offset 0x3bad9680
[ 2684.372263] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2cc0 ep1in-bulk
[ 2684.372270] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2d80, dev 1, ep 0x81, starting at offset 0x3bad9690
[ 2684.372275] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2d80 ep1in-bulk
[ 2684.372280] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2e40, dev 1, ep 0x81, starting at offset 0x3bad96a0
[ 2684.372284] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2e40 ep1in-bulk
[ 2684.372290] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800033d2f00, dev 1, ep 0x81, starting at offset 0x3bad96b0
[ 2684.372295] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800033d2f00 ep1in-bulk
[ 2684.372301] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952000, dev 1, ep 0x81, starting at offset 0x3bad96c0
[ 2684.372306] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952000 ep1in-bulk
[ 2684.372312] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800369520c0, dev 1, ep 0x81, starting at offset 0x3bad96d0
[ 2684.372316] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800369520c0 ep1in-bulk
[ 2684.372322] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952180, dev 1, ep 0x81, starting at offset 0x3bad96e0
[ 2684.372326] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952180 ep1in-bulk
[ 2684.372332] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952240, dev 1, ep 0x81, starting at offset 0x3bad96f0
[ 2684.372337] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952240 ep1in-bulk
[ 2684.372342] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952300, dev 1, ep 0x81, starting at offset 0x3bad9700
[ 2684.372347] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952300 ep1in-bulk
[ 2684.372353] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800369523c0, dev 1, ep 0x81, starting at offset 0x3bad9710
[ 2684.372357] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800369523c0 ep1in-bulk
[ 2684.372363] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952480, dev 1, ep 0x81, starting at offset 0x3bad9720
[ 2684.372368] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952480 ep1in-bulk
[ 2684.372374] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952540, dev 1, ep 0x81, starting at offset 0x3bad9730
[ 2684.372379] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952540 ep1in-bulk
[ 2684.372385] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952600, dev 1, ep 0x81, starting at offset 0x3bad9740
[ 2684.372390] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952600 ep1in-bulk
[ 2684.372396] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800369526c0, dev 1, ep 0x81, starting at offset 0x3bad9750
[ 2684.372401] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800369526c0 ep1in-bulk
[ 2684.372407] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952780, dev 1, ep 0x81, starting at offset 0x3bad9760
[ 2684.372412] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952780 ep1in-bulk
[ 2684.372417] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952840, dev 1, ep 0x81, starting at offset 0x3bad9770
[ 2684.372422] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952840 ep1in-bulk
[ 2684.372429] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952900, dev 1, ep 0x81, starting at offset 0x3bad9780
[ 2684.372433] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952900 ep1in-bulk
[ 2684.372439] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800369529c0, dev 1, ep 0x81, starting at offset 0x3bad9790
[ 2684.372443] xhci_hcd 0000:0e:00.0: shutdown urb ffff8800369529c0 ep1in-bulk
[ 2684.372449] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952a80, dev 1, ep 0x81, starting at offset 0x3bad97a0
[ 2684.372453] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952a80 ep1in-bulk
[ 2684.372460] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952b40, dev 1, ep 0x81, starting at offset 0x3bad97b0
[ 2684.372464] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952b40 ep1in-bulk
[ 2684.372470] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952c00, dev 1, ep 0x81, starting at offset 0x3bad97c0
[ 2684.372475] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952c00 ep1in-bulk
[ 2684.372481] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952cc0, dev 1, ep 0x81, starting at offset 0x3bad97d0
[ 2684.372486] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952cc0 ep1in-bulk
[ 2684.372491] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952d80, dev 1, ep 0x81, starting at offset 0x3bad97e0
[ 2684.372496] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952d80 ep1in-bulk
[ 2684.372501] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952e40, dev 1, ep 0x81, starting at offset 0x3bad9800
[ 2684.372506] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952e40 ep1in-bulk
[ 2684.372512] xhci_hcd 0000:0e:00.0: Cancel URB ffff880036952f00, dev 1, ep 0x81, starting at offset 0x3bad9810
[ 2684.372517] xhci_hcd 0000:0e:00.0: shutdown urb ffff880036952f00 ep1in-bulk
[ 2684.372523] xhci_hcd 0000:0e:00.0: Cancel URB ffff880054c019c0, dev 1, ep 0x81, starting at offset 0x3bad9820
[ 2684.372528] xhci_hcd 0000:0e:00.0: shutdown urb ffff880054c019c0 ep1in-bulk
[ 2684.372534] xhci_hcd 0000:0e:00.0: Cancel URB ffff880054c01a80, dev 1, ep 0x81, starting at offset 0x3bad9830
[ 2684.372539] xhci_hcd 0000:0e:00.0: shutdown urb ffff880054c01a80 ep1in-bulk
[ 2684.372544] xhci_hcd 0000:0e:00.0: Cancel URB ffff880054c01b40, dev 1, ep 0x81, starting at offset 0x3bad9840
[ 2684.372549] xhci_hcd 0000:0e:00.0: shutdown urb ffff880054c01b40 ep1in-bulk
[ 2684.372554] xhci_hcd 0000:0e:00.0: Cancel URB ffff880054c01c00, dev 1, ep 0x81, starting at offset 0x3bad9850
[ 2684.372559] xhci_hcd 0000:0e:00.0: shutdown urb ffff880054c01c00 ep1in-bulk
[ 2684.372565] xhci_hcd 0000:0e:00.0: Cancel URB ffff880054c01cc0, dev 1, ep 0x81, starting at offset 0x3bad9860
[ 2684.372570] xhci_hcd 0000:0e:00.0: shutdown urb ffff880054c01cc0 ep1in-bulk
[ 2738.632283] ata1.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
[ 2738.632303] ata1.00: failed command: READ FPDMA QUEUED
[ 2738.632312] ata1.00: cmd 60/08:00:30:2b:41/00:00:1f:00:00/40 tag 0 ncq 4096 in
[ 2738.632313]          res 40/00:00:00:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 2738.632321] ata1.00: status: { DRDY }
[ 2738.632328] ata1: hard resetting link
[ 2750.611990] INFO: rcu_sched detected stalls on CPUs/tasks: { 0 2} (detected by 1, t=6593 jiffies)
[ 2750.612010] Pid: 0, comm: swapper/1 Not tainted 3.2.0-rc5+ #32
[ 2750.612015] Call Trace:
[ 2750.612020]  <IRQ>  [<ffffffff810e26b4>] __rcu_pending+0x3b4/0x410
[ 2750.612039]  [<ffffffff8109ccf0>] ? tick_nohz_handler+0xf0/0xf0
[ 2750.612047]  [<ffffffff810e2a05>] rcu_check_callbacks+0x75/0x1e0
[ 2750.612055]  [<ffffffff810781b8>] update_process_times+0x48/0x90
[ 2750.612062]  [<ffffffff8109cd54>] tick_sched_timer+0x64/0xc0
[ 2750.612069]  [<ffffffff8108f4d2>] __run_hrtimer+0x82/0x230
[ 2750.612076]  [<ffffffff8101bae9>] ? read_tsc+0x9/0x20
[ 2750.612083]  [<ffffffff8108fe27>] hrtimer_interrupt+0xe7/0x230
[ 2750.612095]  [<ffffffff815f3a09>] smp_apic_timer_interrupt+0x69/0x99
[ 2750.612104]  [<ffffffff815f18de>] apic_timer_interrupt+0x6e/0x80
[ 2750.612109]  <EOI>  [<ffffffff81360099>] ? intel_idle+0xe9/0x150
[ 2750.612121]  [<ffffffff8136007b>] ? intel_idle+0xcb/0x150
[ 2750.612130]  [<ffffffff814b1bda>] cpuidle_idle_call+0xaa/0x110
[ 2750.612137]  [<ffffffff8101326a>] cpu_idle+0xca/0x110
[ 2750.612144]  [<ffffffff815e0757>] start_secondary+0x1ef/0x1f6
[ 2756.595462] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)

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

  Powered by Linux