On Thu, Oct 29, 2009 at 9:11 PM, Sarah Sharp <sarah.a.sharp@xxxxxxxxxxxxxxx> wrote: > The xHCI driver does not support USB selective suspend right now. It's > probably something I should fix, since most distribution kernels turn it > on. You'll have to rebuild the 2.6.31.5 kernel with selective suspend > turned off. > > I'm not sure what you're asking. If you have the source for the stable > tree (at > git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-allstable.git), > you can just go into that source tree, type make menuconfig and say 'N' > to USB selective suspend. Then `make` and `sudo make modules_install > install` and reboot into the newly compiled kernel. Dear Sarah, Thanks a lot for your information. I did make, make modules_install, make install after turn off the "USB selective suspend/resume and wakeup" in the make menuconfig. However, the xHCI controller recognized the USB 2.0 MS and enumarated it. When I try to copy some larger data (around 50 MB) from host to the device, it fails. The behaviour is same on 2.6.32-rc5 kernel also. Even for small data (2 MB copied mulitple times and copied 8 times one after the other) also failed. Please find the attached error log file (large-data-copy-error-xhci.txt), which is taken from dmesg output. With Regards, Madhavi M
[ 102.431367] usb-storage: queuecommand called [ 102.431376] usb-storage: *** thread awakened. [ 102.431380] usb-storage: Command TEST_UNIT_READY (6 bytes) [ 102.431382] usb-storage: 00 00 00 00 00 00 [ 102.431390] usb-storage: Bulk Command S 0x43425355 T 0x1ecc L 0 F 0 Trg 0 LUN 0 CL 6 [ 102.431393] usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes [ 102.431400] usb 9-2: ep 0x1 - urb len = 0x1f (31), addr = 0x35cdc000, num_trbs = 1 [ 102.431404] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 102.431408] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c0a0 (DMA) [ 102.431413] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h2, 4'hf); [ 102.431432] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 102.431435] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 102.431438] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 102.431442] xhci_hcd 0000:03:00.0: @3723520 3676c090 00000000 01000000 01028000 [ 102.431447] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 102.431451] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 102.431456] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 102.431458] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 102.431461] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 102.431464] xhci_hcd 0000:03:00.0: In handle_tx_event [ 102.431467] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 1 [ 102.431469] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 102.431472] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 102.431475] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 102.431478] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734430 [ 102.431480] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 102.431483] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c090 [ 102.431486] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 102.431488] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 102.431491] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1028000 [ 102.431494] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 102.431497] usb 9-2: ep 0x1 - asked for 31 bytes, 0 bytes untransferred [ 102.431501] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c0a0 (DMA) [ 102.431504] xhci_hcd 0000:03:00.0: Event ring deq = 0x3723530 (DMA) [ 102.431509] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 102.431512] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723530, 4'hf); [ 102.431516] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 31, status = 0 [ 102.431521] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 102.431529] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 102.431533] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723538, 4'hf); [ 102.431540] usb-storage: Status code 0; transferred 31/31 [ 102.431541] usb-storage: -- transfer complete [ 102.431542] usb-storage: Bulk command transfer result=0 [ 102.431544] usb-storage: Attempting to get CSW... [ 102.431545] usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes [ 102.431547] usb 9-2: ep 0x82 - urb len = 0xd (13), addr = 0x35cdc000, num_trbs = 1 [ 102.431549] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 102.431551] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c530 (DMA) [ 102.431554] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h5, 4'hf); [ 102.431571] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 102.431574] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 102.431577] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 102.431580] xhci_hcd 0000:03:00.0: @3723530 3676c520 00000000 01000000 01058000 [ 102.431584] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 102.431589] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 102.431593] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 102.431596] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 102.431598] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 102.431601] xhci_hcd 0000:03:00.0: In handle_tx_event [ 102.431604] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 4 [ 102.431606] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 102.431609] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 102.431611] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 102.431614] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734410 [ 102.431617] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 102.431620] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c520 [ 102.431623] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 102.431625] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 102.431628] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1058000 [ 102.431630] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 102.431633] usb 9-2: ep 0x82 - asked for 13 bytes, 0 bytes untransferred [ 102.431637] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c530 (DMA) [ 102.431639] xhci_hcd 0000:03:00.0: Event ring deq = 0x3723540 (DMA) [ 102.431644] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 102.431648] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723540, 4'hf); [ 102.431651] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 13, status = 0 [ 102.431656] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 102.431659] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 102.431664] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723548, 4'hf); [ 102.431671] usb-storage: Status code 0; transferred 13/13 [ 102.431673] usb-storage: -- transfer complete [ 102.431675] usb-storage: Bulk status result = 0 [ 102.431678] usb-storage: Bulk Status S 0x53425355 T 0x1ecc R 0 Stat 0x0 [ 102.431681] usb-storage: scsi cmd done, result=0x0 [ 102.431685] usb-storage: *** thread sleeping. [ 104.431766] usb-storage: queuecommand called [ 104.431776] usb-storage: *** thread awakened. [ 104.431780] usb-storage: Command TEST_UNIT_READY (6 bytes) [ 104.431782] usb-storage: 00 00 00 00 00 00 [ 104.431790] usb-storage: Bulk Command S 0x43425355 T 0x1ecd L 0 F 0 Trg 0 LUN 0 CL 6 [ 104.431793] usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes [ 104.431800] usb 9-2: ep 0x1 - urb len = 0x1f (31), addr = 0x35cdc000, num_trbs = 1 [ 104.431804] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 104.431808] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c0b0 (DMA) [ 104.431813] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h2, 4'hf); [ 104.431831] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 104.431835] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 104.431837] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 104.431841] xhci_hcd 0000:03:00.0: @3723540 3676c0a0 00000000 01000000 01028000 [ 104.431846] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 104.431851] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 104.431855] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 104.431858] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 104.431860] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 104.431863] xhci_hcd 0000:03:00.0: In handle_tx_event [ 104.431866] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 1 [ 104.431869] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 104.431872] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 104.431875] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 104.431878] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734430 [ 104.431881] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 104.431884] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c0a0 [ 104.431886] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 104.431889] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 104.431892] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1028000 [ 104.431895] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 104.431898] usb 9-2: ep 0x1 - asked for 31 bytes, 0 bytes untransferred [ 104.431901] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c0b0 (DMA) [ 104.431904] xhci_hcd 0000:03:00.0: Event ring deq = 0x3723550 (DMA) [ 104.431909] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 104.431912] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723550, 4'hf); [ 104.431921] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 31, status = 0 [ 104.431924] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 104.431926] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 104.431930] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723558, 4'hf); [ 104.431936] usb-storage: Status code 0; transferred 31/31 [ 104.431937] usb-storage: -- transfer complete [ 104.431939] usb-storage: Bulk command transfer result=0 [ 104.431940] usb-storage: Attempting to get CSW... [ 104.431941] usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes [ 104.431944] usb 9-2: ep 0x82 - urb len = 0xd (13), addr = 0x35cdc000, num_trbs = 1 [ 104.431945] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 104.431947] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c540 (DMA) [ 104.431950] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h5, 4'hf); [ 104.431967] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 104.431970] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 104.431972] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 104.431976] xhci_hcd 0000:03:00.0: @3723550 3676c530 00000000 01000000 01058000 [ 104.431980] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 104.431984] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 104.431989] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 104.431991] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 104.431994] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 104.431996] xhci_hcd 0000:03:00.0: In handle_tx_event [ 104.431999] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 4 [ 104.432002] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 104.432004] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 104.432007] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 104.432010] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734410 [ 104.432013] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 104.432016] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c530 [ 104.432018] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 104.432021] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 104.432024] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1058000 [ 104.432026] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 104.432029] usb 9-2: ep 0x82 - asked for 13 bytes, 0 bytes untransferred [ 104.432032] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c540 (DMA) [ 104.432035] xhci_hcd 0000:03:00.0: Event ring deq = 0x3723560 (DMA) [ 104.432040] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 104.432044] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723560, 4'hf); [ 104.432047] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 13, status = 0 [ 104.432052] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 104.432055] usb-storage: Status code 0; transferred 13/13 [ 104.432057] usb-storage: -- transfer complete [ 104.432058] usb-storage: Bulk status result = 0 [ 104.432061] usb-storage: Bulk Status S 0x53425355 T 0x1ecd R 0 Stat 0x0 [ 104.432064] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 104.432065] usb-storage: scsi cmd done, result=0x0 [ 104.432069] usb-storage: *** thread sleeping. [ 104.432072] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723568, 4'hf); [ 106.431627] usb-storage: queuecommand called [ 106.431639] usb-storage: *** thread awakened. [ 106.431644] usb-storage: Command TEST_UNIT_READY (6 bytes) [ 106.431646] usb-storage: 00 00 00 00 00 00 [ 106.431655] usb-storage: Bulk Command S 0x43425355 T 0x1ece L 0 F 0 Trg 0 LUN 0 CL 6 [ 106.431658] usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes [ 106.431665] usb 9-2: ep 0x1 - urb len = 0x1f (31), addr = 0x35cdc000, num_trbs = 1 [ 106.431669] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 106.431673] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c0c0 (DMA) [ 106.431678] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h2, 4'hf); [ 106.431694] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 106.431697] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 106.431699] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 106.431703] xhci_hcd 0000:03:00.0: @3723560 3676c0b0 00000000 01000000 01028000 [ 106.431707] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 106.431712] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 106.431716] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 106.431719] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 106.431721] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 106.431724] xhci_hcd 0000:03:00.0: In handle_tx_event [ 106.431727] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 1 [ 106.431730] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 106.431732] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 106.431735] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 106.431738] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734430 [ 106.431741] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 106.431744] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c0b0 [ 106.431746] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 106.431749] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 106.431752] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1028000 [ 106.431754] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 106.431757] usb 9-2: ep 0x1 - asked for 31 bytes, 0 bytes untransferred [ 106.431761] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c0c0 (DMA) [ 106.431763] xhci_hcd 0000:03:00.0: Event ring deq = 0x3723570 (DMA) [ 106.431768] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 106.431772] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723570, 4'hf); [ 106.431776] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 31, status = 0 [ 106.431784] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 106.431785] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 106.431789] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723578, 4'hf); [ 106.431793] usb-storage: Status code 0; transferred 31/31 [ 106.431795] usb-storage: -- transfer complete [ 106.431796] usb-storage: Bulk command transfer result=0 [ 106.431797] usb-storage: Attempting to get CSW... [ 106.431798] usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes [ 106.431801] usb 9-2: ep 0x82 - urb len = 0xd (13), addr = 0x35cdc000, num_trbs = 1 [ 106.431802] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 106.431804] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c550 (DMA) [ 106.431807] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h5, 4'hf); [ 106.431825] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 106.431828] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 106.431830] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 106.431834] xhci_hcd 0000:03:00.0: @3723570 3676c540 00000000 01000000 01058000 [ 106.431839] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 106.431843] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 106.431847] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 106.431850] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 106.431853] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 106.431855] xhci_hcd 0000:03:00.0: In handle_tx_event [ 106.431858] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 4 [ 106.431861] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 106.431864] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 106.431866] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 106.431869] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734410 [ 106.431872] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 106.431875] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c540 [ 106.431878] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 106.431880] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 106.431883] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1058000 [ 106.431886] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 106.431889] usb 9-2: ep 0x82 - asked for 13 bytes, 0 bytes untransferred [ 106.431892] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c550 (DMA) [ 106.431895] xhci_hcd 0000:03:00.0: Event ring deq = 0x3723580 (DMA) [ 106.431900] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 106.431903] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723580, 4'hf); [ 106.431907] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 13, status = 0 [ 106.431911] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 106.431914] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 106.431919] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723588, 4'hf); [ 106.431926] usb-storage: Status code 0; transferred 13/13 [ 106.431928] usb-storage: -- transfer complete [ 106.431931] usb-storage: Bulk status result = 0 [ 106.431933] usb-storage: Bulk Status S 0x53425355 T 0x1ece R 0 Stat 0x0 [ 106.431936] usb-storage: scsi cmd done, result=0x0 [ 106.431941] usb-storage: *** thread sleeping. [ 108.431015] usb-storage: queuecommand called [ 108.431025] usb-storage: *** thread awakened. [ 108.431029] usb-storage: Command TEST_UNIT_READY (6 bytes) [ 108.431031] usb-storage: 00 00 00 00 00 00 [ 108.431039] usb-storage: Bulk Command S 0x43425355 T 0x1ecf L 0 F 0 Trg 0 LUN 0 CL 6 [ 108.431043] usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes [ 108.431050] usb 9-2: ep 0x1 - urb len = 0x1f (31), addr = 0x35cdc000, num_trbs = 1 [ 108.431054] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 108.431058] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c0d0 (DMA) [ 108.431063] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h2, 4'hf); [ 108.431081] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 108.431085] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 108.431088] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 108.431092] xhci_hcd 0000:03:00.0: @3723580 3676c0c0 00000000 01000000 01028000 [ 108.431097] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 108.431101] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 108.431106] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 108.431108] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 108.431111] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 108.431114] xhci_hcd 0000:03:00.0: In handle_tx_event [ 108.431117] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 1 [ 108.431120] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 108.431122] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 108.431125] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 108.431128] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734430 [ 108.431131] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 108.431133] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c0c0 [ 108.431136] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 108.431139] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 108.431142] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1028000 [ 108.431145] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 108.431148] usb 9-2: ep 0x1 - asked for 31 bytes, 0 bytes untransferred [ 108.431151] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c0d0 (DMA) [ 108.431154] xhci_hcd 0000:03:00.0: Event ring deq = 0x3723590 (DMA) [ 108.431159] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 108.431162] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723590, 4'hf); [ 108.431166] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 31, status = 0 [ 108.431177] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 108.431178] usb-storage: Status code 0; transferred 31/31 [ 108.431179] usb-storage: -- transfer complete [ 108.431180] usb-storage: Bulk command transfer result=0 [ 108.431181] usb-storage: Attempting to get CSW... [ 108.431182] usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes [ 108.431184] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 108.431188] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723598, 4'hf); [ 108.431191] usb 9-2: ep 0x82 - urb len = 0xd (13), addr = 0x35cdc000, num_trbs = 1 [ 108.431193] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 108.431195] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c560 (DMA) [ 108.431198] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h5, 4'hf); [ 108.431214] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 108.431216] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 108.431219] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 108.431222] xhci_hcd 0000:03:00.0: @3723590 3676c550 00000000 01000000 01058000 [ 108.431227] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 108.431231] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 108.431236] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 108.431238] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 108.431241] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 108.431243] xhci_hcd 0000:03:00.0: In handle_tx_event [ 108.431246] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 4 [ 108.431249] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 108.431252] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 108.431254] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 108.431257] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734410 [ 108.431260] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 108.431263] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c550 [ 108.431265] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 108.431268] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 108.431271] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1058000 [ 108.431274] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 108.431277] usb 9-2: ep 0x82 - asked for 13 bytes, 0 bytes untransferred [ 108.431280] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c560 (DMA) [ 108.431282] xhci_hcd 0000:03:00.0: Event ring deq = 0x37235a0 (DMA) [ 108.431287] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 108.431291] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h37235a0, 4'hf); [ 108.431294] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 13, status = 0 [ 108.431298] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 108.431301] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 108.431306] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h37235a8, 4'hf); [ 108.431313] usb-storage: Status code 0; transferred 13/13 [ 108.431315] usb-storage: -- transfer complete [ 108.431317] usb-storage: Bulk status result = 0 [ 108.431320] usb-storage: Bulk Status S 0x53425355 T 0x1ecf R 0 Stat 0x0 [ 108.431323] usb-storage: scsi cmd done, result=0x0 [ 108.431326] usb-storage: *** thread sleeping. [ 110.431403] usb-storage: queuecommand called [ 110.431413] usb-storage: *** thread awakened. [ 110.431416] usb-storage: Command TEST_UNIT_READY (6 bytes) [ 110.431419] usb-storage: 00 00 00 00 00 00 [ 110.431427] usb-storage: Bulk Command S 0x43425355 T 0x1ed0 L 0 F 0 Trg 0 LUN 0 CL 6 [ 110.431430] usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes [ 110.431437] usb 9-2: ep 0x1 - urb len = 0x1f (31), addr = 0x35cdc000, num_trbs = 1 [ 110.431441] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 110.431445] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c0e0 (DMA) [ 110.431450] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h2, 4'hf); [ 110.431467] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 110.431471] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 110.431474] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 110.431478] xhci_hcd 0000:03:00.0: @37235a0 3676c0d0 00000000 01000000 01028000 [ 110.431483] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 110.431487] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 110.431492] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 110.431494] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 110.431497] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 110.431500] xhci_hcd 0000:03:00.0: In handle_tx_event [ 110.431503] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 1 [ 110.431506] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 110.431508] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 110.431511] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 110.431514] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734430 [ 110.431517] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 110.431520] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c0d0 [ 110.431523] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 110.431525] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 110.431528] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1028000 [ 110.431531] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 110.431534] usb 9-2: ep 0x1 - asked for 31 bytes, 0 bytes untransferred [ 110.431538] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c0e0 (DMA) [ 110.431541] xhci_hcd 0000:03:00.0: Event ring deq = 0x37235b0 (DMA) [ 110.431546] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 110.431549] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h37235b0, 4'hf); [ 110.431558] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 31, status = 0 [ 110.431561] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 110.431562] usb-storage: Status code 0; transferred 31/31 [ 110.431563] usb-storage: -- transfer complete [ 110.431564] usb-storage: Bulk command transfer result=0 [ 110.431565] usb-storage: Attempting to get CSW... [ 110.431567] usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes [ 110.431568] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 110.431572] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h37235b8, 4'hf); [ 110.431576] usb 9-2: ep 0x82 - urb len = 0xd (13), addr = 0x35cdc000, num_trbs = 1 [ 110.431577] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 110.431579] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c570 (DMA) [ 110.431582] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h5, 4'hf); [ 110.431598] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 110.431601] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 110.431604] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 110.431607] xhci_hcd 0000:03:00.0: @37235b0 3676c560 00000000 01000000 01058000 [ 110.431611] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 110.431616] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 110.431620] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 110.431623] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 110.431625] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 110.431628] xhci_hcd 0000:03:00.0: In handle_tx_event [ 110.431631] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 4 [ 110.431633] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 110.431636] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 110.431639] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 110.431642] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734410 [ 110.431645] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 110.431647] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c560 [ 110.431650] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 110.431653] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 110.431655] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1058000 [ 110.431658] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 110.431661] usb 9-2: ep 0x82 - asked for 13 bytes, 0 bytes untransferred [ 110.431664] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c570 (DMA) [ 110.431667] xhci_hcd 0000:03:00.0: Event ring deq = 0x37235c0 (DMA) [ 110.431671] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 110.431675] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h37235c0, 4'hf); [ 110.431679] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 13, status = 0 [ 110.431683] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 110.431685] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 110.431690] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h37235c8, 4'hf); [ 110.431697] usb-storage: Status code 0; transferred 13/13 [ 110.431699] usb-storage: -- transfer complete [ 110.431701] usb-storage: Bulk status result = 0 [ 110.431704] usb-storage: Bulk Status S 0x53425355 T 0x1ed0 R 0 Stat 0x0 [ 110.431707] usb-storage: scsi cmd done, result=0x0 [ 110.431711] usb-storage: *** thread sleeping. [ 112.431900] usb-storage: queuecommand called [ 112.431910] usb-storage: *** thread awakened. [ 112.431914] usb-storage: Command TEST_UNIT_READY (6 bytes) [ 112.431916] usb-storage: 00 00 00 00 00 00 [ 112.431924] usb-storage: Bulk Command S 0x43425355 T 0x1ed1 L 0 F 0 Trg 0 LUN 0 CL 6 [ 112.431928] usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes [ 112.431935] usb 9-2: ep 0x1 - urb len = 0x1f (31), addr = 0x35cdc000, num_trbs = 1 [ 112.431939] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 112.431943] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c0f0 (DMA) [ 112.431948] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h2, 4'hf); [ 112.431966] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 112.431969] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 112.431972] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 112.431976] xhci_hcd 0000:03:00.0: @37235c0 3676c0e0 00000000 01000000 01028000 [ 112.431981] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 112.431985] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 112.431990] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 112.431992] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 112.431995] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 112.431998] xhci_hcd 0000:03:00.0: In handle_tx_event [ 112.432001] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 1 [ 112.432003] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 112.432006] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 112.432009] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 112.432012] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734430 [ 112.432016] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 112.432018] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c0e0 [ 112.432021] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 112.432024] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 112.432027] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1028000 [ 112.432031] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 112.432034] usb 9-2: ep 0x1 - asked for 31 bytes, 0 bytes untransferred [ 112.432038] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c0f0 (DMA) [ 112.432041] xhci_hcd 0000:03:00.0: Event ring deq = 0x37235d0 (DMA) [ 112.432046] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 112.432056] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h37235d0, 4'hf); [ 112.432058] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 31, status = 0 [ 112.432061] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 112.432063] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 112.432067] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h37235d8, 4'hf); [ 112.434584] usb-storage: Status code 0; transferred 31/31 [ 112.434585] usb-storage: -- transfer complete [ 112.434586] usb-storage: Bulk command transfer result=0 [ 112.434587] usb-storage: Attempting to get CSW... [ 112.434588] usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes [ 112.434591] usb 9-2: ep 0x82 - urb len = 0xd (13), addr = 0x35cdc000, num_trbs = 1 [ 112.434593] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 112.434595] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c580 (DMA) [ 112.434597] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h5, 4'hf); [ 112.434611] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 112.434612] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 112.434613] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 112.434616] xhci_hcd 0000:03:00.0: @37235d0 3676c570 00000000 01000000 01058000 [ 112.434619] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 112.434622] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 112.434624] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 112.434626] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 112.434627] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 112.434629] xhci_hcd 0000:03:00.0: In handle_tx_event [ 112.434630] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 4 [ 112.434632] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 112.434634] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 112.434635] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 112.434637] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734410 [ 112.434638] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 112.434640] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c570 [ 112.434641] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 112.434643] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 112.434645] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1058000 [ 112.434646] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 112.434648] usb 9-2: ep 0x82 - asked for 13 bytes, 0 bytes untransferred [ 112.434649] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c580 (DMA) [ 112.434651] xhci_hcd 0000:03:00.0: Event ring deq = 0x37235e0 (DMA) [ 112.434655] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 112.434657] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h37235e0, 4'hf); [ 112.434659] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 13, status = 0 [ 112.434661] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 112.434662] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 112.434666] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h37235e8, 4'hf); [ 112.434670] usb-storage: Status code 0; transferred 13/13 [ 112.434671] usb-storage: -- transfer complete [ 112.434673] usb-storage: Bulk status result = 0 [ 112.434674] usb-storage: Bulk Status S 0x53425355 T 0x1ed1 R 0 Stat 0x0 [ 112.434676] usb-storage: scsi cmd done, result=0x0 [ 112.434679] usb-storage: *** thread sleeping. [ 114.431776] usb-storage: queuecommand called [ 114.431786] usb-storage: *** thread awakened. [ 114.431790] usb-storage: Command TEST_UNIT_READY (6 bytes) [ 114.431793] usb-storage: 00 00 00 00 00 00 [ 114.431800] usb-storage: Bulk Command S 0x43425355 T 0x1ed2 L 0 F 0 Trg 0 LUN 0 CL 6 [ 114.431804] usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes [ 114.431813] usb 9-2: ep 0x1 - urb len = 0x1f (31), addr = 0x35cdc000, num_trbs = 1 [ 114.431817] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 114.431821] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c100 (DMA) [ 114.431826] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h2, 4'hf); [ 114.431848] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 114.431852] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 114.431855] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 114.431858] xhci_hcd 0000:03:00.0: @37235e0 3676c0f0 00000000 01000000 01028000 [ 114.431863] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 114.431868] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 114.431872] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 114.431875] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 114.431878] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 114.431880] xhci_hcd 0000:03:00.0: In handle_tx_event [ 114.431883] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 1 [ 114.431886] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 114.431889] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 114.431892] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 114.431895] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734430 [ 114.431898] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 114.431901] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c0f0 [ 114.431903] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 114.431906] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 114.431909] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1028000 [ 114.431912] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 114.431915] usb 9-2: ep 0x1 - asked for 31 bytes, 0 bytes untransferred [ 114.431918] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c100 (DMA) [ 114.431921] xhci_hcd 0000:03:00.0: Event ring deq = 0x37235f0 (DMA) [ 114.431932] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 114.431934] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h37235f0, 4'hf); [ 114.431936] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 31, status = 0 [ 114.431939] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 114.431941] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 114.431945] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h37235f8, 4'hf); [ 114.431984] usb-storage: Status code 0; transferred 31/31 [ 114.431986] usb-storage: -- transfer complete [ 114.431987] usb-storage: Bulk command transfer result=0 [ 114.431988] usb-storage: Attempting to get CSW... [ 114.431989] usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes [ 114.431992] usb 9-2: ep 0x82 - urb len = 0xd (13), addr = 0x35cdc000, num_trbs = 1 [ 114.431993] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 114.431995] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c590 (DMA) [ 114.431998] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h5, 4'hf); [ 114.432011] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 114.432012] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 114.432014] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 114.432016] xhci_hcd 0000:03:00.0: @37235f0 3676c580 00000000 01000000 01058000 [ 114.432019] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 114.432023] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 114.432026] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 114.432027] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 114.432029] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 114.432031] xhci_hcd 0000:03:00.0: In handle_tx_event [ 114.432033] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 4 [ 114.432034] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 114.432036] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 114.432038] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 114.432040] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734410 [ 114.432042] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 114.432044] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c580 [ 114.432045] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 114.432047] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 114.432049] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1058000 [ 114.432050] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 114.432052] usb 9-2: ep 0x82 - asked for 13 bytes, 0 bytes untransferred [ 114.432054] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c590 (DMA) [ 114.432056] xhci_hcd 0000:03:00.0: Event ring deq = 0x3723600 (DMA) [ 114.432060] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 114.432062] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723600, 4'hf); [ 114.432064] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 13, status = 0 [ 114.432068] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 114.432070] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 114.432074] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723608, 4'hf); [ 114.437126] usb-storage: Status code 0; transferred 13/13 [ 114.437127] usb-storage: -- transfer complete [ 114.437128] usb-storage: Bulk status result = 0 [ 114.437130] usb-storage: Bulk Status S 0x53425355 T 0x1ed2 R 0 Stat 0x0 [ 114.437132] usb-storage: scsi cmd done, result=0x0 [ 114.437134] usb-storage: *** thread sleeping. [ 114.906941] usb-storage: queuecommand called [ 114.906952] usb-storage: *** thread awakened. [ 114.906955] usb-storage: Command WRITE_10 (10 bytes) [ 114.906956] usb-storage: 2a 00 00 0a 81 00 00 00 f0 00 [ 114.906963] usb-storage: Bulk Command S 0x43425355 T 0x1ed3 L 122880 F 0 Trg 0 LUN 0 CL 10 [ 114.906965] usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes [ 114.906971] usb 9-2: ep 0x1 - urb len = 0x1f (31), addr = 0x35cdc000, num_trbs = 1 [ 114.906974] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 114.906978] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c110 (DMA) [ 114.906981] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h2, 4'hf); [ 114.906996] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 114.906997] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 114.906999] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 114.907001] xhci_hcd 0000:03:00.0: @3723600 3676c100 00000000 01000000 01028000 [ 114.907004] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 114.907007] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 114.907010] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 114.907012] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 114.907013] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_tx_event [ 114.907015] xhci_hcd 0000:03:00.0: In handle_tx_event [ 114.907017] xhci_hcd 0000:03:00.0: handle_tx_event - ep index = 1 [ 114.907018] xhci_hcd 0000:03:00.0: handle_tx_event - checking for list empty [ 114.907019] xhci_hcd 0000:03:00.0: handle_tx_event - getting list entry [ 114.907021] xhci_hcd 0000:03:00.0: handle_tx_event - looking for TD [ 114.907022] xhci_hcd 0000:03:00.0: handle_tx_event - found event_seg = c3734430 [ 114.907024] xhci_hcd 0000:03:00.0: Event TRB with TRB type ID 32 [ 114.907026] xhci_hcd 0000:03:00.0: Offset 0x00 (buffer lo) = 0x3676c100 [ 114.907027] xhci_hcd 0000:03:00.0: Offset 0x04 (buffer hi) = 0x0 [ 114.907028] xhci_hcd 0000:03:00.0: Offset 0x08 (transfer length) = 0x1000000 [ 114.907030] xhci_hcd 0000:03:00.0: Offset 0x0C (flags) = 0x1028000 [ 114.907032] xhci_hcd 0000:03:00.0: Successful bulk transfer! [ 114.907033] usb 9-2: ep 0x1 - asked for 31 bytes, 0 bytes untransferred [ 114.907035] xhci_hcd 0000:03:00.0: Ring deq = 0x3676c110 (DMA) [ 114.907037] xhci_hcd 0000:03:00.0: Event ring deq = 0x3723610 (DMA) [ 114.907041] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 114.907043] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723610, 4'hf); [ 114.907045] xhci_hcd 0000:03:00.0: Giveback URB f5ce7a80, len = 31, status = 0 [ 114.907048] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_tx_event [ 114.907050] usb-storage: Status code 0; transferred 31/31 [ 114.907051] usb-storage: -- transfer complete [ 114.907052] usb-storage: Bulk command transfer result=0 [ 114.907053] usb-storage: usb_stor_bulk_transfer_sglist: xfer 122880 bytes, 27 entries [ 114.907054] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 114.907058] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723618, 4'hf); [ 114.907062] xhci_hcd 0000:03:00.0: count sg list trbs: [ 114.907064] xhci_hcd 0000:03:00.0: sg #0: dma = 0xb21ca000, len = 0x3000 (12288), num_trbs = 1 [ 114.907066] xhci_hcd 0000:03:00.0: sg #1: dma = 0xb21a2000, len = 0x1000 (4096), num_trbs = 1 [ 114.907068] xhci_hcd 0000:03:00.0: sg #2: dma = 0xb221a000, len = 0x1000 (4096), num_trbs = 1 [ 114.907071] xhci_hcd 0000:03:00.0: sg #3: dma = 0xb2186000, len = 0x1000 (4096), num_trbs = 1 [ 114.907073] xhci_hcd 0000:03:00.0: sg #4: dma = 0xb21a6000, len = 0x1000 (4096), num_trbs = 1 [ 114.907075] xhci_hcd 0000:03:00.0: sg #5: dma = 0xb221b000, len = 0x1000 (4096), num_trbs = 1 [ 114.907077] xhci_hcd 0000:03:00.0: sg #6: dma = 0xb2188000, len = 0x1000 (4096), num_trbs = 1 [ 114.907080] xhci_hcd 0000:03:00.0: sg #7: dma = 0xb2225000, len = 0x1000 (4096), num_trbs = 1 [ 114.907082] xhci_hcd 0000:03:00.0: sg #8: dma = 0xb2227000, len = 0x1000 (4096), num_trbs = 1 [ 114.907084] xhci_hcd 0000:03:00.0: sg #9: dma = 0xb2233000, len = 0x1000 (4096), num_trbs = 1 [ 114.907086] xhci_hcd 0000:03:00.0: sg #10: dma = 0xb2065000, len = 0x1000 (4096), num_trbs = 1 [ 114.907089] xhci_hcd 0000:03:00.0: sg #11: dma = 0xb216f000, len = 0x1000 (4096), num_trbs = 1 [ 114.907091] xhci_hcd 0000:03:00.0: sg #12: dma = 0xb214a000, len = 0x1000 (4096), num_trbs = 1 [ 114.907093] xhci_hcd 0000:03:00.0: sg #13: dma = 0xb2221000, len = 0x2000 (8192), num_trbs = 1 [ 114.907096] xhci_hcd 0000:03:00.0: sg #14: dma = 0xb21a3000, len = 0x1000 (4096), num_trbs = 1 [ 114.907098] xhci_hcd 0000:03:00.0: sg #15: dma = 0xb20ee000, len = 0x1000 (4096), num_trbs = 1 [ 114.907100] xhci_hcd 0000:03:00.0: sg #16: dma = 0xb21fc000, len = 0x1000 (4096), num_trbs = 1 [ 114.907102] xhci_hcd 0000:03:00.0: sg #17: dma = 0xb21a0000, len = 0x1000 (4096), num_trbs = 1 [ 114.907104] xhci_hcd 0000:03:00.0: sg #18: dma = 0xb2182000, len = 0x1000 (4096), num_trbs = 1 [ 114.907107] xhci_hcd 0000:03:00.0: sg #19: dma = 0xb21ad000, len = 0x1000 (4096), num_trbs = 1 [ 114.907109] xhci_hcd 0000:03:00.0: sg #20: dma = 0xb276a000, len = 0x1000 (4096), num_trbs = 1 [ 114.907111] xhci_hcd 0000:03:00.0: sg #21: dma = 0xb2234000, len = 0x1000 (4096), num_trbs = 1 [ 114.907113] xhci_hcd 0000:03:00.0: sg #22: dma = 0xb2220000, len = 0x1000 (4096), num_trbs = 1 [ 114.907115] xhci_hcd 0000:03:00.0: sg #23: dma = 0xb21a5000, len = 0x1000 (4096), num_trbs = 1 [ 114.907118] xhci_hcd 0000:03:00.0: sg #24: dma = 0xb2189000, len = 0x1000 (4096), num_trbs = 1 [ 114.907120] xhci_hcd 0000:03:00.0: sg #25: dma = 0xb21fb000, len = 0x1000 (4096), num_trbs = 1 [ 114.907122] xhci_hcd 0000:03:00.0: sg #26: dma = 0xb2167000, len = 0x1000 (4096), num_trbs = 1 [ 114.907124] xhci_hcd 0000:03:00.0: [ 114.907126] usb 9-2: ep 0x1 - urb len = 122880, sglist used, num_trbs = 27 [ 114.907127] xhci_hcd 0000:03:00.0: Endpoint state = 0x1 [ 114.907129] xhci_hcd 0000:03:00.0: First length to xfer from 1st sglist entry = 12288 [ 114.907131] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb21ca000, len = 0x3000 (12288), 64KB boundary at 0xb21d0000, end dma = 0xb21cd000 [ 114.907133] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c120 (DMA) [ 114.907136] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb21a2000, len = 0x1000 (4096), 64KB boundary at 0xb21b0000, end dma = 0xb21a3000 [ 114.907138] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c130 (DMA) [ 114.907140] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb221a000, len = 0x1000 (4096), 64KB boundary at 0xb2220000, end dma = 0xb221b000 [ 114.907142] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c140 (DMA) [ 114.907144] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb2186000, len = 0x1000 (4096), 64KB boundary at 0xb2190000, end dma = 0xb2187000 [ 114.907146] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c150 (DMA) [ 114.907148] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb21a6000, len = 0x1000 (4096), 64KB boundary at 0xb21b0000, end dma = 0xb21a7000 [ 114.907150] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c160 (DMA) [ 114.907152] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb221b000, len = 0x1000 (4096), 64KB boundary at 0xb2220000, end dma = 0xb221c000 [ 114.907154] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c170 (DMA) [ 114.907156] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb2188000, len = 0x1000 (4096), 64KB boundary at 0xb2190000, end dma = 0xb2189000 [ 114.907158] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c180 (DMA) [ 114.907160] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb2225000, len = 0x1000 (4096), 64KB boundary at 0xb2230000, end dma = 0xb2226000 [ 114.907162] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c190 (DMA) [ 114.907164] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb2227000, len = 0x1000 (4096), 64KB boundary at 0xb2230000, end dma = 0xb2228000 [ 114.907166] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c1a0 (DMA) [ 114.907168] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb2233000, len = 0x1000 (4096), 64KB boundary at 0xb2240000, end dma = 0xb2234000 [ 114.907170] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c1b0 (DMA) [ 114.907172] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb2065000, len = 0x1000 (4096), 64KB boundary at 0xb2070000, end dma = 0xb2066000 [ 114.907174] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c1c0 (DMA) [ 114.907177] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb216f000, len = 0x1000 (4096), 64KB boundary at 0xb2170000, end dma = 0xb2170000 [ 114.907179] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c1d0 (DMA) [ 114.907181] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb214a000, len = 0x1000 (4096), 64KB boundary at 0xb2150000, end dma = 0xb214b000 [ 114.907182] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c1e0 (DMA) [ 114.907184] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb2221000, len = 0x2000 (8192), 64KB boundary at 0xb2230000, end dma = 0xb2223000 [ 114.907186] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c1f0 (DMA) [ 114.907188] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb21a3000, len = 0x1000 (4096), 64KB boundary at 0xb21b0000, end dma = 0xb21a4000 [ 114.907191] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c200 (DMA) [ 114.907193] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb20ee000, len = 0x1000 (4096), 64KB boundary at 0xb20f0000, end dma = 0xb20ef000 [ 114.907195] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c210 (DMA) [ 114.907197] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb21fc000, len = 0x1000 (4096), 64KB boundary at 0xb2200000, end dma = 0xb21fd000 [ 114.907199] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c220 (DMA) [ 114.907201] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb21a0000, len = 0x1000 (4096), 64KB boundary at 0xb21b0000, end dma = 0xb21a1000 [ 114.907203] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c230 (DMA) [ 114.907205] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb2182000, len = 0x1000 (4096), 64KB boundary at 0xb2190000, end dma = 0xb2183000 [ 114.907207] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c240 (DMA) [ 114.907209] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb21ad000, len = 0x1000 (4096), 64KB boundary at 0xb21b0000, end dma = 0xb21ae000 [ 114.907211] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c250 (DMA) [ 114.907213] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb276a000, len = 0x1000 (4096), 64KB boundary at 0xb2770000, end dma = 0xb276b000 [ 114.907215] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c260 (DMA) [ 114.907217] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb2234000, len = 0x1000 (4096), 64KB boundary at 0xb2240000, end dma = 0xb2235000 [ 114.907219] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c270 (DMA) [ 114.907221] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb2220000, len = 0x1000 (4096), 64KB boundary at 0xb2230000, end dma = 0xb2221000 [ 114.907223] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c280 (DMA) [ 114.907225] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb21a5000, len = 0x1000 (4096), 64KB boundary at 0xb21b0000, end dma = 0xb21a6000 [ 114.907227] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c290 (DMA) [ 114.907229] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb2189000, len = 0x1000 (4096), 64KB boundary at 0xb2190000, end dma = 0xb218a000 [ 114.907231] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c2a0 (DMA) [ 114.907233] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb21fb000, len = 0x1000 (4096), 64KB boundary at 0xb2200000, end dma = 0xb21fc000 [ 114.907235] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c2b0 (DMA) [ 114.907237] xhci_hcd 0000:03:00.0: sg entry: dma = 0xb2167000, len = 0x1000 (4096), 64KB boundary at 0xb2170000, end dma = 0xb2168000 [ 114.907239] xhci_hcd 0000:03:00.0: Ring enq = 0x3676c2c0 (DMA) [ 114.907242] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h2, 4'hf); [ 128.952013] xhci_hcd 0000:03:00.0: Poll event ring: 4294924533 [ 128.952017] xhci_hcd 0000:03:00.0: op reg status = 0x0 [ 128.952019] xhci_hcd 0000:03:00.0: ir_set 0 pending = 0x2 [ 128.952021] xhci_hcd 0000:03:00.0: No-op commands handled = 0 [ 128.952022] xhci_hcd 0000:03:00.0: HC error bitmask = 0x4 [ 128.952024] xhci_hcd 0000:03:00.0: Event ring: [ 128.952026] xhci_hcd 0000:03:00.0: @03723400 3676c490 00000000 01000000 01058000 [ 128.952028] xhci_hcd 0000:03:00.0: @03723410 3676c000 00000000 01000000 01028000 [ 128.952030] xhci_hcd 0000:03:00.0: @03723420 3676c4a0 00000000 01000000 01058000 [ 128.952032] xhci_hcd 0000:03:00.0: @03723430 3676c010 00000000 01000000 01028000 [ 128.952034] xhci_hcd 0000:03:00.0: @03723440 3676c020 00000000 01000000 01028000 [ 128.952036] xhci_hcd 0000:03:00.0: @03723450 3676c4b0 00000000 01000000 01058000 [ 128.952038] xhci_hcd 0000:03:00.0: @03723460 3676c030 00000000 01000000 01028000 [ 128.952040] xhci_hcd 0000:03:00.0: @03723470 3676c4c0 00000000 01000000 01058000 [ 128.952042] xhci_hcd 0000:03:00.0: @03723480 3676c040 00000000 01000000 01028000 [ 128.952044] xhci_hcd 0000:03:00.0: @03723490 3676c4d0 00000000 01000000 01058000 [ 128.952046] xhci_hcd 0000:03:00.0: @037234a0 3676c050 00000000 01000000 01028000 [ 128.952048] xhci_hcd 0000:03:00.0: @037234b0 3676c4e0 00000000 01000000 01058000 [ 128.952050] xhci_hcd 0000:03:00.0: @037234c0 3676c060 00000000 01000000 01028000 [ 128.952052] xhci_hcd 0000:03:00.0: @037234d0 3676c4f0 00000000 01000000 01058000 [ 128.952054] xhci_hcd 0000:03:00.0: @037234e0 3676c070 00000000 01000000 01028000 [ 128.952056] xhci_hcd 0000:03:00.0: @037234f0 3676c500 00000000 01000000 01058000 [ 128.952057] xhci_hcd 0000:03:00.0: @03723500 3676c080 00000000 01000000 01028000 [ 128.952059] xhci_hcd 0000:03:00.0: @03723510 3676c510 00000000 01000000 01058000 [ 128.952061] xhci_hcd 0000:03:00.0: @03723520 3676c090 00000000 01000000 01028000 [ 128.952063] xhci_hcd 0000:03:00.0: @03723530 3676c520 00000000 01000000 01058000 [ 128.952065] xhci_hcd 0000:03:00.0: @03723540 3676c0a0 00000000 01000000 01028000 [ 128.952067] xhci_hcd 0000:03:00.0: @03723550 3676c530 00000000 01000000 01058000 [ 128.952069] xhci_hcd 0000:03:00.0: @03723560 3676c0b0 00000000 01000000 01028000 [ 128.952071] xhci_hcd 0000:03:00.0: @03723570 3676c540 00000000 01000000 01058000 [ 128.952073] xhci_hcd 0000:03:00.0: @03723580 3676c0c0 00000000 01000000 01028000 [ 128.952075] xhci_hcd 0000:03:00.0: @03723590 3676c550 00000000 01000000 01058000 [ 128.952077] xhci_hcd 0000:03:00.0: @037235a0 3676c0d0 00000000 01000000 01028000 [ 128.952079] xhci_hcd 0000:03:00.0: @037235b0 3676c560 00000000 01000000 01058000 [ 128.952081] xhci_hcd 0000:03:00.0: @037235c0 3676c0e0 00000000 01000000 01028000 [ 128.952083] xhci_hcd 0000:03:00.0: @037235d0 3676c570 00000000 01000000 01058000 [ 128.952085] xhci_hcd 0000:03:00.0: @037235e0 3676c0f0 00000000 01000000 01028000 [ 128.952087] xhci_hcd 0000:03:00.0: @037235f0 3676c580 00000000 01000000 01058000 [ 128.952089] xhci_hcd 0000:03:00.0: @03723600 3676c100 00000000 01000000 01028000 [ 128.952091] xhci_hcd 0000:03:00.0: @03723610 3676c780 00000000 01000000 01058001 [ 128.952093] xhci_hcd 0000:03:00.0: @03723620 3676c300 00000000 01000000 01028001 [ 128.952094] xhci_hcd 0000:03:00.0: @03723630 3676c790 00000000 01000000 01058001 [ 128.952096] xhci_hcd 0000:03:00.0: @03723640 3676c7a0 00000000 01000000 01058001 [ 128.952098] xhci_hcd 0000:03:00.0: @03723650 3676c310 00000000 01000000 01028001 [ 128.952100] xhci_hcd 0000:03:00.0: @03723660 3676c7b0 00000000 01000000 01058001 [ 128.952102] xhci_hcd 0000:03:00.0: @03723670 3676c320 00000000 01000000 01028001 [ 128.952104] xhci_hcd 0000:03:00.0: @03723680 3676c7c0 00000000 01000000 01058001 [ 128.952106] xhci_hcd 0000:03:00.0: @03723690 3676c330 00000000 01000000 01028001 [ 128.952108] xhci_hcd 0000:03:00.0: @037236a0 3676c7d0 00000000 01000000 01058001 [ 128.952110] xhci_hcd 0000:03:00.0: @037236b0 3676c340 00000000 01000000 01028001 [ 128.952112] xhci_hcd 0000:03:00.0: @037236c0 3676c7e0 00000000 01000000 01058001 [ 128.952114] xhci_hcd 0000:03:00.0: @037236d0 3676c350 00000000 01000000 01028001 [ 128.952116] xhci_hcd 0000:03:00.0: @037236e0 3676c400 00000000 01000000 01058001 [ 128.952118] xhci_hcd 0000:03:00.0: @037236f0 3676c360 00000000 01000000 01028001 [ 128.952120] xhci_hcd 0000:03:00.0: @03723700 3676c410 00000000 01000000 01058001 [ 128.952122] xhci_hcd 0000:03:00.0: @03723710 3676c370 00000000 01000000 01028001 [ 128.952124] xhci_hcd 0000:03:00.0: @03723720 3676c420 00000000 01000000 01058001 [ 128.952126] xhci_hcd 0000:03:00.0: @03723730 3676c380 00000000 01000000 01028001 [ 128.952128] xhci_hcd 0000:03:00.0: @03723740 3676c430 00000000 01000000 01058001 [ 128.952130] xhci_hcd 0000:03:00.0: @03723750 3676c390 00000000 01000000 01028001 [ 128.952132] xhci_hcd 0000:03:00.0: @03723760 3676c440 00000000 01000000 01058001 [ 128.952134] xhci_hcd 0000:03:00.0: @03723770 3676c3a0 00000000 01000000 01028001 [ 128.952135] xhci_hcd 0000:03:00.0: @03723780 3676c450 00000000 01000000 01058001 [ 128.952137] xhci_hcd 0000:03:00.0: @03723790 3676c3b0 00000000 01000000 01028001 [ 128.952139] xhci_hcd 0000:03:00.0: @037237a0 3676c460 00000000 01000000 01058001 [ 128.952141] xhci_hcd 0000:03:00.0: @037237b0 3676c3c0 00000000 01000000 01028001 [ 128.952143] xhci_hcd 0000:03:00.0: @037237c0 3676c470 00000000 01000000 01058001 [ 128.952145] xhci_hcd 0000:03:00.0: @037237d0 3676c3d0 00000000 01000000 01028001 [ 128.952147] xhci_hcd 0000:03:00.0: @037237e0 3676c480 00000000 01000000 01058001 [ 128.952149] xhci_hcd 0000:03:00.0: @037237f0 3676c3e0 00000000 01000000 01028001 [ 128.952151] xhci_hcd 0000:03:00.0: Ring deq = c3723610 (virt), 0x3723610 (dma) [ 128.952153] xhci_hcd 0000:03:00.0: Ring deq updated 23649 times [ 128.952155] xhci_hcd 0000:03:00.0: Ring enq = c3723400 (virt), 0x3723400 (dma) [ 128.952156] xhci_hcd 0000:03:00.0: Ring enq updated 0 times [ 128.952160] xhci_hcd 0000:03:00.0: ERST deq = 64'h3723610 [ 128.952161] xhci_hcd 0000:03:00.0: Command ring: [ 128.952163] xhci_hcd 0000:03:00.0: @03723000 00000000 00000000 00000000 00002401 [ 128.952165] xhci_hcd 0000:03:00.0: @03723010 367b1000 00000000 00000000 01002c01 [ 128.952167] xhci_hcd 0000:03:00.0: @03723020 367b1000 00000000 00000000 01003001 [ 128.952169] xhci_hcd 0000:03:00.0: @03723030 00000000 00000000 00000000 01013801 [ 128.952171] xhci_hcd 0000:03:00.0: @03723040 367b1000 00000000 00000000 01003001 [ 128.952173] xhci_hcd 0000:03:00.0: @03723050 00000000 00000000 00000000 00000000 [ 128.952175] xhci_hcd 0000:03:00.0: @03723060 00000000 00000000 00000000 00000000 [ 128.952176] xhci_hcd 0000:03:00.0: @03723070 00000000 00000000 00000000 00000000 [ 128.952178] xhci_hcd 0000:03:00.0: @03723080 00000000 00000000 00000000 00000000 [ 128.952180] xhci_hcd 0000:03:00.0: @03723090 00000000 00000000 00000000 00000000 [ 128.952182] xhci_hcd 0000:03:00.0: @037230a0 00000000 00000000 00000000 00000000 [ 128.952184] xhci_hcd 0000:03:00.0: @037230b0 00000000 00000000 00000000 00000000 [ 128.952186] xhci_hcd 0000:03:00.0: @037230c0 00000000 00000000 00000000 00000000 [ 128.952188] xhci_hcd 0000:03:00.0: @037230d0 00000000 00000000 00000000 00000000 [ 128.952190] xhci_hcd 0000:03:00.0: @037230e0 00000000 00000000 00000000 00000000 [ 128.952191] xhci_hcd 0000:03:00.0: @037230f0 00000000 00000000 00000000 00000000 [ 128.952193] xhci_hcd 0000:03:00.0: @03723100 00000000 00000000 00000000 00000000 [ 128.952195] xhci_hcd 0000:03:00.0: @03723110 00000000 00000000 00000000 00000000 [ 128.952197] xhci_hcd 0000:03:00.0: @03723120 00000000 00000000 00000000 00000000 [ 128.952199] xhci_hcd 0000:03:00.0: @03723130 00000000 00000000 00000000 00000000 [ 128.952201] xhci_hcd 0000:03:00.0: @03723140 00000000 00000000 00000000 00000000 [ 128.952203] xhci_hcd 0000:03:00.0: @03723150 00000000 00000000 00000000 00000000 [ 128.952205] xhci_hcd 0000:03:00.0: @03723160 00000000 00000000 00000000 00000000 [ 128.952206] xhci_hcd 0000:03:00.0: @03723170 00000000 00000000 00000000 00000000 [ 128.952208] xhci_hcd 0000:03:00.0: @03723180 00000000 00000000 00000000 00000000 [ 128.952210] xhci_hcd 0000:03:00.0: @03723190 00000000 00000000 00000000 00000000 [ 128.952212] xhci_hcd 0000:03:00.0: @037231a0 00000000 00000000 00000000 00000000 [ 128.952214] xhci_hcd 0000:03:00.0: @037231b0 00000000 00000000 00000000 00000000 [ 128.952216] xhci_hcd 0000:03:00.0: @037231c0 00000000 00000000 00000000 00000000 [ 128.952218] xhci_hcd 0000:03:00.0: @037231d0 00000000 00000000 00000000 00000000 [ 128.952220] xhci_hcd 0000:03:00.0: @037231e0 00000000 00000000 00000000 00000000 [ 128.952221] xhci_hcd 0000:03:00.0: @037231f0 00000000 00000000 00000000 00000000 [ 128.952223] xhci_hcd 0000:03:00.0: @03723200 00000000 00000000 00000000 00000000 [ 128.952225] xhci_hcd 0000:03:00.0: @03723210 00000000 00000000 00000000 00000000 [ 128.952227] xhci_hcd 0000:03:00.0: @03723220 00000000 00000000 00000000 00000000 [ 128.952229] xhci_hcd 0000:03:00.0: @03723230 00000000 00000000 00000000 00000000 [ 128.952231] xhci_hcd 0000:03:00.0: @03723240 00000000 00000000 00000000 00000000 [ 128.952233] xhci_hcd 0000:03:00.0: @03723250 00000000 00000000 00000000 00000000 [ 128.952235] xhci_hcd 0000:03:00.0: @03723260 00000000 00000000 00000000 00000000 [ 128.952236] xhci_hcd 0000:03:00.0: @03723270 00000000 00000000 00000000 00000000 [ 128.952238] xhci_hcd 0000:03:00.0: @03723280 00000000 00000000 00000000 00000000 [ 128.952240] xhci_hcd 0000:03:00.0: @03723290 00000000 00000000 00000000 00000000 [ 128.952242] xhci_hcd 0000:03:00.0: @037232a0 00000000 00000000 00000000 00000000 [ 128.952244] xhci_hcd 0000:03:00.0: @037232b0 00000000 00000000 00000000 00000000 [ 128.952246] xhci_hcd 0000:03:00.0: @037232c0 00000000 00000000 00000000 00000000 [ 128.952248] xhci_hcd 0000:03:00.0: @037232d0 00000000 00000000 00000000 00000000 [ 128.952249] xhci_hcd 0000:03:00.0: @037232e0 00000000 00000000 00000000 00000000 [ 128.952251] xhci_hcd 0000:03:00.0: @037232f0 00000000 00000000 00000000 00000000 [ 128.952253] xhci_hcd 0000:03:00.0: @03723300 00000000 00000000 00000000 00000000 [ 128.952255] xhci_hcd 0000:03:00.0: @03723310 00000000 00000000 00000000 00000000 [ 128.952257] xhci_hcd 0000:03:00.0: @03723320 00000000 00000000 00000000 00000000 [ 128.952259] xhci_hcd 0000:03:00.0: @03723330 00000000 00000000 00000000 00000000 [ 128.952261] xhci_hcd 0000:03:00.0: @03723340 00000000 00000000 00000000 00000000 [ 128.952263] xhci_hcd 0000:03:00.0: @03723350 00000000 00000000 00000000 00000000 [ 128.952264] xhci_hcd 0000:03:00.0: @03723360 00000000 00000000 00000000 00000000 [ 128.952266] xhci_hcd 0000:03:00.0: @03723370 00000000 00000000 00000000 00000000 [ 128.952268] xhci_hcd 0000:03:00.0: @03723380 00000000 00000000 00000000 00000000 [ 128.952270] xhci_hcd 0000:03:00.0: @03723390 00000000 00000000 00000000 00000000 [ 128.952272] xhci_hcd 0000:03:00.0: @037233a0 00000000 00000000 00000000 00000000 [ 128.952274] xhci_hcd 0000:03:00.0: @037233b0 00000000 00000000 00000000 00000000 [ 128.952276] xhci_hcd 0000:03:00.0: @037233c0 00000000 00000000 00000000 00000000 [ 128.952277] xhci_hcd 0000:03:00.0: @037233d0 00000000 00000000 00000000 00000000 [ 128.952279] xhci_hcd 0000:03:00.0: @037233e0 00000000 00000000 00000000 00000000 [ 128.952281] xhci_hcd 0000:03:00.0: @037233f0 03723000 00000000 00000000 00001802 [ 128.952283] xhci_hcd 0000:03:00.0: Ring deq = c3723050 (virt), 0x3723050 (dma) [ 128.952285] xhci_hcd 0000:03:00.0: Ring deq updated 5 times [ 128.952286] xhci_hcd 0000:03:00.0: Ring enq = c3723050 (virt), 0x3723050 (dma) [ 128.952288] xhci_hcd 0000:03:00.0: Ring enq updated 5 times [ 128.952292] xhci_hcd 0000:03:00.0: // xHC command ring deq ptr low bits + flags = @00000008 [ 128.952293] xhci_hcd 0000:03:00.0: // xHC command ring deq ptr high bits = @00000000 [ 128.952295] xhci_hcd 0000:03:00.0: Dev 1 endpoint ring 0: [ 128.952298] xhci_hcd 0000:03:00.0: @03723800 01000680 00080000 00000008 00000841 [ 128.952300] xhci_hcd 0000:03:00.0: @03723810 367d3c80 00000000 00000008 00010c05 [ 128.952302] xhci_hcd 0000:03:00.0: @03723820 00000000 00000000 00000000 00001021 [ 128.952304] xhci_hcd 0000:03:00.0: @03723830 01000680 00120000 00000008 00000841 [ 128.952306] xhci_hcd 0000:03:00.0: @03723840 030c08c0 00000000 00000012 00010c05 [ 128.952308] xhci_hcd 0000:03:00.0: @03723850 00000000 00000000 00000000 00001021 [ 128.952310] xhci_hcd 0000:03:00.0: @03723860 02000680 00090000 00000008 00000841 [ 128.952312] xhci_hcd 0000:03:00.0: @03723870 037e3da0 00000000 00000009 00010c05 [ 128.952313] xhci_hcd 0000:03:00.0: @03723880 00000000 00000000 00000000 00001021 [ 128.952315] xhci_hcd 0000:03:00.0: @03723890 02000680 00200000 00000008 00000841 [ 128.952317] xhci_hcd 0000:03:00.0: @037238a0 030c08c0 00000000 00000020 00010c05 [ 128.952319] xhci_hcd 0000:03:00.0: @037238b0 00000000 00000000 00000000 00001021 [ 128.952321] xhci_hcd 0000:03:00.0: @037238c0 03000680 00ff0000 00000008 00000841 [ 128.952323] xhci_hcd 0000:03:00.0: @037238d0 35cbcf00 00000000 000000ff 00010c05 [ 128.952325] xhci_hcd 0000:03:00.0: @037238e0 00000000 00000000 00000000 00001021 [ 128.952327] xhci_hcd 0000:03:00.0: @037238f0 03020680 00ff0409 00000008 00000841 [ 128.952329] xhci_hcd 0000:03:00.0: @03723900 35cbcf00 00000000 000000ff 00010c05 [ 128.952331] xhci_hcd 0000:03:00.0: @03723910 00000000 00000000 00000000 00001021 [ 128.952333] xhci_hcd 0000:03:00.0: @03723920 03010680 00ff0409 00000008 00000841 [ 128.952335] xhci_hcd 0000:03:00.0: @03723930 35cbcf00 00000000 000000ff 00010c05 [ 128.952337] xhci_hcd 0000:03:00.0: @03723940 00000000 00000000 00000000 00001021 [ 128.952339] xhci_hcd 0000:03:00.0: @03723950 03030680 00ff0409 00000008 00000841 [ 128.952341] xhci_hcd 0000:03:00.0: @03723960 35cbcf00 00000000 000000ff 00010c05 [ 128.952343] xhci_hcd 0000:03:00.0: @03723970 00000000 00000000 00000000 00001021 [ 128.952345] xhci_hcd 0000:03:00.0: @03723980 00010900 00000000 00000008 00000841 [ 128.952347] xhci_hcd 0000:03:00.0: @03723990 00000000 00000000 00000000 00011021 [ 128.952349] xhci_hcd 0000:03:00.0: @037239a0 0000fea1 00010000 00000008 00000841 [ 128.952351] xhci_hcd 0000:03:00.0: @037239b0 35cdc000 00000000 00000001 00010c05 [ 128.952353] xhci_hcd 0000:03:00.0: @037239c0 00000000 00000000 00000000 00001021 [ 128.952355] xhci_hcd 0000:03:00.0: @037239d0 00000000 00000000 00000000 00000000 [ 128.952357] xhci_hcd 0000:03:00.0: @037239e0 00000000 00000000 00000000 00000000 [ 128.952358] xhci_hcd 0000:03:00.0: @037239f0 00000000 00000000 00000000 00000000 [ 128.952360] xhci_hcd 0000:03:00.0: @03723a00 00000000 00000000 00000000 00000000 [ 128.952362] xhci_hcd 0000:03:00.0: @03723a10 00000000 00000000 00000000 00000000 [ 128.952364] xhci_hcd 0000:03:00.0: @03723a20 00000000 00000000 00000000 00000000 [ 128.952366] xhci_hcd 0000:03:00.0: @03723a30 00000000 00000000 00000000 00000000 [ 128.952368] xhci_hcd 0000:03:00.0: @03723a40 00000000 00000000 00000000 00000000 [ 128.952370] xhci_hcd 0000:03:00.0: @03723a50 00000000 00000000 00000000 00000000 [ 128.952372] xhci_hcd 0000:03:00.0: @03723a60 00000000 00000000 00000000 00000000 [ 128.952373] xhci_hcd 0000:03:00.0: @03723a70 00000000 00000000 00000000 00000000 [ 128.952375] xhci_hcd 0000:03:00.0: @03723a80 00000000 00000000 00000000 00000000 [ 128.952377] xhci_hcd 0000:03:00.0: @03723a90 00000000 00000000 00000000 00000000 [ 128.952379] xhci_hcd 0000:03:00.0: @03723aa0 00000000 00000000 00000000 00000000 [ 128.952381] xhci_hcd 0000:03:00.0: @03723ab0 00000000 00000000 00000000 00000000 [ 128.952383] xhci_hcd 0000:03:00.0: @03723ac0 00000000 00000000 00000000 00000000 [ 128.952385] xhci_hcd 0000:03:00.0: @03723ad0 00000000 00000000 00000000 00000000 [ 128.952387] xhci_hcd 0000:03:00.0: @03723ae0 00000000 00000000 00000000 00000000 [ 128.952389] xhci_hcd 0000:03:00.0: @03723af0 00000000 00000000 00000000 00000000 [ 128.952390] xhci_hcd 0000:03:00.0: @03723b00 00000000 00000000 00000000 00000000 [ 128.952392] xhci_hcd 0000:03:00.0: @03723b10 00000000 00000000 00000000 00000000 [ 128.952394] xhci_hcd 0000:03:00.0: @03723b20 00000000 00000000 00000000 00000000 [ 128.952396] xhci_hcd 0000:03:00.0: @03723b30 00000000 00000000 00000000 00000000 [ 128.952398] xhci_hcd 0000:03:00.0: @03723b40 00000000 00000000 00000000 00000000 [ 128.952400] xhci_hcd 0000:03:00.0: @03723b50 00000000 00000000 00000000 00000000 [ 128.952402] xhci_hcd 0000:03:00.0: @03723b60 00000000 00000000 00000000 00000000 [ 128.952404] xhci_hcd 0000:03:00.0: @03723b70 00000000 00000000 00000000 00000000 [ 128.952406] xhci_hcd 0000:03:00.0: @03723b80 00000000 00000000 00000000 00000000 [ 128.952407] xhci_hcd 0000:03:00.0: @03723b90 00000000 00000000 00000000 00000000 [ 128.952409] xhci_hcd 0000:03:00.0: @03723ba0 00000000 00000000 00000000 00000000 [ 128.952411] xhci_hcd 0000:03:00.0: @03723bb0 00000000 00000000 00000000 00000000 [ 128.952413] xhci_hcd 0000:03:00.0: @03723bc0 00000000 00000000 00000000 00000000 [ 128.952415] xhci_hcd 0000:03:00.0: @03723bd0 00000000 00000000 00000000 00000000 [ 128.952417] xhci_hcd 0000:03:00.0: @03723be0 00000000 00000000 00000000 00000000 [ 128.952419] xhci_hcd 0000:03:00.0: @03723bf0 03723800 00000000 00000000 00001802 [ 128.952420] xhci_hcd 0000:03:00.0: Dev 1 endpoint ring 1: [ 128.952423] xhci_hcd 0000:03:00.0: @3676c000 35cdc000 00000000 0000001f 00000424 [ 128.952425] xhci_hcd 0000:03:00.0: @3676c010 35cdc000 00000000 0000001f 00000424 [ 128.952426] xhci_hcd 0000:03:00.0: @3676c020 35903200 00000000 00000200 00000424 [ 128.952428] xhci_hcd 0000:03:00.0: @3676c030 35cdc000 00000000 0000001f 00000424 [ 128.952430] xhci_hcd 0000:03:00.0: @3676c040 35cdc000 00000000 0000001f 00000424 [ 128.952432] xhci_hcd 0000:03:00.0: @3676c050 35cdc000 00000000 0000001f 00000424 [ 128.952434] xhci_hcd 0000:03:00.0: @3676c060 35cdc000 00000000 0000001f 00000424 [ 128.952436] xhci_hcd 0000:03:00.0: @3676c070 35cdc000 00000000 0000001f 00000424 [ 128.952438] xhci_hcd 0000:03:00.0: @3676c080 35cdc000 00000000 0000001f 00000424 [ 128.952440] xhci_hcd 0000:03:00.0: @3676c090 35cdc000 00000000 0000001f 00000424 [ 128.952442] xhci_hcd 0000:03:00.0: @3676c0a0 35cdc000 00000000 0000001f 00000424 [ 128.952444] xhci_hcd 0000:03:00.0: @3676c0b0 35cdc000 00000000 0000001f 00000424 [ 128.952446] xhci_hcd 0000:03:00.0: @3676c0c0 35cdc000 00000000 0000001f 00000424 [ 128.952448] xhci_hcd 0000:03:00.0: @3676c0d0 35cdc000 00000000 0000001f 00000424 [ 128.952450] xhci_hcd 0000:03:00.0: @3676c0e0 35cdc000 00000000 0000001f 00000424 [ 128.952452] xhci_hcd 0000:03:00.0: @3676c0f0 35cdc000 00000000 0000001f 00000424 [ 128.952453] xhci_hcd 0000:03:00.0: @3676c100 35cdc000 00000000 0000001f 00000424 [ 128.952455] xhci_hcd 0000:03:00.0: @3676c110 b21ca000 00000000 00303000 00000414 [ 128.952457] xhci_hcd 0000:03:00.0: @3676c120 b21a2000 00000000 00181000 00000414 [ 128.952459] xhci_hcd 0000:03:00.0: @3676c130 b221a000 00000000 00101000 00000414 [ 128.952461] xhci_hcd 0000:03:00.0: @3676c140 b2186000 00000000 00081000 00000414 [ 128.952463] xhci_hcd 0000:03:00.0: @3676c150 b21a6000 00000000 00001000 00000414 [ 128.952465] xhci_hcd 0000:03:00.0: @3676c160 b221b000 00000000 00381000 00000414 [ 128.952467] xhci_hcd 0000:03:00.0: @3676c170 b2188000 00000000 00301000 00000414 [ 128.952469] xhci_hcd 0000:03:00.0: @3676c180 b2225000 00000000 00281000 00000414 [ 128.952471] xhci_hcd 0000:03:00.0: @3676c190 b2227000 00000000 00201000 00000414 [ 128.952473] xhci_hcd 0000:03:00.0: @3676c1a0 b2233000 00000000 00181000 00000414 [ 128.952475] xhci_hcd 0000:03:00.0: @3676c1b0 b2065000 00000000 00101000 00000414 [ 128.952477] xhci_hcd 0000:03:00.0: @3676c1c0 b216f000 00000000 00081000 00000414 [ 128.952479] xhci_hcd 0000:03:00.0: @3676c1d0 b214a000 00000000 00001000 00000414 [ 128.952481] xhci_hcd 0000:03:00.0: @3676c1e0 b2221000 00000000 00382000 00000414 [ 128.952483] xhci_hcd 0000:03:00.0: @3676c1f0 b21a3000 00000000 00281000 00000414 [ 128.952485] xhci_hcd 0000:03:00.0: @3676c200 b20ee000 00000000 00201000 00000414 [ 128.952487] xhci_hcd 0000:03:00.0: @3676c210 b21fc000 00000000 00181000 00000414 [ 128.952489] xhci_hcd 0000:03:00.0: @3676c220 b21a0000 00000000 00101000 00000414 [ 128.952491] xhci_hcd 0000:03:00.0: @3676c230 b2182000 00000000 00081000 00000414 [ 128.952493] xhci_hcd 0000:03:00.0: @3676c240 b21ad000 00000000 00001000 00000414 [ 128.952495] xhci_hcd 0000:03:00.0: @3676c250 b276a000 00000000 00381000 00000414 [ 128.952497] xhci_hcd 0000:03:00.0: @3676c260 b2234000 00000000 00301000 00000414 [ 128.952499] xhci_hcd 0000:03:00.0: @3676c270 b2220000 00000000 00281000 00000414 [ 128.952501] xhci_hcd 0000:03:00.0: @3676c280 b21a5000 00000000 00201000 00000414 [ 128.952503] xhci_hcd 0000:03:00.0: @3676c290 b2189000 00000000 00181000 00000414 [ 128.952505] xhci_hcd 0000:03:00.0: @3676c2a0 b21fb000 00000000 00101000 00000414 [ 128.952506] xhci_hcd 0000:03:00.0: @3676c2b0 b2167000 00000000 00081000 00000424 [ 128.952508] xhci_hcd 0000:03:00.0: @3676c2c0 35cdc000 00000000 0000001f 00000425 [ 128.952510] xhci_hcd 0000:03:00.0: @3676c2d0 35cdc000 00000000 0000001f 00000425 [ 128.952512] xhci_hcd 0000:03:00.0: @3676c2e0 35cdc000 00000000 0000001f 00000425 [ 128.952514] xhci_hcd 0000:03:00.0: @3676c2f0 35cdc000 00000000 0000001f 00000425 [ 128.952516] xhci_hcd 0000:03:00.0: @3676c300 35cdc000 00000000 0000001f 00000425 [ 128.952518] xhci_hcd 0000:03:00.0: @3676c310 35cdc000 00000000 0000001f 00000425 [ 128.952520] xhci_hcd 0000:03:00.0: @3676c320 35cdc000 00000000 0000001f 00000425 [ 128.952522] xhci_hcd 0000:03:00.0: @3676c330 35cdc000 00000000 0000001f 00000425 [ 128.952524] xhci_hcd 0000:03:00.0: @3676c340 35cdc000 00000000 0000001f 00000425 [ 128.952526] xhci_hcd 0000:03:00.0: @3676c350 35cdc000 00000000 0000001f 00000425 [ 128.952528] xhci_hcd 0000:03:00.0: @3676c360 35cdc000 00000000 0000001f 00000425 [ 128.952530] xhci_hcd 0000:03:00.0: @3676c370 35cdc000 00000000 0000001f 00000425 [ 128.952532] xhci_hcd 0000:03:00.0: @3676c380 35cdc000 00000000 0000001f 00000425 [ 128.952533] xhci_hcd 0000:03:00.0: @3676c390 35cdc000 00000000 0000001f 00000425 [ 128.952535] xhci_hcd 0000:03:00.0: @3676c3a0 35cdc000 00000000 0000001f 00000425 [ 128.952537] xhci_hcd 0000:03:00.0: @3676c3b0 35cdc000 00000000 0000001f 00000425 [ 128.952539] xhci_hcd 0000:03:00.0: @3676c3c0 35cdc000 00000000 0000001f 00000425 [ 128.952541] xhci_hcd 0000:03:00.0: @3676c3d0 35cdc000 00000000 0000001f 00000425 [ 128.952543] xhci_hcd 0000:03:00.0: @3676c3e0 35cdc000 00000000 0000001f 00000425 [ 128.952545] xhci_hcd 0000:03:00.0: @3676c3f0 3676c000 00000000 00000000 00001803 [ 128.952547] xhci_hcd 0000:03:00.0: Dev 1 endpoint ring 4: [ 128.952549] xhci_hcd 0000:03:00.0: @3676c400 35cdc000 00000000 0000000d 00000424 [ 128.952551] xhci_hcd 0000:03:00.0: @3676c410 35cdc000 00000000 0000000d 00000424 [ 128.952553] xhci_hcd 0000:03:00.0: @3676c420 35cdc000 00000000 0000000d 00000424 [ 128.952554] xhci_hcd 0000:03:00.0: @3676c430 35cdc000 00000000 0000000d 00000424 [ 128.952556] xhci_hcd 0000:03:00.0: @3676c440 35cdc000 00000000 0000000d 00000424 [ 128.952558] xhci_hcd 0000:03:00.0: @3676c450 35cdc000 00000000 0000000d 00000424 [ 128.952560] xhci_hcd 0000:03:00.0: @3676c460 35cdc000 00000000 0000000d 00000424 [ 128.952562] xhci_hcd 0000:03:00.0: @3676c470 35cdc000 00000000 0000000d 00000424 [ 128.952564] xhci_hcd 0000:03:00.0: @3676c480 35cdc000 00000000 0000000d 00000424 [ 128.952566] xhci_hcd 0000:03:00.0: @3676c490 35cdc000 00000000 0000000d 00000424 [ 128.952568] xhci_hcd 0000:03:00.0: @3676c4a0 35cdc000 00000000 0000000d 00000424 [ 128.952570] xhci_hcd 0000:03:00.0: @3676c4b0 35cdc000 00000000 0000000d 00000424 [ 128.952572] xhci_hcd 0000:03:00.0: @3676c4c0 35cdc000 00000000 0000000d 00000424 [ 128.952574] xhci_hcd 0000:03:00.0: @3676c4d0 35cdc000 00000000 0000000d 00000424 [ 128.952576] xhci_hcd 0000:03:00.0: @3676c4e0 35cdc000 00000000 0000000d 00000424 [ 128.952578] xhci_hcd 0000:03:00.0: @3676c4f0 35cdc000 00000000 0000000d 00000424 [ 128.952580] xhci_hcd 0000:03:00.0: @3676c500 35cdc000 00000000 0000000d 00000424 [ 128.952582] xhci_hcd 0000:03:00.0: @3676c510 35cdc000 00000000 0000000d 00000424 [ 128.952584] xhci_hcd 0000:03:00.0: @3676c520 35cdc000 00000000 0000000d 00000424 [ 128.952586] xhci_hcd 0000:03:00.0: @3676c530 35cdc000 00000000 0000000d 00000424 [ 128.952588] xhci_hcd 0000:03:00.0: @3676c540 35cdc000 00000000 0000000d 00000424 [ 128.952590] xhci_hcd 0000:03:00.0: @3676c550 35cdc000 00000000 0000000d 00000424 [ 128.952592] xhci_hcd 0000:03:00.0: @3676c560 35cdc000 00000000 0000000d 00000424 [ 128.952594] xhci_hcd 0000:03:00.0: @3676c570 35cdc000 00000000 0000000d 00000424 [ 128.952595] xhci_hcd 0000:03:00.0: @3676c580 35cdc000 00000000 0000000d 00000424 [ 128.952598] xhci_hcd 0000:03:00.0: @3676c590 354d9e00 00000000 00000200 00000425 [ 128.952599] xhci_hcd 0000:03:00.0: @3676c5a0 35cdc000 00000000 0000000d 00000425 [ 128.952601] xhci_hcd 0000:03:00.0: @3676c5b0 354da000 00000000 00000200 00000425 [ 128.952603] xhci_hcd 0000:03:00.0: @3676c5c0 35cdc000 00000000 0000000d 00000425 [ 128.952605] xhci_hcd 0000:03:00.0: @3676c5d0 354da200 00000000 00000200 00000425 [ 128.952607] xhci_hcd 0000:03:00.0: @3676c5e0 35cdc000 00000000 0000000d 00000425 [ 128.952609] xhci_hcd 0000:03:00.0: @3676c5f0 354da400 00000000 00000200 00000425 [ 128.952611] xhci_hcd 0000:03:00.0: @3676c600 35cdc000 00000000 0000000d 00000425 [ 128.952613] xhci_hcd 0000:03:00.0: @3676c610 354da600 00000000 00000200 00000425 [ 128.952615] xhci_hcd 0000:03:00.0: @3676c620 35cdc000 00000000 0000000d 00000425 [ 128.952617] xhci_hcd 0000:03:00.0: @3676c630 354da800 00000000 00000200 00000425 [ 128.952619] xhci_hcd 0000:03:00.0: @3676c640 35cdc000 00000000 0000000d 00000425 [ 128.952621] xhci_hcd 0000:03:00.0: @3676c650 354daa00 00000000 00000200 00000425 [ 128.952623] xhci_hcd 0000:03:00.0: @3676c660 35cdc000 00000000 0000000d 00000425 [ 128.952625] xhci_hcd 0000:03:00.0: @3676c670 354dac00 00000000 00000200 00000425 [ 128.952627] xhci_hcd 0000:03:00.0: @3676c680 35cdc000 00000000 0000000d 00000425 [ 128.952628] xhci_hcd 0000:03:00.0: @3676c690 354dae00 00000000 00000200 00000425 [ 128.952630] xhci_hcd 0000:03:00.0: @3676c6a0 35cdc000 00000000 0000000d 00000425 [ 128.952632] xhci_hcd 0000:03:00.0: @3676c6b0 354db000 00000000 00000200 00000425 [ 128.952634] xhci_hcd 0000:03:00.0: @3676c6c0 35cdc000 00000000 0000000d 00000425 [ 128.952636] xhci_hcd 0000:03:00.0: @3676c6d0 354db200 00000000 00000200 00000425 [ 128.952638] xhci_hcd 0000:03:00.0: @3676c6e0 35cdc000 00000000 0000000d 00000425 [ 128.952640] xhci_hcd 0000:03:00.0: @3676c6f0 354db400 00000000 00000200 00000425 [ 128.952642] xhci_hcd 0000:03:00.0: @3676c700 35cdc000 00000000 0000000d 00000425 [ 128.952644] xhci_hcd 0000:03:00.0: @3676c710 354db600 00000000 00000200 00000425 [ 128.952646] xhci_hcd 0000:03:00.0: @3676c720 35cdc000 00000000 0000000d 00000425 [ 128.952648] xhci_hcd 0000:03:00.0: @3676c730 354db800 00000000 00000200 00000425 [ 128.952650] xhci_hcd 0000:03:00.0: @3676c740 35cdc000 00000000 0000000d 00000425 [ 128.952652] xhci_hcd 0000:03:00.0: @3676c750 354dba00 00000000 00000200 00000425 [ 128.952654] xhci_hcd 0000:03:00.0: @3676c760 35cdc000 00000000 0000000d 00000425 [ 128.952656] xhci_hcd 0000:03:00.0: @3676c770 354dbc00 00000000 00000200 00000425 [ 128.952658] xhci_hcd 0000:03:00.0: @3676c780 35cdc000 00000000 0000000d 00000425 [ 128.952660] xhci_hcd 0000:03:00.0: @3676c790 354dbe00 00000000 00000200 00000425 [ 128.952662] xhci_hcd 0000:03:00.0: @3676c7a0 35cdc000 00000000 0000000d 00000425 [ 128.952664] xhci_hcd 0000:03:00.0: @3676c7b0 35cdc000 00000000 0000000d 00000425 [ 128.952665] xhci_hcd 0000:03:00.0: @3676c7c0 35cdc000 00000000 0000000d 00000425 [ 128.952667] xhci_hcd 0000:03:00.0: @3676c7d0 35cdc000 00000000 0000000d 00000425 [ 128.952669] xhci_hcd 0000:03:00.0: @3676c7e0 35cdc000 00000000 0000000d 00000425 [ 128.952671] xhci_hcd 0000:03:00.0: @3676c7f0 3676c400 00000000 00000000 00001803 [ 145.816032] usb-storage: command_abort called [ 145.816037] usb-storage: usb_stor_stop_transport called [ 145.816040] usb-storage: -- cancelling sg request [ 145.816046] xhci_hcd 0000:03:00.0: Cancel URB f5e02b80 [ 145.816049] xhci_hcd 0000:03:00.0: Event ring: [ 145.816053] xhci_hcd 0000:03:00.0: @03723400 3676c490 00000000 01000000 01058000 [ 145.816057] xhci_hcd 0000:03:00.0: @03723410 3676c000 00000000 01000000 01028000 [ 145.816061] xhci_hcd 0000:03:00.0: @03723420 3676c4a0 00000000 01000000 01058000 [ 145.816064] xhci_hcd 0000:03:00.0: @03723430 3676c010 00000000 01000000 01028000 [ 145.816068] xhci_hcd 0000:03:00.0: @03723440 3676c020 00000000 01000000 01028000 [ 145.816071] xhci_hcd 0000:03:00.0: @03723450 3676c4b0 00000000 01000000 01058000 [ 145.816075] xhci_hcd 0000:03:00.0: @03723460 3676c030 00000000 01000000 01028000 [ 145.816078] xhci_hcd 0000:03:00.0: @03723470 3676c4c0 00000000 01000000 01058000 [ 145.816082] xhci_hcd 0000:03:00.0: @03723480 3676c040 00000000 01000000 01028000 [ 145.816086] xhci_hcd 0000:03:00.0: @03723490 3676c4d0 00000000 01000000 01058000 [ 145.816090] xhci_hcd 0000:03:00.0: @037234a0 3676c050 00000000 01000000 01028000 [ 145.816093] xhci_hcd 0000:03:00.0: @037234b0 3676c4e0 00000000 01000000 01058000 [ 145.816097] xhci_hcd 0000:03:00.0: @037234c0 3676c060 00000000 01000000 01028000 [ 145.816100] xhci_hcd 0000:03:00.0: @037234d0 3676c4f0 00000000 01000000 01058000 [ 145.816104] xhci_hcd 0000:03:00.0: @037234e0 3676c070 00000000 01000000 01028000 [ 145.816108] xhci_hcd 0000:03:00.0: @037234f0 3676c500 00000000 01000000 01058000 [ 145.816111] xhci_hcd 0000:03:00.0: @03723500 3676c080 00000000 01000000 01028000 [ 145.816115] xhci_hcd 0000:03:00.0: @03723510 3676c510 00000000 01000000 01058000 [ 145.816118] xhci_hcd 0000:03:00.0: @03723520 3676c090 00000000 01000000 01028000 [ 145.816122] xhci_hcd 0000:03:00.0: @03723530 3676c520 00000000 01000000 01058000 [ 145.816125] xhci_hcd 0000:03:00.0: @03723540 3676c0a0 00000000 01000000 01028000 [ 145.816129] xhci_hcd 0000:03:00.0: @03723550 3676c530 00000000 01000000 01058000 [ 145.816133] xhci_hcd 0000:03:00.0: @03723560 3676c0b0 00000000 01000000 01028000 [ 145.816136] xhci_hcd 0000:03:00.0: @03723570 3676c540 00000000 01000000 01058000 [ 145.816140] xhci_hcd 0000:03:00.0: @03723580 3676c0c0 00000000 01000000 01028000 [ 145.816144] xhci_hcd 0000:03:00.0: @03723590 3676c550 00000000 01000000 01058000 [ 145.816147] xhci_hcd 0000:03:00.0: @037235a0 3676c0d0 00000000 01000000 01028000 [ 145.816151] xhci_hcd 0000:03:00.0: @037235b0 3676c560 00000000 01000000 01058000 [ 145.816154] xhci_hcd 0000:03:00.0: @037235c0 3676c0e0 00000000 01000000 01028000 [ 145.816158] xhci_hcd 0000:03:00.0: @037235d0 3676c570 00000000 01000000 01058000 [ 145.816161] xhci_hcd 0000:03:00.0: @037235e0 3676c0f0 00000000 01000000 01028000 [ 145.816165] xhci_hcd 0000:03:00.0: @037235f0 3676c580 00000000 01000000 01058000 [ 145.816169] xhci_hcd 0000:03:00.0: @03723600 3676c100 00000000 01000000 01028000 [ 145.816172] xhci_hcd 0000:03:00.0: @03723610 3676c780 00000000 01000000 01058001 [ 145.816176] xhci_hcd 0000:03:00.0: @03723620 3676c300 00000000 01000000 01028001 [ 145.816179] xhci_hcd 0000:03:00.0: @03723630 3676c790 00000000 01000000 01058001 [ 145.816183] xhci_hcd 0000:03:00.0: @03723640 3676c7a0 00000000 01000000 01058001 [ 145.816187] xhci_hcd 0000:03:00.0: @03723650 3676c310 00000000 01000000 01028001 [ 145.816190] xhci_hcd 0000:03:00.0: @03723660 3676c7b0 00000000 01000000 01058001 [ 145.816194] xhci_hcd 0000:03:00.0: @03723670 3676c320 00000000 01000000 01028001 [ 145.816198] xhci_hcd 0000:03:00.0: @03723680 3676c7c0 00000000 01000000 01058001 [ 145.816201] xhci_hcd 0000:03:00.0: @03723690 3676c330 00000000 01000000 01028001 [ 145.816205] xhci_hcd 0000:03:00.0: @037236a0 3676c7d0 00000000 01000000 01058001 [ 145.816213] xhci_hcd 0000:03:00.0: @037236b0 3676c340 00000000 01000000 01028001 [ 145.816214] xhci_hcd 0000:03:00.0: @037236c0 3676c7e0 00000000 01000000 01058001 [ 145.816216] xhci_hcd 0000:03:00.0: @037236d0 3676c350 00000000 01000000 01028001 [ 145.816218] xhci_hcd 0000:03:00.0: @037236e0 3676c400 00000000 01000000 01058001 [ 145.816220] xhci_hcd 0000:03:00.0: @037236f0 3676c360 00000000 01000000 01028001 [ 145.816222] xhci_hcd 0000:03:00.0: @03723700 3676c410 00000000 01000000 01058001 [ 145.816224] xhci_hcd 0000:03:00.0: @03723710 3676c370 00000000 01000000 01028001 [ 145.816226] xhci_hcd 0000:03:00.0: @03723720 3676c420 00000000 01000000 01058001 [ 145.816228] xhci_hcd 0000:03:00.0: @03723730 3676c380 00000000 01000000 01028001 [ 145.816230] xhci_hcd 0000:03:00.0: @03723740 3676c430 00000000 01000000 01058001 [ 145.816232] xhci_hcd 0000:03:00.0: @03723750 3676c390 00000000 01000000 01028001 [ 145.816233] xhci_hcd 0000:03:00.0: @03723760 3676c440 00000000 01000000 01058001 [ 145.816235] xhci_hcd 0000:03:00.0: @03723770 3676c3a0 00000000 01000000 01028001 [ 145.816237] xhci_hcd 0000:03:00.0: @03723780 3676c450 00000000 01000000 01058001 [ 145.816239] xhci_hcd 0000:03:00.0: @03723790 3676c3b0 00000000 01000000 01028001 [ 145.816241] xhci_hcd 0000:03:00.0: @037237a0 3676c460 00000000 01000000 01058001 [ 145.816243] xhci_hcd 0000:03:00.0: @037237b0 3676c3c0 00000000 01000000 01028001 [ 145.816245] xhci_hcd 0000:03:00.0: @037237c0 3676c470 00000000 01000000 01058001 [ 145.816247] xhci_hcd 0000:03:00.0: @037237d0 3676c3d0 00000000 01000000 01028001 [ 145.816249] xhci_hcd 0000:03:00.0: @037237e0 3676c480 00000000 01000000 01058001 [ 145.816251] xhci_hcd 0000:03:00.0: @037237f0 3676c3e0 00000000 01000000 01028001 [ 145.816253] xhci_hcd 0000:03:00.0: Endpoint ring: [ 145.816255] xhci_hcd 0000:03:00.0: @3676c000 35cdc000 00000000 0000001f 00000424 [ 145.816257] xhci_hcd 0000:03:00.0: @3676c010 35cdc000 00000000 0000001f 00000424 [ 145.816259] xhci_hcd 0000:03:00.0: @3676c020 35903200 00000000 00000200 00000424 [ 145.816261] xhci_hcd 0000:03:00.0: @3676c030 35cdc000 00000000 0000001f 00000424 [ 145.816263] xhci_hcd 0000:03:00.0: @3676c040 35cdc000 00000000 0000001f 00000424 [ 145.816265] xhci_hcd 0000:03:00.0: @3676c050 35cdc000 00000000 0000001f 00000424 [ 145.816267] xhci_hcd 0000:03:00.0: @3676c060 35cdc000 00000000 0000001f 00000424 [ 145.816269] xhci_hcd 0000:03:00.0: @3676c070 35cdc000 00000000 0000001f 00000424 [ 145.816271] xhci_hcd 0000:03:00.0: @3676c080 35cdc000 00000000 0000001f 00000424 [ 145.816273] xhci_hcd 0000:03:00.0: @3676c090 35cdc000 00000000 0000001f 00000424 [ 145.816274] xhci_hcd 0000:03:00.0: @3676c0a0 35cdc000 00000000 0000001f 00000424 [ 145.816276] xhci_hcd 0000:03:00.0: @3676c0b0 35cdc000 00000000 0000001f 00000424 [ 145.816278] xhci_hcd 0000:03:00.0: @3676c0c0 35cdc000 00000000 0000001f 00000424 [ 145.816280] xhci_hcd 0000:03:00.0: @3676c0d0 35cdc000 00000000 0000001f 00000424 [ 145.816282] xhci_hcd 0000:03:00.0: @3676c0e0 35cdc000 00000000 0000001f 00000424 [ 145.816284] xhci_hcd 0000:03:00.0: @3676c0f0 35cdc000 00000000 0000001f 00000424 [ 145.816286] xhci_hcd 0000:03:00.0: @3676c100 35cdc000 00000000 0000001f 00000424 [ 145.816288] xhci_hcd 0000:03:00.0: @3676c110 b21ca000 00000000 00303000 00000414 [ 145.816290] xhci_hcd 0000:03:00.0: @3676c120 b21a2000 00000000 00181000 00000414 [ 145.816292] xhci_hcd 0000:03:00.0: @3676c130 b221a000 00000000 00101000 00000414 [ 145.816294] xhci_hcd 0000:03:00.0: @3676c140 b2186000 00000000 00081000 00000414 [ 145.816296] xhci_hcd 0000:03:00.0: @3676c150 b21a6000 00000000 00001000 00000414 [ 145.816298] xhci_hcd 0000:03:00.0: @3676c160 b221b000 00000000 00381000 00000414 [ 145.816300] xhci_hcd 0000:03:00.0: @3676c170 b2188000 00000000 00301000 00000414 [ 145.816302] xhci_hcd 0000:03:00.0: @3676c180 b2225000 00000000 00281000 00000414 [ 145.816304] xhci_hcd 0000:03:00.0: @3676c190 b2227000 00000000 00201000 00000414 [ 145.816306] xhci_hcd 0000:03:00.0: @3676c1a0 b2233000 00000000 00181000 00000414 [ 145.816308] xhci_hcd 0000:03:00.0: @3676c1b0 b2065000 00000000 00101000 00000414 [ 145.816310] xhci_hcd 0000:03:00.0: @3676c1c0 b216f000 00000000 00081000 00000414 [ 145.816312] xhci_hcd 0000:03:00.0: @3676c1d0 b214a000 00000000 00001000 00000414 [ 145.816314] xhci_hcd 0000:03:00.0: @3676c1e0 b2221000 00000000 00382000 00000414 [ 145.816316] xhci_hcd 0000:03:00.0: @3676c1f0 b21a3000 00000000 00281000 00000414 [ 145.816318] xhci_hcd 0000:03:00.0: @3676c200 b20ee000 00000000 00201000 00000414 [ 145.816320] xhci_hcd 0000:03:00.0: @3676c210 b21fc000 00000000 00181000 00000414 [ 145.816322] xhci_hcd 0000:03:00.0: @3676c220 b21a0000 00000000 00101000 00000414 [ 145.816324] xhci_hcd 0000:03:00.0: @3676c230 b2182000 00000000 00081000 00000414 [ 145.816326] xhci_hcd 0000:03:00.0: @3676c240 b21ad000 00000000 00001000 00000414 [ 145.816328] xhci_hcd 0000:03:00.0: @3676c250 b276a000 00000000 00381000 00000414 [ 145.816330] xhci_hcd 0000:03:00.0: @3676c260 b2234000 00000000 00301000 00000414 [ 145.816332] xhci_hcd 0000:03:00.0: @3676c270 b2220000 00000000 00281000 00000414 [ 145.816334] xhci_hcd 0000:03:00.0: @3676c280 b21a5000 00000000 00201000 00000414 [ 145.816336] xhci_hcd 0000:03:00.0: @3676c290 b2189000 00000000 00181000 00000414 [ 145.816338] xhci_hcd 0000:03:00.0: @3676c2a0 b21fb000 00000000 00101000 00000414 [ 145.816340] xhci_hcd 0000:03:00.0: @3676c2b0 b2167000 00000000 00081000 00000424 [ 145.816342] xhci_hcd 0000:03:00.0: @3676c2c0 35cdc000 00000000 0000001f 00000425 [ 145.816343] xhci_hcd 0000:03:00.0: @3676c2d0 35cdc000 00000000 0000001f 00000425 [ 145.816345] xhci_hcd 0000:03:00.0: @3676c2e0 35cdc000 00000000 0000001f 00000425 [ 145.816347] xhci_hcd 0000:03:00.0: @3676c2f0 35cdc000 00000000 0000001f 00000425 [ 145.816349] xhci_hcd 0000:03:00.0: @3676c300 35cdc000 00000000 0000001f 00000425 [ 145.816351] xhci_hcd 0000:03:00.0: @3676c310 35cdc000 00000000 0000001f 00000425 [ 145.816353] xhci_hcd 0000:03:00.0: @3676c320 35cdc000 00000000 0000001f 00000425 [ 145.816355] xhci_hcd 0000:03:00.0: @3676c330 35cdc000 00000000 0000001f 00000425 [ 145.816357] xhci_hcd 0000:03:00.0: @3676c340 35cdc000 00000000 0000001f 00000425 [ 145.816359] xhci_hcd 0000:03:00.0: @3676c350 35cdc000 00000000 0000001f 00000425 [ 145.816361] xhci_hcd 0000:03:00.0: @3676c360 35cdc000 00000000 0000001f 00000425 [ 145.816363] xhci_hcd 0000:03:00.0: @3676c370 35cdc000 00000000 0000001f 00000425 [ 145.816365] xhci_hcd 0000:03:00.0: @3676c380 35cdc000 00000000 0000001f 00000425 [ 145.816367] xhci_hcd 0000:03:00.0: @3676c390 35cdc000 00000000 0000001f 00000425 [ 145.816369] xhci_hcd 0000:03:00.0: @3676c3a0 35cdc000 00000000 0000001f 00000425 [ 145.816370] xhci_hcd 0000:03:00.0: @3676c3b0 35cdc000 00000000 0000001f 00000425 [ 145.816372] xhci_hcd 0000:03:00.0: @3676c3c0 35cdc000 00000000 0000001f 00000425 [ 145.816374] xhci_hcd 0000:03:00.0: @3676c3d0 35cdc000 00000000 0000001f 00000425 [ 145.816376] xhci_hcd 0000:03:00.0: @3676c3e0 35cdc000 00000000 0000001f 00000425 [ 145.816378] xhci_hcd 0000:03:00.0: @3676c3f0 3676c000 00000000 00000000 00001803 [ 145.816381] xhci_hcd 0000:03:00.0: Command ring enq = 0x3723060 (DMA) [ 145.816382] xhci_hcd 0000:03:00.0: // Ding dong! [ 145.816385] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423000, 32'h0, 4'hf); [ 145.816499] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 145.816501] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 145.816502] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 145.816504] xhci_hcd 0000:03:00.0: @3723610 03723050 00000000 01000000 01008400 [ 145.816508] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 145.816511] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 145.816514] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 145.816515] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 145.816517] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_cmd_completion [ 145.816519] xhci_hcd 0000:03:00.0: Cancelling TD starting at f676c110, 0x3676c110 (dma). [ 145.816521] xhci_hcd 0000:03:00.0: Cancel TRB f676c110 (0x3676c110 dma) in seg c3734430 (0x3676c000 dma) [ 145.816523] xhci_hcd 0000:03:00.0: Cancel TRB f676c120 (0x3676c120 dma) in seg c3734430 (0x3676c000 dma) [ 145.816525] xhci_hcd 0000:03:00.0: Cancel TRB f676c130 (0x3676c130 dma) in seg c3734430 (0x3676c000 dma) [ 145.816527] xhci_hcd 0000:03:00.0: Cancel TRB f676c140 (0x3676c140 dma) in seg c3734430 (0x3676c000 dma) [ 145.816530] xhci_hcd 0000:03:00.0: Cancel TRB f676c150 (0x3676c150 dma) in seg c3734430 (0x3676c000 dma) [ 145.816532] xhci_hcd 0000:03:00.0: Cancel TRB f676c160 (0x3676c160 dma) in seg c3734430 (0x3676c000 dma) [ 145.816534] xhci_hcd 0000:03:00.0: Cancel TRB f676c170 (0x3676c170 dma) in seg c3734430 (0x3676c000 dma) [ 145.816536] xhci_hcd 0000:03:00.0: Cancel TRB f676c180 (0x3676c180 dma) in seg c3734430 (0x3676c000 dma) [ 145.816538] xhci_hcd 0000:03:00.0: Cancel TRB f676c190 (0x3676c190 dma) in seg c3734430 (0x3676c000 dma) [ 145.816540] xhci_hcd 0000:03:00.0: Cancel TRB f676c1a0 (0x3676c1a0 dma) in seg c3734430 (0x3676c000 dma) [ 145.816542] xhci_hcd 0000:03:00.0: Cancel TRB f676c1b0 (0x3676c1b0 dma) in seg c3734430 (0x3676c000 dma) [ 145.816544] xhci_hcd 0000:03:00.0: Cancel TRB f676c1c0 (0x3676c1c0 dma) in seg c3734430 (0x3676c000 dma) [ 145.816546] xhci_hcd 0000:03:00.0: Cancel TRB f676c1d0 (0x3676c1d0 dma) in seg c3734430 (0x3676c000 dma) [ 145.816548] xhci_hcd 0000:03:00.0: Cancel TRB f676c1e0 (0x3676c1e0 dma) in seg c3734430 (0x3676c000 dma) [ 145.816550] xhci_hcd 0000:03:00.0: Cancel TRB f676c1f0 (0x3676c1f0 dma) in seg c3734430 (0x3676c000 dma) [ 145.816552] xhci_hcd 0000:03:00.0: Cancel TRB f676c200 (0x3676c200 dma) in seg c3734430 (0x3676c000 dma) [ 145.816554] xhci_hcd 0000:03:00.0: Cancel TRB f676c210 (0x3676c210 dma) in seg c3734430 (0x3676c000 dma) [ 145.816556] xhci_hcd 0000:03:00.0: Cancel TRB f676c220 (0x3676c220 dma) in seg c3734430 (0x3676c000 dma) [ 145.816558] xhci_hcd 0000:03:00.0: Cancel TRB f676c230 (0x3676c230 dma) in seg c3734430 (0x3676c000 dma) [ 145.816560] xhci_hcd 0000:03:00.0: Cancel TRB f676c240 (0x3676c240 dma) in seg c3734430 (0x3676c000 dma) [ 145.816562] xhci_hcd 0000:03:00.0: Cancel TRB f676c250 (0x3676c250 dma) in seg c3734430 (0x3676c000 dma) [ 145.816564] xhci_hcd 0000:03:00.0: Cancel TRB f676c260 (0x3676c260 dma) in seg c3734430 (0x3676c000 dma) [ 145.816566] xhci_hcd 0000:03:00.0: Cancel TRB f676c270 (0x3676c270 dma) in seg c3734430 (0x3676c000 dma) [ 145.816568] xhci_hcd 0000:03:00.0: Cancel TRB f676c280 (0x3676c280 dma) in seg c3734430 (0x3676c000 dma) [ 145.816570] xhci_hcd 0000:03:00.0: Cancel TRB f676c290 (0x3676c290 dma) in seg c3734430 (0x3676c000 dma) [ 145.816572] xhci_hcd 0000:03:00.0: Cancel TRB f676c2a0 (0x3676c2a0 dma) in seg c3734430 (0x3676c000 dma) [ 145.816574] xhci_hcd 0000:03:00.0: Cancel TRB f676c2b0 (0x3676c2b0 dma) in seg c3734430 (0x3676c000 dma) [ 145.816577] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423004, 32'h2, 4'hf); [ 145.816580] xhci_hcd 0000:03:00.0: Giveback cancelled URB f5e02b80 [ 145.816584] xhci_hcd 0000:03:00.0: Command ring deq = 0x3723060 (DMA) [ 145.816585] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_cmd_completion [ 145.816587] xhci_hcd 0000:03:00.0: Event ring deq = 0x3723620 (DMA) [ 145.816591] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 145.816593] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723620, 4'hf); [ 145.816595] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 145.816598] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723628, 4'hf); [ 145.828009] usb-storage: Status code -104; transferred 0/122880 [ 145.828011] usb-storage: -- transfer cancelled [ 145.828012] usb-storage: Bulk data transfer result 0x4 [ 145.828013] usb-storage: -- command was aborted [ 145.828016] usb-storage: usb_stor_pre_reset [ 145.828020] usb 9-2: xHCI reset of configured device not supported yet. [ 145.828026] hub 9-0:1.0: cannot disable port 2 (err = -32) [ 145.828028] usb 9-2: xHCI reset of configured device not supported yet. [ 145.828032] hub 9-0:1.0: cannot disable port 2 (err = -32) [ 145.828033] usb 9-2: xHCI reset of configured device not supported yet. [ 145.828037] hub 9-0:1.0: cannot disable port 2 (err = -32) [ 145.828038] usb 9-2: xHCI reset of configured device not supported yet. [ 145.828041] hub 9-0:1.0: cannot disable port 2 (err = -32) [ 145.828043] hub 9-0:1.0: logical disconnect on port 2 [ 145.828046] hub 9-0:1.0: cannot disable port 2 (err = -32) [ 145.828050] usb-storage: usb_stor_post_reset [ 145.828051] usb-storage: usb_reset_device returns -19 [ 145.828052] usb-storage: usb_stor_Bulk_reset called [ 145.828054] usb-storage: usb_stor_control_msg: rq=ff rqtype=21 value=0000 index=00 len=0 [ 145.828056] usb-storage: Soft reset failed: -19 [ 145.828058] usb-storage: scsi command aborted [ 145.828060] usb-storage: *** thread sleeping. [ 145.828062] usb-storage: queuecommand called [ 145.828063] hub 9-0:1.0: state 7 ports 2 chg 0004 evt 0000 [ 145.828067] xhci_hcd 0000:03:00.0: get port status, actual port 1 status = 0xe03 [ 145.828068] usb-storage: *** thread awakened. [ 145.828070] usb-storage: Command TEST_UNIT_READY (6 bytes) [ 145.828071] usb-storage: 00 00 00 00 00 00 [ 145.828075] usb-storage: Bulk Command S 0x43425355 T 0x1ed4 L 0 F 0 Trg 0 LUN 0 CL 6 [ 145.828076] xhci_hcd 0000:03:00.0: Get port status returned 0x503 [ 145.828078] usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes [ 145.828080] hub 9-0:1.0: port 2, status 0503, change 0000, 480 Mb/s [ 145.828081] usb 9-2: USB disconnect, address 2 [ 145.828082] usb 9-2: unregistering device [ 145.828084] usb 9-2: usb_disable_device nuking all URBs [ 145.828086] usb-storage: Status code -19; transferred 0/31 [ 145.828087] usb 9-2: unregistering interface 9-2:1.0 [ 145.828088] usb-storage: -- unknown error [ 145.828089] usb-storage: Bulk command transfer result=4 [ 145.828090] usb-storage: -- transport indicates error, resetting [ 145.828092] usb-storage: unable to lock device for reset: -19 [ 145.828093] usb-storage: usb_stor_Bulk_reset called [ 145.828095] usb-storage: usb_stor_control_msg: rq=ff rqtype=21 value=0000 index=00 len=0 [ 145.828097] usb-storage: Soft reset failed: -19 [ 145.828098] usb-storage: scsi cmd done, result=0x70000 [ 145.828100] usb-storage: *** thread sleeping. [ 145.828104] usb-storage: device_reset called [ 145.828106] usb-storage: usb_stor_Bulk_reset called [ 145.828107] usb-storage: usb_stor_control_msg: rq=ff rqtype=21 value=0000 index=00 len=0 [ 145.828109] usb-storage: Soft reset failed: -19 [ 145.828111] usb-storage: bus_reset called [ 145.828112] usb-storage: unable to lock device for reset: -19 [ 145.828114] sd 4:0:0:0: Device offlined - not ready after error recovery [ 145.828122] sd 4:0:0:0: [sdb] Unhandled error code [ 145.828123] sd 4:0:0:0: [sdb] Result: hostbyte=DID_ABORT driverbyte=DRIVER_OK [ 145.828127] end_request: I/O error, dev sdb, sector 688384 [ 145.828140] usb-storage: storage_disconnect() called [ 145.828148] usb-storage: queuecommand called [ 145.828149] usb-storage: Fail command during disconnect [ 145.828157] usb-storage: queuecommand called [ 145.828158] usb-storage: Fail command during disconnect [ 145.829247] sd 4:0:0:0: [sdb] Unhandled error code [ 145.829248] sd 4:0:0:0: [sdb] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK [ 145.829250] end_request: I/O error, dev sdb, sector 688624 [ 145.829293] usb-storage: queuecommand called [ 145.829294] usb-storage: Fail command during disconnect [ 145.829618] FAT: bread failed in fat_clusters_flush [ 145.830147] FAT: FAT read failed (blocknr 1705) [ 145.830159] FAT: FAT read failed (blocknr 1472) [ 145.854257] FAT: bread failed in fat_clusters_flush [ 145.855669] usb-storage: -- usb_stor_release_resources [ 145.855670] usb-storage: -- sending exit command to thread [ 145.856551] usb-storage: *** thread awakened. [ 145.856554] usb-storage: -- exiting [ 145.856694] usb-storage: -- dissociate_dev [ 145.856703] usb 9-2:1.0: uevent [ 145.856802] usb 9-2: uevent [ 145.856812] xhci_hcd 0000:03:00.0: Command ring enq = 0x3723070 (DMA) [ 145.856814] xhci_hcd 0000:03:00.0: // Ding dong! [ 145.856817] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423000, 32'h0, 4'hf); [ 145.856822] xhci_hcd 0000:03:00.0: Command ring enq = 0x3723080 (DMA) [ 145.856824] xhci_hcd 0000:03:00.0: // Ding dong! [ 145.856826] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8423000, 32'h0, 4'hf); [ 145.856836] xhci_hcd 0000:03:00.0: op reg status = 00000008 [ 145.856837] xhci_hcd 0000:03:00.0: ir set irq_pending = 00000003 [ 145.856839] xhci_hcd 0000:03:00.0: Event ring dequeue ptr: [ 145.856841] xhci_hcd 0000:03:00.0: @3723620 03723060 00000000 01000000 01008400 [ 145.856844] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8420084, 32'h8, 4'hf); [ 145.856847] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 32'hf8422020, 32'h3, 4'hf); [ 145.856850] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 145.856851] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 145.856853] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_cmd_completion [ 145.856856] xhci_hcd 0000:03:00.0: Freeing ring at f67ce840 [ 145.856858] xhci_hcd 0000:03:00.0: Freeing DMA segment at c3723800 (virtual) 0x3723800 (DMA) [ 145.856861] xhci_hcd 0000:03:00.0: Freeing priv segment structure at c37e3d90 [ 145.856862] xhci_hcd 0000:03:00.0: Freeing ring at f5c87ac0 [ 145.856864] xhci_hcd 0000:03:00.0: Freeing DMA segment at f676c000 (virtual) 0x3676c000 (DMA) [ 145.856866] xhci_hcd 0000:03:00.0: Freeing priv segment structure at c3734430 [ 145.856868] xhci_hcd 0000:03:00.0: Freeing ring at f5c87c40 [ 145.856870] xhci_hcd 0000:03:00.0: Freeing DMA segment at f676c400 (virtual) 0x3676c400 (DMA) [ 145.856872] xhci_hcd 0000:03:00.0: Freeing priv segment structure at c3734410 [ 145.856874] xhci_hcd 0000:03:00.0: Command ring deq = 0x3723070 (DMA) [ 145.856876] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_cmd_completion [ 145.856878] xhci_hcd 0000:03:00.0: Event ring deq = 0x3723630 (DMA) [ 145.856882] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 145.856883] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723630, 4'hf); [ 145.856885] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 145.856886] xhci_hcd 0000:03:00.0: xhci_handle_event - OS owns TRB [ 145.856888] xhci_hcd 0000:03:00.0: xhci_handle_event - calling handle_cmd_completion [ 145.856890] xhci_hcd 0000:03:00.0: Command ring deq = 0x3723080 (DMA) [ 145.856891] xhci_hcd 0000:03:00.0: xhci_handle_event - returned from handle_cmd_completion [ 145.856893] xhci_hcd 0000:03:00.0: Event ring deq = 0x3723640 (DMA) [ 145.856897] xhci_hcd 0000:03:00.0: // Write event ring dequeue pointer, preserving EHB bit [ 145.856899] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723640, 4'hf); [ 145.856901] xhci_hcd 0000:03:00.0: In xhci_handle_event [ 145.856905] xhci_hcd 0000:03:00.0: `MEM_WRITE_DWORD(3'b000, 64'hf8422038, 64'h3723648, 4'hf); [ 145.856909] xhci_hcd 0000:03:00.0: Error while assigning device slot ID [ 145.856912] hub 9-0:1.0: couldn't allocate port 2 usb_device [ 145.856919] hub 9-0:1.0: cannot disable port 2 (err = -32) [ 145.857115] FAT: FAT read failed (blocknr 1705) [ 145.857148] FAT: FAT read failed (blocknr 1472) [ 145.857157] FAT: unable to read inode block for updating (i_pos 262158) [ 145.865523] FAT: bread failed in fat_clusters_flush [ 145.865531] FAT: bread failed in fat_clusters_flush [ 145.865537] FAT: bread failed in fat_clusters_flush