Re: USB 2.0 device not working in USB 3.0 host (in Linux 2.6.33-rc8 kernel)

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

 



On Mon, Feb 15, 2010 at 07:49:40PM -0800, Ramesh wrote:
> usb-storage: Attempting to get CSW...
> usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
> usb 6-3: ep 0x81 - urb len = 0xd (13), addr = 0xcf015000, num_trbs = 1
> xhci_hcd 0000:01:00.0: Endpoint state = 0x1
> xhci_hcd 0000:01:00.0: Toggle cycle state for ring ffff880116461180 = 0

I note here that we wrapped around the endpoint ring, just before the
transfer that the hardware stopped responding to.  Have you tried
loading the xHCI driver with the link_quirk module parameter?  Try
loading the driver like this:

sudo modprobe xhci link_quirk=1

or

sudo insmod drivers/usb/host/xhci.ko link_quirk=1

Which xHCI host controller are you running under?  I can't tell because
you didn't include the beginning messages when xHCI loaded.  If it's a
0.96 xHCI implementation, it should not have this issue.

Sarah Sharp


> xhci_hcd 0000:01:00.0: Ring enq = 0xcf028400 (DMA)
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90011098804, 32'h3, 4'hf);
> xhci_hcd 0000:01:00.0: op reg status = 00000008
> xhci_hcd 0000:01:00.0: ir set irq_pending = 00000003
> xhci_hcd 0000:01:00.0: Event ring dequeue ptr:
> xhci_hcd 0000:01:00.0: @cf022620 cf0287e0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90011098024, 32'h8, 4'hf);
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90011098620, 32'h3, 4'hf);
> xhci_hcd 0000:01:00.0: In xhci_handle_event
> xhci_hcd 0000:01:00.0: xhci_handle_event - OS owns TRB
> xhci_hcd 0000:01:00.0: xhci_handle_event - calling handle_tx_event
> xhci_hcd 0000:01:00.0: In handle_tx_event
> xhci_hcd 0000:01:00.0: handle_tx_event - ep index = 2
> xhci_hcd 0000:01:00.0: handle_tx_event - checking for list empty
> xhci_hcd 0000:01:00.0: handle_tx_event - getting list entry
> xhci_hcd 0000:01:00.0: handle_tx_event - looking for TD
> xhci_hcd 0000:01:00.0: handle_tx_event - found event_seg = ffff880116721700
> xhci_hcd 0000:01:00.0: Event TRB with TRB type ID 32
> xhci_hcd 0000:01:00.0: Offset 0x00 (buffer lo) = 0xcf0287e0
> xhci_hcd 0000:01:00.0: Offset 0x04 (buffer hi) = 0x0
> xhci_hcd 0000:01:00.0: Offset 0x08 (transfer length) = 0x1000000
> xhci_hcd 0000:01:00.0: Offset 0x0C (flags) = 0x1038000
> xhci_hcd 0000:01:00.0: Successful bulk transfer!
> usb 6-3: ep 0x81 - asked for 13 bytes, 0 bytes untransferred
> xhci_hcd 0000:01:00.0: Ring deq = 0xcf028400 (DMA)
> xhci_hcd 0000:01:00.0: Event ring deq = 0xcf022630 (DMA)
> xhci_hcd 0000:01:00.0: // Write event ring dequeue pointer, preserving EHB bit
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90011098638, 64'hcf022630, 4'hf);
> xhci_hcd 0000:01:00.0: Giveback URB ffff88011643bcc0, len = 13, status = 0
> xhci_hcd 0000:01:00.0: xhci_handle_event - returned from handle_tx_event
> xhci_hcd 0000:01:00.0: In xhci_handle_event
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90011098638, 64'hcf022638, 4'hf);
> usb-storage: Status code 0; transferred 13/13
> usb-storage: -- transfer complete
> usb-storage: Bulk status result = 0
> usb-storage: Bulk Status S 0x53425355 T 0x16 R 0 Stat 0x0
> usb-storage: scsi cmd done, result=0x0
> usb-storage: *** thread sleeping.
> usb-storage: queuecommand called
> usb-storage: *** thread awakened.
> usb-storage: Command READ_10 (10 bytes)
> usb-storage:  28 00 00 03 f4 3a 00 00 01 00
> usb-storage: Bulk Command S 0x43425355 T 0x17 L 512 F 128 Trg 0 LUN 0 CL 10
> usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
> usb 6-3: ep 0x1 - urb len = 0x1f (31), addr = 0xcf015000, num_trbs = 1
> xhci_hcd 0000:01:00.0: Endpoint state = 0x1
> xhci_hcd 0000:01:00.0: Ring enq = 0xcf028170 (DMA)
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90011098804, 32'h2, 4'hf);
> xhci_hcd 0000:01:00.0: op reg status = 00000008
> xhci_hcd 0000:01:00.0: ir set irq_pending = 00000003
> xhci_hcd 0000:01:00.0: Event ring dequeue ptr:
> xhci_hcd 0000:01:00.0: @cf022630 cf028160 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90011098024, 32'h8, 4'hf);
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90011098620, 32'h3, 4'hf);
> xhci_hcd 0000:01:00.0: In xhci_handle_event
> xhci_hcd 0000:01:00.0: xhci_handle_event - OS owns TRB
> xhci_hcd 0000:01:00.0: xhci_handle_event - calling handle_tx_event
> xhci_hcd 0000:01:00.0: In handle_tx_event
> xhci_hcd 0000:01:00.0: handle_tx_event - ep index = 1
> xhci_hcd 0000:01:00.0: handle_tx_event - checking for list empty
> xhci_hcd 0000:01:00.0: handle_tx_event - getting list entry
> xhci_hcd 0000:01:00.0: handle_tx_event - looking for TD
> xhci_hcd 0000:01:00.0: handle_tx_event - found event_seg = ffff880116721020
> xhci_hcd 0000:01:00.0: Event TRB with TRB type ID 32
> xhci_hcd 0000:01:00.0: Offset 0x00 (buffer lo) = 0xcf028160
> xhci_hcd 0000:01:00.0: Offset 0x04 (buffer hi) = 0x0
> xhci_hcd 0000:01:00.0: Offset 0x08 (transfer length) = 0x1000000
> xhci_hcd 0000:01:00.0: Offset 0x0C (flags) = 0x1028000
> xhci_hcd 0000:01:00.0: Successful bulk transfer!
> usb 6-3: ep 0x1 - asked for 31 bytes, 0 bytes untransferred
> xhci_hcd 0000:01:00.0: Ring deq = 0xcf028170 (DMA)
> xhci_hcd 0000:01:00.0: Event ring deq = 0xcf022640 (DMA)
> xhci_hcd 0000:01:00.0: // Write event ring dequeue pointer, preserving EHB bit
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90011098638, 64'hcf022640, 4'hf);
> xhci_hcd 0000:01:00.0: Giveback URB ffff88011643bcc0, len = 31, status = 0
> xhci_hcd 0000:01:00.0: xhci_handle_event - returned from handle_tx_event
> xhci_hcd 0000:01:00.0: In xhci_handle_event
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90011098638, 64'hcf022648, 4'hf);
> usb-storage: Status code 0; transferred 31/31
> usb-storage: -- transfer complete
> usb-storage: Bulk command transfer result=0
> usb-storage: usb_stor_bulk_transfer_sglist: xfer 512 bytes, 1 entries
> xhci_hcd 0000:01:00.0: count sg list trbs: 
> xhci_hcd 0000:01:00.0:  sg #0: dma = 0x23927000, len = 0xc00 (3072), num_trbs = 1
> xhci_hcd 0000:01:00.0: 
> usb 6-3: ep 0x81 - urb len = 512, sglist used, num_trbs = 1
> xhci_hcd 0000:01:00.0: Endpoint state = 0x1
> xhci_hcd 0000:01:00.0: First length to xfer from 1st sglist entry = 512
> xhci_hcd 0000:01:00.0:  sg entry: dma = 0x23927000, len = 0x200 (512), 64KB boundary at 0x23930000, end dma = 0x23927200
> xhci_hcd 0000:01:00.0: Ring enq = 0xcf028410 (DMA)
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90011098804, 32'h3, 4'hf);
> xhci_hcd 0000:01:00.0: Poll event ring: 4294853987
> xhci_hcd 0000:01:00.0: op reg status = 0x0
> xhci_hcd 0000:01:00.0: ir_set 0 pending = 0x2
> xhci_hcd 0000:01:00.0: No-op commands handled = 0
> xhci_hcd 0000:01:00.0: HC error bitmask = 0x4
> xhci_hcd 0000:01:00.0: Event ring:
> xhci_hcd 0000:01:00.0: @cf022400 cf028090 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022410 cf0284e0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022420 cf0284f0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022430 cf0280a0 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022440 cf028500 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022450 cf0280b0 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022460 cf028510 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022470 cf0280c0 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022480 cf028520 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022490 cf028530 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0224a0 cf0280d0 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf0224b0 cf028540 00000000 0d0000b4 01038000
> xhci_hcd 0000:01:00.0: @cf0224c0 cf028550 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0224d0 cf0280e0 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf0224e0 cf028560 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0224f0 cf0280f0 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022500 cf028570 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022510 cf028100 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022520 cf028720 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022530 cf028730 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022540 cf028110 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022550 cf028750 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022560 cf028760 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022570 cf028120 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022580 cf028770 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022590 cf028780 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0225a0 cf028130 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf0225b0 cf028790 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0225c0 cf0287a0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0225d0 cf028140 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf0225e0 cf0287b0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0225f0 cf0287c0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022600 cf028150 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022610 cf0287d0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022620 cf0287e0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022630 cf028160 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022640 cf028960 00000000 0d0000dd 01018001
> xhci_hcd 0000:01:00.0: @cf022650 cf028970 00000000 01000000 01018001
> xhci_hcd 0000:01:00.0: @cf022660 cf0220c0 00000000 01000000 01008401
> xhci_hcd 0000:01:00.0: @cf022670 cf028990 00000000 01000000 01018001
> xhci_hcd 0000:01:00.0: @cf022680 cf0289c0 00000000 01000000 01018001
> xhci_hcd 0000:01:00.0: @cf022690 cf028000 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf0226a0 cf028400 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf0226b0 cf028410 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf0226c0 cf028010 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf0226d0 cf028420 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf0226e0 cf028020 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf0226f0 cf028430 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf022700 cf028440 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf022710 cf028030 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf022720 cf028450 00000000 0d0000b4 01038001
> xhci_hcd 0000:01:00.0: @cf022730 cf028460 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf022740 cf028040 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf022750 cf028470 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf022760 cf028050 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf022770 cf028480 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf022780 cf028060 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf022790 cf028490 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf0227a0 cf028070 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf0227b0 cf0284a0 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf0227c0 cf0284b0 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf0227d0 cf028080 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf0227e0 cf0284c0 00000000 0d0000b4 01038001
> xhci_hcd 0000:01:00.0: @cf0227f0 cf0284d0 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: Ring deq = ffff8800cf022640 (virt), 0xcf022640 (dma)
> xhci_hcd 0000:01:00.0: Ring deq updated 228 times
> xhci_hcd 0000:01:00.0: Ring enq = ffff8800cf022400 (virt), 0xcf022400 (dma)
> xhci_hcd 0000:01:00.0: Ring enq updated 0 times
> xhci_hcd 0000:01:00.0: ERST deq = 64'hcf022640
> xhci_hcd 0000:01:00.0: Command ring:
> xhci_hcd 0000:01:00.0: @cf022000 00000000 00000000 00000000 00002401
> xhci_hcd 0000:01:00.0: @cf022010 cf027000 00000000 00000000 01002c01
> xhci_hcd 0000:01:00.0: @cf022020 cf027000 00000000 00000000 01003001
> xhci_hcd 0000:01:00.0: @cf022030 00000000 00000000 00000000 01033c01
> xhci_hcd 0000:01:00.0: @cf022040 00000000 00000000 00000000 01002801
> xhci_hcd 0000:01:00.0: @cf022050 00000000 00000000 00000000 00002401
> xhci_hcd 0000:01:00.0: @cf022060 cf026000 00000000 00000000 01002c01
> xhci_hcd 0000:01:00.0: @cf022070 cf026000 00000000 00000000 01003001
> xhci_hcd 0000:01:00.0: @cf022080 00000000 00000000 00000000 01033c01
> xhci_hcd 0000:01:00.0: @cf022090 00000000 00000000 00000000 01002801
> xhci_hcd 0000:01:00.0: @cf0220a0 00000000 00000000 00000000 00002401
> xhci_hcd 0000:01:00.0: @cf0220b0 cf026000 00000000 00000000 01002c01
> xhci_hcd 0000:01:00.0: @cf0220c0 cf026000 00000000 00000000 01003001
> xhci_hcd 0000:01:00.0: @cf0220d0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0220e0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0220f0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022100 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022110 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022120 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022130 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022140 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022150 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022160 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022170 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022180 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022190 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0221a0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0221b0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0221c0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0221d0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0221e0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0221f0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022200 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022210 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022220 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022230 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022240 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022250 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022260 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022270 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022280 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022290 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0222a0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0222b0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0222c0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0222d0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0222e0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0222f0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022300 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022310 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022320 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022330 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022340 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022350 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022360 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022370 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022380 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf022390 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0223a0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0223b0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0223c0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0223d0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0223e0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0223f0 cf022000 00000000 00000000 00001802
> xhci_hcd 0000:01:00.0: Ring deq = ffff8800cf0220d0 (virt), 0xcf0220d0 (dma)
> xhci_hcd 0000:01:00.0: Ring deq updated 13 times
> xhci_hcd 0000:01:00.0: Ring enq = ffff8800cf0220d0 (virt), 0xcf0220d0 (dma)
> xhci_hcd 0000:01:00.0: Ring enq updated 13 times
> xhci_hcd 0000:01:00.0: // xHC command ring deq ptr low bits + flags = @00000008
> xhci_hcd 0000:01:00.0: // xHC command ring deq ptr high bits = @00000000
> xhci_hcd 0000:01:00.0: Dev 1 endpoint ring 0:
> xhci_hcd 0000:01:00.0: @cf028800 01000680 00080000 00000008 00000841
> xhci_hcd 0000:01:00.0: @cf028810 238f1000 00000000 00000008 00010c05
> xhci_hcd 0000:01:00.0: @cf028820 00000000 00000000 00000000 00001021
> xhci_hcd 0000:01:00.0: @cf028830 01000680 00120000 00000008 00000841
> xhci_hcd 0000:01:00.0: @cf028840 238f2000 00000000 00000012 00010c05
> xhci_hcd 0000:01:00.0: @cf028850 00000000 00000000 00000000 00001021
> xhci_hcd 0000:01:00.0: @cf028860 02000680 00090000 00000008 00000841
> xhci_hcd 0000:01:00.0: @cf028870 238f3000 00000000 00000009 00010c05
> xhci_hcd 0000:01:00.0: @cf028880 00000000 00000000 00000000 00001021
> xhci_hcd 0000:01:00.0: @cf028890 02000680 00200000 00000008 00000841
> xhci_hcd 0000:01:00.0: @cf0288a0 238f4000 00000000 00000020 00010c05
> xhci_hcd 0000:01:00.0: @cf0288b0 00000000 00000000 00000000 00001021
> xhci_hcd 0000:01:00.0: @cf0288c0 03000680 00ff0000 00000008 00000841
> xhci_hcd 0000:01:00.0: @cf0288d0 238f5000 00000000 000000ff 00010c05
> xhci_hcd 0000:01:00.0: @cf0288e0 00000000 00000000 00000000 00001021
> xhci_hcd 0000:01:00.0: @cf0288f0 03020680 00ff0409 00000008 00000841
> xhci_hcd 0000:01:00.0: @cf028900 238f6000 00000000 000000ff 00010c05
> xhci_hcd 0000:01:00.0: @cf028910 00000000 00000000 00000000 00001021
> xhci_hcd 0000:01:00.0: @cf028920 03010680 00ff0409 00000008 00000841
> xhci_hcd 0000:01:00.0: @cf028930 238f7000 00000000 000000ff 00010c05
> xhci_hcd 0000:01:00.0: @cf028940 00000000 00000000 00000000 00001021
> xhci_hcd 0000:01:00.0: @cf028950 03030680 00ff0409 00000008 00000841
> xhci_hcd 0000:01:00.0: @cf028960 238f8000 00000000 000000ff 00010c05
> xhci_hcd 0000:01:00.0: @cf028970 00000000 00000000 00000000 00001021
> xhci_hcd 0000:01:00.0: @cf028980 00010900 00000000 00000008 00000841
> xhci_hcd 0000:01:00.0: @cf028990 00000000 00000000 00000000 00011021
> xhci_hcd 0000:01:00.0: @cf0289a0 0000fea1 00010000 00000008 00000841
> xhci_hcd 0000:01:00.0: @cf0289b0 cf015000 00000000 00000001 00010c05
> xhci_hcd 0000:01:00.0: @cf0289c0 00000000 00000000 00000000 00001021
> xhci_hcd 0000:01:00.0: @cf0289d0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0289e0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0289f0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028a00 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028a10 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028a20 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028a30 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028a40 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028a50 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028a60 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028a70 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028a80 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028a90 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028aa0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028ab0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028ac0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028ad0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028ae0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028af0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028b00 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028b10 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028b20 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028b30 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028b40 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028b50 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028b60 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028b70 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028b80 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028b90 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028ba0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028bb0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028bc0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028bd0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028be0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028bf0 cf028800 00000000 00000000 00001802
> xhci_hcd 0000:01:00.0: Dev 1 endpoint ring 1:
> xhci_hcd 0000:01:00.0: @cf028000 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028010 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028020 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028030 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028040 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028050 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028060 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028070 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028080 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028090 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf0280a0 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf0280b0 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf0280c0 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf0280d0 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf0280e0 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf0280f0 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028100 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028110 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028120 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028130 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028140 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028150 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028160 cf015000 00000000 0000001f 00000425
> xhci_hcd 0000:01:00.0: @cf028170 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028180 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028190 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0281a0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0281b0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0281c0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0281d0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0281e0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0281f0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028200 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028210 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028220 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028230 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028240 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028250 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028260 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028270 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028280 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028290 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0282a0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0282b0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0282c0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0282d0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0282e0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0282f0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028300 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028310 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028320 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028330 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028340 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028350 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028360 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028370 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028380 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf028390 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0283a0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0283b0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0283c0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0283d0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0283e0 00000000 00000000 00000000 00000000
> xhci_hcd 0000:01:00.0: @cf0283f0 cf028000 00000000 00000000 00001802
> xhci_hcd 0000:01:00.0: Dev 1 endpoint ring 2:
> xhci_hcd 0000:01:00.0: @cf028400 23927000 00000000 00000200 00000424
> xhci_hcd 0000:01:00.0: @cf028410 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028420 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028430 238fa800 00000000 00000008 00000425
> xhci_hcd 0000:01:00.0: @cf028440 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028450 238fb000 00000000 000000c0 00000425
> xhci_hcd 0000:01:00.0: @cf028460 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028470 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028480 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028490 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf0284a0 238fb800 00000000 00000008 00000425
> xhci_hcd 0000:01:00.0: @cf0284b0 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf0284c0 238fc000 00000000 000000c0 00000425
> xhci_hcd 0000:01:00.0: @cf0284d0 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf0284e0 238fc800 00000000 00081000 00000425
> xhci_hcd 0000:01:00.0: @cf0284f0 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028500 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028510 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028520 23901000 00000000 00000008 00000425
> xhci_hcd 0000:01:00.0: @cf028530 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028540 23901800 00000000 000000c0 00000425
> xhci_hcd 0000:01:00.0: @cf028550 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028560 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028570 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028580 23902000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028590 23903000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0285a0 23904000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0285b0 23905000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0285c0 23906000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0285d0 23907000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0285e0 23908000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0285f0 23909000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028600 2390a000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028610 2390b000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028620 2390c000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028630 2390d000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028640 2390e000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028650 2390f000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028660 23910000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028670 23911000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028680 23912000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028690 23913000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0286a0 23914000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0286b0 23915000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0286c0 23916000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0286d0 23917000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0286e0 23918000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0286f0 23919000 00000000 00382000 00000415
> xhci_hcd 0000:01:00.0: @cf028700 2391b000 00000000 00282000 00000415
> xhci_hcd 0000:01:00.0: @cf028710 2391d000 00000000 00182000 00000415
> xhci_hcd 0000:01:00.0: @cf028720 2391f000 00000000 00081000 00000425
> xhci_hcd 0000:01:00.0: @cf028730 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028740 23921000 00000000 00101000 00000415
> xhci_hcd 0000:01:00.0: @cf028750 23922000 00000000 00081000 00000425
> xhci_hcd 0000:01:00.0: @cf028760 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028770 23923000 00000000 00081000 00000425
> xhci_hcd 0000:01:00.0: @cf028780 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028790 23924000 00000000 00081000 00000425
> xhci_hcd 0000:01:00.0: @cf0287a0 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf0287b0 23925000 00000000 00000200 00000425
> xhci_hcd 0000:01:00.0: @cf0287c0 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf0287d0 23926000 00000000 00000200 00000425
> xhci_hcd 0000:01:00.0: @cf0287e0 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf0287f0 cf028400 00000000 00000000 00001803
> usb-storage: command_abort called
> usb-storage: usb_stor_stop_transport called
> usb-storage: -- cancelling sg request
> xhci_hcd 0000:01:00.0: Cancel URB ffff8801166ac6c0
> xhci_hcd 0000:01:00.0: Event ring:
> xhci_hcd 0000:01:00.0: @cf022400 cf028090 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022410 cf0284e0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022420 cf0284f0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022430 cf0280a0 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022440 cf028500 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022450 cf0280b0 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022460 cf028510 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022470 cf0280c0 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022480 cf028520 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022490 cf028530 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0224a0 cf0280d0 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf0224b0 cf028540 00000000 0d0000b4 01038000
> xhci_hcd 0000:01:00.0: @cf0224c0 cf028550 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0224d0 cf0280e0 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf0224e0 cf028560 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0224f0 cf0280f0 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022500 cf028570 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022510 cf028100 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022520 cf028720 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022530 cf028730 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022540 cf028110 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022550 cf028750 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022560 cf028760 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022570 cf028120 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022580 cf028770 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022590 cf028780 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0225a0 cf028130 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf0225b0 cf028790 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0225c0 cf0287a0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0225d0 cf028140 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf0225e0 cf0287b0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf0225f0 cf0287c0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022600 cf028150 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022610 cf0287d0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022620 cf0287e0 00000000 01000000 01038000
> xhci_hcd 0000:01:00.0: @cf022630 cf028160 00000000 01000000 01028000
> xhci_hcd 0000:01:00.0: @cf022640 cf028960 00000000 0d0000dd 01018001
> xhci_hcd 0000:01:00.0: @cf022650 cf028970 00000000 01000000 01018001
> xhci_hcd 0000:01:00.0: @cf022660 cf0220c0 00000000 01000000 01008401
> xhci_hcd 0000:01:00.0: @cf022670 cf028990 00000000 01000000 01018001
> xhci_hcd 0000:01:00.0: @cf022680 cf0289c0 00000000 01000000 01018001
> xhci_hcd 0000:01:00.0: @cf022690 cf028000 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf0226a0 cf028400 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf0226b0 cf028410 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf0226c0 cf028010 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf0226d0 cf028420 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf0226e0 cf028020 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf0226f0 cf028430 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf022700 cf028440 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf022710 cf028030 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf022720 cf028450 00000000 0d0000b4 01038001
> xhci_hcd 0000:01:00.0: @cf022730 cf028460 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf022740 cf028040 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf022750 cf028470 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf022760 cf028050 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf022770 cf028480 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf022780 cf028060 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf022790 cf028490 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf0227a0 cf028070 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf0227b0 cf0284a0 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf0227c0 cf0284b0 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: @cf0227d0 cf028080 00000000 01000000 01028001
> xhci_hcd 0000:01:00.0: @cf0227e0 cf0284c0 00000000 0d0000b4 01038001
> xhci_hcd 0000:01:00.0: @cf0227f0 cf0284d0 00000000 01000000 01038001
> xhci_hcd 0000:01:00.0: Endpoint ring:
> xhci_hcd 0000:01:00.0: @cf028400 23927000 00000000 00000200 00000424
> xhci_hcd 0000:01:00.0: @cf028410 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028420 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028430 238fa800 00000000 00000008 00000425
> xhci_hcd 0000:01:00.0: @cf028440 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028450 238fb000 00000000 000000c0 00000425
> xhci_hcd 0000:01:00.0: @cf028460 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028470 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028480 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028490 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf0284a0 238fb800 00000000 00000008 00000425
> xhci_hcd 0000:01:00.0: @cf0284b0 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf0284c0 238fc000 00000000 000000c0 00000425
> xhci_hcd 0000:01:00.0: @cf0284d0 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf0284e0 238fc800 00000000 00081000 00000425
> xhci_hcd 0000:01:00.0: @cf0284f0 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028500 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028510 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028520 23901000 00000000 00000008 00000425
> xhci_hcd 0000:01:00.0: @cf028530 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028540 23901800 00000000 000000c0 00000425
> xhci_hcd 0000:01:00.0: @cf028550 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028560 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028570 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028580 23902000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028590 23903000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0285a0 23904000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0285b0 23905000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0285c0 23906000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0285d0 23907000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0285e0 23908000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0285f0 23909000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028600 2390a000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028610 2390b000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028620 2390c000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028630 2390d000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028640 2390e000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028650 2390f000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028660 23910000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028670 23911000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028680 23912000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf028690 23913000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0286a0 23914000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0286b0 23915000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0286c0 23916000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0286d0 23917000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0286e0 23918000 00000000 003e1000 00000415
> xhci_hcd 0000:01:00.0: @cf0286f0 23919000 00000000 00382000 00000415
> xhci_hcd 0000:01:00.0: @cf028700 2391b000 00000000 00282000 00000415
> xhci_hcd 0000:01:00.0: @cf028710 2391d000 00000000 00182000 00000415
> xhci_hcd 0000:01:00.0: @cf028720 2391f000 00000000 00081000 00000425
> xhci_hcd 0000:01:00.0: @cf028730 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028740 23921000 00000000 00101000 00000415
> xhci_hcd 0000:01:00.0: @cf028750 23922000 00000000 00081000 00000425
> xhci_hcd 0000:01:00.0: @cf028760 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028770 23923000 00000000 00081000 00000425
> xhci_hcd 0000:01:00.0: @cf028780 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf028790 23924000 00000000 00081000 00000425
> xhci_hcd 0000:01:00.0: @cf0287a0 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf0287b0 23925000 00000000 00000200 00000425
> xhci_hcd 0000:01:00.0: @cf0287c0 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf0287d0 23926000 00000000 00000200 00000425
> xhci_hcd 0000:01:00.0: @cf0287e0 cf015000 00000000 0000000d 00000425
> xhci_hcd 0000:01:00.0: @cf0287f0 cf028400 00000000 00000000 00001803
> xhci_hcd 0000:01:00.0: Command ring enq = 0xcf0220e0 (DMA)
> xhci_hcd 0000:01:00.0: // Ding dong!
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90011098800, 32'h0, 4'hf);
> xhci_hcd 0000:01:00.0: xHCI host not responding to stop endpoint command.
> xhci_hcd 0000:01:00.0: Assuming host is dying, halting host.
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90011098020, 32'h0, 4'hf);
> xhci_hcd 0000:01:00.0: // Halt the HC
> xhci_hcd 0000:01:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90011098020, 32'h0, 4'hf);
> xhci_hcd 0000:01:00.0: Non-responsive xHCI host is not halting.
> xhci_hcd 0000:01:00.0: Completing active URBs anyway.
> xhci_hcd 0000:01:00.0: Killing URBs for slot ID 1, ep index 0
> xhci_hcd 0000:01:00.0: Killing URBs for slot ID 1, ep index 1
> xhci_hcd 0000:01:00.0: Killing URBs for slot ID 1, ep index 2
> xhci_hcd 0000:01:00.0: Giveback killed URB ffff8801166ac6c0
> xhci_hcd 0000:01:00.0: killed URB given back
> xhci_hcd 0000:01:00.0: Calling usb_hc_died()
> xhci_hcd 0000:01:00.0: HC died; cleaning up
> usb-storage: Status code -104; transferred 0/512
> usb-storage: -- transfer cancelled
> xhci_hcd 0000:01:00.0: xHCI host controller is dead.
> usb-storage: Bulk data transfer result 0x4
> usb-storage: -- command was aborted
> usb-storage: unable to lock device for reset: -19
> usb-storage: usb_stor_Bulk_reset called
> usb-storage: usb_stor_control_msg: rq=ff rqtype=21 value=0000 index=00 len=0
> usb-storage: Soft reset failed: -19
> usb-storage: scsi command aborted
> usb-storage: *** thread sleeping.
> usb-storage: queuecommand called
> hub 6-0:1.0: state 0 ports 4 chg 0000 evt 0000
> usb 6-3: USB disconnect, address 2
> usb 6-3: unregistering device
> usb 6-3: usb_disable_device nuking all URBs
> usb 6-3: unregistering interface 6-3:1.0
> usb-storage: storage_disconnect() called
> usb-storage: *** thread awakened.
> usb-storage: Command TEST_UNIT_READY (6 bytes)
> usb-storage:  00 00 00 00 00 00
> usb-storage: Bulk Command S 0x43425355 T 0x18 L 0 F 0 Trg 0 LUN 0 CL 6
> usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
> usb-storage: Status code -19; transferred 0/31
> usb-storage: -- unknown error
> usb-storage: Bulk command transfer result=4
> usb-storage: -- transport indicates error, resetting
> usb-storage: unable to lock device for reset: -19
> usb-storage: usb_stor_Bulk_reset called
> usb-storage: No reset during disconnect
> usb-storage: scsi cmd done, result=0x70000
> usb-storage: *** thread sleeping.
> usb-storage: device_reset called
> usb-storage: usb_stor_Bulk_reset called
> usb-storage: No reset during disconnect
> usb-storage: bus_reset called
> usb-storage: unable to lock device for reset: -19
> sd 6:0:0:0: Device offlined - not ready after error recovery
> usb-storage: queuecommand called
> usb-storage: Fail command during disconnect
> sd 6:0:0:0: [sdb] Unhandled error code
> sd 6:0:0:0: [sdb] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
> sd 6:0:0:0: [sdb] CDB: Read(10): 28 00 00 03 f4 3a 00 00 01 00
> end_request: I/O error, dev sdb, sector 259130
> Buffer I/O error on device sdb, logical block 32391
> usb-storage: queuecommand called
> usb-storage: Fail command during disconnect
> usb-storage: queuecommand called
> usb-storage: Fail command during disconnect
> usb-storage: queuecommand called
> usb-storage: Fail command during disconnect
> usb-storage: -- usb_stor_release_resources
> usb-storage: -- sending exit command to thread
> usb-storage: *** thread awakened.
> usb-storage: -- exiting
> usb-storage: -- dissociate_dev
> usb 6-3:1.0: uevent
> usb 6-3: uevent
> xhci_hcd 0000:01:00.0: Freeing ring at ffff880116461e40
> xhci_hcd 0000:01:00.0: Freeing DMA segment at ffff8800cf028800 (virtual) 0xcf028800 (DMA)
> xhci_hcd 0000:01:00.0: Freeing priv segment structure at ffff880116721500
> xhci_hcd 0000:01:00.0: Freeing ring at ffff880116461060
> xhci_hcd 0000:01:00.0: Freeing DMA segment at ffff8800cf028000 (virtual) 0xcf028000 (DMA)
> xhci_hcd 0000:01:00.0: Freeing priv segment structure at ffff880116721020
> xhci_hcd 0000:01:00.0: Freeing ring at ffff880116461180
> xhci_hcd 0000:01:00.0: Freeing DMA segment at ffff8800cf028400 (virtual) 0xcf028400 (DMA)
> xhci_hcd 0000:01:00.0: Freeing priv segment structure at ffff880116721700
> usb usb6: uevent
> xhci_hcd 0000:01:00.0: Poll event ring: 4294913987
> xhci_hcd 0000:01:00.0: op reg status = 0x0
> xhci_hcd 0000:01:00.0: HW died, polling stopped.

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

  Powered by Linux