Re: XHCI Not Initialising with Device Connected

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

 



On Friday 07 May 2010 09:07:09 Oliver Neukum wrote:
> Am Freitag, 7. Mai 2010 10:02:40 schrieben Sie:
> >         I have a motherboard with USB 3.0 built in ( NEC chip, ) and an
> >         external
> > 
> > USB 3 hard drive. It seems that if I boot the machine with the drive
> > connected and powered up, the xhci driver fails to initialise and so is
> > in effect un- usable. If I connect the   drive after boot, all seems
> > fine. This is using kernel 2.6.34-rc6 on an amd 64 system, core i7
> > processor.
> > 
> >         The log shows:
> > xhci_hcd: probe of 0000:02:00.0 failed with error -110
> 
> Rebuild your kernel with CONFIG_USB_DEBUG
> and CONFIG_USB_XHCI_HCD_DEBUGGING

	Ok, attached are the results of dmesg | grep -E "usb|hcd" for the working 
and non working versions ( actually, the buffer filled up on the working 
version, so it was actually grep -E "usb|hcd" /var/log/dmesg.

	On the non-working version ( drive connected on boot ) I unplugged and 
re-attached the drive once the machine had booted, and it showed up as a USB 2 
device using lsusb. When working, it does not show at all in lsusb, which I 
assume is normal.

	One difference which may not be immediately obvious from these two is 
that there seems to be a pause in the boot sequence for the case  when the 
drive is plugged in on boot which doesn't happen otherwise. The full output of 
this section is:

[    7.007589] usb usb8: bus auto-suspend
[    7.007592] usb usb8: suspend_rh
[    7.748714] sky2 0000:06:00.0: eth0: enabling interface
[    7.749663] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    7.753455] sky2 0000:05:00.0: eth1: enabling interface
[    7.754426] ADDRCONF(NETDEV_UP): eth1: link is not ready
[    8.480601] coretemp coretemp.0: Unable to access MSR 0xEE, for Tjmax, left 
at default
[    8.480637] coretemp coretemp.1: Unable to access MSR 0xEE, for Tjmax, left 
at default
[    8.480674] coretemp coretemp.2: Unable to access MSR 0xEE, for Tjmax, left 
at default
[    8.480709] coretemp coretemp.3: Unable to access MSR 0xEE, for Tjmax, left 
at default
[    8.480741] coretemp coretemp.4: Unable to access MSR 0xEE, for Tjmax, left 
at default
[    8.480777] coretemp coretemp.5: Unable to access MSR 0xEE, for Tjmax, left 
at default
[    8.480812] coretemp coretemp.6: Unable to access MSR 0xEE, for Tjmax, left 
at default
[    8.480847] coretemp coretemp.7: Unable to access MSR 0xEE, for Tjmax, left 
at default
[    9.326879]   alloc irq_desc for 29 on node -1
[    9.326881]   alloc kstat_irqs on node -1
[    9.326886] xhci_hcd 0000:02:00.0: PCI INT A -> GSI 29 (level, low) -> IRQ 
29
[    9.326918] xhci_hcd 0000:02:00.0: setting latency timer to 64


	If you need any more then please let me know.

Adam.

[    0.968613] usbcore: registered new interface driver usbfs
[    0.968619] usbcore: registered new interface driver hub
[    0.968637] usbcore: registered new device driver usb
[    2.434808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.434810] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
[    2.434824] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    2.434838] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    2.434840] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    2.434860] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    2.434866] ehci_hcd 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[    2.434869] ehci_hcd 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr
[    2.434885] ehci_hcd 0000:00:1a.7: debug port 1
[    2.434888] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    2.438780] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[    2.438781] ehci_hcd 0000:00:1a.7: supports USB remote wakeup
[    2.438790] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfb9ff000
[    2.438794] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    2.442681] ehci_hcd 0000:00:1a.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[    2.448270] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    2.448292] usb usb1: default language 0x0409
[    2.448299] usb usb1: udev 1, busnum 1, minor = 0
[    2.448301] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.448304] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.448306] usb usb1: Product: EHCI Host Controller
[    2.448308] usb usb1: Manufacturer: Linux 2.6.34-rc6 ehci_hcd
[    2.448310] usb usb1: SerialNumber: 0000:00:1a.7
[    2.448371] usb usb1: usb_probe_device
[    2.448373] usb usb1: configuration #1 chosen from 1 choice
[    2.448378] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    2.448390] hub 1-0:1.0: usb_probe_interface
[    2.448392] hub 1-0:1.0: usb_probe_interface - got id
[    2.448400] hub 1-0:1.0: no power switching (usb 1.0)
[    2.448461] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    2.448471] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    2.448473] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.448494] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    2.448499] ehci_hcd 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[    2.448502] ehci_hcd 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr
[    2.448517] ehci_hcd 0000:00:1d.7: debug port 1
[    2.448520] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    2.452409] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[    2.452410] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[    2.452419] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfb9fe000
[    2.452422] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    2.456309] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[    2.462258] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.462280] usb usb2: default language 0x0409
[    2.462287] usb usb2: udev 1, busnum 2, minor = 128
[    2.462289] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.462292] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.462294] usb usb2: Product: EHCI Host Controller
[    2.462296] usb usb2: Manufacturer: Linux 2.6.34-rc6 ehci_hcd
[    2.462298] usb usb2: SerialNumber: 0000:00:1d.7
[    2.462344] usb usb2: usb_probe_device
[    2.462346] usb usb2: configuration #1 chosen from 1 choice
[    2.462350] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    2.462363] hub 2-0:1.0: usb_probe_interface
[    2.462364] hub 2-0:1.0: usb_probe_interface - got id
[    2.462370] hub 2-0:1.0: no power switching (usb 1.0)
[    2.462423] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.462424] ohci_hcd: block sizes: ed 80 td 96
[    2.462435] uhci_hcd: USB Universal Host Controller Interface driver
[    2.462467] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.462471] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    2.462474] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.462492] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    2.462499] uhci_hcd 0000:00:1a.0: detected 2 ports
[    2.462502] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[    2.462503] uhci_hcd 0000:00:1a.0: Performing full reset
[    2.462516] uhci_hcd 0000:00:1a.0: supports USB remote wakeup
[    2.462526] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000a800
[    2.462545] usb usb3: default language 0x0409
[    2.462549] usb usb3: udev 1, busnum 3, minor = 256
[    2.462551] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    2.462552] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.462554] usb usb3: Product: UHCI Host Controller
[    2.462555] usb usb3: Manufacturer: Linux 2.6.34-rc6 uhci_hcd
[    2.462557] usb usb3: SerialNumber: 0000:00:1a.0
[    2.462589] usb usb3: usb_probe_device
[    2.462591] usb usb3: configuration #1 chosen from 1 choice
[    2.462594] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[    2.462606] hub 3-0:1.0: usb_probe_interface
[    2.462607] hub 3-0:1.0: usb_probe_interface - got id
[    2.462613] hub 3-0:1.0: no power switching (usb 1.0)
[    2.462644] ehci_hcd 0000:00:1a.7: HS companion for 0000:00:1a.0
[    2.462662] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    2.462666] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    2.462668] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.462688] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    2.462693] uhci_hcd 0000:00:1a.1: detected 2 ports
[    2.462696] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
[    2.462697] uhci_hcd 0000:00:1a.1: Performing full reset
[    2.462710] uhci_hcd 0000:00:1a.1: supports USB remote wakeup
[    2.462719] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000a880
[    2.462739] usb usb4: default language 0x0409
[    2.462743] usb usb4: udev 1, busnum 4, minor = 384
[    2.462744] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.462746] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.462747] usb usb4: Product: UHCI Host Controller
[    2.462749] usb usb4: Manufacturer: Linux 2.6.34-rc6 uhci_hcd
[    2.462750] usb usb4: SerialNumber: 0000:00:1a.1
[    2.462785] usb usb4: usb_probe_device
[    2.462786] usb usb4: configuration #1 chosen from 1 choice
[    2.462790] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[    2.462801] hub 4-0:1.0: usb_probe_interface
[    2.462803] hub 4-0:1.0: usb_probe_interface - got id
[    2.462808] hub 4-0:1.0: no power switching (usb 1.0)
[    2.462839] ehci_hcd 0000:00:1a.7: HS companion for 0000:00:1a.1
[    2.462856] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    2.462860] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    2.462862] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    2.462880] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    2.462885] uhci_hcd 0000:00:1a.2: detected 2 ports
[    2.462888] uhci_hcd 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0000
[    2.462890] uhci_hcd 0000:00:1a.2: Performing full reset
[    2.462902] uhci_hcd 0000:00:1a.2: supports USB remote wakeup
[    2.462911] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000ac00
[    2.462929] usb usb5: default language 0x0409
[    2.462933] usb usb5: udev 1, busnum 5, minor = 512
[    2.462934] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.462936] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.462938] usb usb5: Product: UHCI Host Controller
[    2.462939] usb usb5: Manufacturer: Linux 2.6.34-rc6 uhci_hcd
[    2.462940] usb usb5: SerialNumber: 0000:00:1a.2
[    2.462973] usb usb5: usb_probe_device
[    2.462974] usb usb5: configuration #1 chosen from 1 choice
[    2.462978] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[    2.462989] hub 5-0:1.0: usb_probe_interface
[    2.462991] hub 5-0:1.0: usb_probe_interface - got id
[    2.462996] hub 5-0:1.0: no power switching (usb 1.0)
[    2.463025] ehci_hcd 0000:00:1a.7: HS companion for 0000:00:1a.2
[    2.463040] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    2.463044] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.463046] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.463064] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    2.463069] uhci_hcd 0000:00:1d.0: detected 2 ports
[    2.463072] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[    2.463073] uhci_hcd 0000:00:1d.0: Performing full reset
[    2.463085] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[    2.463088] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000a080
[    2.463107] usb usb6: default language 0x0409
[    2.463111] usb usb6: udev 1, busnum 6, minor = 640
[    2.463112] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.463114] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.463115] usb usb6: Product: UHCI Host Controller
[    2.463117] usb usb6: Manufacturer: Linux 2.6.34-rc6 uhci_hcd
[    2.463118] usb usb6: SerialNumber: 0000:00:1d.0
[    2.463148] usb usb6: usb_probe_device
[    2.463150] usb usb6: configuration #1 chosen from 1 choice
[    2.463154] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[    2.463166] hub 6-0:1.0: usb_probe_interface
[    2.463168] hub 6-0:1.0: usb_probe_interface - got id
[    2.463173] hub 6-0:1.0: no power switching (usb 1.0)
[    2.463205] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.0
[    2.463216] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    2.463220] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    2.463222] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.463241] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    2.463246] uhci_hcd 0000:00:1d.1: detected 2 ports
[    2.463249] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[    2.463251] uhci_hcd 0000:00:1d.1: Performing full reset
[    2.463266] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[    2.463270] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000a400
[    2.463290] usb usb7: default language 0x0409
[    2.463294] usb usb7: udev 1, busnum 7, minor = 768
[    2.463295] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    2.463297] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.463299] usb usb7: Product: UHCI Host Controller
[    2.463300] usb usb7: Manufacturer: Linux 2.6.34-rc6 uhci_hcd
[    2.463301] usb usb7: SerialNumber: 0000:00:1d.1
[    2.463333] usb usb7: usb_probe_device
[    2.463334] usb usb7: configuration #1 chosen from 1 choice
[    2.463338] usb usb7: adding 7-0:1.0 (config #1, interface 0)
[    2.463351] hub 7-0:1.0: usb_probe_interface
[    2.463352] hub 7-0:1.0: usb_probe_interface - got id
[    2.463358] hub 7-0:1.0: no power switching (usb 1.0)
[    2.463390] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.1
[    2.463401] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    2.463405] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    2.463407] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.463426] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    2.463431] uhci_hcd 0000:00:1d.2: detected 2 ports
[    2.463434] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[    2.463435] uhci_hcd 0000:00:1d.2: Performing full reset
[    2.463448] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[    2.463451] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000a480
[    2.463470] usb usb8: default language 0x0409
[    2.463474] usb usb8: udev 1, busnum 8, minor = 896
[    2.463476] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    2.463477] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.463479] usb usb8: Product: UHCI Host Controller
[    2.463480] usb usb8: Manufacturer: Linux 2.6.34-rc6 uhci_hcd
[    2.463482] usb usb8: SerialNumber: 0000:00:1d.2
[    2.463514] usb usb8: usb_probe_device
[    2.463516] usb usb8: configuration #1 chosen from 1 choice
[    2.463519] usb usb8: adding 8-0:1.0 (config #1, interface 0)
[    2.463531] hub 8-0:1.0: usb_probe_interface
[    2.463532] hub 8-0:1.0: usb_probe_interface - got id
[    2.463538] hub 8-0:1.0: no power switching (usb 1.0)
[    2.463570] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.2
[    2.548205] ehci_hcd 0000:00:1a.7: GetStatus port 5 status 001403 POWER sig=k CSC CONNECT
[    2.562183] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT
[    2.562195] ehci_hcd 0000:00:1d.7: GetStatus port 4 status 001803 POWER sig=j CSC CONNECT
[    2.562206] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001803 POWER sig=j CSC CONNECT
[    2.562243] uhci_hcd 0000:00:1a.2: port 1 portsc 008a,00
[    2.563181] uhci_hcd 0000:00:1d.1: port 1 portsc 0082,00
[    2.563191] uhci_hcd 0000:00:1d.1: port 2 portsc 0082,00
[    2.563201] uhci_hcd 0000:00:1d.2: port 1 portsc 0082,00
[    2.648123] ehci_hcd 0000:00:1a.7: port 5 low speed --> companion
[    2.699127] ehci_hcd 0000:00:1a.7: GetStatus port 5 status 003002 POWER OWNER sig=se0 CSC
[    2.750297] ehci_hcd 0000:00:1d.7: port 3 full speed --> companion
[    2.750300] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 003801 POWER OWNER sig=j CONNECT
[    2.801042] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 003002 POWER OWNER sig=se0 CSC
[    2.852198] ehci_hcd 0000:00:1d.7: port 4 high speed
[    2.852200] ehci_hcd 0000:00:1d.7: GetStatus port 4 status 001005 POWER sig=se0 PE CONNECT
[    2.903083] usb 2-4: new high speed USB device using ehci_hcd and address 3
[    2.954972] ehci_hcd 0000:00:1d.7: port 4 high speed
[    2.954975] ehci_hcd 0000:00:1d.7: GetStatus port 4 status 001005 POWER sig=se0 PE CONNECT
[    3.020045] usb 2-4: udev 3, busnum 2, minor = 130
[    3.020047] usb 2-4: New USB device found, idVendor=0424, idProduct=2504
[    3.020050] usb 2-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.020106] usb 2-4: usb_probe_device
[    3.020109] usb 2-4: configuration #1 chosen from 1 choice
[    3.020171] usb 2-4: adding 2-4:1.0 (config #1, interface 0)
[    3.020196] hub 2-4:1.0: usb_probe_interface
[    3.020198] hub 2-4:1.0: usb_probe_interface - got id
[    3.072857] ehci_hcd 0000:00:1d.7: port 5 high speed
[    3.072859] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT
[    3.124620] usb 2-5: new high speed USB device using ehci_hcd and address 4
[    3.222542] usb 2-4: link qh256-0001/ffff88031e880880 start 1 [1/0 us]
[    3.525384] usb usb3: suspend_rh (auto-stop)
[    3.525404] usb usb4: suspend_rh (auto-stop)
[    3.525423] usb usb6: suspend_rh (auto-stop)
[    3.684385] ehci_hcd 0000:00:1d.7: port 5 high speed
[    3.684389] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT
[    3.775194] usb usb8: suspend_rh (auto-stop)
[    3.809648] usb 2-5: default language 0x0409
[    3.815143] usb 2-5: udev 4, busnum 2, minor = 131
[    3.815145] usb 2-5: New USB device found, idVendor=0bda, idProduct=0151
[    3.815148] usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.815151] usb 2-5: Product: USB2.0-CRW
[    3.815153] usb 2-5: Manufacturer: Generic
[    3.815155] usb 2-5: SerialNumber: 20060413092100000
[    3.815224] usb 2-5: usb_probe_device
[    3.815227] usb 2-5: configuration #1 chosen from 1 choice
[    3.815768] usb 2-5: adding 2-5:1.0 (config #1, interface 0)
[    3.816581] uhci_hcd 0000:00:1a.2: port 1 portsc 01a3,00
[    3.821788] usb-storage 2-5:1.0: usb_probe_interface
[    3.821792] usb-storage 2-5:1.0: usb_probe_interface - got id
[    3.821826] scsi4 : usb-storage 2-5:1.0
[    3.821877] usbcore: registered new interface driver usb-storage
[    4.022876] usb 5-1: new low speed USB device using uhci_hcd and address 2
[    4.169270] usb 5-1: skipped 1 descriptor after interface
[    4.169273] usb 5-1: skipped 1 descriptor after interface
[    4.174263] usb 5-1: default language 0x0409
[    4.196241] usb 5-1: udev 2, busnum 5, minor = 513
[    4.196243] usb 5-1: New USB device found, idVendor=045e, idProduct=00e3
[    4.196245] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.196247] usb 5-1: Product: Microsoft Wireless Optical Desktop® 2.20
[    4.196249] usb 5-1: Manufacturer: Microsft
[    4.196330] usb 5-1: usb_probe_device
[    4.196333] usb 5-1: configuration #1 chosen from 1 choice
[    4.199241] usb 5-1: adding 5-1:1.0 (config #1, interface 0)
[    4.199273] usb 5-1: adding 5-1:1.1 (config #1, interface 1)
[    4.199322] uhci_hcd 0000:00:1d.1: port 1 portsc 0093,00
[    4.207292] usbcore: registered new interface driver hiddev
[    4.207302] usbhid 5-1:1.0: usb_probe_interface
[    4.207304] usbhid 5-1:1.0: usb_probe_interface - got id
[    4.221334] input: Microsft Microsoft Wireless Optical Desktop® 2.20 as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/input/input2
[    4.221344] uhci_hcd 0000:00:1a.2: reserve dev 2 ep81-INT, period 8, phase 4, 118 us
[    4.221403] generic-usb 0003:045E:00E3.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsft Microsoft Wireless Optical Desktop® 2.20] on usb-0000:00:1a.2-1/input0
[    4.221424] usbhid 5-1:1.1: usb_probe_interface
[    4.221426] usbhid 5-1:1.1: usb_probe_interface - got id
[    4.360211] input: Microsft Microsoft Wireless Optical Desktop® 2.20 as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.1/input/input3
[    4.360218] uhci_hcd 0000:00:1a.2: reserve dev 2 ep82-INT, period 8, phase 4, 118 us
[    4.360270] generic-usb 0003:045E:00E3.0002: input,hidraw1: USB HID v1.11 Mouse [Microsft Microsoft Wireless Optical Desktop® 2.20] on usb-0000:00:1a.2-1/input1
[    4.360286] usbcore: registered new interface driver usbhid
[    4.360288] usbhid: USB HID core driver
[    4.405565] usb 7-1: new full speed USB device using uhci_hcd and address 2
[    4.527463] usb 7-1: ep0 maxpacket = 8
[    4.583239] usb 7-1: skipped 4 descriptors after interface
[    4.583242] usb 7-1: skipped 2 descriptors after interface
[    4.583245] usb 7-1: skipped 1 descriptor after endpoint
[    4.583247] usb 7-1: skipped 2 descriptors after interface
[    4.583250] usb 7-1: skipped 1 descriptor after endpoint
[    4.583253] usb 7-1: udev 2, busnum 7, minor = 769
[    4.583255] usb 7-1: New USB device found, idVendor=046d, idProduct=08d7
[    4.583258] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.583329] usb 7-1: usb_probe_device
[    4.583331] usb 7-1: configuration #1 chosen from 1 choice
[    4.586228] usb 7-1: adding 7-1:1.0 (config #1, interface 0)
[    4.586276] usb 7-1: adding 7-1:1.1 (config #1, interface 1)
[    4.586299] usb 7-1: adding 7-1:1.2 (config #1, interface 2)
[    4.662448] usb 2-4.1: new high speed USB device using ehci_hcd and address 5
[    4.751604] usb 2-4.1: udev 5, busnum 2, minor = 132
[    4.751607] usb 2-4.1: New USB device found, idVendor=0424, idProduct=2503
[    4.751610] usb 2-4.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.751667] usb 2-4.1: usb_probe_device
[    4.751670] usb 2-4.1: configuration #1 chosen from 1 choice
[    4.751730] usb 2-4.1: adding 2-4.1:1.0 (config #1, interface 0)
[    4.751753] hub 2-4.1:1.0: usb_probe_interface
[    4.751755] hub 2-4.1:1.0: usb_probe_interface - got id
[    4.954116] usb 2-4.1: link qh256-0001/ffff88031e61cd80 start 2 [1/0 us]
[    5.009234] usb usb3: bus auto-suspend
[    5.009236] usb usb3: suspend_rh
[    5.009255] usb usb4: bus auto-suspend
[    5.009257] usb usb4: suspend_rh
[    5.009274] usb usb6: bus auto-suspend
[    5.009276] usb usb6: suspend_rh
[    5.009294] usb usb1: bus auto-suspend
[    5.009296] ehci_hcd 0000:00:1a.7: suspend root hub
[    5.030210] usb 2-4.1.1: new high speed USB device using ehci_hcd and address 6
[    5.148095] usb 2-4.1.1: skipped 1 descriptor after endpoint
[    5.155835] usb 2-4.1.1: default language 0x0409
[    5.206679] usb 2-4.1.1: udev 6, busnum 2, minor = 133
[    5.206681] usb 2-4.1.1: New USB device found, idVendor=0424, idProduct=2228
[    5.206682] usb 2-4.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.206684] usb 2-4.1.1: Product: Flash Card Reader
[    5.206685] usb 2-4.1.1: Manufacturer: Generic
[    5.206686] usb 2-4.1.1: SerialNumber: 000022272228
[    5.206737] usb 2-4.1.1: usb_probe_device
[    5.206739] usb 2-4.1.1: configuration #1 chosen from 1 choice
[    5.206783] usb 2-4.1.1: adding 2-4.1.1:1.0 (config #1, interface 0)
[    5.206802] usb-storage 2-4.1.1:1.0: usb_probe_interface
[    5.206805] usb-storage 2-4.1.1:1.0: usb_probe_interface - got id
[    5.206842] scsi5 : usb-storage 2-4.1.1:1.0
[    7.007589] usb usb8: bus auto-suspend
[    7.007592] usb usb8: suspend_rh
[    9.326886] xhci_hcd 0000:02:00.0: PCI INT A -> GSI 29 (level, low) -> IRQ 29
[    9.326918] xhci_hcd 0000:02:00.0: setting latency timer to 64
[    9.326921] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    9.326967] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 9
[    9.326976] xhci_hcd 0000:02:00.0: xHCI capability registers at ffffc90012610000:
[    9.326979] xhci_hcd 0000:02:00.0: CAPLENGTH AND HCIVERSION 0x960020:
[    9.326980] xhci_hcd 0000:02:00.0: CAPLENGTH: 0x20
[    9.326981] xhci_hcd 0000:02:00.0: HCIVERSION: 0x96
[    9.326983] xhci_hcd 0000:02:00.0: HCSPARAMS 1: 0x4000820
[    9.326985] xhci_hcd 0000:02:00.0:   Max device slots: 32
[    9.326986] xhci_hcd 0000:02:00.0:   Max interrupters: 8
[    9.326987] xhci_hcd 0000:02:00.0:   Max ports: 4
[    9.326989] xhci_hcd 0000:02:00.0: HCSPARAMS 2: 0x11
[    9.326990] xhci_hcd 0000:02:00.0:   Isoc scheduling threshold: 1
[    9.326992] xhci_hcd 0000:02:00.0:   Maximum allowed segments in event ring: 1
[    9.326994] xhci_hcd 0000:02:00.0: HCSPARAMS 3 0x0:
[    9.326995] xhci_hcd 0000:02:00.0:   Worst case U1 device exit latency: 0
[    9.326997] xhci_hcd 0000:02:00.0:   Worst case U2 device exit latency: 0
[    9.326999] xhci_hcd 0000:02:00.0: HCC PARAMS 0x14042cb:
[    9.327000] xhci_hcd 0000:02:00.0:   HC generates 64 bit addresses
[    9.327001] xhci_hcd 0000:02:00.0:   FIXME: more HCCPARAMS debugging
[    9.327003] xhci_hcd 0000:02:00.0: RTSOFF 0x600:
[    9.327005] xhci_hcd 0000:02:00.0: xHCI operational registers at ffffc90012610020:
[    9.327007] xhci_hcd 0000:02:00.0: USBCMD 0x0:
[    9.327008] xhci_hcd 0000:02:00.0:   HC is being stopped
[    9.327009] xhci_hcd 0000:02:00.0:   HC has finished hard reset
[    9.327011] xhci_hcd 0000:02:00.0:   Event Interrupts disabled
[    9.327012] xhci_hcd 0000:02:00.0:   Host System Error Interrupts disabled
[    9.327013] xhci_hcd 0000:02:00.0:   HC has finished light reset
[    9.327015] xhci_hcd 0000:02:00.0: USBSTS 0x11:
[    9.327016] xhci_hcd 0000:02:00.0:   Event ring is empty
[    9.327018] xhci_hcd 0000:02:00.0:   No Host System Error
[    9.327019] xhci_hcd 0000:02:00.0:   HC is halted
[    9.327021] xhci_hcd 0000:02:00.0: ffffc90012610420 port status reg = 0x2a1203
[    9.327024] xhci_hcd 0000:02:00.0: ffffc90012610424 port power reg = 0x0
[    9.327026] xhci_hcd 0000:02:00.0: ffffc90012610428 port link reg = 0x0
[    9.327029] xhci_hcd 0000:02:00.0: ffffc9001261042c port reserved reg = 0x0
[    9.327031] xhci_hcd 0000:02:00.0: ffffc90012610430 port status reg = 0x2802a0
[    9.327034] xhci_hcd 0000:02:00.0: ffffc90012610434 port power reg = 0x0
[    9.327036] xhci_hcd 0000:02:00.0: ffffc90012610438 port link reg = 0x0
[    9.327039] xhci_hcd 0000:02:00.0: ffffc9001261043c port reserved reg = 0x0
[    9.327041] xhci_hcd 0000:02:00.0: ffffc90012610440 port status reg = 0x2a0
[    9.327043] xhci_hcd 0000:02:00.0: ffffc90012610444 port power reg = 0x0
[    9.327046] xhci_hcd 0000:02:00.0: ffffc90012610448 port link reg = 0x0
[    9.327048] xhci_hcd 0000:02:00.0: ffffc9001261044c port reserved reg = 0x0
[    9.327050] xhci_hcd 0000:02:00.0: ffffc90012610450 port status reg = 0x2a0
[    9.327052] xhci_hcd 0000:02:00.0: ffffc90012610454 port power reg = 0x0
[    9.327054] xhci_hcd 0000:02:00.0: ffffc90012610458 port link reg = 0x0
[    9.327057] xhci_hcd 0000:02:00.0: ffffc9001261045c port reserved reg = 0x0
[    9.327058] xhci_hcd 0000:02:00.0: // Halt the HC
[    9.327061] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610020, 32'h0, 4'hf);
[    9.327064] xhci_hcd 0000:02:00.0: Resetting HCD
[    9.327066] xhci_hcd 0000:02:00.0: // Reset the HC
[    9.327068] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610020, 32'h2, 4'hf);
[    9.432967] xhci_hcd 0000:02:00.0: Reset complete
[    9.432968] xhci_hcd 0000:02:00.0: Calling HCD init
[    9.432970] xhci_hcd 0000:02:00.0: xhci_init
[    9.432971] xhci_hcd 0000:02:00.0: xHCI doesn't need link TRB QUIRK
[    9.432974] xhci_hcd 0000:02:00.0: Supported page size register = 0x1
[    9.432975] xhci_hcd 0000:02:00.0: Supported page size of 4K
[    9.432976] xhci_hcd 0000:02:00.0: HCD page size set to 4K
[    9.432978] xhci_hcd 0000:02:00.0: // xHC can handle at most 32 device slots.
[    9.432981] xhci_hcd 0000:02:00.0: // Setting Max device slots reg = 0x20.
[    9.432982] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610058, 32'h20, 4'hf);
[    9.432987] xhci_hcd 0000:02:00.0: // Device context base array address = 0x3787e000 (DMA), ffff88003787e000 (virt)
[    9.432989] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90012610050, 64'h3787e000, 4'hf);
[    9.432992] xhci_hcd 0000:02:00.0: Allocating ring at ffff88031ef34720
[    9.432993] xhci_hcd 0000:02:00.0: Allocating priv segment structure at ffff880331c49c00
[    9.432996] xhci_hcd 0000:02:00.0: // Allocating segment at ffff88003787f000 (virtual) 0x3787f000 (DMA)
[    9.432998] xhci_hcd 0000:02:00.0: Linking segment 0x3787f000 to segment 0x3787f000 (DMA)
[    9.433000] xhci_hcd 0000:02:00.0: Wrote link toggle flag to segment ffff880331c49c00 (virtual), 0x3787f000 (DMA)
[    9.433002] xhci_hcd 0000:02:00.0: Allocated command ring at ffff88031ef34720
[    9.433003] xhci_hcd 0000:02:00.0: First segment DMA is 0x3787f000
[    9.433006] xhci_hcd 0000:02:00.0: // Setting command ring address to 0x20
[    9.433007] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90012610038, 64'h3787f001, 4'hf);
[    9.433011] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[    9.433012] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr high bits = @00000000
[    9.433015] xhci_hcd 0000:02:00.0: // Doorbell array is located at offset 0x800 from cap regs base addr
[    9.433016] xhci_hcd 0000:02:00.0: // xHCI capability registers at ffffc90012610000:
[    9.433019] xhci_hcd 0000:02:00.0: // @ffffc90012610000 = 0x960020 (CAPLENGTH AND HCIVERSION)
[    9.433020] xhci_hcd 0000:02:00.0: //   CAPLENGTH: 0x20
[    9.433021] xhci_hcd 0000:02:00.0: // xHCI operational registers at ffffc90012610020:
[    9.433023] xhci_hcd 0000:02:00.0: // @ffffc90012610018 = 0x600 RTSOFF
[    9.433025] xhci_hcd 0000:02:00.0: // xHCI runtime registers at ffffc90012610600:
[    9.433027] xhci_hcd 0000:02:00.0: // @ffffc90012610014 = 0x800 DBOFF
[    9.433028] xhci_hcd 0000:02:00.0: // Doorbell array at ffffc90012610800:
[    9.433030] xhci_hcd 0000:02:00.0: xHCI runtime registers at ffffc90012610600:
[    9.433032] xhci_hcd 0000:02:00.0:   ffffc90012610600: Microframe index = 0x0
[    9.433039] xhci_hcd 0000:02:00.0: // Allocating event ring
[    9.433040] xhci_hcd 0000:02:00.0: Allocating ring at ffff88031ef348a0
[    9.433042] xhci_hcd 0000:02:00.0: Allocating priv segment structure at ffff880331c49bc0
[    9.433043] xhci_hcd 0000:02:00.0: // Allocating segment at ffff88003787f400 (virtual) 0x3787f400 (DMA)
[    9.433045] xhci_hcd 0000:02:00.0: Linking segment 0x3787f400 to segment 0x3787f400 (DMA)
[    9.433048] xhci_hcd 0000:02:00.0: TRB math tests passed.
[    9.433050] xhci_hcd 0000:02:00.0: // Allocated event ring segment table at 0x37880000
[    9.433051] xhci_hcd 0000:02:00.0: Set ERST to 0; private num segs = 1, virt addr = ffff880037880000, dma addr = 0x37880000
[    9.433054] xhci_hcd 0000:02:00.0: // Write ERST size = 1 to ir_set 0 (some bits preserved)
[    9.433055] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610628, 32'h1, 4'hf);
[    9.433057] xhci_hcd 0000:02:00.0: // Set ERST entries to point to event ring.
[    9.433058] xhci_hcd 0000:02:00.0: // Set ERST base address for ir_set 0 = 0x37880000
[    9.433062] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90012610630, 64'h37880000, 4'hf);
[    9.433065] xhci_hcd 0000:02:00.0: // Write event ring dequeue pointer, preserving EHB bit
[    9.433067] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90012610638, 64'h3787f400, 4'hf);
[    9.433068] xhci_hcd 0000:02:00.0: Wrote ERST address to ir_set 0.
[    9.433071] xhci_hcd 0000:02:00.0: Allocating 0 scratchpad buffers
[    9.433072] xhci_hcd 0000:02:00.0: Finished xhci_init
[    9.433073] xhci_hcd 0000:02:00.0: Called HCD init
[    9.433076] xhci_hcd 0000:02:00.0: Got SBRN 48
[    9.433080] xhci_hcd 0000:02:00.0: MWI active
[    9.433081] xhci_hcd 0000:02:00.0: Finished xhci_pci_reinit
[    9.433083] xhci_hcd 0000:02:00.0: supports USB remote wakeup
[    9.433095] xhci_hcd 0000:02:00.0: irq 29, io mem 0xfbafe000
[    9.433096] xhci_hcd 0000:02:00.0: xhci_run
[    9.433097] xhci_hcd 0000:02:00.0: Setting event ring polling timer
[    9.433099] xhci_hcd 0000:02:00.0: Command ring memory map follows:
[    9.433100] xhci_hcd 0000:02:00.0: @3787f000 00000000 00000000 00000000 00000000
[    9.433102] xhci_hcd 0000:02:00.0: @3787f010 00000000 00000000 00000000 00000000
[    9.433103] xhci_hcd 0000:02:00.0: @3787f020 00000000 00000000 00000000 00000000
[    9.433105] xhci_hcd 0000:02:00.0: @3787f030 00000000 00000000 00000000 00000000
[    9.433106] xhci_hcd 0000:02:00.0: @3787f040 00000000 00000000 00000000 00000000
[    9.433108] xhci_hcd 0000:02:00.0: @3787f050 00000000 00000000 00000000 00000000
[    9.433109] xhci_hcd 0000:02:00.0: @3787f060 00000000 00000000 00000000 00000000
[    9.433111] xhci_hcd 0000:02:00.0: @3787f070 00000000 00000000 00000000 00000000
[    9.433112] xhci_hcd 0000:02:00.0: @3787f080 00000000 00000000 00000000 00000000
[    9.433114] xhci_hcd 0000:02:00.0: @3787f090 00000000 00000000 00000000 00000000
[    9.433115] xhci_hcd 0000:02:00.0: @3787f0a0 00000000 00000000 00000000 00000000
[    9.433117] xhci_hcd 0000:02:00.0: @3787f0b0 00000000 00000000 00000000 00000000
[    9.433118] xhci_hcd 0000:02:00.0: @3787f0c0 00000000 00000000 00000000 00000000
[    9.433120] xhci_hcd 0000:02:00.0: @3787f0d0 00000000 00000000 00000000 00000000
[    9.433121] xhci_hcd 0000:02:00.0: @3787f0e0 00000000 00000000 00000000 00000000
[    9.433123] xhci_hcd 0000:02:00.0: @3787f0f0 00000000 00000000 00000000 00000000
[    9.433124] xhci_hcd 0000:02:00.0: @3787f100 00000000 00000000 00000000 00000000
[    9.433126] xhci_hcd 0000:02:00.0: @3787f110 00000000 00000000 00000000 00000000
[    9.433127] xhci_hcd 0000:02:00.0: @3787f120 00000000 00000000 00000000 00000000
[    9.433129] xhci_hcd 0000:02:00.0: @3787f130 00000000 00000000 00000000 00000000
[    9.433130] xhci_hcd 0000:02:00.0: @3787f140 00000000 00000000 00000000 00000000
[    9.433132] xhci_hcd 0000:02:00.0: @3787f150 00000000 00000000 00000000 00000000
[    9.433133] xhci_hcd 0000:02:00.0: @3787f160 00000000 00000000 00000000 00000000
[    9.433134] xhci_hcd 0000:02:00.0: @3787f170 00000000 00000000 00000000 00000000
[    9.433136] xhci_hcd 0000:02:00.0: @3787f180 00000000 00000000 00000000 00000000
[    9.433137] xhci_hcd 0000:02:00.0: @3787f190 00000000 00000000 00000000 00000000
[    9.433139] xhci_hcd 0000:02:00.0: @3787f1a0 00000000 00000000 00000000 00000000
[    9.433140] xhci_hcd 0000:02:00.0: @3787f1b0 00000000 00000000 00000000 00000000
[    9.433142] xhci_hcd 0000:02:00.0: @3787f1c0 00000000 00000000 00000000 00000000
[    9.433143] xhci_hcd 0000:02:00.0: @3787f1d0 00000000 00000000 00000000 00000000
[    9.433145] xhci_hcd 0000:02:00.0: @3787f1e0 00000000 00000000 00000000 00000000
[    9.433146] xhci_hcd 0000:02:00.0: @3787f1f0 00000000 00000000 00000000 00000000
[    9.433148] xhci_hcd 0000:02:00.0: @3787f200 00000000 00000000 00000000 00000000
[    9.433149] xhci_hcd 0000:02:00.0: @3787f210 00000000 00000000 00000000 00000000
[    9.433151] xhci_hcd 0000:02:00.0: @3787f220 00000000 00000000 00000000 00000000
[    9.433152] xhci_hcd 0000:02:00.0: @3787f230 00000000 00000000 00000000 00000000
[    9.433154] xhci_hcd 0000:02:00.0: @3787f240 00000000 00000000 00000000 00000000
[    9.433155] xhci_hcd 0000:02:00.0: @3787f250 00000000 00000000 00000000 00000000
[    9.433157] xhci_hcd 0000:02:00.0: @3787f260 00000000 00000000 00000000 00000000
[    9.433158] xhci_hcd 0000:02:00.0: @3787f270 00000000 00000000 00000000 00000000
[    9.433160] xhci_hcd 0000:02:00.0: @3787f280 00000000 00000000 00000000 00000000
[    9.433161] xhci_hcd 0000:02:00.0: @3787f290 00000000 00000000 00000000 00000000
[    9.433163] xhci_hcd 0000:02:00.0: @3787f2a0 00000000 00000000 00000000 00000000
[    9.433164] xhci_hcd 0000:02:00.0: @3787f2b0 00000000 00000000 00000000 00000000
[    9.433165] xhci_hcd 0000:02:00.0: @3787f2c0 00000000 00000000 00000000 00000000
[    9.433167] xhci_hcd 0000:02:00.0: @3787f2d0 00000000 00000000 00000000 00000000
[    9.433168] xhci_hcd 0000:02:00.0: @3787f2e0 00000000 00000000 00000000 00000000
[    9.433170] xhci_hcd 0000:02:00.0: @3787f2f0 00000000 00000000 00000000 00000000
[    9.433171] xhci_hcd 0000:02:00.0: @3787f300 00000000 00000000 00000000 00000000
[    9.433173] xhci_hcd 0000:02:00.0: @3787f310 00000000 00000000 00000000 00000000
[    9.433174] xhci_hcd 0000:02:00.0: @3787f320 00000000 00000000 00000000 00000000
[    9.433176] xhci_hcd 0000:02:00.0: @3787f330 00000000 00000000 00000000 00000000
[    9.433177] xhci_hcd 0000:02:00.0: @3787f340 00000000 00000000 00000000 00000000
[    9.433179] xhci_hcd 0000:02:00.0: @3787f350 00000000 00000000 00000000 00000000
[    9.433180] xhci_hcd 0000:02:00.0: @3787f360 00000000 00000000 00000000 00000000
[    9.433182] xhci_hcd 0000:02:00.0: @3787f370 00000000 00000000 00000000 00000000
[    9.433183] xhci_hcd 0000:02:00.0: @3787f380 00000000 00000000 00000000 00000000
[    9.433185] xhci_hcd 0000:02:00.0: @3787f390 00000000 00000000 00000000 00000000
[    9.433186] xhci_hcd 0000:02:00.0: @3787f3a0 00000000 00000000 00000000 00000000
[    9.433188] xhci_hcd 0000:02:00.0: @3787f3b0 00000000 00000000 00000000 00000000
[    9.433189] xhci_hcd 0000:02:00.0: @3787f3c0 00000000 00000000 00000000 00000000
[    9.433191] xhci_hcd 0000:02:00.0: @3787f3d0 00000000 00000000 00000000 00000000
[    9.433192] xhci_hcd 0000:02:00.0: @3787f3e0 00000000 00000000 00000000 00000000
[    9.433194] xhci_hcd 0000:02:00.0: @3787f3f0 3787f000 00000000 00000000 00001802
[    9.433195] xhci_hcd 0000:02:00.0:   Ring has not been updated
[    9.433197] xhci_hcd 0000:02:00.0: Ring deq = ffff88003787f000 (virt), 0x3787f000 (dma)
[    9.433198] xhci_hcd 0000:02:00.0: Ring deq updated 0 times
[    9.433199] xhci_hcd 0000:02:00.0: Ring enq = ffff88003787f000 (virt), 0x3787f000 (dma)
[    9.433201] xhci_hcd 0000:02:00.0: Ring enq updated 0 times
[    9.433203] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[    9.433205] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr high bits = @00000000
[    9.433206] xhci_hcd 0000:02:00.0: ERST memory map follows:
[    9.433208] xhci_hcd 0000:02:00.0: @37880000 3787f400 00000000 00000040 00000000
[    9.433209] xhci_hcd 0000:02:00.0: Event ring:
[    9.433210] xhci_hcd 0000:02:00.0: @3787f400 00000000 00000000 00000000 00000000
[    9.433212] xhci_hcd 0000:02:00.0: @3787f410 00000000 00000000 00000000 00000000
[    9.433213] xhci_hcd 0000:02:00.0: @3787f420 00000000 00000000 00000000 00000000
[    9.433215] xhci_hcd 0000:02:00.0: @3787f430 00000000 00000000 00000000 00000000
[    9.433216] xhci_hcd 0000:02:00.0: @3787f440 00000000 00000000 00000000 00000000
[    9.433218] xhci_hcd 0000:02:00.0: @3787f450 00000000 00000000 00000000 00000000
[    9.433219] xhci_hcd 0000:02:00.0: @3787f460 00000000 00000000 00000000 00000000
[    9.433221] xhci_hcd 0000:02:00.0: @3787f470 00000000 00000000 00000000 00000000
[    9.433222] xhci_hcd 0000:02:00.0: @3787f480 00000000 00000000 00000000 00000000
[    9.433224] xhci_hcd 0000:02:00.0: @3787f490 00000000 00000000 00000000 00000000
[    9.433225] xhci_hcd 0000:02:00.0: @3787f4a0 00000000 00000000 00000000 00000000
[    9.433227] xhci_hcd 0000:02:00.0: @3787f4b0 00000000 00000000 00000000 00000000
[    9.433228] xhci_hcd 0000:02:00.0: @3787f4c0 00000000 00000000 00000000 00000000
[    9.433230] xhci_hcd 0000:02:00.0: @3787f4d0 00000000 00000000 00000000 00000000
[    9.433231] xhci_hcd 0000:02:00.0: @3787f4e0 00000000 00000000 00000000 00000000
[    9.433233] xhci_hcd 0000:02:00.0: @3787f4f0 00000000 00000000 00000000 00000000
[    9.433234] xhci_hcd 0000:02:00.0: @3787f500 00000000 00000000 00000000 00000000
[    9.433236] xhci_hcd 0000:02:00.0: @3787f510 00000000 00000000 00000000 00000000
[    9.433237] xhci_hcd 0000:02:00.0: @3787f520 00000000 00000000 00000000 00000000
[    9.433239] xhci_hcd 0000:02:00.0: @3787f530 00000000 00000000 00000000 00000000
[    9.433240] xhci_hcd 0000:02:00.0: @3787f540 00000000 00000000 00000000 00000000
[    9.433242] xhci_hcd 0000:02:00.0: @3787f550 00000000 00000000 00000000 00000000
[    9.433243] xhci_hcd 0000:02:00.0: @3787f560 00000000 00000000 00000000 00000000
[    9.433245] xhci_hcd 0000:02:00.0: @3787f570 00000000 00000000 00000000 00000000
[    9.433246] xhci_hcd 0000:02:00.0: @3787f580 00000000 00000000 00000000 00000000
[    9.433248] xhci_hcd 0000:02:00.0: @3787f590 00000000 00000000 00000000 00000000
[    9.433249] xhci_hcd 0000:02:00.0: @3787f5a0 00000000 00000000 00000000 00000000
[    9.433251] xhci_hcd 0000:02:00.0: @3787f5b0 00000000 00000000 00000000 00000000
[    9.433252] xhci_hcd 0000:02:00.0: @3787f5c0 00000000 00000000 00000000 00000000
[    9.433253] xhci_hcd 0000:02:00.0: @3787f5d0 00000000 00000000 00000000 00000000
[    9.433255] xhci_hcd 0000:02:00.0: @3787f5e0 00000000 00000000 00000000 00000000
[    9.433256] xhci_hcd 0000:02:00.0: @3787f5f0 00000000 00000000 00000000 00000000
[    9.433258] xhci_hcd 0000:02:00.0: @3787f600 00000000 00000000 00000000 00000000
[    9.433259] xhci_hcd 0000:02:00.0: @3787f610 00000000 00000000 00000000 00000000
[    9.433261] xhci_hcd 0000:02:00.0: @3787f620 00000000 00000000 00000000 00000000
[    9.433262] xhci_hcd 0000:02:00.0: @3787f630 00000000 00000000 00000000 00000000
[    9.433264] xhci_hcd 0000:02:00.0: @3787f640 00000000 00000000 00000000 00000000
[    9.433265] xhci_hcd 0000:02:00.0: @3787f650 00000000 00000000 00000000 00000000
[    9.433267] xhci_hcd 0000:02:00.0: @3787f660 00000000 00000000 00000000 00000000
[    9.433268] xhci_hcd 0000:02:00.0: @3787f670 00000000 00000000 00000000 00000000
[    9.433270] xhci_hcd 0000:02:00.0: @3787f680 00000000 00000000 00000000 00000000
[    9.433271] xhci_hcd 0000:02:00.0: @3787f690 00000000 00000000 00000000 00000000
[    9.433273] xhci_hcd 0000:02:00.0: @3787f6a0 00000000 00000000 00000000 00000000
[    9.433274] xhci_hcd 0000:02:00.0: @3787f6b0 00000000 00000000 00000000 00000000
[    9.433276] xhci_hcd 0000:02:00.0: @3787f6c0 00000000 00000000 00000000 00000000
[    9.433277] xhci_hcd 0000:02:00.0: @3787f6d0 00000000 00000000 00000000 00000000
[    9.433279] xhci_hcd 0000:02:00.0: @3787f6e0 00000000 00000000 00000000 00000000
[    9.433280] xhci_hcd 0000:02:00.0: @3787f6f0 00000000 00000000 00000000 00000000
[    9.433282] xhci_hcd 0000:02:00.0: @3787f700 00000000 00000000 00000000 00000000
[    9.433283] xhci_hcd 0000:02:00.0: @3787f710 00000000 00000000 00000000 00000000
[    9.433285] xhci_hcd 0000:02:00.0: @3787f720 00000000 00000000 00000000 00000000
[    9.433286] xhci_hcd 0000:02:00.0: @3787f730 00000000 00000000 00000000 00000000
[    9.433288] xhci_hcd 0000:02:00.0: @3787f740 00000000 00000000 00000000 00000000
[    9.433289] xhci_hcd 0000:02:00.0: @3787f750 00000000 00000000 00000000 00000000
[    9.433291] xhci_hcd 0000:02:00.0: @3787f760 00000000 00000000 00000000 00000000
[    9.433292] xhci_hcd 0000:02:00.0: @3787f770 00000000 00000000 00000000 00000000
[    9.433294] xhci_hcd 0000:02:00.0: @3787f780 00000000 00000000 00000000 00000000
[    9.433295] xhci_hcd 0000:02:00.0: @3787f790 00000000 00000000 00000000 00000000
[    9.433297] xhci_hcd 0000:02:00.0: @3787f7a0 00000000 00000000 00000000 00000000
[    9.433298] xhci_hcd 0000:02:00.0: @3787f7b0 00000000 00000000 00000000 00000000
[    9.433300] xhci_hcd 0000:02:00.0: @3787f7c0 00000000 00000000 00000000 00000000
[    9.433301] xhci_hcd 0000:02:00.0: @3787f7d0 00000000 00000000 00000000 00000000
[    9.433303] xhci_hcd 0000:02:00.0: @3787f7e0 00000000 00000000 00000000 00000000
[    9.433304] xhci_hcd 0000:02:00.0: @3787f7f0 00000000 00000000 00000000 00000000
[    9.433305] xhci_hcd 0000:02:00.0:   Ring has not been updated
[    9.433307] xhci_hcd 0000:02:00.0: Ring deq = ffff88003787f400 (virt), 0x3787f400 (dma)
[    9.433308] xhci_hcd 0000:02:00.0: Ring deq updated 0 times
[    9.433309] xhci_hcd 0000:02:00.0: Ring enq = ffff88003787f400 (virt), 0x3787f400 (dma)
[    9.433311] xhci_hcd 0000:02:00.0: Ring enq updated 0 times
[    9.433314] xhci_hcd 0000:02:00.0: ERST deq = 64'h3787f400
[    9.433315] xhci_hcd 0000:02:00.0: // Set the interrupt modulation register
[    9.433317] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610624, 32'ha0, 4'hf);
[    9.433320] xhci_hcd 0000:02:00.0: // Enable interrupts, cmd = 0x4.
[    9.433321] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610020, 32'h4, 4'hf);
[    9.433324] xhci_hcd 0000:02:00.0: // Enabling event ring interrupter ffffc90012610620 by writing 0x2 to irq_pending
[    9.433325] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610620, 32'h2, 4'hf);
[    9.433328] xhci_hcd 0000:02:00.0:   ffffc90012610620: ir_set[0]
[    9.433330] xhci_hcd 0000:02:00.0:   ffffc90012610620: ir_set.pending = 0x2
[    9.433332] xhci_hcd 0000:02:00.0:   ffffc90012610624: ir_set.control = 0xa0
[    9.433334] xhci_hcd 0000:02:00.0:   ffffc90012610628: ir_set.erst_size = 0x1
[    9.433338] xhci_hcd 0000:02:00.0:   ffffc90012610630: ir_set.erst_base = @37880000
[    9.433342] xhci_hcd 0000:02:00.0:   ffffc90012610638: ir_set.erst_dequeue = @3787f400
[    9.433344] xhci_hcd 0000:02:00.0: // Turn on HC, cmd = 0x5.
[    9.433345] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610020, 32'h5, 4'hf);
[    9.433348] xhci_hcd 0000:02:00.0: // @ffffc90012610020 = 0x5
[    9.433349] xhci_hcd 0000:02:00.0: Finished xhci_run
[    9.433358] usb usb9: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
[    9.433361] usb usb9: default language 0x0409
[    9.433365] usb usb9: udev 1, busnum 9, minor = 1024
[    9.433367] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003
[    9.433368] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.433370] usb usb9: Product: xHCI Host Controller
[    9.433371] usb usb9: Manufacturer: Linux 2.6.34-rc6 xhci_hcd
[    9.433372] usb usb9: SerialNumber: 0000:02:00.0
[    9.433470] usb usb9: usb_probe_device
[    9.433472] usb usb9: configuration #1 chosen from 1 choice
[    9.433481] usb usb9: adding 9-0:1.0 (config #1, interface 0)
[    9.433524] hub 9-0:1.0: usb_probe_interface
[    9.433526] hub 9-0:1.0: usb_probe_interface - got id
[    9.433544] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610420, 32'h1201, 4'hf);
[    9.433547] xhci_hcd 0000:02:00.0: set port power, actual port 0 status  = 0x21203
[    9.433551] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610430, 32'h2a0, 4'hf);
[    9.433554] xhci_hcd 0000:02:00.0: set port power, actual port 1 status  = 0x2a0
[    9.433557] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610440, 32'h2a0, 4'hf);
[    9.433560] xhci_hcd 0000:02:00.0: set port power, actual port 2 status  = 0x2a0
[    9.433564] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610450, 32'h2a0, 4'hf);
[    9.433566] xhci_hcd 0000:02:00.0: set port power, actual port 3 status  = 0x2a0
[    9.436404] xhci_hcd 0000:02:00.0: op reg status = 00000018
[    9.436406] xhci_hcd 0000:02:00.0: ir set irq_pending = 00000003
[    9.436408] xhci_hcd 0000:02:00.0: Event ring dequeue ptr:
[    9.436409] xhci_hcd 0000:02:00.0: @3787f400 01000000 00000000 01000000 00008801
[    9.436412] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610024, 32'h18, 4'hf);
[    9.436415] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610620, 32'h3, 4'hf);
[    9.436418] xhci_hcd 0000:02:00.0: In xhci_handle_event
[    9.436420] xhci_hcd 0000:02:00.0: xhci_handle_event - OS owns TRB
[    9.436421] xhci_hcd 0000:02:00.0: xhci_handle_event - calling handle_port_status
[    9.436423] xhci_hcd 0000:02:00.0: Port Status Change Event for port 1
[    9.436424] xhci_hcd 0000:02:00.0: Event ring deq = 0x3787f410 (DMA)
[    9.436427] xhci_hcd 0000:02:00.0: // Write event ring dequeue pointer, preserving EHB bit
[    9.436429] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90012610638, 64'h3787f410, 4'hf);
[    9.436435] xhci_hcd 0000:02:00.0: xhci_handle_event - returned from handle_port_status
[    9.436436] xhci_hcd 0000:02:00.0: In xhci_handle_event
[    9.436439] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90012610638, 64'h3787f418, 4'hf);
[    9.533500] xhci_hcd 0000:02:00.0: get port status, actual port 0 status  = 0x21203
[    9.533503] xhci_hcd 0000:02:00.0: Get port status returned 0x10903
[    9.533513] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610420, 32'h1203, 4'hf);
[    9.533517] xhci_hcd 0000:02:00.0: disable port, actual port 0 status  = 0x20280
[    9.533522] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610420, 32'h20280, 4'hf);
[    9.533526] xhci_hcd 0000:02:00.0: clear port connect change, actual port 0 status  = 0x280
[    9.533531] xhci_hcd 0000:02:00.0: get port status, actual port 1 status  = 0x2a0
[    9.533533] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[    9.533537] xhci_hcd 0000:02:00.0: get port status, actual port 2 status  = 0x2a0
[    9.533539] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[    9.533543] xhci_hcd 0000:02:00.0: get port status, actual port 3 status  = 0x2a0
[    9.533546] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[    9.633426] xhci_hcd 0000:02:00.0: get port status, actual port 0 status  = 0x280
[    9.633429] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[   10.509168] zc3xx 7-1:1.0: usb_probe_interface
[   10.509170] zc3xx 7-1:1.0: usb_probe_interface - got id
[   11.538479] input: zc3xx as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/input/input5
[   11.538569] uhci_hcd 0000:00:1d.1: reserve dev 2 ep82-INT, period 8, phase 4, 17 us
[   11.538579] zc3xx 7-1:1.1: usb_probe_interface
[   11.538581] zc3xx 7-1:1.1: usb_probe_interface - got id
[   11.538589] zc3xx 7-1:1.2: usb_probe_interface
[   11.538591] zc3xx 7-1:1.2: usb_probe_interface - got id
[   11.538608] usbcore: registered new interface driver zc3xx
[   12.003470] usb usb9: bus auto-suspend
[   12.003472] usb usb9: bus suspend fail, err -2
[   12.003477] xhci_hcd 0000:02:00.0: get port status, actual port 0 status  = 0x280
[   12.003479] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[   12.003482] xhci_hcd 0000:02:00.0: get port status, actual port 1 status  = 0x2a0
[   12.003484] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[   12.003486] xhci_hcd 0000:02:00.0: get port status, actual port 2 status  = 0x2a0
[   12.003488] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[   12.003491] xhci_hcd 0000:02:00.0: get port status, actual port 3 status  = 0x2a0
[   12.003492] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[   12.200519] snd-usb-audio 7-1:1.1: usb_probe_interface
[   12.200523] snd-usb-audio 7-1:1.1: usb_probe_interface - got id
[   12.222050] usbcore: registered new interface driver snd-usb-audio
[   43.620262] uhci_hcd 0000:00:1d.1: reserve dev 2 ep83-ISO, period 1, phase 0, 21 us
[   49.181626] uhci_hcd 0000:00:1d.1: release dev 2 ep83-ISO, period 1, phase 0, 21 us
[   69.383170] xhci_hcd 0000:02:00.0: Poll event ring: 4294736412
[   69.383173] xhci_hcd 0000:02:00.0: op reg status = 0x0
[   69.383175] xhci_hcd 0000:02:00.0: ir_set 0 pending = 0x2
[   69.383177] xhci_hcd 0000:02:00.0: No-op commands handled = 0
[   69.383178] xhci_hcd 0000:02:00.0: HC error bitmask = 0x4
[   69.383179] xhci_hcd 0000:02:00.0: Event ring:
[   69.383181] xhci_hcd 0000:02:00.0: @3787f400 01000000 00000000 01000000 00008801
[   69.383183] xhci_hcd 0000:02:00.0: @3787f410 00000000 00000000 00000000 00000000
[   69.383185] xhci_hcd 0000:02:00.0: @3787f420 00000000 00000000 00000000 00000000
[   69.383186] xhci_hcd 0000:02:00.0: @3787f430 00000000 00000000 00000000 00000000
[   69.383188] xhci_hcd 0000:02:00.0: @3787f440 00000000 00000000 00000000 00000000
[   69.383190] xhci_hcd 0000:02:00.0: @3787f450 00000000 00000000 00000000 00000000
[   69.383191] xhci_hcd 0000:02:00.0: @3787f460 00000000 00000000 00000000 00000000
[   69.383193] xhci_hcd 0000:02:00.0: @3787f470 00000000 00000000 00000000 00000000
[   69.383195] xhci_hcd 0000:02:00.0: @3787f480 00000000 00000000 00000000 00000000
[   69.383196] xhci_hcd 0000:02:00.0: @3787f490 00000000 00000000 00000000 00000000
[   69.383198] xhci_hcd 0000:02:00.0: @3787f4a0 00000000 00000000 00000000 00000000
[   69.383200] xhci_hcd 0000:02:00.0: @3787f4b0 00000000 00000000 00000000 00000000
[   69.383201] xhci_hcd 0000:02:00.0: @3787f4c0 00000000 00000000 00000000 00000000
[   69.383203] xhci_hcd 0000:02:00.0: @3787f4d0 00000000 00000000 00000000 00000000
[   69.383205] xhci_hcd 0000:02:00.0: @3787f4e0 00000000 00000000 00000000 00000000
[   69.383206] xhci_hcd 0000:02:00.0: @3787f4f0 00000000 00000000 00000000 00000000
[   69.383208] xhci_hcd 0000:02:00.0: @3787f500 00000000 00000000 00000000 00000000
[   69.383210] xhci_hcd 0000:02:00.0: @3787f510 00000000 00000000 00000000 00000000
[   69.383211] xhci_hcd 0000:02:00.0: @3787f520 00000000 00000000 00000000 00000000
[   69.383213] xhci_hcd 0000:02:00.0: @3787f530 00000000 00000000 00000000 00000000
[   69.383214] xhci_hcd 0000:02:00.0: @3787f540 00000000 00000000 00000000 00000000
[   69.383216] xhci_hcd 0000:02:00.0: @3787f550 00000000 00000000 00000000 00000000
[   69.383218] xhci_hcd 0000:02:00.0: @3787f560 00000000 00000000 00000000 00000000
[   69.383219] xhci_hcd 0000:02:00.0: @3787f570 00000000 00000000 00000000 00000000
[   69.383221] xhci_hcd 0000:02:00.0: @3787f580 00000000 00000000 00000000 00000000
[   69.383223] xhci_hcd 0000:02:00.0: @3787f590 00000000 00000000 00000000 00000000
[   69.383224] xhci_hcd 0000:02:00.0: @3787f5a0 00000000 00000000 00000000 00000000
[   69.383226] xhci_hcd 0000:02:00.0: @3787f5b0 00000000 00000000 00000000 00000000
[   69.383228] xhci_hcd 0000:02:00.0: @3787f5c0 00000000 00000000 00000000 00000000
[   69.383229] xhci_hcd 0000:02:00.0: @3787f5d0 00000000 00000000 00000000 00000000
[   69.383231] xhci_hcd 0000:02:00.0: @3787f5e0 00000000 00000000 00000000 00000000
[   69.383233] xhci_hcd 0000:02:00.0: @3787f5f0 00000000 00000000 00000000 00000000
[   69.383234] xhci_hcd 0000:02:00.0: @3787f600 00000000 00000000 00000000 00000000
[   69.383236] xhci_hcd 0000:02:00.0: @3787f610 00000000 00000000 00000000 00000000
[   69.383238] xhci_hcd 0000:02:00.0: @3787f620 00000000 00000000 00000000 00000000
[   69.383239] xhci_hcd 0000:02:00.0: @3787f630 00000000 00000000 00000000 00000000
[   69.383241] xhci_hcd 0000:02:00.0: @3787f640 00000000 00000000 00000000 00000000
[   69.383242] xhci_hcd 0000:02:00.0: @3787f650 00000000 00000000 00000000 00000000
[   69.383244] xhci_hcd 0000:02:00.0: @3787f660 00000000 00000000 00000000 00000000
[   69.383246] xhci_hcd 0000:02:00.0: @3787f670 00000000 00000000 00000000 00000000
[   69.383247] xhci_hcd 0000:02:00.0: @3787f680 00000000 00000000 00000000 00000000
[   69.383249] xhci_hcd 0000:02:00.0: @3787f690 00000000 00000000 00000000 00000000
[   69.383251] xhci_hcd 0000:02:00.0: @3787f6a0 00000000 00000000 00000000 00000000
[   69.383252] xhci_hcd 0000:02:00.0: @3787f6b0 00000000 00000000 00000000 00000000
[   69.383254] xhci_hcd 0000:02:00.0: @3787f6c0 00000000 00000000 00000000 00000000
[   69.383256] xhci_hcd 0000:02:00.0: @3787f6d0 00000000 00000000 00000000 00000000
[   69.383257] xhci_hcd 0000:02:00.0: @3787f6e0 00000000 00000000 00000000 00000000
[   69.383259] xhci_hcd 0000:02:00.0: @3787f6f0 00000000 00000000 00000000 00000000
[   69.383260] xhci_hcd 0000:02:00.0: @3787f700 00000000 00000000 00000000 00000000
[   69.383262] xhci_hcd 0000:02:00.0: @3787f710 00000000 00000000 00000000 00000000
[   69.383264] xhci_hcd 0000:02:00.0: @3787f720 00000000 00000000 00000000 00000000
[   69.383266] xhci_hcd 0000:02:00.0: @3787f730 00000000 00000000 00000000 00000000
[   69.383267] xhci_hcd 0000:02:00.0: @3787f740 00000000 00000000 00000000 00000000
[   69.383269] xhci_hcd 0000:02:00.0: @3787f750 00000000 00000000 00000000 00000000
[   69.383271] xhci_hcd 0000:02:00.0: @3787f760 00000000 00000000 00000000 00000000
[   69.383272] xhci_hcd 0000:02:00.0: @3787f770 00000000 00000000 00000000 00000000
[   69.383274] xhci_hcd 0000:02:00.0: @3787f780 00000000 00000000 00000000 00000000
[   69.383276] xhci_hcd 0000:02:00.0: @3787f790 00000000 00000000 00000000 00000000
[   69.383277] xhci_hcd 0000:02:00.0: @3787f7a0 00000000 00000000 00000000 00000000
[   69.383279] xhci_hcd 0000:02:00.0: @3787f7b0 00000000 00000000 00000000 00000000
[   69.383281] xhci_hcd 0000:02:00.0: @3787f7c0 00000000 00000000 00000000 00000000
[   69.383282] xhci_hcd 0000:02:00.0: @3787f7d0 00000000 00000000 00000000 00000000
[   69.383284] xhci_hcd 0000:02:00.0: @3787f7e0 00000000 00000000 00000000 00000000
[   69.383286] xhci_hcd 0000:02:00.0: @3787f7f0 00000000 00000000 00000000 00000000
[   69.383288] xhci_hcd 0000:02:00.0: Ring deq = ffff88003787f410 (virt), 0x3787f410 (dma)
[   69.383290] xhci_hcd 0000:02:00.0: Ring deq updated 1 times
[   69.383291] xhci_hcd 0000:02:00.0: Ring enq = ffff88003787f400 (virt), 0x3787f400 (dma)
[   69.383293] xhci_hcd 0000:02:00.0: Ring enq updated 0 times
[   69.383296] xhci_hcd 0000:02:00.0: ERST deq = 64'h3787f410
[   69.383297] xhci_hcd 0000:02:00.0: Command ring:
[   69.383299] xhci_hcd 0000:02:00.0: @3787f000 00000000 00000000 00000000 00000000
[   69.383300] xhci_hcd 0000:02:00.0: @3787f010 00000000 00000000 00000000 00000000
[   69.383302] xhci_hcd 0000:02:00.0: @3787f020 00000000 00000000 00000000 00000000
[   69.383304] xhci_hcd 0000:02:00.0: @3787f030 00000000 00000000 00000000 00000000
[   69.383305] xhci_hcd 0000:02:00.0: @3787f040 00000000 00000000 00000000 00000000
[   69.383307] xhci_hcd 0000:02:00.0: @3787f050 00000000 00000000 00000000 00000000
[   69.383309] xhci_hcd 0000:02:00.0: @3787f060 00000000 00000000 00000000 00000000
[   69.383311] xhci_hcd 0000:02:00.0: @3787f070 00000000 00000000 00000000 00000000
[   69.383313] xhci_hcd 0000:02:00.0: @3787f080 00000000 00000000 00000000 00000000
[   69.383314] xhci_hcd 0000:02:00.0: @3787f090 00000000 00000000 00000000 00000000
[   69.383316] xhci_hcd 0000:02:00.0: @3787f0a0 00000000 00000000 00000000 00000000
[   69.383318] xhci_hcd 0000:02:00.0: @3787f0b0 00000000 00000000 00000000 00000000
[   69.383320] xhci_hcd 0000:02:00.0: @3787f0c0 00000000 00000000 00000000 00000000
[   69.383321] xhci_hcd 0000:02:00.0: @3787f0d0 00000000 00000000 00000000 00000000
[   69.383323] xhci_hcd 0000:02:00.0: @3787f0e0 00000000 00000000 00000000 00000000
[   69.383325] xhci_hcd 0000:02:00.0: @3787f0f0 00000000 00000000 00000000 00000000
[   69.383326] xhci_hcd 0000:02:00.0: @3787f100 00000000 00000000 00000000 00000000
[   69.383328] xhci_hcd 0000:02:00.0: @3787f110 00000000 00000000 00000000 00000000
[   69.383330] xhci_hcd 0000:02:00.0: @3787f120 00000000 00000000 00000000 00000000
[   69.383331] xhci_hcd 0000:02:00.0: @3787f130 00000000 00000000 00000000 00000000
[   69.383333] xhci_hcd 0000:02:00.0: @3787f140 00000000 00000000 00000000 00000000
[   69.383335] xhci_hcd 0000:02:00.0: @3787f150 00000000 00000000 00000000 00000000
[   69.383336] xhci_hcd 0000:02:00.0: @3787f160 00000000 00000000 00000000 00000000
[   69.383338] xhci_hcd 0000:02:00.0: @3787f170 00000000 00000000 00000000 00000000
[   69.383340] xhci_hcd 0000:02:00.0: @3787f180 00000000 00000000 00000000 00000000
[   69.383341] xhci_hcd 0000:02:00.0: @3787f190 00000000 00000000 00000000 00000000
[   69.383343] xhci_hcd 0000:02:00.0: @3787f1a0 00000000 00000000 00000000 00000000
[   69.383345] xhci_hcd 0000:02:00.0: @3787f1b0 00000000 00000000 00000000 00000000
[   69.383347] xhci_hcd 0000:02:00.0: @3787f1c0 00000000 00000000 00000000 00000000
[   69.383348] xhci_hcd 0000:02:00.0: @3787f1d0 00000000 00000000 00000000 00000000
[   69.383350] xhci_hcd 0000:02:00.0: @3787f1e0 00000000 00000000 00000000 00000000
[   69.383351] xhci_hcd 0000:02:00.0: @3787f1f0 00000000 00000000 00000000 00000000
[   69.383353] xhci_hcd 0000:02:00.0: @3787f200 00000000 00000000 00000000 00000000
[   69.383355] xhci_hcd 0000:02:00.0: @3787f210 00000000 00000000 00000000 00000000
[   69.383357] xhci_hcd 0000:02:00.0: @3787f220 00000000 00000000 00000000 00000000
[   69.383358] xhci_hcd 0000:02:00.0: @3787f230 00000000 00000000 00000000 00000000
[   69.383360] xhci_hcd 0000:02:00.0: @3787f240 00000000 00000000 00000000 00000000
[   69.383361] xhci_hcd 0000:02:00.0: @3787f250 00000000 00000000 00000000 00000000
[   69.383363] xhci_hcd 0000:02:00.0: @3787f260 00000000 00000000 00000000 00000000
[   69.383365] xhci_hcd 0000:02:00.0: @3787f270 00000000 00000000 00000000 00000000
[   69.383367] xhci_hcd 0000:02:00.0: @3787f280 00000000 00000000 00000000 00000000
[   69.383368] xhci_hcd 0000:02:00.0: @3787f290 00000000 00000000 00000000 00000000
[   69.383370] xhci_hcd 0000:02:00.0: @3787f2a0 00000000 00000000 00000000 00000000
[   69.383371] xhci_hcd 0000:02:00.0: @3787f2b0 00000000 00000000 00000000 00000000
[   69.383373] xhci_hcd 0000:02:00.0: @3787f2c0 00000000 00000000 00000000 00000000
[   69.383375] xhci_hcd 0000:02:00.0: @3787f2d0 00000000 00000000 00000000 00000000
[   69.383376] xhci_hcd 0000:02:00.0: @3787f2e0 00000000 00000000 00000000 00000000
[   69.383378] xhci_hcd 0000:02:00.0: @3787f2f0 00000000 00000000 00000000 00000000
[   69.383380] xhci_hcd 0000:02:00.0: @3787f300 00000000 00000000 00000000 00000000
[   69.383381] xhci_hcd 0000:02:00.0: @3787f310 00000000 00000000 00000000 00000000
[   69.383383] xhci_hcd 0000:02:00.0: @3787f320 00000000 00000000 00000000 00000000
[   69.383385] xhci_hcd 0000:02:00.0: @3787f330 00000000 00000000 00000000 00000000
[   69.383386] xhci_hcd 0000:02:00.0: @3787f340 00000000 00000000 00000000 00000000
[   69.383388] xhci_hcd 0000:02:00.0: @3787f350 00000000 00000000 00000000 00000000
[   69.383390] xhci_hcd 0000:02:00.0: @3787f360 00000000 00000000 00000000 00000000
[   69.383391] xhci_hcd 0000:02:00.0: @3787f370 00000000 00000000 00000000 00000000
[   69.383393] xhci_hcd 0000:02:00.0: @3787f380 00000000 00000000 00000000 00000000
[   69.383395] xhci_hcd 0000:02:00.0: @3787f390 00000000 00000000 00000000 00000000
[   69.383396] xhci_hcd 0000:02:00.0: @3787f3a0 00000000 00000000 00000000 00000000
[   69.383398] xhci_hcd 0000:02:00.0: @3787f3b0 00000000 00000000 00000000 00000000
[   69.383400] xhci_hcd 0000:02:00.0: @3787f3c0 00000000 00000000 00000000 00000000
[   69.383401] xhci_hcd 0000:02:00.0: @3787f3d0 00000000 00000000 00000000 00000000
[   69.383403] xhci_hcd 0000:02:00.0: @3787f3e0 00000000 00000000 00000000 00000000
[   69.383405] xhci_hcd 0000:02:00.0: @3787f3f0 3787f000 00000000 00000000 00001802
[   69.383406] xhci_hcd 0000:02:00.0: Ring deq = ffff88003787f000 (virt), 0x3787f000 (dma)
[   69.383408] xhci_hcd 0000:02:00.0: Ring deq updated 0 times
[   69.383409] xhci_hcd 0000:02:00.0: Ring enq = ffff88003787f000 (virt), 0x3787f000 (dma)
[   69.383410] xhci_hcd 0000:02:00.0: Ring enq updated 0 times
[   69.383414] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[   69.383415] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr high bits = @00000000
[  129.333769] xhci_hcd 0000:02:00.0: Poll event ring: 4294796412
[  129.333774] xhci_hcd 0000:02:00.0: op reg status = 0x0
[  129.333777] xhci_hcd 0000:02:00.0: ir_set 0 pending = 0x2
[  129.333779] xhci_hcd 0000:02:00.0: No-op commands handled = 0
[  129.333782] xhci_hcd 0000:02:00.0: HC error bitmask = 0x0
[  129.333784] xhci_hcd 0000:02:00.0: Event ring:
[  129.333787] xhci_hcd 0000:02:00.0: @3787f400 01000000 00000000 01000000 00008801
[  129.333790] xhci_hcd 0000:02:00.0: @3787f410 00000000 00000000 00000000 00000000
[  129.333793] xhci_hcd 0000:02:00.0: @3787f420 00000000 00000000 00000000 00000000
[  129.333795] xhci_hcd 0000:02:00.0: @3787f430 00000000 00000000 00000000 00000000
[  129.333798] xhci_hcd 0000:02:00.0: @3787f440 00000000 00000000 00000000 00000000
[  129.333801] xhci_hcd 0000:02:00.0: @3787f450 00000000 00000000 00000000 00000000
[  129.333804] xhci_hcd 0000:02:00.0: @3787f460 00000000 00000000 00000000 00000000
[  129.333806] xhci_hcd 0000:02:00.0: @3787f470 00000000 00000000 00000000 00000000
[  129.333809] xhci_hcd 0000:02:00.0: @3787f480 00000000 00000000 00000000 00000000
[  129.333812] xhci_hcd 0000:02:00.0: @3787f490 00000000 00000000 00000000 00000000
[  129.333815] xhci_hcd 0000:02:00.0: @3787f4a0 00000000 00000000 00000000 00000000
[  129.333817] xhci_hcd 0000:02:00.0: @3787f4b0 00000000 00000000 00000000 00000000
[  129.333820] xhci_hcd 0000:02:00.0: @3787f4c0 00000000 00000000 00000000 00000000
[  129.333823] xhci_hcd 0000:02:00.0: @3787f4d0 00000000 00000000 00000000 00000000
[  129.333826] xhci_hcd 0000:02:00.0: @3787f4e0 00000000 00000000 00000000 00000000
[  129.333828] xhci_hcd 0000:02:00.0: @3787f4f0 00000000 00000000 00000000 00000000
[  129.333831] xhci_hcd 0000:02:00.0: @3787f500 00000000 00000000 00000000 00000000
[  129.333834] xhci_hcd 0000:02:00.0: @3787f510 00000000 00000000 00000000 00000000
[  129.333837] xhci_hcd 0000:02:00.0: @3787f520 00000000 00000000 00000000 00000000
[  129.333839] xhci_hcd 0000:02:00.0: @3787f530 00000000 00000000 00000000 00000000
[  129.333842] xhci_hcd 0000:02:00.0: @3787f540 00000000 00000000 00000000 00000000
[  129.333845] xhci_hcd 0000:02:00.0: @3787f550 00000000 00000000 00000000 00000000
[  129.333848] xhci_hcd 0000:02:00.0: @3787f560 00000000 00000000 00000000 00000000
[  129.333850] xhci_hcd 0000:02:00.0: @3787f570 00000000 00000000 00000000 00000000
[  129.333853] xhci_hcd 0000:02:00.0: @3787f580 00000000 00000000 00000000 00000000
[  129.333856] xhci_hcd 0000:02:00.0: @3787f590 00000000 00000000 00000000 00000000
[  129.333859] xhci_hcd 0000:02:00.0: @3787f5a0 00000000 00000000 00000000 00000000
[  129.333862] xhci_hcd 0000:02:00.0: @3787f5b0 00000000 00000000 00000000 00000000
[  129.333864] xhci_hcd 0000:02:00.0: @3787f5c0 00000000 00000000 00000000 00000000
[  129.333867] xhci_hcd 0000:02:00.0: @3787f5d0 00000000 00000000 00000000 00000000
[  129.333870] xhci_hcd 0000:02:00.0: @3787f5e0 00000000 00000000 00000000 00000000
[  129.333873] xhci_hcd 0000:02:00.0: @3787f5f0 00000000 00000000 00000000 00000000
[  129.333875] xhci_hcd 0000:02:00.0: @3787f600 00000000 00000000 00000000 00000000
[  129.333878] xhci_hcd 0000:02:00.0: @3787f610 00000000 00000000 00000000 00000000
[  129.333881] xhci_hcd 0000:02:00.0: @3787f620 00000000 00000000 00000000 00000000
[  129.333884] xhci_hcd 0000:02:00.0: @3787f630 00000000 00000000 00000000 00000000
[  129.333886] xhci_hcd 0000:02:00.0: @3787f640 00000000 00000000 00000000 00000000
[  129.333889] xhci_hcd 0000:02:00.0: @3787f650 00000000 00000000 00000000 00000000
[  129.333892] xhci_hcd 0000:02:00.0: @3787f660 00000000 00000000 00000000 00000000
[  129.333894] xhci_hcd 0000:02:00.0: @3787f670 00000000 00000000 00000000 00000000
[  129.333897] xhci_hcd 0000:02:00.0: @3787f680 00000000 00000000 00000000 00000000
[  129.333900] xhci_hcd 0000:02:00.0: @3787f690 00000000 00000000 00000000 00000000
[  129.333903] xhci_hcd 0000:02:00.0: @3787f6a0 00000000 00000000 00000000 00000000
[  129.333906] xhci_hcd 0000:02:00.0: @3787f6b0 00000000 00000000 00000000 00000000
[  129.333908] xhci_hcd 0000:02:00.0: @3787f6c0 00000000 00000000 00000000 00000000
[  129.333911] xhci_hcd 0000:02:00.0: @3787f6d0 00000000 00000000 00000000 00000000
[  129.333914] xhci_hcd 0000:02:00.0: @3787f6e0 00000000 00000000 00000000 00000000
[  129.333917] xhci_hcd 0000:02:00.0: @3787f6f0 00000000 00000000 00000000 00000000
[  129.333919] xhci_hcd 0000:02:00.0: @3787f700 00000000 00000000 00000000 00000000
[  129.333922] xhci_hcd 0000:02:00.0: @3787f710 00000000 00000000 00000000 00000000
[  129.333925] xhci_hcd 0000:02:00.0: @3787f720 00000000 00000000 00000000 00000000
[  129.333928] xhci_hcd 0000:02:00.0: @3787f730 00000000 00000000 00000000 00000000
[  129.333930] xhci_hcd 0000:02:00.0: @3787f740 00000000 00000000 00000000 00000000
[  129.333933] xhci_hcd 0000:02:00.0: @3787f750 00000000 00000000 00000000 00000000
[  129.333936] xhci_hcd 0000:02:00.0: @3787f760 00000000 00000000 00000000 00000000
[  129.333939] xhci_hcd 0000:02:00.0: @3787f770 00000000 00000000 00000000 00000000
[  129.333941] xhci_hcd 0000:02:00.0: @3787f780 00000000 00000000 00000000 00000000
[  129.333944] xhci_hcd 0000:02:00.0: @3787f790 00000000 00000000 00000000 00000000
[  129.333947] xhci_hcd 0000:02:00.0: @3787f7a0 00000000 00000000 00000000 00000000
[  129.333950] xhci_hcd 0000:02:00.0: @3787f7b0 00000000 00000000 00000000 00000000
[  129.333952] xhci_hcd 0000:02:00.0: @3787f7c0 00000000 00000000 00000000 00000000
[  129.333955] xhci_hcd 0000:02:00.0: @3787f7d0 00000000 00000000 00000000 00000000
[  129.333958] xhci_hcd 0000:02:00.0: @3787f7e0 00000000 00000000 00000000 00000000
[  129.333960] xhci_hcd 0000:02:00.0: @3787f7f0 00000000 00000000 00000000 00000000
[  129.333964] xhci_hcd 0000:02:00.0: Ring deq = ffff88003787f410 (virt), 0x3787f410 (dma)
[  129.333967] xhci_hcd 0000:02:00.0: Ring deq updated 1 times
[  129.333970] xhci_hcd 0000:02:00.0: Ring enq = ffff88003787f400 (virt), 0x3787f400 (dma)
[  129.333972] xhci_hcd 0000:02:00.0: Ring enq updated 0 times
[  129.333976] xhci_hcd 0000:02:00.0: ERST deq = 64'h3787f410
[  129.333978] xhci_hcd 0000:02:00.0: Command ring:
[  129.333981] xhci_hcd 0000:02:00.0: @3787f000 00000000 00000000 00000000 00000000
[  129.333984] xhci_hcd 0000:02:00.0: @3787f010 00000000 00000000 00000000 00000000
[  129.333986] xhci_hcd 0000:02:00.0: @3787f020 00000000 00000000 00000000 00000000
[  129.333989] xhci_hcd 0000:02:00.0: @3787f030 00000000 00000000 00000000 00000000
[  129.333992] xhci_hcd 0000:02:00.0: @3787f040 00000000 00000000 00000000 00000000
[  129.333995] xhci_hcd 0000:02:00.0: @3787f050 00000000 00000000 00000000 00000000
[  129.333997] xhci_hcd 0000:02:00.0: @3787f060 00000000 00000000 00000000 00000000
[  129.334000] xhci_hcd 0000:02:00.0: @3787f070 00000000 00000000 00000000 00000000
[  129.334003] xhci_hcd 0000:02:00.0: @3787f080 00000000 00000000 00000000 00000000
[  129.334006] xhci_hcd 0000:02:00.0: @3787f090 00000000 00000000 00000000 00000000
[  129.334008] xhci_hcd 0000:02:00.0: @3787f0a0 00000000 00000000 00000000 00000000
[  129.334011] xhci_hcd 0000:02:00.0: @3787f0b0 00000000 00000000 00000000 00000000
[  129.334014] xhci_hcd 0000:02:00.0: @3787f0c0 00000000 00000000 00000000 00000000
[  129.334017] xhci_hcd 0000:02:00.0: @3787f0d0 00000000 00000000 00000000 00000000
[  129.334019] xhci_hcd 0000:02:00.0: @3787f0e0 00000000 00000000 00000000 00000000
[  129.334022] xhci_hcd 0000:02:00.0: @3787f0f0 00000000 00000000 00000000 00000000
[  129.334025] xhci_hcd 0000:02:00.0: @3787f100 00000000 00000000 00000000 00000000
[  129.334028] xhci_hcd 0000:02:00.0: @3787f110 00000000 00000000 00000000 00000000
[  129.334030] xhci_hcd 0000:02:00.0: @3787f120 00000000 00000000 00000000 00000000
[  129.334033] xhci_hcd 0000:02:00.0: @3787f130 00000000 00000000 00000000 00000000
[  129.334036] xhci_hcd 0000:02:00.0: @3787f140 00000000 00000000 00000000 00000000
[  129.334039] xhci_hcd 0000:02:00.0: @3787f150 00000000 00000000 00000000 00000000
[  129.334042] xhci_hcd 0000:02:00.0: @3787f160 00000000 00000000 00000000 00000000
[  129.334044] xhci_hcd 0000:02:00.0: @3787f170 00000000 00000000 00000000 00000000
[  129.334047] xhci_hcd 0000:02:00.0: @3787f180 00000000 00000000 00000000 00000000
[  129.334050] xhci_hcd 0000:02:00.0: @3787f190 00000000 00000000 00000000 00000000
[  129.334052] xhci_hcd 0000:02:00.0: @3787f1a0 00000000 00000000 00000000 00000000
[  129.334055] xhci_hcd 0000:02:00.0: @3787f1b0 00000000 00000000 00000000 00000000
[  129.334058] xhci_hcd 0000:02:00.0: @3787f1c0 00000000 00000000 00000000 00000000
[  129.334061] xhci_hcd 0000:02:00.0: @3787f1d0 00000000 00000000 00000000 00000000
[  129.334063] xhci_hcd 0000:02:00.0: @3787f1e0 00000000 00000000 00000000 00000000
[  129.334066] xhci_hcd 0000:02:00.0: @3787f1f0 00000000 00000000 00000000 00000000
[  129.334069] xhci_hcd 0000:02:00.0: @3787f200 00000000 00000000 00000000 00000000
[  129.334072] xhci_hcd 0000:02:00.0: @3787f210 00000000 00000000 00000000 00000000
[  129.334075] xhci_hcd 0000:02:00.0: @3787f220 00000000 00000000 00000000 00000000
[  129.334077] xhci_hcd 0000:02:00.0: @3787f230 00000000 00000000 00000000 00000000
[  129.334080] xhci_hcd 0000:02:00.0: @3787f240 00000000 00000000 00000000 00000000
[  129.334083] xhci_hcd 0000:02:00.0: @3787f250 00000000 00000000 00000000 00000000
[  129.334085] xhci_hcd 0000:02:00.0: @3787f260 00000000 00000000 00000000 00000000
[  129.334088] xhci_hcd 0000:02:00.0: @3787f270 00000000 00000000 00000000 00000000
[  129.334091] xhci_hcd 0000:02:00.0: @3787f280 00000000 00000000 00000000 00000000
[  129.334094] xhci_hcd 0000:02:00.0: @3787f290 00000000 00000000 00000000 00000000
[  129.334097] xhci_hcd 0000:02:00.0: @3787f2a0 00000000 00000000 00000000 00000000
[  129.334099] xhci_hcd 0000:02:00.0: @3787f2b0 00000000 00000000 00000000 00000000
[  129.334102] xhci_hcd 0000:02:00.0: @3787f2c0 00000000 00000000 00000000 00000000
[  129.334105] xhci_hcd 0000:02:00.0: @3787f2d0 00000000 00000000 00000000 00000000
[  129.334108] xhci_hcd 0000:02:00.0: @3787f2e0 00000000 00000000 00000000 00000000
[  129.334110] xhci_hcd 0000:02:00.0: @3787f2f0 00000000 00000000 00000000 00000000
[  129.334113] xhci_hcd 0000:02:00.0: @3787f300 00000000 00000000 00000000 00000000
[  129.334116] xhci_hcd 0000:02:00.0: @3787f310 00000000 00000000 00000000 00000000
[  129.334119] xhci_hcd 0000:02:00.0: @3787f320 00000000 00000000 00000000 00000000
[  129.334122] xhci_hcd 0000:02:00.0: @3787f330 00000000 00000000 00000000 00000000
[  129.334124] xhci_hcd 0000:02:00.0: @3787f340 00000000 00000000 00000000 00000000
[  129.334127] xhci_hcd 0000:02:00.0: @3787f350 00000000 00000000 00000000 00000000
[  129.334130] xhci_hcd 0000:02:00.0: @3787f360 00000000 00000000 00000000 00000000
[  129.334133] xhci_hcd 0000:02:00.0: @3787f370 00000000 00000000 00000000 00000000
[  129.334135] xhci_hcd 0000:02:00.0: @3787f380 00000000 00000000 00000000 00000000
[  129.334138] xhci_hcd 0000:02:00.0: @3787f390 00000000 00000000 00000000 00000000
[  129.334141] xhci_hcd 0000:02:00.0: @3787f3a0 00000000 00000000 00000000 00000000
[  129.334144] xhci_hcd 0000:02:00.0: @3787f3b0 00000000 00000000 00000000 00000000
[  129.334146] xhci_hcd 0000:02:00.0: @3787f3c0 00000000 00000000 00000000 00000000
[  129.334149] xhci_hcd 0000:02:00.0: @3787f3d0 00000000 00000000 00000000 00000000
[  129.334152] xhci_hcd 0000:02:00.0: @3787f3e0 00000000 00000000 00000000 00000000
[  129.334155] xhci_hcd 0000:02:00.0: @3787f3f0 3787f000 00000000 00000000 00001802
[  129.334157] xhci_hcd 0000:02:00.0: Ring deq = ffff88003787f000 (virt), 0x3787f000 (dma)
[  129.334160] xhci_hcd 0000:02:00.0: Ring deq updated 0 times
[  129.334162] xhci_hcd 0000:02:00.0: Ring enq = ffff88003787f000 (virt), 0x3787f000 (dma)
[  129.334165] xhci_hcd 0000:02:00.0: Ring enq updated 0 times
[  129.334169] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[  129.334171] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr high bits = @00000000
[  153.771136] usb usb8: usb auto-resume
[  153.771139] usb usb8: wakeup_rh
[  153.803641] usb usb6: usb auto-resume
[  153.803645] usb usb6: wakeup_rh
[  153.836583] usb usb4: usb auto-resume
[  153.836587] usb usb4: wakeup_rh
[  153.869494] usb usb3: usb auto-resume
[  153.869497] usb usb3: wakeup_rh
[  153.902679] usb usb1: usb auto-resume
[  153.902683] ehci_hcd 0000:00:1a.7: resume root hub
[  154.901581] usb usb8: suspend_rh (auto-stop)
[  154.901604] usb usb6: suspend_rh (auto-stop)
[  154.901624] usb usb4: suspend_rh (auto-stop)
[  154.901644] usb usb3: suspend_rh (auto-stop)
[  155.897767] usb usb8: bus auto-suspend
[  155.897770] usb usb8: suspend_rh
[  155.897790] usb usb6: bus auto-suspend
[  155.897792] usb usb6: suspend_rh
[  155.897810] usb usb4: bus auto-suspend
[  155.897811] usb usb4: suspend_rh
[  156.896944] usb usb3: bus auto-suspend
[  156.896947] usb usb3: suspend_rh
[  156.896966] usb usb1: bus auto-suspend
[  156.896969] ehci_hcd 0000:00:1a.7: suspend root hub
[  189.284366] xhci_hcd 0000:02:00.0: Poll event ring: 4294856412
[  189.284370] xhci_hcd 0000:02:00.0: op reg status = 0x0
[  189.284374] xhci_hcd 0000:02:00.0: ir_set 0 pending = 0x2
[  189.284376] xhci_hcd 0000:02:00.0: No-op commands handled = 0
[  189.284378] xhci_hcd 0000:02:00.0: HC error bitmask = 0x0
[  189.284380] xhci_hcd 0000:02:00.0: Event ring:
[  189.284384] xhci_hcd 0000:02:00.0: @3787f400 01000000 00000000 01000000 00008801
[  189.284387] xhci_hcd 0000:02:00.0: @3787f410 00000000 00000000 00000000 00000000
[  189.284390] xhci_hcd 0000:02:00.0: @3787f420 00000000 00000000 00000000 00000000
[  189.284392] xhci_hcd 0000:02:00.0: @3787f430 00000000 00000000 00000000 00000000
[  189.284395] xhci_hcd 0000:02:00.0: @3787f440 00000000 00000000 00000000 00000000
[  189.284398] xhci_hcd 0000:02:00.0: @3787f450 00000000 00000000 00000000 00000000
[  189.284401] xhci_hcd 0000:02:00.0: @3787f460 00000000 00000000 00000000 00000000
[  189.284403] xhci_hcd 0000:02:00.0: @3787f470 00000000 00000000 00000000 00000000
[  189.284406] xhci_hcd 0000:02:00.0: @3787f480 00000000 00000000 00000000 00000000
[  189.284409] xhci_hcd 0000:02:00.0: @3787f490 00000000 00000000 00000000 00000000
[  189.284412] xhci_hcd 0000:02:00.0: @3787f4a0 00000000 00000000 00000000 00000000
[  189.284414] xhci_hcd 0000:02:00.0: @3787f4b0 00000000 00000000 00000000 00000000
[  189.284417] xhci_hcd 0000:02:00.0: @3787f4c0 00000000 00000000 00000000 00000000
[  189.284420] xhci_hcd 0000:02:00.0: @3787f4d0 00000000 00000000 00000000 00000000
[  189.284423] xhci_hcd 0000:02:00.0: @3787f4e0 00000000 00000000 00000000 00000000
[  189.284426] xhci_hcd 0000:02:00.0: @3787f4f0 00000000 00000000 00000000 00000000
[  189.284428] xhci_hcd 0000:02:00.0: @3787f500 00000000 00000000 00000000 00000000
[  189.284431] xhci_hcd 0000:02:00.0: @3787f510 00000000 00000000 00000000 00000000
[  189.284434] xhci_hcd 0000:02:00.0: @3787f520 00000000 00000000 00000000 00000000
[  189.284437] xhci_hcd 0000:02:00.0: @3787f530 00000000 00000000 00000000 00000000
[  189.284439] xhci_hcd 0000:02:00.0: @3787f540 00000000 00000000 00000000 00000000
[  189.284442] xhci_hcd 0000:02:00.0: @3787f550 00000000 00000000 00000000 00000000
[  189.284445] xhci_hcd 0000:02:00.0: @3787f560 00000000 00000000 00000000 00000000
[  189.284448] xhci_hcd 0000:02:00.0: @3787f570 00000000 00000000 00000000 00000000
[  189.284451] xhci_hcd 0000:02:00.0: @3787f580 00000000 00000000 00000000 00000000
[  189.284453] xhci_hcd 0000:02:00.0: @3787f590 00000000 00000000 00000000 00000000
[  189.284456] xhci_hcd 0000:02:00.0: @3787f5a0 00000000 00000000 00000000 00000000
[  189.284459] xhci_hcd 0000:02:00.0: @3787f5b0 00000000 00000000 00000000 00000000
[  189.284461] xhci_hcd 0000:02:00.0: @3787f5c0 00000000 00000000 00000000 00000000
[  189.284464] xhci_hcd 0000:02:00.0: @3787f5d0 00000000 00000000 00000000 00000000
[  189.284467] xhci_hcd 0000:02:00.0: @3787f5e0 00000000 00000000 00000000 00000000
[  189.284470] xhci_hcd 0000:02:00.0: @3787f5f0 00000000 00000000 00000000 00000000
[  189.284472] xhci_hcd 0000:02:00.0: @3787f600 00000000 00000000 00000000 00000000
[  189.284475] xhci_hcd 0000:02:00.0: @3787f610 00000000 00000000 00000000 00000000
[  189.284478] xhci_hcd 0000:02:00.0: @3787f620 00000000 00000000 00000000 00000000
[  189.284481] xhci_hcd 0000:02:00.0: @3787f630 00000000 00000000 00000000 00000000
[  189.284483] xhci_hcd 0000:02:00.0: @3787f640 00000000 00000000 00000000 00000000
[  189.284486] xhci_hcd 0000:02:00.0: @3787f650 00000000 00000000 00000000 00000000
[  189.284489] xhci_hcd 0000:02:00.0: @3787f660 00000000 00000000 00000000 00000000
[  189.284492] xhci_hcd 0000:02:00.0: @3787f670 00000000 00000000 00000000 00000000
[  189.284494] xhci_hcd 0000:02:00.0: @3787f680 00000000 00000000 00000000 00000000
[  189.284497] xhci_hcd 0000:02:00.0: @3787f690 00000000 00000000 00000000 00000000
[  189.284500] xhci_hcd 0000:02:00.0: @3787f6a0 00000000 00000000 00000000 00000000
[  189.284503] xhci_hcd 0000:02:00.0: @3787f6b0 00000000 00000000 00000000 00000000
[  189.284505] xhci_hcd 0000:02:00.0: @3787f6c0 00000000 00000000 00000000 00000000
[  189.284508] xhci_hcd 0000:02:00.0: @3787f6d0 00000000 00000000 00000000 00000000
[  189.284511] xhci_hcd 0000:02:00.0: @3787f6e0 00000000 00000000 00000000 00000000
[  189.284514] xhci_hcd 0000:02:00.0: @3787f6f0 00000000 00000000 00000000 00000000
[  189.284517] xhci_hcd 0000:02:00.0: @3787f700 00000000 00000000 00000000 00000000
[  189.284519] xhci_hcd 0000:02:00.0: @3787f710 00000000 00000000 00000000 00000000
[  189.284522] xhci_hcd 0000:02:00.0: @3787f720 00000000 00000000 00000000 00000000
[  189.284525] xhci_hcd 0000:02:00.0: @3787f730 00000000 00000000 00000000 00000000
[  189.284528] xhci_hcd 0000:02:00.0: @3787f740 00000000 00000000 00000000 00000000
[  189.284530] xhci_hcd 0000:02:00.0: @3787f750 00000000 00000000 00000000 00000000
[  189.284533] xhci_hcd 0000:02:00.0: @3787f760 00000000 00000000 00000000 00000000
[  189.284536] xhci_hcd 0000:02:00.0: @3787f770 00000000 00000000 00000000 00000000
[  189.284539] xhci_hcd 0000:02:00.0: @3787f780 00000000 00000000 00000000 00000000
[  189.284541] xhci_hcd 0000:02:00.0: @3787f790 00000000 00000000 00000000 00000000
[  189.284544] xhci_hcd 0000:02:00.0: @3787f7a0 00000000 00000000 00000000 00000000
[  189.284547] xhci_hcd 0000:02:00.0: @3787f7b0 00000000 00000000 00000000 00000000
[  189.284550] xhci_hcd 0000:02:00.0: @3787f7c0 00000000 00000000 00000000 00000000
[  189.284552] xhci_hcd 0000:02:00.0: @3787f7d0 00000000 00000000 00000000 00000000
[  189.284555] xhci_hcd 0000:02:00.0: @3787f7e0 00000000 00000000 00000000 00000000
[  189.284558] xhci_hcd 0000:02:00.0: @3787f7f0 00000000 00000000 00000000 00000000
[  189.284561] xhci_hcd 0000:02:00.0: Ring deq = ffff88003787f410 (virt), 0x3787f410 (dma)
[  189.284564] xhci_hcd 0000:02:00.0: Ring deq updated 1 times
[  189.284567] xhci_hcd 0000:02:00.0: Ring enq = ffff88003787f400 (virt), 0x3787f400 (dma)
[  189.284569] xhci_hcd 0000:02:00.0: Ring enq updated 0 times
[  189.284573] xhci_hcd 0000:02:00.0: ERST deq = 64'h3787f410
[  189.284575] xhci_hcd 0000:02:00.0: Command ring:
[  189.284578] xhci_hcd 0000:02:00.0: @3787f000 00000000 00000000 00000000 00000000
[  189.284581] xhci_hcd 0000:02:00.0: @3787f010 00000000 00000000 00000000 00000000
[  189.284583] xhci_hcd 0000:02:00.0: @3787f020 00000000 00000000 00000000 00000000
[  189.284586] xhci_hcd 0000:02:00.0: @3787f030 00000000 00000000 00000000 00000000
[  189.284589] xhci_hcd 0000:02:00.0: @3787f040 00000000 00000000 00000000 00000000
[  189.284592] xhci_hcd 0000:02:00.0: @3787f050 00000000 00000000 00000000 00000000
[  189.284594] xhci_hcd 0000:02:00.0: @3787f060 00000000 00000000 00000000 00000000
[  189.284597] xhci_hcd 0000:02:00.0: @3787f070 00000000 00000000 00000000 00000000
[  189.284600] xhci_hcd 0000:02:00.0: @3787f080 00000000 00000000 00000000 00000000
[  189.284603] xhci_hcd 0000:02:00.0: @3787f090 00000000 00000000 00000000 00000000
[  189.284605] xhci_hcd 0000:02:00.0: @3787f0a0 00000000 00000000 00000000 00000000
[  189.284608] xhci_hcd 0000:02:00.0: @3787f0b0 00000000 00000000 00000000 00000000
[  189.284611] xhci_hcd 0000:02:00.0: @3787f0c0 00000000 00000000 00000000 00000000
[  189.284614] xhci_hcd 0000:02:00.0: @3787f0d0 00000000 00000000 00000000 00000000
[  189.284616] xhci_hcd 0000:02:00.0: @3787f0e0 00000000 00000000 00000000 00000000
[  189.284619] xhci_hcd 0000:02:00.0: @3787f0f0 00000000 00000000 00000000 00000000
[  189.284622] xhci_hcd 0000:02:00.0: @3787f100 00000000 00000000 00000000 00000000
[  189.284625] xhci_hcd 0000:02:00.0: @3787f110 00000000 00000000 00000000 00000000
[  189.284627] xhci_hcd 0000:02:00.0: @3787f120 00000000 00000000 00000000 00000000
[  189.284630] xhci_hcd 0000:02:00.0: @3787f130 00000000 00000000 00000000 00000000
[  189.284633] xhci_hcd 0000:02:00.0: @3787f140 00000000 00000000 00000000 00000000
[  189.284636] xhci_hcd 0000:02:00.0: @3787f150 00000000 00000000 00000000 00000000
[  189.284638] xhci_hcd 0000:02:00.0: @3787f160 00000000 00000000 00000000 00000000
[  189.284641] xhci_hcd 0000:02:00.0: @3787f170 00000000 00000000 00000000 00000000
[  189.284644] xhci_hcd 0000:02:00.0: @3787f180 00000000 00000000 00000000 00000000
[  189.284647] xhci_hcd 0000:02:00.0: @3787f190 00000000 00000000 00000000 00000000
[  189.284649] xhci_hcd 0000:02:00.0: @3787f1a0 00000000 00000000 00000000 00000000
[  189.284652] xhci_hcd 0000:02:00.0: @3787f1b0 00000000 00000000 00000000 00000000
[  189.284655] xhci_hcd 0000:02:00.0: @3787f1c0 00000000 00000000 00000000 00000000
[  189.284658] xhci_hcd 0000:02:00.0: @3787f1d0 00000000 00000000 00000000 00000000
[  189.284661] xhci_hcd 0000:02:00.0: @3787f1e0 00000000 00000000 00000000 00000000
[  189.284663] xhci_hcd 0000:02:00.0: @3787f1f0 00000000 00000000 00000000 00000000
[  189.284666] xhci_hcd 0000:02:00.0: @3787f200 00000000 00000000 00000000 00000000
[  189.284669] xhci_hcd 0000:02:00.0: @3787f210 00000000 00000000 00000000 00000000
[  189.284672] xhci_hcd 0000:02:00.0: @3787f220 00000000 00000000 00000000 00000000
[  189.284674] xhci_hcd 0000:02:00.0: @3787f230 00000000 00000000 00000000 00000000
[  189.284677] xhci_hcd 0000:02:00.0: @3787f240 00000000 00000000 00000000 00000000
[  189.284680] xhci_hcd 0000:02:00.0: @3787f250 00000000 00000000 00000000 00000000
[  189.284683] xhci_hcd 0000:02:00.0: @3787f260 00000000 00000000 00000000 00000000
[  189.284685] xhci_hcd 0000:02:00.0: @3787f270 00000000 00000000 00000000 00000000
[  189.284688] xhci_hcd 0000:02:00.0: @3787f280 00000000 00000000 00000000 00000000
[  189.284691] xhci_hcd 0000:02:00.0: @3787f290 00000000 00000000 00000000 00000000
[  189.284694] xhci_hcd 0000:02:00.0: @3787f2a0 00000000 00000000 00000000 00000000
[  189.284696] xhci_hcd 0000:02:00.0: @3787f2b0 00000000 00000000 00000000 00000000
[  189.284699] xhci_hcd 0000:02:00.0: @3787f2c0 00000000 00000000 00000000 00000000
[  189.284702] xhci_hcd 0000:02:00.0: @3787f2d0 00000000 00000000 00000000 00000000
[  189.284705] xhci_hcd 0000:02:00.0: @3787f2e0 00000000 00000000 00000000 00000000
[  189.284708] xhci_hcd 0000:02:00.0: @3787f2f0 00000000 00000000 00000000 00000000
[  189.284710] xhci_hcd 0000:02:00.0: @3787f300 00000000 00000000 00000000 00000000
[  189.284713] xhci_hcd 0000:02:00.0: @3787f310 00000000 00000000 00000000 00000000
[  189.284716] xhci_hcd 0000:02:00.0: @3787f320 00000000 00000000 00000000 00000000
[  189.284719] xhci_hcd 0000:02:00.0: @3787f330 00000000 00000000 00000000 00000000
[  189.284721] xhci_hcd 0000:02:00.0: @3787f340 00000000 00000000 00000000 00000000
[  189.284724] xhci_hcd 0000:02:00.0: @3787f350 00000000 00000000 00000000 00000000
[  189.284727] xhci_hcd 0000:02:00.0: @3787f360 00000000 00000000 00000000 00000000
[  189.284730] xhci_hcd 0000:02:00.0: @3787f370 00000000 00000000 00000000 00000000
[  189.284732] xhci_hcd 0000:02:00.0: @3787f380 00000000 00000000 00000000 00000000
[  189.284735] xhci_hcd 0000:02:00.0: @3787f390 00000000 00000000 00000000 00000000
[  189.284738] xhci_hcd 0000:02:00.0: @3787f3a0 00000000 00000000 00000000 00000000
[  189.284741] xhci_hcd 0000:02:00.0: @3787f3b0 00000000 00000000 00000000 00000000
[  189.284743] xhci_hcd 0000:02:00.0: @3787f3c0 00000000 00000000 00000000 00000000
[  189.284746] xhci_hcd 0000:02:00.0: @3787f3d0 00000000 00000000 00000000 00000000
[  189.284749] xhci_hcd 0000:02:00.0: @3787f3e0 00000000 00000000 00000000 00000000
[  189.284752] xhci_hcd 0000:02:00.0: @3787f3f0 3787f000 00000000 00000000 00001802
[  189.284754] xhci_hcd 0000:02:00.0: Ring deq = ffff88003787f000 (virt), 0x3787f000 (dma)
[  189.284757] xhci_hcd 0000:02:00.0: Ring deq updated 0 times
[  189.284759] xhci_hcd 0000:02:00.0: Ring enq = ffff88003787f000 (virt), 0x3787f000 (dma)
[  189.284762] xhci_hcd 0000:02:00.0: Ring enq updated 0 times
[  189.284766] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[  189.284768] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr high bits = @00000000
[  195.730963] usb usb8: usb auto-resume
[  195.730965] usb usb8: wakeup_rh
[  195.763159] usb usb6: usb auto-resume
[  195.763161] usb usb6: wakeup_rh
[  195.795115] usb usb4: usb auto-resume
[  195.795118] usb usb4: wakeup_rh
[  195.826950] usb usb3: usb auto-resume
[  195.826952] usb usb3: wakeup_rh
[  195.859274] usb usb1: usb auto-resume
[  195.859279] ehci_hcd 0000:00:1a.7: resume root hub
[  196.866033] usb usb8: suspend_rh (auto-stop)
[  196.866056] usb usb6: suspend_rh (auto-stop)
[  196.866076] usb usb4: suspend_rh (auto-stop)
[  196.866096] usb usb3: suspend_rh (auto-stop)
[  197.859222] usb usb8: bus auto-suspend
[  197.859225] usb usb8: suspend_rh
[  197.859244] usb usb6: bus auto-suspend
[  197.859246] usb usb6: suspend_rh
[  197.859264] usb usb4: bus auto-suspend
[  197.859266] usb usb4: suspend_rh
[  197.859284] usb usb3: bus auto-suspend
[  197.859286] usb usb3: suspend_rh
[  198.858398] usb usb1: bus auto-suspend
[  198.858401] ehci_hcd 0000:00:1a.7: suspend root hub
[  208.193837] usb usb1: usb wakeup-resume
[  208.193842] usb usb1: usb auto-resume
[  208.193846] ehci_hcd 0000:00:1a.7: resume root hub
[  208.235609] ehci_hcd 0000:00:1a.7: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT
[  208.386938] ehci_hcd 0000:00:1a.7: port 3 high speed
[  208.386942] ehci_hcd 0000:00:1a.7: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT
[  208.437588] usb 1-3: new high speed USB device using ehci_hcd and address 3
[  208.504573] ehci_hcd 0000:00:1a.7: port 3 high speed
[  208.504578] ehci_hcd 0000:00:1a.7: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT
[  208.582006] usb 1-3: default language 0x0409
[  208.588753] usb 1-3: udev 3, busnum 1, minor = 2
[  208.588756] usb 1-3: New USB device found, idVendor=174c, idProduct=5106
[  208.588758] usb 1-3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[  208.588761] usb 1-3: Product: AS2105
[  208.588763] usb 1-3: Manufacturer: ASMedia
[  208.588765] usb 1-3: SerialNumber: S1Y6J1KS715196      
[  208.588852] usb 1-3: usb_probe_device
[  208.588856] usb 1-3: configuration #1 chosen from 1 choice
[  208.589010] usb 1-3: adding 1-3:1.0 (config #1, interface 0)
[  208.589062] usb-storage 1-3:1.0: usb_probe_interface
[  208.589072] usb-storage 1-3:1.0: usb_probe_interface - got id
[  208.589211] scsi6 : usb-storage 1-3:1.0
[  225.694866] usb usb8: usb auto-resume
[  225.694870] usb usb8: wakeup_rh
[  225.726517] usb usb6: usb auto-resume
[  225.726520] usb usb6: wakeup_rh
[  225.758468] usb usb4: usb auto-resume
[  225.758471] usb usb4: wakeup_rh
[  225.790380] usb usb3: usb auto-resume
[  225.790383] usb usb3: wakeup_rh
[  226.841455] usb usb8: suspend_rh (auto-stop)
[  226.841477] usb usb6: suspend_rh (auto-stop)
[  226.841497] usb usb4: suspend_rh (auto-stop)
[  226.841517] usb usb3: suspend_rh (auto-stop)
[  227.822654] usb usb8: bus auto-suspend
[  227.822657] usb usb8: suspend_rh
[  227.822676] usb usb6: bus auto-suspend
[  227.822678] usb usb6: suspend_rh
[  227.822696] usb usb4: bus auto-suspend
[  227.822698] usb usb4: suspend_rh
[  227.822716] usb usb3: bus auto-suspend
[  227.822718] usb usb3: suspend_rh
[  249.234963] xhci_hcd 0000:02:00.0: Poll event ring: 4294916412
[  249.234967] xhci_hcd 0000:02:00.0: op reg status = 0x0
[  249.234971] xhci_hcd 0000:02:00.0: ir_set 0 pending = 0x2
[  249.234973] xhci_hcd 0000:02:00.0: No-op commands handled = 0
[  249.234975] xhci_hcd 0000:02:00.0: HC error bitmask = 0x0
[  249.234977] xhci_hcd 0000:02:00.0: Event ring:
[  249.234981] xhci_hcd 0000:02:00.0: @3787f400 01000000 00000000 01000000 00008801
[  249.234984] xhci_hcd 0000:02:00.0: @3787f410 00000000 00000000 00000000 00000000
[  249.234986] xhci_hcd 0000:02:00.0: @3787f420 00000000 00000000 00000000 00000000
[  249.234989] xhci_hcd 0000:02:00.0: @3787f430 00000000 00000000 00000000 00000000
[  249.234992] xhci_hcd 0000:02:00.0: @3787f440 00000000 00000000 00000000 00000000
[  249.234995] xhci_hcd 0000:02:00.0: @3787f450 00000000 00000000 00000000 00000000
[  249.234997] xhci_hcd 0000:02:00.0: @3787f460 00000000 00000000 00000000 00000000
[  249.235000] xhci_hcd 0000:02:00.0: @3787f470 00000000 00000000 00000000 00000000
[  249.235003] xhci_hcd 0000:02:00.0: @3787f480 00000000 00000000 00000000 00000000
[  249.235006] xhci_hcd 0000:02:00.0: @3787f490 00000000 00000000 00000000 00000000
[  249.235008] xhci_hcd 0000:02:00.0: @3787f4a0 00000000 00000000 00000000 00000000
[  249.235011] xhci_hcd 0000:02:00.0: @3787f4b0 00000000 00000000 00000000 00000000
[  249.235014] xhci_hcd 0000:02:00.0: @3787f4c0 00000000 00000000 00000000 00000000
[  249.235017] xhci_hcd 0000:02:00.0: @3787f4d0 00000000 00000000 00000000 00000000
[  249.235019] xhci_hcd 0000:02:00.0: @3787f4e0 00000000 00000000 00000000 00000000
[  249.235022] xhci_hcd 0000:02:00.0: @3787f4f0 00000000 00000000 00000000 00000000
[  249.235025] xhci_hcd 0000:02:00.0: @3787f500 00000000 00000000 00000000 00000000
[  249.235028] xhci_hcd 0000:02:00.0: @3787f510 00000000 00000000 00000000 00000000
[  249.235030] xhci_hcd 0000:02:00.0: @3787f520 00000000 00000000 00000000 00000000
[  249.235033] xhci_hcd 0000:02:00.0: @3787f530 00000000 00000000 00000000 00000000
[  249.235036] xhci_hcd 0000:02:00.0: @3787f540 00000000 00000000 00000000 00000000
[  249.235039] xhci_hcd 0000:02:00.0: @3787f550 00000000 00000000 00000000 00000000
[  249.235041] xhci_hcd 0000:02:00.0: @3787f560 00000000 00000000 00000000 00000000
[  249.235044] xhci_hcd 0000:02:00.0: @3787f570 00000000 00000000 00000000 00000000
[  249.235047] xhci_hcd 0000:02:00.0: @3787f580 00000000 00000000 00000000 00000000
[  249.235050] xhci_hcd 0000:02:00.0: @3787f590 00000000 00000000 00000000 00000000
[  249.235052] xhci_hcd 0000:02:00.0: @3787f5a0 00000000 00000000 00000000 00000000
[  249.235055] xhci_hcd 0000:02:00.0: @3787f5b0 00000000 00000000 00000000 00000000
[  249.235058] xhci_hcd 0000:02:00.0: @3787f5c0 00000000 00000000 00000000 00000000
[  249.235061] xhci_hcd 0000:02:00.0: @3787f5d0 00000000 00000000 00000000 00000000
[  249.235063] xhci_hcd 0000:02:00.0: @3787f5e0 00000000 00000000 00000000 00000000
[  249.235066] xhci_hcd 0000:02:00.0: @3787f5f0 00000000 00000000 00000000 00000000
[  249.235069] xhci_hcd 0000:02:00.0: @3787f600 00000000 00000000 00000000 00000000
[  249.235072] xhci_hcd 0000:02:00.0: @3787f610 00000000 00000000 00000000 00000000
[  249.235074] xhci_hcd 0000:02:00.0: @3787f620 00000000 00000000 00000000 00000000
[  249.235077] xhci_hcd 0000:02:00.0: @3787f630 00000000 00000000 00000000 00000000
[  249.235080] xhci_hcd 0000:02:00.0: @3787f640 00000000 00000000 00000000 00000000
[  249.235083] xhci_hcd 0000:02:00.0: @3787f650 00000000 00000000 00000000 00000000
[  249.235085] xhci_hcd 0000:02:00.0: @3787f660 00000000 00000000 00000000 00000000
[  249.235088] xhci_hcd 0000:02:00.0: @3787f670 00000000 00000000 00000000 00000000
[  249.235091] xhci_hcd 0000:02:00.0: @3787f680 00000000 00000000 00000000 00000000
[  249.235094] xhci_hcd 0000:02:00.0: @3787f690 00000000 00000000 00000000 00000000
[  249.235096] xhci_hcd 0000:02:00.0: @3787f6a0 00000000 00000000 00000000 00000000
[  249.235099] xhci_hcd 0000:02:00.0: @3787f6b0 00000000 00000000 00000000 00000000
[  249.235102] xhci_hcd 0000:02:00.0: @3787f6c0 00000000 00000000 00000000 00000000
[  249.235105] xhci_hcd 0000:02:00.0: @3787f6d0 00000000 00000000 00000000 00000000
[  249.235107] xhci_hcd 0000:02:00.0: @3787f6e0 00000000 00000000 00000000 00000000
[  249.235110] xhci_hcd 0000:02:00.0: @3787f6f0 00000000 00000000 00000000 00000000
[  249.235113] xhci_hcd 0000:02:00.0: @3787f700 00000000 00000000 00000000 00000000
[  249.235116] xhci_hcd 0000:02:00.0: @3787f710 00000000 00000000 00000000 00000000
[  249.235118] xhci_hcd 0000:02:00.0: @3787f720 00000000 00000000 00000000 00000000
[  249.235121] xhci_hcd 0000:02:00.0: @3787f730 00000000 00000000 00000000 00000000
[  249.235124] xhci_hcd 0000:02:00.0: @3787f740 00000000 00000000 00000000 00000000
[  249.235127] xhci_hcd 0000:02:00.0: @3787f750 00000000 00000000 00000000 00000000
[  249.235129] xhci_hcd 0000:02:00.0: @3787f760 00000000 00000000 00000000 00000000
[  249.235132] xhci_hcd 0000:02:00.0: @3787f770 00000000 00000000 00000000 00000000
[  249.235135] xhci_hcd 0000:02:00.0: @3787f780 00000000 00000000 00000000 00000000
[  249.235138] xhci_hcd 0000:02:00.0: @3787f790 00000000 00000000 00000000 00000000
[  249.235140] xhci_hcd 0000:02:00.0: @3787f7a0 00000000 00000000 00000000 00000000
[  249.235143] xhci_hcd 0000:02:00.0: @3787f7b0 00000000 00000000 00000000 00000000
[  249.235146] xhci_hcd 0000:02:00.0: @3787f7c0 00000000 00000000 00000000 00000000
[  249.235148] xhci_hcd 0000:02:00.0: @3787f7d0 00000000 00000000 00000000 00000000
[  249.235151] xhci_hcd 0000:02:00.0: @3787f7e0 00000000 00000000 00000000 00000000
[  249.235154] xhci_hcd 0000:02:00.0: @3787f7f0 00000000 00000000 00000000 00000000
[  249.235158] xhci_hcd 0000:02:00.0: Ring deq = ffff88003787f410 (virt), 0x3787f410 (dma)
[  249.235160] xhci_hcd 0000:02:00.0: Ring deq updated 1 times
[  249.235163] xhci_hcd 0000:02:00.0: Ring enq = ffff88003787f400 (virt), 0x3787f400 (dma)
[  249.235165] xhci_hcd 0000:02:00.0: Ring enq updated 0 times
[  249.235169] xhci_hcd 0000:02:00.0: ERST deq = 64'h3787f410
[  249.235171] xhci_hcd 0000:02:00.0: Command ring:
[  249.235174] xhci_hcd 0000:02:00.0: @3787f000 00000000 00000000 00000000 00000000
[  249.235177] xhci_hcd 0000:02:00.0: @3787f010 00000000 00000000 00000000 00000000
[  249.235180] xhci_hcd 0000:02:00.0: @3787f020 00000000 00000000 00000000 00000000
[  249.235182] xhci_hcd 0000:02:00.0: @3787f030 00000000 00000000 00000000 00000000
[  249.235185] xhci_hcd 0000:02:00.0: @3787f040 00000000 00000000 00000000 00000000
[  249.235188] xhci_hcd 0000:02:00.0: @3787f050 00000000 00000000 00000000 00000000
[  249.235191] xhci_hcd 0000:02:00.0: @3787f060 00000000 00000000 00000000 00000000
[  249.235194] xhci_hcd 0000:02:00.0: @3787f070 00000000 00000000 00000000 00000000
[  249.235196] xhci_hcd 0000:02:00.0: @3787f080 00000000 00000000 00000000 00000000
[  249.235199] xhci_hcd 0000:02:00.0: @3787f090 00000000 00000000 00000000 00000000
[  249.235202] xhci_hcd 0000:02:00.0: @3787f0a0 00000000 00000000 00000000 00000000
[  249.235204] xhci_hcd 0000:02:00.0: @3787f0b0 00000000 00000000 00000000 00000000
[  249.235207] xhci_hcd 0000:02:00.0: @3787f0c0 00000000 00000000 00000000 00000000
[  249.235210] xhci_hcd 0000:02:00.0: @3787f0d0 00000000 00000000 00000000 00000000
[  249.235213] xhci_hcd 0000:02:00.0: @3787f0e0 00000000 00000000 00000000 00000000
[  249.235215] xhci_hcd 0000:02:00.0: @3787f0f0 00000000 00000000 00000000 00000000
[  249.235218] xhci_hcd 0000:02:00.0: @3787f100 00000000 00000000 00000000 00000000
[  249.235221] xhci_hcd 0000:02:00.0: @3787f110 00000000 00000000 00000000 00000000
[  249.235224] xhci_hcd 0000:02:00.0: @3787f120 00000000 00000000 00000000 00000000
[  249.235226] xhci_hcd 0000:02:00.0: @3787f130 00000000 00000000 00000000 00000000
[  249.235229] xhci_hcd 0000:02:00.0: @3787f140 00000000 00000000 00000000 00000000
[  249.235232] xhci_hcd 0000:02:00.0: @3787f150 00000000 00000000 00000000 00000000
[  249.235235] xhci_hcd 0000:02:00.0: @3787f160 00000000 00000000 00000000 00000000
[  249.235237] xhci_hcd 0000:02:00.0: @3787f170 00000000 00000000 00000000 00000000
[  249.235240] xhci_hcd 0000:02:00.0: @3787f180 00000000 00000000 00000000 00000000
[  249.235243] xhci_hcd 0000:02:00.0: @3787f190 00000000 00000000 00000000 00000000
[  249.235246] xhci_hcd 0000:02:00.0: @3787f1a0 00000000 00000000 00000000 00000000
[  249.235248] xhci_hcd 0000:02:00.0: @3787f1b0 00000000 00000000 00000000 00000000
[  249.235251] xhci_hcd 0000:02:00.0: @3787f1c0 00000000 00000000 00000000 00000000
[  249.235254] xhci_hcd 0000:02:00.0: @3787f1d0 00000000 00000000 00000000 00000000
[  249.235257] xhci_hcd 0000:02:00.0: @3787f1e0 00000000 00000000 00000000 00000000
[  249.235259] xhci_hcd 0000:02:00.0: @3787f1f0 00000000 00000000 00000000 00000000
[  249.235262] xhci_hcd 0000:02:00.0: @3787f200 00000000 00000000 00000000 00000000
[  249.235265] xhci_hcd 0000:02:00.0: @3787f210 00000000 00000000 00000000 00000000
[  249.235268] xhci_hcd 0000:02:00.0: @3787f220 00000000 00000000 00000000 00000000
[  249.235270] xhci_hcd 0000:02:00.0: @3787f230 00000000 00000000 00000000 00000000
[  249.235273] xhci_hcd 0000:02:00.0: @3787f240 00000000 00000000 00000000 00000000
[  249.235276] xhci_hcd 0000:02:00.0: @3787f250 00000000 00000000 00000000 00000000
[  249.235279] xhci_hcd 0000:02:00.0: @3787f260 00000000 00000000 00000000 00000000
[  249.235281] xhci_hcd 0000:02:00.0: @3787f270 00000000 00000000 00000000 00000000
[  249.235284] xhci_hcd 0000:02:00.0: @3787f280 00000000 00000000 00000000 00000000
[  249.235287] xhci_hcd 0000:02:00.0: @3787f290 00000000 00000000 00000000 00000000
[  249.235290] xhci_hcd 0000:02:00.0: @3787f2a0 00000000 00000000 00000000 00000000
[  249.235292] xhci_hcd 0000:02:00.0: @3787f2b0 00000000 00000000 00000000 00000000
[  249.235295] xhci_hcd 0000:02:00.0: @3787f2c0 00000000 00000000 00000000 00000000
[  249.235298] xhci_hcd 0000:02:00.0: @3787f2d0 00000000 00000000 00000000 00000000
[  249.235301] xhci_hcd 0000:02:00.0: @3787f2e0 00000000 00000000 00000000 00000000
[  249.235303] xhci_hcd 0000:02:00.0: @3787f2f0 00000000 00000000 00000000 00000000
[  249.235306] xhci_hcd 0000:02:00.0: @3787f300 00000000 00000000 00000000 00000000
[  249.235309] xhci_hcd 0000:02:00.0: @3787f310 00000000 00000000 00000000 00000000
[  249.235311] xhci_hcd 0000:02:00.0: @3787f320 00000000 00000000 00000000 00000000
[  249.235314] xhci_hcd 0000:02:00.0: @3787f330 00000000 00000000 00000000 00000000
[  249.235317] xhci_hcd 0000:02:00.0: @3787f340 00000000 00000000 00000000 00000000
[  249.235320] xhci_hcd 0000:02:00.0: @3787f350 00000000 00000000 00000000 00000000
[  249.235323] xhci_hcd 0000:02:00.0: @3787f360 00000000 00000000 00000000 00000000
[  249.235325] xhci_hcd 0000:02:00.0: @3787f370 00000000 00000000 00000000 00000000
[  249.235328] xhci_hcd 0000:02:00.0: @3787f380 00000000 00000000 00000000 00000000
[  249.235331] xhci_hcd 0000:02:00.0: @3787f390 00000000 00000000 00000000 00000000
[  249.235334] xhci_hcd 0000:02:00.0: @3787f3a0 00000000 00000000 00000000 00000000
[  249.235336] xhci_hcd 0000:02:00.0: @3787f3b0 00000000 00000000 00000000 00000000
[  249.235339] xhci_hcd 0000:02:00.0: @3787f3c0 00000000 00000000 00000000 00000000
[  249.235342] xhci_hcd 0000:02:00.0: @3787f3d0 00000000 00000000 00000000 00000000
[  249.235344] xhci_hcd 0000:02:00.0: @3787f3e0 00000000 00000000 00000000 00000000
[  249.235347] xhci_hcd 0000:02:00.0: @3787f3f0 3787f000 00000000 00000000 00001802
[  249.235350] xhci_hcd 0000:02:00.0: Ring deq = ffff88003787f000 (virt), 0x3787f000 (dma)
[  249.235352] xhci_hcd 0000:02:00.0: Ring deq updated 0 times
[  249.235355] xhci_hcd 0000:02:00.0: Ring enq = ffff88003787f000 (virt), 0x3787f000 (dma)
[  249.235357] xhci_hcd 0000:02:00.0: Ring enq updated 0 times
[  249.235361] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[  249.235364] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr high bits = @00000000
[  255.166918] usb usb8: usb auto-resume
[  255.166921] usb usb8: wakeup_rh
[  255.198193] usb usb6: usb auto-resume
[  255.198195] usb usb6: wakeup_rh
[  255.230142] usb usb4: usb auto-resume
[  255.230145] usb usb4: wakeup_rh
[  255.262058] usb usb3: usb auto-resume
[  255.262061] usb usb3: wakeup_rh
[  256.317134] usb usb8: suspend_rh (auto-stop)
[  256.317156] usb usb6: suspend_rh (auto-stop)
[  256.317176] usb usb4: suspend_rh (auto-stop)
[  256.317195] usb usb3: suspend_rh (auto-stop)
[  257.800919] usb usb8: bus auto-suspend
[  257.800922] usb usb8: suspend_rh
[  257.800942] usb usb6: bus auto-suspend
[  257.800944] usb usb6: suspend_rh
[  257.800962] usb usb4: bus auto-suspend
[  257.800964] usb usb4: suspend_rh
[  257.800981] usb usb3: bus auto-suspend
[  257.800983] usb usb3: suspend_rh
[    0.968365] usbcore: registered new interface driver usbfs
[    0.968371] usbcore: registered new interface driver hub
[    0.968389] usbcore: registered new device driver usb
[    2.435604] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.435606] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
[    2.435619] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    2.435634] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    2.435636] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    2.435656] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    2.435662] ehci_hcd 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[    2.435665] ehci_hcd 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr
[    2.435681] ehci_hcd 0000:00:1a.7: debug port 1
[    2.435684] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    2.439561] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[    2.439563] ehci_hcd 0000:00:1a.7: supports USB remote wakeup
[    2.439572] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfb9ff000
[    2.439575] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    2.443462] ehci_hcd 0000:00:1a.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[    2.448864] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    2.448886] usb usb1: default language 0x0409
[    2.448893] usb usb1: udev 1, busnum 1, minor = 0
[    2.448895] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.448898] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.448900] usb usb1: Product: EHCI Host Controller
[    2.448903] usb usb1: Manufacturer: Linux 2.6.34-rc6 ehci_hcd
[    2.448905] usb usb1: SerialNumber: 0000:00:1a.7
[    2.448961] usb usb1: usb_probe_device
[    2.448963] usb usb1: configuration #1 chosen from 1 choice
[    2.448968] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    2.448980] hub 1-0:1.0: usb_probe_interface
[    2.448982] hub 1-0:1.0: usb_probe_interface - got id
[    2.448990] hub 1-0:1.0: no power switching (usb 1.0)
[    2.449051] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    2.449061] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    2.449064] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.449085] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    2.449090] ehci_hcd 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[    2.449092] ehci_hcd 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr
[    2.449107] ehci_hcd 0000:00:1d.7: debug port 1
[    2.449110] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    2.452975] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[    2.452977] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[    2.452987] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfb9fe000
[    2.452990] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    2.456876] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[    2.462851] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.462873] usb usb2: default language 0x0409
[    2.462880] usb usb2: udev 1, busnum 2, minor = 128
[    2.462882] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.462884] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.462887] usb usb2: Product: EHCI Host Controller
[    2.462889] usb usb2: Manufacturer: Linux 2.6.34-rc6 ehci_hcd
[    2.462891] usb usb2: SerialNumber: 0000:00:1d.7
[    2.462938] usb usb2: usb_probe_device
[    2.462939] usb usb2: configuration #1 chosen from 1 choice
[    2.462943] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    2.462956] hub 2-0:1.0: usb_probe_interface
[    2.462957] hub 2-0:1.0: usb_probe_interface - got id
[    2.462963] hub 2-0:1.0: no power switching (usb 1.0)
[    2.463016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.463018] ohci_hcd: block sizes: ed 80 td 96
[    2.463029] uhci_hcd: USB Universal Host Controller Interface driver
[    2.463061] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.463065] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    2.463067] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.463086] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    2.463093] uhci_hcd 0000:00:1a.0: detected 2 ports
[    2.463096] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[    2.463097] uhci_hcd 0000:00:1a.0: Performing full reset
[    2.463110] uhci_hcd 0000:00:1a.0: supports USB remote wakeup
[    2.463120] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000a800
[    2.463139] usb usb3: default language 0x0409
[    2.463143] usb usb3: udev 1, busnum 3, minor = 256
[    2.463145] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    2.463146] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.463148] usb usb3: Product: UHCI Host Controller
[    2.463149] usb usb3: Manufacturer: Linux 2.6.34-rc6 uhci_hcd
[    2.463150] usb usb3: SerialNumber: 0000:00:1a.0
[    2.463183] usb usb3: usb_probe_device
[    2.463184] usb usb3: configuration #1 chosen from 1 choice
[    2.463188] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[    2.463200] hub 3-0:1.0: usb_probe_interface
[    2.463201] hub 3-0:1.0: usb_probe_interface - got id
[    2.463207] hub 3-0:1.0: no power switching (usb 1.0)
[    2.463238] ehci_hcd 0000:00:1a.7: HS companion for 0000:00:1a.0
[    2.463256] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    2.463260] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    2.463262] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.463282] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    2.463287] uhci_hcd 0000:00:1a.1: detected 2 ports
[    2.463290] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
[    2.463292] uhci_hcd 0000:00:1a.1: Performing full reset
[    2.463304] uhci_hcd 0000:00:1a.1: supports USB remote wakeup
[    2.463313] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000a880
[    2.463333] usb usb4: default language 0x0409
[    2.463337] usb usb4: udev 1, busnum 4, minor = 384
[    2.463338] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.463340] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.463341] usb usb4: Product: UHCI Host Controller
[    2.463343] usb usb4: Manufacturer: Linux 2.6.34-rc6 uhci_hcd
[    2.463344] usb usb4: SerialNumber: 0000:00:1a.1
[    2.463379] usb usb4: usb_probe_device
[    2.463380] usb usb4: configuration #1 chosen from 1 choice
[    2.463384] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[    2.463395] hub 4-0:1.0: usb_probe_interface
[    2.463396] hub 4-0:1.0: usb_probe_interface - got id
[    2.463402] hub 4-0:1.0: no power switching (usb 1.0)
[    2.463433] ehci_hcd 0000:00:1a.7: HS companion for 0000:00:1a.1
[    2.463450] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    2.463454] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    2.463456] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    2.463474] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    2.463479] uhci_hcd 0000:00:1a.2: detected 2 ports
[    2.463482] uhci_hcd 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0000
[    2.463484] uhci_hcd 0000:00:1a.2: Performing full reset
[    2.463496] uhci_hcd 0000:00:1a.2: supports USB remote wakeup
[    2.463505] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000ac00
[    2.463523] usb usb5: default language 0x0409
[    2.463527] usb usb5: udev 1, busnum 5, minor = 512
[    2.463528] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.463530] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.463531] usb usb5: Product: UHCI Host Controller
[    2.463533] usb usb5: Manufacturer: Linux 2.6.34-rc6 uhci_hcd
[    2.463534] usb usb5: SerialNumber: 0000:00:1a.2
[    2.463567] usb usb5: usb_probe_device
[    2.463568] usb usb5: configuration #1 chosen from 1 choice
[    2.463572] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[    2.463583] hub 5-0:1.0: usb_probe_interface
[    2.463584] hub 5-0:1.0: usb_probe_interface - got id
[    2.463590] hub 5-0:1.0: no power switching (usb 1.0)
[    2.463619] ehci_hcd 0000:00:1a.7: HS companion for 0000:00:1a.2
[    2.463634] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    2.463638] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.463640] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.463658] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    2.463662] uhci_hcd 0000:00:1d.0: detected 2 ports
[    2.463666] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[    2.463667] uhci_hcd 0000:00:1d.0: Performing full reset
[    2.463679] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[    2.463682] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000a080
[    2.463701] usb usb6: default language 0x0409
[    2.463705] usb usb6: udev 1, busnum 6, minor = 640
[    2.463706] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.463708] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.463709] usb usb6: Product: UHCI Host Controller
[    2.463711] usb usb6: Manufacturer: Linux 2.6.34-rc6 uhci_hcd
[    2.463712] usb usb6: SerialNumber: 0000:00:1d.0
[    2.463742] usb usb6: usb_probe_device
[    2.463744] usb usb6: configuration #1 chosen from 1 choice
[    2.463747] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[    2.463760] hub 6-0:1.0: usb_probe_interface
[    2.463761] hub 6-0:1.0: usb_probe_interface - got id
[    2.463767] hub 6-0:1.0: no power switching (usb 1.0)
[    2.463799] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.0
[    2.463810] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    2.463814] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    2.463816] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.463835] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    2.463840] uhci_hcd 0000:00:1d.1: detected 2 ports
[    2.463843] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[    2.463844] uhci_hcd 0000:00:1d.1: Performing full reset
[    2.463860] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[    2.463864] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000a400
[    2.463884] usb usb7: default language 0x0409
[    2.463888] usb usb7: udev 1, busnum 7, minor = 768
[    2.463889] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    2.463891] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.463892] usb usb7: Product: UHCI Host Controller
[    2.463894] usb usb7: Manufacturer: Linux 2.6.34-rc6 uhci_hcd
[    2.463895] usb usb7: SerialNumber: 0000:00:1d.1
[    2.463927] usb usb7: usb_probe_device
[    2.463928] usb usb7: configuration #1 chosen from 1 choice
[    2.463932] usb usb7: adding 7-0:1.0 (config #1, interface 0)
[    2.463944] hub 7-0:1.0: usb_probe_interface
[    2.463946] hub 7-0:1.0: usb_probe_interface - got id
[    2.463951] hub 7-0:1.0: no power switching (usb 1.0)
[    2.463984] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.1
[    2.463995] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    2.463999] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    2.464001] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.464020] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    2.464025] uhci_hcd 0000:00:1d.2: detected 2 ports
[    2.464028] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[    2.464029] uhci_hcd 0000:00:1d.2: Performing full reset
[    2.464041] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[    2.464045] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000a480
[    2.464064] usb usb8: default language 0x0409
[    2.464068] usb usb8: udev 1, busnum 8, minor = 896
[    2.464069] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    2.464071] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.464073] usb usb8: Product: UHCI Host Controller
[    2.464074] usb usb8: Manufacturer: Linux 2.6.34-rc6 uhci_hcd
[    2.464075] usb usb8: SerialNumber: 0000:00:1d.2
[    2.464108] usb usb8: usb_probe_device
[    2.464109] usb usb8: configuration #1 chosen from 1 choice
[    2.464113] usb usb8: adding 8-0:1.0 (config #1, interface 0)
[    2.464124] hub 8-0:1.0: usb_probe_interface
[    2.464126] hub 8-0:1.0: usb_probe_interface - got id
[    2.464131] hub 8-0:1.0: no power switching (usb 1.0)
[    2.464164] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.2
[    2.548788] ehci_hcd 0000:00:1a.7: GetStatus port 5 status 001403 POWER sig=k CSC CONNECT
[    2.562764] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT
[    2.562776] ehci_hcd 0000:00:1d.7: GetStatus port 4 status 001803 POWER sig=j CSC CONNECT
[    2.562788] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001803 POWER sig=j CSC CONNECT
[    2.562816] uhci_hcd 0000:00:1a.2: port 1 portsc 008a,00
[    2.563774] uhci_hcd 0000:00:1d.1: port 1 portsc 0082,00
[    2.563784] uhci_hcd 0000:00:1d.1: port 2 portsc 0082,00
[    2.563793] uhci_hcd 0000:00:1d.2: port 1 portsc 0082,00
[    2.648695] ehci_hcd 0000:00:1a.7: port 5 low speed --> companion
[    2.699694] ehci_hcd 0000:00:1a.7: GetStatus port 5 status 003002 POWER OWNER sig=se0 CSC
[    2.750865] ehci_hcd 0000:00:1d.7: port 3 full speed --> companion
[    2.750867] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 003801 POWER OWNER sig=j CONNECT
[    2.801599] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 003002 POWER OWNER sig=se0 CSC
[    2.852765] ehci_hcd 0000:00:1d.7: port 4 high speed
[    2.852767] ehci_hcd 0000:00:1d.7: GetStatus port 4 status 001005 POWER sig=se0 PE CONNECT
[    2.903626] usb 2-4: new high speed USB device using ehci_hcd and address 3
[    2.954541] ehci_hcd 0000:00:1d.7: port 4 high speed
[    2.954544] ehci_hcd 0000:00:1d.7: GetStatus port 4 status 001005 POWER sig=se0 PE CONNECT
[    3.017615] usb 2-4: udev 3, busnum 2, minor = 130
[    3.017618] usb 2-4: New USB device found, idVendor=0424, idProduct=2504
[    3.017620] usb 2-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.017676] usb 2-4: usb_probe_device
[    3.017679] usb 2-4: configuration #1 chosen from 1 choice
[    3.017741] usb 2-4: adding 2-4:1.0 (config #1, interface 0)
[    3.017766] hub 2-4:1.0: usb_probe_interface
[    3.017768] hub 2-4:1.0: usb_probe_interface - got id
[    3.069427] ehci_hcd 0000:00:1d.7: port 5 high speed
[    3.069430] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT
[    3.120147] usb 2-5: new high speed USB device using ehci_hcd and address 4
[    3.218065] usb 2-4: link qh256-0001/ffff88031e880a00 start 1 [1/0 us]
[    3.521867] usb usb3: suspend_rh (auto-stop)
[    3.521887] usb usb4: suspend_rh (auto-stop)
[    3.521907] usb usb6: suspend_rh (auto-stop)
[    3.680831] ehci_hcd 0000:00:1d.7: port 5 high speed
[    3.680834] ehci_hcd 0000:00:1d.7: GetStatus port 5 status 001005 POWER sig=se0 PE CONNECT
[    3.771649] usb usb8: suspend_rh (auto-stop)
[    3.806094] usb 2-5: default language 0x0409
[    3.811589] usb 2-5: udev 4, busnum 2, minor = 131
[    3.811592] usb 2-5: New USB device found, idVendor=0bda, idProduct=0151
[    3.811594] usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.811597] usb 2-5: Product: USB2.0-CRW
[    3.811599] usb 2-5: Manufacturer: Generic
[    3.811601] usb 2-5: SerialNumber: 20060413092100000
[    3.811667] usb 2-5: usb_probe_device
[    3.811671] usb 2-5: configuration #1 chosen from 1 choice
[    3.812214] usb 2-5: adding 2-5:1.0 (config #1, interface 0)
[    3.813025] uhci_hcd 0000:00:1a.2: port 1 portsc 01a3,00
[    3.818240] usb-storage 2-5:1.0: usb_probe_interface
[    3.818244] usb-storage 2-5:1.0: usb_probe_interface - got id
[    3.818276] scsi4 : usb-storage 2-5:1.0
[    3.818322] usbcore: registered new interface driver usb-storage
[    4.018307] usb 5-1: new low speed USB device using uhci_hcd and address 2
[    4.162871] usb 5-1: skipped 1 descriptor after interface
[    4.162874] usb 5-1: skipped 1 descriptor after interface
[    4.167863] usb 5-1: default language 0x0409
[    4.189842] usb 5-1: udev 2, busnum 5, minor = 513
[    4.189845] usb 5-1: New USB device found, idVendor=045e, idProduct=00e3
[    4.189847] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.189850] usb 5-1: Product: Microsoft Wireless Optical Desktop® 2.20
[    4.189852] usb 5-1: Manufacturer: Microsft
[    4.189931] usb 5-1: usb_probe_device
[    4.189934] usb 5-1: configuration #1 chosen from 1 choice
[    4.192842] usb 5-1: adding 5-1:1.0 (config #1, interface 0)
[    4.192879] usb 5-1: adding 5-1:1.1 (config #1, interface 1)
[    4.192928] uhci_hcd 0000:00:1d.1: port 1 portsc 0093,00
[    4.200444] usbcore: registered new interface driver hiddev
[    4.200454] usbhid 5-1:1.0: usb_probe_interface
[    4.200457] usbhid 5-1:1.0: usb_probe_interface - got id
[    4.213949] input: Microsft Microsoft Wireless Optical Desktop® 2.20 as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/input/input2
[    4.213958] uhci_hcd 0000:00:1a.2: reserve dev 2 ep81-INT, period 8, phase 4, 118 us
[    4.214019] generic-usb 0003:045E:00E3.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsft Microsoft Wireless Optical Desktop® 2.20] on usb-0000:00:1a.2-1/input0
[    4.214032] usbhid 5-1:1.1: usb_probe_interface
[    4.214034] usbhid 5-1:1.1: usb_probe_interface - got id
[    4.352807] input: Microsft Microsoft Wireless Optical Desktop® 2.20 as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.1/input/input3
[    4.352814] uhci_hcd 0000:00:1a.2: reserve dev 2 ep82-INT, period 8, phase 4, 118 us
[    4.352865] generic-usb 0003:045E:00E3.0002: input,hidraw1: USB HID v1.11 Mouse [Microsft Microsoft Wireless Optical Desktop® 2.20] on usb-0000:00:1a.2-1/input1
[    4.352882] usbcore: registered new interface driver usbhid
[    4.352884] usbhid: USB HID core driver
[    4.397961] usb 7-1: new full speed USB device using uhci_hcd and address 2
[    4.517843] usb 7-1: ep0 maxpacket = 8
[    4.572841] usb 7-1: skipped 4 descriptors after interface
[    4.572844] usb 7-1: skipped 2 descriptors after interface
[    4.572847] usb 7-1: skipped 1 descriptor after endpoint
[    4.572849] usb 7-1: skipped 2 descriptors after interface
[    4.572851] usb 7-1: skipped 1 descriptor after endpoint
[    4.572855] usb 7-1: udev 2, busnum 7, minor = 769
[    4.572857] usb 7-1: New USB device found, idVendor=046d, idProduct=08d7
[    4.572860] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.572936] usb 7-1: usb_probe_device
[    4.572938] usb 7-1: configuration #1 chosen from 1 choice
[    4.575832] usb 7-1: adding 7-1:1.0 (config #1, interface 0)
[    4.575876] usb 7-1: adding 7-1:1.1 (config #1, interface 1)
[    4.575896] usb 7-1: adding 7-1:1.2 (config #1, interface 2)
[    4.648799] usb 2-4.1: new high speed USB device using ehci_hcd and address 5
[    4.733939] usb 2-4.1: udev 5, busnum 2, minor = 132
[    4.733943] usb 2-4.1: New USB device found, idVendor=0424, idProduct=2503
[    4.733945] usb 2-4.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.734007] usb 2-4.1: usb_probe_device
[    4.734009] usb 2-4.1: configuration #1 chosen from 1 choice
[    4.734065] usb 2-4.1: adding 2-4.1:1.0 (config #1, interface 0)
[    4.734089] hub 2-4.1:1.0: usb_probe_interface
[    4.734091] hub 2-4.1:1.0: usb_probe_interface - got id
[    4.934462] usb 2-4.1: link qh256-0001/ffff88031aa7c180 start 2 [1/0 us]
[    5.005557] usb usb3: bus auto-suspend
[    5.005560] usb usb3: suspend_rh
[    5.005579] usb usb4: bus auto-suspend
[    5.005581] usb usb4: suspend_rh
[    5.005598] usb usb6: bus auto-suspend
[    5.005600] usb usb6: suspend_rh
[    5.005618] usb usb1: bus auto-suspend
[    5.005620] ehci_hcd 0000:00:1a.7: suspend root hub
[    5.007554] usb 2-4.1.1: new high speed USB device using ehci_hcd and address 6
[    5.122063] usb 2-4.1.1: skipped 1 descriptor after endpoint
[    5.130179] usb 2-4.1.1: default language 0x0409
[    5.180881] usb 2-4.1.1: udev 6, busnum 2, minor = 133
[    5.180884] usb 2-4.1.1: New USB device found, idVendor=0424, idProduct=2228
[    5.180887] usb 2-4.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.180890] usb 2-4.1.1: Product: Flash Card Reader
[    5.180892] usb 2-4.1.1: Manufacturer: Generic
[    5.180894] usb 2-4.1.1: SerialNumber: 000022272228
[    5.180968] usb 2-4.1.1: usb_probe_device
[    5.180970] usb 2-4.1.1: configuration #1 chosen from 1 choice
[    5.181129] usb 2-4.1.1: adding 2-4.1.1:1.0 (config #1, interface 0)
[    5.181160] usb-storage 2-4.1.1:1.0: usb_probe_interface
[    5.181165] usb-storage 2-4.1.1:1.0: usb_probe_interface - got id
[    5.181211] scsi5 : usb-storage 2-4.1.1:1.0
[    7.003697] usb usb8: bus auto-suspend
[    7.003700] usb usb8: suspend_rh
[    8.418126] xhci_hcd 0000:02:00.0: PCI INT A -> GSI 29 (level, low) -> IRQ 29
[    8.418156] xhci_hcd 0000:02:00.0: setting latency timer to 64
[    8.418159] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    8.418219] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 9
[    8.418231] xhci_hcd 0000:02:00.0: xHCI capability registers at ffffc90012610000:
[    8.418235] xhci_hcd 0000:02:00.0: CAPLENGTH AND HCIVERSION 0x960020:
[    8.418237] xhci_hcd 0000:02:00.0: CAPLENGTH: 0x20
[    8.418240] xhci_hcd 0000:02:00.0: HCIVERSION: 0x96
[    8.418243] xhci_hcd 0000:02:00.0: HCSPARAMS 1: 0x4000820
[    8.418245] xhci_hcd 0000:02:00.0:   Max device slots: 32
[    8.418248] xhci_hcd 0000:02:00.0:   Max interrupters: 8
[    8.418250] xhci_hcd 0000:02:00.0:   Max ports: 4
[    8.418253] xhci_hcd 0000:02:00.0: HCSPARAMS 2: 0x11
[    8.418255] xhci_hcd 0000:02:00.0:   Isoc scheduling threshold: 1
[    8.418258] xhci_hcd 0000:02:00.0:   Maximum allowed segments in event ring: 1
[    8.418261] xhci_hcd 0000:02:00.0: HCSPARAMS 3 0x0:
[    8.418264] xhci_hcd 0000:02:00.0:   Worst case U1 device exit latency: 0
[    8.418266] xhci_hcd 0000:02:00.0:   Worst case U2 device exit latency: 0
[    8.418269] xhci_hcd 0000:02:00.0: HCC PARAMS 0x14042cb:
[    8.418272] xhci_hcd 0000:02:00.0:   HC generates 64 bit addresses
[    8.418274] xhci_hcd 0000:02:00.0:   FIXME: more HCCPARAMS debugging
[    8.418277] xhci_hcd 0000:02:00.0: RTSOFF 0x600:
[    8.418280] xhci_hcd 0000:02:00.0: xHCI operational registers at ffffc90012610020:
[    8.418283] xhci_hcd 0000:02:00.0: USBCMD 0x0:
[    8.418285] xhci_hcd 0000:02:00.0:   HC is being stopped
[    8.418287] xhci_hcd 0000:02:00.0:   HC has finished hard reset
[    8.418290] xhci_hcd 0000:02:00.0:   Event Interrupts disabled
[    8.418292] xhci_hcd 0000:02:00.0:   Host System Error Interrupts disabled
[    8.418295] xhci_hcd 0000:02:00.0:   HC has finished light reset
[    8.418298] xhci_hcd 0000:02:00.0: USBSTS 0x11:
[    8.418300] xhci_hcd 0000:02:00.0:   Event ring is empty
[    8.418302] xhci_hcd 0000:02:00.0:   No Host System Error
[    8.418305] xhci_hcd 0000:02:00.0:   HC is halted
[    8.418308] xhci_hcd 0000:02:00.0: ffffc90012610420 port status reg = 0x2802a0
[    8.418312] xhci_hcd 0000:02:00.0: ffffc90012610424 port power reg = 0x0
[    8.418316] xhci_hcd 0000:02:00.0: ffffc90012610428 port link reg = 0x0
[    8.418320] xhci_hcd 0000:02:00.0: ffffc9001261042c port reserved reg = 0x0
[    8.418324] xhci_hcd 0000:02:00.0: ffffc90012610430 port status reg = 0x2802a0
[    8.418327] xhci_hcd 0000:02:00.0: ffffc90012610434 port power reg = 0x0
[    8.418331] xhci_hcd 0000:02:00.0: ffffc90012610438 port link reg = 0x0
[    8.418335] xhci_hcd 0000:02:00.0: ffffc9001261043c port reserved reg = 0x0
[    8.418338] xhci_hcd 0000:02:00.0: ffffc90012610440 port status reg = 0x2a0
[    8.418342] xhci_hcd 0000:02:00.0: ffffc90012610444 port power reg = 0x0
[    8.418346] xhci_hcd 0000:02:00.0: ffffc90012610448 port link reg = 0x0
[    8.418349] xhci_hcd 0000:02:00.0: ffffc9001261044c port reserved reg = 0x0
[    8.418353] xhci_hcd 0000:02:00.0: ffffc90012610450 port status reg = 0x2a0
[    8.418357] xhci_hcd 0000:02:00.0: ffffc90012610454 port power reg = 0x0
[    8.418360] xhci_hcd 0000:02:00.0: ffffc90012610458 port link reg = 0x0
[    8.418364] xhci_hcd 0000:02:00.0: ffffc9001261045c port reserved reg = 0x0
[    8.418367] xhci_hcd 0000:02:00.0: // Halt the HC
[    8.418371] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610020, 32'h0, 4'hf);
[    8.418375] xhci_hcd 0000:02:00.0: Resetting HCD
[    8.418378] xhci_hcd 0000:02:00.0: // Reset the HC
[    8.418381] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610020, 32'h2, 4'hf);
[    8.418425] xhci_hcd 0000:02:00.0: Reset complete
[    8.418427] xhci_hcd 0000:02:00.0: Calling HCD init
[    8.418428] xhci_hcd 0000:02:00.0: xhci_init
[    8.418430] xhci_hcd 0000:02:00.0: xHCI doesn't need link TRB QUIRK
[    8.418434] xhci_hcd 0000:02:00.0: Supported page size register = 0x1
[    8.418436] xhci_hcd 0000:02:00.0: Supported page size of 4K
[    8.418439] xhci_hcd 0000:02:00.0: HCD page size set to 4K
[    8.418442] xhci_hcd 0000:02:00.0: // xHC can handle at most 32 device slots.
[    8.418445] xhci_hcd 0000:02:00.0: // Setting Max device slots reg = 0x20.
[    8.418447] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610058, 32'h20, 4'hf);
[    8.418452] xhci_hcd 0000:02:00.0: // Device context base array address = 0x37862000 (DMA), ffff880037862000 (virt)
[    8.418455] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90012610050, 64'h37862000, 4'hf);
[    8.418459] xhci_hcd 0000:02:00.0: Allocating ring at ffff88031e9a3ea0
[    8.418461] xhci_hcd 0000:02:00.0: Allocating priv segment structure at ffff88033206df60
[    8.418465] xhci_hcd 0000:02:00.0: // Allocating segment at ffff880037863000 (virtual) 0x37863000 (DMA)
[    8.418469] xhci_hcd 0000:02:00.0: Linking segment 0x37863000 to segment 0x37863000 (DMA)
[    8.418472] xhci_hcd 0000:02:00.0: Wrote link toggle flag to segment ffff88033206df60 (virtual), 0x37863000 (DMA)
[    8.418475] xhci_hcd 0000:02:00.0: Allocated command ring at ffff88031e9a3ea0
[    8.418478] xhci_hcd 0000:02:00.0: First segment DMA is 0x37863000
[    8.418482] xhci_hcd 0000:02:00.0: // Setting command ring address to 0x20
[    8.418484] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90012610038, 64'h37863001, 4'hf);
[    8.418489] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[    8.418491] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr high bits = @00000000
[    8.418494] xhci_hcd 0000:02:00.0: // Doorbell array is located at offset 0x800 from cap regs base addr
[    8.418497] xhci_hcd 0000:02:00.0: // xHCI capability registers at ffffc90012610000:
[    8.418500] xhci_hcd 0000:02:00.0: // @ffffc90012610000 = 0x960020 (CAPLENGTH AND HCIVERSION)
[    8.418503] xhci_hcd 0000:02:00.0: //   CAPLENGTH: 0x20
[    8.418505] xhci_hcd 0000:02:00.0: // xHCI operational registers at ffffc90012610020:
[    8.418508] xhci_hcd 0000:02:00.0: // @ffffc90012610018 = 0x600 RTSOFF
[    8.418510] xhci_hcd 0000:02:00.0: // xHCI runtime registers at ffffc90012610600:
[    8.418513] xhci_hcd 0000:02:00.0: // @ffffc90012610014 = 0x800 DBOFF
[    8.418516] xhci_hcd 0000:02:00.0: // Doorbell array at ffffc90012610800:
[    8.418518] xhci_hcd 0000:02:00.0: xHCI runtime registers at ffffc90012610600:
[    8.418521] xhci_hcd 0000:02:00.0:   ffffc90012610600: Microframe index = 0x0
[    8.418529] xhci_hcd 0000:02:00.0: // Allocating event ring
[    8.418531] xhci_hcd 0000:02:00.0: Allocating ring at ffff88031e9a31e0
[    8.418534] xhci_hcd 0000:02:00.0: Allocating priv segment structure at ffff88033206df80
[    8.418537] xhci_hcd 0000:02:00.0: // Allocating segment at ffff880037863400 (virtual) 0x37863400 (DMA)
[    8.418539] xhci_hcd 0000:02:00.0: Linking segment 0x37863400 to segment 0x37863400 (DMA)
[    8.418543] xhci_hcd 0000:02:00.0: TRB math tests passed.
[    8.418546] xhci_hcd 0000:02:00.0: // Allocated event ring segment table at 0x37864000
[    8.418549] xhci_hcd 0000:02:00.0: Set ERST to 0; private num segs = 1, virt addr = ffff880037864000, dma addr = 0x37864000
[    8.418552] xhci_hcd 0000:02:00.0: // Write ERST size = 1 to ir_set 0 (some bits preserved)
[    8.418555] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610628, 32'h1, 4'hf);
[    8.418558] xhci_hcd 0000:02:00.0: // Set ERST entries to point to event ring.
[    8.418560] xhci_hcd 0000:02:00.0: // Set ERST base address for ir_set 0 = 0x37864000
[    8.418565] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90012610630, 64'h37864000, 4'hf);
[    8.418569] xhci_hcd 0000:02:00.0: // Write event ring dequeue pointer, preserving EHB bit
[    8.418572] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 64'hffffc90012610638, 64'h37863400, 4'hf);
[    8.418574] xhci_hcd 0000:02:00.0: Wrote ERST address to ir_set 0.
[    8.418577] xhci_hcd 0000:02:00.0: Allocating 0 scratchpad buffers
[    8.418580] xhci_hcd 0000:02:00.0: Finished xhci_init
[    8.418581] xhci_hcd 0000:02:00.0: Called HCD init
[    8.418584] xhci_hcd 0000:02:00.0: Got SBRN 48
[    8.418590] xhci_hcd 0000:02:00.0: MWI active
[    8.418591] xhci_hcd 0000:02:00.0: Finished xhci_pci_reinit
[    8.418594] xhci_hcd 0000:02:00.0: supports USB remote wakeup
[    8.418609] xhci_hcd 0000:02:00.0: irq 29, io mem 0xfbafe000
[    8.418611] xhci_hcd 0000:02:00.0: xhci_run
[    8.418613] xhci_hcd 0000:02:00.0: Setting event ring polling timer
[    8.418615] xhci_hcd 0000:02:00.0: Command ring memory map follows:
[    8.418617] xhci_hcd 0000:02:00.0: @37863000 00000000 00000000 00000000 00000000
[    8.418620] xhci_hcd 0000:02:00.0: @37863010 00000000 00000000 00000000 00000000
[    8.418622] xhci_hcd 0000:02:00.0: @37863020 00000000 00000000 00000000 00000000
[    8.418625] xhci_hcd 0000:02:00.0: @37863030 00000000 00000000 00000000 00000000
[    8.418628] xhci_hcd 0000:02:00.0: @37863040 00000000 00000000 00000000 00000000
[    8.418631] xhci_hcd 0000:02:00.0: @37863050 00000000 00000000 00000000 00000000
[    8.418633] xhci_hcd 0000:02:00.0: @37863060 00000000 00000000 00000000 00000000
[    8.418636] xhci_hcd 0000:02:00.0: @37863070 00000000 00000000 00000000 00000000
[    8.418639] xhci_hcd 0000:02:00.0: @37863080 00000000 00000000 00000000 00000000
[    8.418641] xhci_hcd 0000:02:00.0: @37863090 00000000 00000000 00000000 00000000
[    8.418644] xhci_hcd 0000:02:00.0: @378630a0 00000000 00000000 00000000 00000000
[    8.418647] xhci_hcd 0000:02:00.0: @378630b0 00000000 00000000 00000000 00000000
[    8.418650] xhci_hcd 0000:02:00.0: @378630c0 00000000 00000000 00000000 00000000
[    8.418652] xhci_hcd 0000:02:00.0: @378630d0 00000000 00000000 00000000 00000000
[    8.418655] xhci_hcd 0000:02:00.0: @378630e0 00000000 00000000 00000000 00000000
[    8.418657] xhci_hcd 0000:02:00.0: @378630f0 00000000 00000000 00000000 00000000
[    8.418660] xhci_hcd 0000:02:00.0: @37863100 00000000 00000000 00000000 00000000
[    8.418663] xhci_hcd 0000:02:00.0: @37863110 00000000 00000000 00000000 00000000
[    8.418666] xhci_hcd 0000:02:00.0: @37863120 00000000 00000000 00000000 00000000
[    8.418669] xhci_hcd 0000:02:00.0: @37863130 00000000 00000000 00000000 00000000
[    8.418672] xhci_hcd 0000:02:00.0: @37863140 00000000 00000000 00000000 00000000
[    8.418675] xhci_hcd 0000:02:00.0: @37863150 00000000 00000000 00000000 00000000
[    8.418678] xhci_hcd 0000:02:00.0: @37863160 00000000 00000000 00000000 00000000
[    8.418682] xhci_hcd 0000:02:00.0: @37863170 00000000 00000000 00000000 00000000
[    8.418685] xhci_hcd 0000:02:00.0: @37863180 00000000 00000000 00000000 00000000
[    8.418688] xhci_hcd 0000:02:00.0: @37863190 00000000 00000000 00000000 00000000
[    8.418690] xhci_hcd 0000:02:00.0: @378631a0 00000000 00000000 00000000 00000000
[    8.418693] xhci_hcd 0000:02:00.0: @378631b0 00000000 00000000 00000000 00000000
[    8.418695] xhci_hcd 0000:02:00.0: @378631c0 00000000 00000000 00000000 00000000
[    8.418698] xhci_hcd 0000:02:00.0: @378631d0 00000000 00000000 00000000 00000000
[    8.418701] xhci_hcd 0000:02:00.0: @378631e0 00000000 00000000 00000000 00000000
[    8.418704] xhci_hcd 0000:02:00.0: @378631f0 00000000 00000000 00000000 00000000
[    8.418707] xhci_hcd 0000:02:00.0: @37863200 00000000 00000000 00000000 00000000
[    8.418710] xhci_hcd 0000:02:00.0: @37863210 00000000 00000000 00000000 00000000
[    8.418713] xhci_hcd 0000:02:00.0: @37863220 00000000 00000000 00000000 00000000
[    8.418716] xhci_hcd 0000:02:00.0: @37863230 00000000 00000000 00000000 00000000
[    8.418719] xhci_hcd 0000:02:00.0: @37863240 00000000 00000000 00000000 00000000
[    8.418722] xhci_hcd 0000:02:00.0: @37863250 00000000 00000000 00000000 00000000
[    8.418725] xhci_hcd 0000:02:00.0: @37863260 00000000 00000000 00000000 00000000
[    8.418728] xhci_hcd 0000:02:00.0: @37863270 00000000 00000000 00000000 00000000
[    8.418731] xhci_hcd 0000:02:00.0: @37863280 00000000 00000000 00000000 00000000
[    8.418735] xhci_hcd 0000:02:00.0: @37863290 00000000 00000000 00000000 00000000
[    8.418738] xhci_hcd 0000:02:00.0: @378632a0 00000000 00000000 00000000 00000000
[    8.418741] xhci_hcd 0000:02:00.0: @378632b0 00000000 00000000 00000000 00000000
[    8.418744] xhci_hcd 0000:02:00.0: @378632c0 00000000 00000000 00000000 00000000
[    8.418746] xhci_hcd 0000:02:00.0: @378632d0 00000000 00000000 00000000 00000000
[    8.418749] xhci_hcd 0000:02:00.0: @378632e0 00000000 00000000 00000000 00000000
[    8.418753] xhci_hcd 0000:02:00.0: @378632f0 00000000 00000000 00000000 00000000
[    8.418756] xhci_hcd 0000:02:00.0: @37863300 00000000 00000000 00000000 00000000
[    8.418759] xhci_hcd 0000:02:00.0: @37863310 00000000 00000000 00000000 00000000
[    8.418762] xhci_hcd 0000:02:00.0: @37863320 00000000 00000000 00000000 00000000
[    8.418766] xhci_hcd 0000:02:00.0: @37863330 00000000 00000000 00000000 00000000
[    8.418769] xhci_hcd 0000:02:00.0: @37863340 00000000 00000000 00000000 00000000
[    8.418771] xhci_hcd 0000:02:00.0: @37863350 00000000 00000000 00000000 00000000
[    8.418774] xhci_hcd 0000:02:00.0: @37863360 00000000 00000000 00000000 00000000
[    8.418777] xhci_hcd 0000:02:00.0: @37863370 00000000 00000000 00000000 00000000
[    8.418780] xhci_hcd 0000:02:00.0: @37863380 00000000 00000000 00000000 00000000
[    8.418783] xhci_hcd 0000:02:00.0: @37863390 00000000 00000000 00000000 00000000
[    8.418787] xhci_hcd 0000:02:00.0: @378633a0 00000000 00000000 00000000 00000000
[    8.418790] xhci_hcd 0000:02:00.0: @378633b0 00000000 00000000 00000000 00000000
[    8.418793] xhci_hcd 0000:02:00.0: @378633c0 00000000 00000000 00000000 00000000
[    8.418796] xhci_hcd 0000:02:00.0: @378633d0 00000000 00000000 00000000 00000000
[    8.418799] xhci_hcd 0000:02:00.0: @378633e0 00000000 00000000 00000000 00000000
[    8.418802] xhci_hcd 0000:02:00.0: @378633f0 37863000 00000000 00000000 00001802
[    8.418805] xhci_hcd 0000:02:00.0:   Ring has not been updated
[    8.418808] xhci_hcd 0000:02:00.0: Ring deq = ffff880037863000 (virt), 0x37863000 (dma)
[    8.418811] xhci_hcd 0000:02:00.0: Ring deq updated 0 times
[    8.418813] xhci_hcd 0000:02:00.0: Ring enq = ffff880037863000 (virt), 0x37863000 (dma)
[    8.418816] xhci_hcd 0000:02:00.0: Ring enq updated 0 times
[    8.418820] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr low bits + flags = @00000000
[    8.418823] xhci_hcd 0000:02:00.0: // xHC command ring deq ptr high bits = @00000000
[    8.418826] xhci_hcd 0000:02:00.0: ERST memory map follows:
[    8.418829] xhci_hcd 0000:02:00.0: @37864000 37863400 00000000 00000040 00000000
[    8.418831] xhci_hcd 0000:02:00.0: Event ring:
[    8.418834] xhci_hcd 0000:02:00.0: @37863400 00000000 00000000 00000000 00000000
[    8.418837] xhci_hcd 0000:02:00.0: @37863410 00000000 00000000 00000000 00000000
[    8.418840] xhci_hcd 0000:02:00.0: @37863420 00000000 00000000 00000000 00000000
[    8.418844] xhci_hcd 0000:02:00.0: @37863430 00000000 00000000 00000000 00000000
[    8.418847] xhci_hcd 0000:02:00.0: @37863440 00000000 00000000 00000000 00000000
[    8.418850] xhci_hcd 0000:02:00.0: @37863450 00000000 00000000 00000000 00000000
[    8.418853] xhci_hcd 0000:02:00.0: @37863460 00000000 00000000 00000000 00000000
[    8.418856] xhci_hcd 0000:02:00.0: @37863470 00000000 00000000 00000000 00000000
[    8.418859] xhci_hcd 0000:02:00.0: @37863480 00000000 00000000 00000000 00000000
[    8.418863] xhci_hcd 0000:02:00.0: @37863490 00000000 00000000 00000000 00000000
[    8.418865] xhci_hcd 0000:02:00.0: @378634a0 00000000 00000000 00000000 00000000
[    8.418868] xhci_hcd 0000:02:00.0: @378634b0 00000000 00000000 00000000 00000000
[    8.418870] xhci_hcd 0000:02:00.0: @378634c0 00000000 00000000 00000000 00000000
[    8.418872] xhci_hcd 0000:02:00.0: @378634d0 00000000 00000000 00000000 00000000
[    8.418873] xhci_hcd 0000:02:00.0: @378634e0 00000000 00000000 00000000 00000000
[    8.418875] xhci_hcd 0000:02:00.0: @378634f0 00000000 00000000 00000000 00000000
[    8.418878] xhci_hcd 0000:02:00.0: @37863500 00000000 00000000 00000000 00000000
[    8.418879] xhci_hcd 0000:02:00.0: @37863510 00000000 00000000 00000000 00000000
[    8.418882] xhci_hcd 0000:02:00.0: @37863520 00000000 00000000 00000000 00000000
[    8.418884] xhci_hcd 0000:02:00.0: @37863530 00000000 00000000 00000000 00000000
[    8.418885] xhci_hcd 0000:02:00.0: @37863540 00000000 00000000 00000000 00000000
[    8.418887] xhci_hcd 0000:02:00.0: @37863550 00000000 00000000 00000000 00000000
[    8.418889] xhci_hcd 0000:02:00.0: @37863560 00000000 00000000 00000000 00000000
[    8.418891] xhci_hcd 0000:02:00.0: @37863570 00000000 00000000 00000000 00000000
[    8.418893] xhci_hcd 0000:02:00.0: @37863580 00000000 00000000 00000000 00000000
[    8.418895] xhci_hcd 0000:02:00.0: @37863590 00000000 00000000 00000000 00000000
[    8.418897] xhci_hcd 0000:02:00.0: @378635a0 00000000 00000000 00000000 00000000
[    8.418899] xhci_hcd 0000:02:00.0: @378635b0 00000000 00000000 00000000 00000000
[    8.418901] xhci_hcd 0000:02:00.0: @378635c0 00000000 00000000 00000000 00000000
[    8.418902] xhci_hcd 0000:02:00.0: @378635d0 00000000 00000000 00000000 00000000
[    8.418905] xhci_hcd 0000:02:00.0: @378635e0 00000000 00000000 00000000 00000000
[    8.418906] xhci_hcd 0000:02:00.0: @378635f0 00000000 00000000 00000000 00000000
[    8.418909] xhci_hcd 0000:02:00.0: @37863600 00000000 00000000 00000000 00000000
[    8.418911] xhci_hcd 0000:02:00.0: @37863610 00000000 00000000 00000000 00000000
[    8.418913] xhci_hcd 0000:02:00.0: @37863620 00000000 00000000 00000000 00000000
[    8.418914] xhci_hcd 0000:02:00.0: @37863630 00000000 00000000 00000000 00000000
[    8.418916] xhci_hcd 0000:02:00.0: @37863640 00000000 00000000 00000000 00000000
[    8.418918] xhci_hcd 0000:02:00.0: @37863650 00000000 00000000 00000000 00000000
[    8.418920] xhci_hcd 0000:02:00.0: @37863660 00000000 00000000 00000000 00000000
[    8.418922] xhci_hcd 0000:02:00.0: @37863670 00000000 00000000 00000000 00000000
[    8.418924] xhci_hcd 0000:02:00.0: @37863680 00000000 00000000 00000000 00000000
[    8.418926] xhci_hcd 0000:02:00.0: @37863690 00000000 00000000 00000000 00000000
[    8.418928] xhci_hcd 0000:02:00.0: @378636a0 00000000 00000000 00000000 00000000
[    8.418930] xhci_hcd 0000:02:00.0: @378636b0 00000000 00000000 00000000 00000000
[    8.418932] xhci_hcd 0000:02:00.0: @378636c0 00000000 00000000 00000000 00000000
[    8.418934] xhci_hcd 0000:02:00.0: @378636d0 00000000 00000000 00000000 00000000
[    8.418936] xhci_hcd 0000:02:00.0: @378636e0 00000000 00000000 00000000 00000000
[    8.418938] xhci_hcd 0000:02:00.0: @378636f0 00000000 00000000 00000000 00000000
[    8.418940] xhci_hcd 0000:02:00.0: @37863700 00000000 00000000 00000000 00000000
[    8.418942] xhci_hcd 0000:02:00.0: @37863710 00000000 00000000 00000000 00000000
[    8.418944] xhci_hcd 0000:02:00.0: @37863720 00000000 00000000 00000000 00000000
[    8.418946] xhci_hcd 0000:02:00.0: @37863730 00000000 00000000 00000000 00000000
[    8.418948] xhci_hcd 0000:02:00.0: @37863740 00000000 00000000 00000000 00000000
[    8.418950] xhci_hcd 0000:02:00.0: @37863750 00000000 00000000 00000000 00000000
[    8.418952] xhci_hcd 0000:02:00.0: @37863760 00000000 00000000 00000000 00000000
[    8.418954] xhci_hcd 0000:02:00.0: @37863770 00000000 00000000 00000000 00000000
[    8.418956] xhci_hcd 0000:02:00.0: @37863780 00000000 00000000 00000000 00000000
[    8.418958] xhci_hcd 0000:02:00.0: @37863790 00000000 00000000 00000000 00000000
[    8.418959] xhci_hcd 0000:02:00.0: @378637a0 00000000 00000000 00000000 00000000
[    8.418961] xhci_hcd 0000:02:00.0: @378637b0 00000000 00000000 00000000 00000000
[    8.418963] xhci_hcd 0000:02:00.0: @378637c0 00000000 00000000 00000000 00000000
[    8.418965] xhci_hcd 0000:02:00.0: @378637d0 00000000 00000000 00000000 00000000
[    8.418967] xhci_hcd 0000:02:00.0: @378637e0 00000000 00000000 00000000 00000000
[    8.418969] xhci_hcd 0000:02:00.0: @378637f0 00000000 00000000 00000000 00000000
[    8.418971] xhci_hcd 0000:02:00.0:   Ring has not been updated
[    8.418973] xhci_hcd 0000:02:00.0: Ring deq = ffff880037863400 (virt), 0x37863400 (dma)
[    8.418975] xhci_hcd 0000:02:00.0: Ring deq updated 0 times
[    8.418977] xhci_hcd 0000:02:00.0: Ring enq = ffff880037863400 (virt), 0x37863400 (dma)
[    8.418979] xhci_hcd 0000:02:00.0: Ring enq updated 0 times
[    8.418982] xhci_hcd 0000:02:00.0: ERST deq = 64'h37863400
[    8.418984] xhci_hcd 0000:02:00.0: // Set the interrupt modulation register
[    8.418986] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610624, 32'ha0, 4'hf);
[    8.418989] xhci_hcd 0000:02:00.0: // Enable interrupts, cmd = 0x4.
[    8.418991] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610020, 32'h4, 4'hf);
[    8.418994] xhci_hcd 0000:02:00.0: // Enabling event ring interrupter ffffc90012610620 by writing 0x2 to irq_pending
[    8.418996] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610620, 32'h2, 4'hf);
[    8.418999] xhci_hcd 0000:02:00.0:   ffffc90012610620: ir_set[0]
[    8.419001] xhci_hcd 0000:02:00.0:   ffffc90012610620: ir_set.pending = 0x2
[    8.419004] xhci_hcd 0000:02:00.0:   ffffc90012610624: ir_set.control = 0xa0
[    8.419006] xhci_hcd 0000:02:00.0:   ffffc90012610628: ir_set.erst_size = 0x1
[    8.419011] xhci_hcd 0000:02:00.0:   ffffc90012610630: ir_set.erst_base = @37864000
[    8.419015] xhci_hcd 0000:02:00.0:   ffffc90012610638: ir_set.erst_dequeue = @37863400
[    8.419017] xhci_hcd 0000:02:00.0: // Turn on HC, cmd = 0x5.
[    8.419019] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610020, 32'h5, 4'hf);
[    8.419022] xhci_hcd 0000:02:00.0: // @ffffc90012610020 = 0x5
[    8.419023] xhci_hcd 0000:02:00.0: Finished xhci_run
[    8.419033] usb usb9: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
[    8.419036] usb usb9: default language 0x0409
[    8.419041] usb usb9: udev 1, busnum 9, minor = 1024
[    8.419043] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003
[    8.419044] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.419046] usb usb9: Product: xHCI Host Controller
[    8.419047] usb usb9: Manufacturer: Linux 2.6.34-rc6 xhci_hcd
[    8.419049] usb usb9: SerialNumber: 0000:02:00.0
[    8.419096] usb usb9: usb_probe_device
[    8.419098] usb usb9: configuration #1 chosen from 1 choice
[    8.419106] usb usb9: adding 9-0:1.0 (config #1, interface 0)
[    8.419123] hub 9-0:1.0: usb_probe_interface
[    8.419125] hub 9-0:1.0: usb_probe_interface - got id
[    8.419151] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610420, 32'h2a0, 4'hf);
[    8.419155] xhci_hcd 0000:02:00.0: set port power, actual port 0 status  = 0x2a0
[    8.419159] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610430, 32'h2a0, 4'hf);
[    8.419162] xhci_hcd 0000:02:00.0: set port power, actual port 1 status  = 0x2a0
[    8.419166] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610440, 32'h2a0, 4'hf);
[    8.419169] xhci_hcd 0000:02:00.0: set port power, actual port 2 status  = 0x2a0
[    8.419173] xhci_hcd 0000:02:00.0: `MEM_WRITE_DWORD(3'b000, 32'hffffc90012610450, 32'h2a0, 4'hf);
[    8.419176] xhci_hcd 0000:02:00.0: set port power, actual port 3 status  = 0x2a0
[    8.518123] xhci_hcd 0000:02:00.0: get port status, actual port 0 status  = 0x2a0
[    8.518127] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[    8.518134] xhci_hcd 0000:02:00.0: get port status, actual port 1 status  = 0x2a0
[    8.518136] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[    8.518141] xhci_hcd 0000:02:00.0: get port status, actual port 2 status  = 0x2a0
[    8.518144] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[    8.518149] xhci_hcd 0000:02:00.0: get port status, actual port 3 status  = 0x2a0
[    8.518151] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[    9.361726] zc3xx 7-1:1.0: usb_probe_interface
[    9.361729] zc3xx 7-1:1.0: usb_probe_interface - got id
[   10.370220] input: zc3xx as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/input/input4
[   10.370310] uhci_hcd 0000:00:1d.1: reserve dev 2 ep82-INT, period 8, phase 4, 17 us
[   10.370319] zc3xx 7-1:1.1: usb_probe_interface
[   10.370321] zc3xx 7-1:1.1: usb_probe_interface - got id
[   10.370329] zc3xx 7-1:1.2: usb_probe_interface
[   10.370330] zc3xx 7-1:1.2: usb_probe_interface - got id
[   10.370348] usbcore: registered new interface driver zc3xx
[   10.999973] usb usb9: bus auto-suspend
[   10.999976] usb usb9: bus suspend fail, err -2
[   10.999986] xhci_hcd 0000:02:00.0: get port status, actual port 0 status  = 0x2a0
[   10.999989] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[   10.999996] xhci_hcd 0000:02:00.0: get port status, actual port 1 status  = 0x2a0
[   10.999998] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[   11.000003] xhci_hcd 0000:02:00.0: get port status, actual port 2 status  = 0x2a0
[   11.000005] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[   11.000010] xhci_hcd 0000:02:00.0: get port status, actual port 3 status  = 0x2a0
[   11.000013] xhci_hcd 0000:02:00.0: Get port status returned 0x100
[   11.862065] snd-usb-audio 7-1:1.1: usb_probe_interface
[   11.862071] snd-usb-audio 7-1:1.1: usb_probe_interface - got id
[   11.883959] usbcore: registered new interface driver snd-usb-audio

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

  Powered by Linux