kernel oops xhci_hcd: xhci_free_dev NULL pointer dereference

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

 



Hi,
I have a USB3.0 hard drive enclosure which works perfectly on my desktop (w/ a TI TUSB73x0 SuperSpeed USB 3.0 xHCI Host Controller) running Debian 3.10-3-amd64 kernel. But when I plug it on my other setup (with a VIA VL80x xHCI USB 3.0 Controller) running Ubuntu 12.04 3.2.48-amd64 kernel, a simple read using dd on the device errors out (at random points) and crashes the kernel. I did some tests with USB debugs and xHCI driver debugs on and also did some packet captures using usbmon & tcpdump. What I see in these tests is that the device stops responding, I am not able to tell if its the hub or the device, mainly because this device works perfectly on my desktop. I have attached the two log files here; kern.log.1 is with USB debugs on and kerne.log.2 is with both USB and xHCI debugs on. Can you please help me identify if this is a protocol or hardware problem?

Thanks,
Praveen
Oct 24 12:14:41 falcon-p01 kernel: [   34.223921] usb usb1: usb wakeup-resume
Oct 24 12:14:41 falcon-p01 kernel: [   34.223934] usb usb1: usb auto-resume
Oct 24 12:14:41 falcon-p01 kernel: [   34.236022] hub 1-0:1.0: hub_resume
Oct 24 12:14:41 falcon-p01 kernel: [   34.236045] hub 1-0:1.0: port 1: status 0507 change 0000
Oct 24 12:14:41 falcon-p01 kernel: [   34.236086] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0000
Oct 24 12:14:41 falcon-p01 kernel: [   34.240031] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0002
Oct 24 12:14:41 falcon-p01 kernel: [   34.256031] usb 1-1: usb wakeup-resume
Oct 24 12:14:41 falcon-p01 kernel: [   34.256048] usb 1-1: finish resume
Oct 24 12:14:41 falcon-p01 kernel: [   34.256217] hub 1-1:1.0: hub_resume
Oct 24 12:14:41 falcon-p01 kernel: [   34.256568] hub 1-1:1.0: port 4: status 0101 change 0001
Oct 24 12:14:41 falcon-p01 kernel: [   34.360035] hub 1-0:1.0: resume on port 1, status 0
Oct 24 12:14:41 falcon-p01 kernel: [   34.360048] hub 1-1:1.0: state 7 ports 4 chg 0010 evt 0000
Oct 24 12:14:41 falcon-p01 kernel: [   34.360150] hub 1-1:1.0: port 4, status 0101, change 0000, 12 Mb/s
Oct 24 12:14:41 falcon-p01 kernel: [   34.386467] usb usb2: usb wakeup-resume
Oct 24 12:14:41 falcon-p01 kernel: [   34.386477] usb usb2: usb auto-resume
Oct 24 12:14:41 falcon-p01 kernel: [   34.400022] hub 2-0:1.0: hub_resume
Oct 24 12:14:41 falcon-p01 kernel: [   34.400046] hub 2-0:1.0: port 4: status 0203 change 0001
Oct 24 12:14:41 falcon-p01 kernel: [   34.432114] usb 1-1.4: new high-speed USB device number 3 using xhci_hcd
Oct 24 12:14:41 falcon-p01 kernel: [   34.432236] usb 1-1.4: Device not responding to set address.
Oct 24 12:14:41 falcon-p01 kernel: [   34.636200] usb 1-1.4: Device not responding to set address.
Oct 24 12:14:42 falcon-p01 kernel: [   34.840022] usb 1-1.4: device not accepting address 3, error -71
Oct 24 12:14:42 falcon-p01 kernel: [   34.856286] hub 1-1:1.0: unable to enumerate USB device on port 4
Oct 24 12:14:42 falcon-p01 kernel: [   34.856398] hub 2-0:1.0: state 7 ports 4 chg 0010 evt 0000
Oct 24 12:14:42 falcon-p01 kernel: [   34.856416] hub 2-0:1.0: port 4, status 0203, change 0000, 5.0 Gb/s
Oct 24 12:14:42 falcon-p01 kernel: [   34.968252] usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd
Oct 24 12:14:42 falcon-p01 kernel: [   34.984705] usb 2-4: skipped 1 descriptor after endpoint
Oct 24 12:14:42 falcon-p01 kernel: [   34.984715] usb 2-4: skipped 1 descriptor after endpoint
Oct 24 12:14:42 falcon-p01 kernel: [   34.984769] usb 2-4: default language 0x0409
Oct 24 12:14:42 falcon-p01 kernel: [   34.985179] usb 2-4: udev 2, busnum 2, minor = 129
Oct 24 12:14:42 falcon-p01 kernel: [   34.985187] usb 2-4: New USB device found, idVendor=152d, idProduct=0551
Oct 24 12:14:42 falcon-p01 kernel: [   34.985195] usb 2-4: New USB device strings: Mfr=10, Product=11, SerialNumber=3
Oct 24 12:14:42 falcon-p01 kernel: [   34.985203] usb 2-4: Product: USB to SATA bridge
Oct 24 12:14:42 falcon-p01 kernel: [   34.985210] usb 2-4: Manufacturer: JMicron
Oct 24 12:14:42 falcon-p01 kernel: [   34.985216] usb 2-4: SerialNumber: 001234567890
Oct 24 12:14:42 falcon-p01 kernel: [   34.985481] usb 2-4: usb_probe_device
Oct 24 12:14:42 falcon-p01 kernel: [   34.985491] usb 2-4: configuration #1 chosen from 1 choice
Oct 24 12:14:42 falcon-p01 kernel: [   34.985653] usb 2-4: Successful Endpoint Configure command
Oct 24 12:14:42 falcon-p01 kernel: [   34.985720] usb 2-4: adding 2-4:1.0 (config #1, interface 0)
Oct 24 12:14:42 falcon-p01 kernel: [   34.985904] drivers/usb/core/inode.c: creating file '002'
Oct 24 12:14:42 falcon-p01 kernel: [   34.985986] hub 1-1:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:14:42 falcon-p01 kernel: [   34.986163] hub 1-1:1.0: port 4, status 0100, change 0001, 12 Mb/s
Oct 24 12:14:42 falcon-p01 kernel: [   35.014739] Initializing USB Mass Storage driver...
Oct 24 12:14:42 falcon-p01 kernel: [   35.014966] usb-storage 2-4:1.0: usb_probe_interface
Oct 24 12:14:42 falcon-p01 kernel: [   35.014988] usb-storage 2-4:1.0: usb_probe_interface - got id
Oct 24 12:14:42 falcon-p01 kernel: [   35.028109] scsi3 : usb-storage 2-4:1.0
Oct 24 12:14:42 falcon-p01 kernel: [   35.028360] usbcore: registered new interface driver usb-storage
Oct 24 12:14:42 falcon-p01 kernel: [   35.028367] USB Mass Storage support registered.
Oct 24 12:14:42 falcon-p01 kernel: [   35.112133] hub 1-1:1.0: debounce: port 4: total 100ms stable 100ms status 0x100
Oct 24 12:14:43 falcon-p01 kernel: [   36.034623] scsi 3:0:0:0: Direct-Access     WDC WD80 0AAJS-22L7A0     0100 PQ: 0 ANSI: 2 CCS
Oct 24 12:14:43 falcon-p01 kernel: [   36.035985] ssw_validate_device: domain device not found; skip
Oct 24 12:14:43 falcon-p01 kernel: [   36.040040] sd 3:0:0:0: [sdb] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
Oct 24 12:14:43 falcon-p01 kernel: [   36.041521] sd 3:0:0:0: [sdb] Write Protect is off
Oct 24 12:14:43 falcon-p01 kernel: [   36.041530] sd 3:0:0:0: [sdb] Mode Sense: 28 00 00 00
Oct 24 12:14:43 falcon-p01 kernel: [   36.042978] sd 3:0:0:0: [sdb] No Caching mode page present
Oct 24 12:14:43 falcon-p01 kernel: [   36.042987] sd 3:0:0:0: [sdb] Assuming drive cache: write through
Oct 24 12:14:43 falcon-p01 kernel: [   36.057407] sd 3:0:0:0: [sdb] No Caching mode page present
Oct 24 12:14:43 falcon-p01 kernel: [   36.057418] sd 3:0:0:0: [sdb] Assuming drive cache: write through
Oct 24 12:14:43 falcon-p01 kernel: [   36.343778]  sdb: unknown partition table
Oct 24 12:14:43 falcon-p01 kernel: [   36.345360] sd 3:0:0:0: [sdb] No Caching mode page present
Oct 24 12:14:43 falcon-p01 kernel: [   36.345369] sd 3:0:0:0: [sdb] Assuming drive cache: write through
Oct 24 12:14:43 falcon-p01 kernel: [   36.345378] sd 3:0:0:0: [sdb] Attached SCSI disk
Oct 24 12:14:44 falcon-p01 kernel: [   37.816054] hub 1-1:1.0: hub_suspend
Oct 24 12:14:45 falcon-p01 kernel: [   37.832029] usb 1-1: usb auto-suspend, wakeup 1
Oct 24 12:14:47 falcon-p01 kernel: [   39.848027] hub 1-0:1.0: hub_suspend
Oct 24 12:14:47 falcon-p01 kernel: [   39.848049] usb usb1: bus auto-suspend, wakeup 1
Oct 24 12:14:51 falcon-p01 kernel: [   43.952434] usb 2-4: reset SuperSpeed USB device number 2 using xhci_hcd
Oct 24 12:14:51 falcon-p01 kernel: [   43.968662] xhci_hcd 0000:0e:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff880116f820c0
Oct 24 12:14:51 falcon-p01 kernel: [   43.968673] xhci_hcd 0000:0e:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff880116f82100
Oct 24 12:14:51 falcon-p01 kernel: [   43.968826] usb 2-4: Successful Endpoint Configure command
Oct 24 12:14:52 falcon-p01 kernel: [   45.508928] sd 3:0:0:0: [sdb] No Caching mode page present
Oct 24 12:14:52 falcon-p01 kernel: [   45.508939] sd 3:0:0:0: [sdb] Assuming drive cache: write through
Oct 24 12:14:52 falcon-p01 kernel: [   45.509969]  sdb: unknown partition table
Oct 24 12:14:52 falcon-p01 kernel: [   45.535911] EXT4-fs (sda1): re-mounted. Opts: user_xattr,barrier=1,data=ordered
Oct 24 12:14:52 falcon-p01 kernel: [   45.575902] init: smbd main process (1642) killed by TERM signal
Oct 24 12:14:52 falcon-p01 kernel: [   45.614389] EXT4-fs (sda1): re-mounted. Opts: user_xattr,barrier=1,data=ordered
Oct 24 12:16:54 falcon-p01 kernel: [  166.973890] EXT4-fs (sda1): re-mounted. Opts: user_xattr,barrier=1,data=ordered
Oct 24 12:16:54 falcon-p01 kernel: [  167.027653] init: smbd main process (1680) killed by TERM signal
Oct 24 12:16:54 falcon-p01 kernel: [  167.134912] EXT4-fs (sda1): re-mounted. Opts: user_xattr,barrier=1,data=ordered
Oct 24 12:17:15 falcon-p01 kernel: [  187.944032] xhci_hcd 0000:0e:00.0: Timeout while waiting for address device command
Oct 24 12:17:20 falcon-p01 kernel: [  193.148031] xhci_hcd 0000:0e:00.0: Timeout while waiting for address device command
Oct 24 12:17:20 falcon-p01 kernel: [  193.352033] usb 2-4: device not accepting address 2, error -62
Oct 24 12:17:20 falcon-p01 kernel: [  193.352087] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:17:20 falcon-p01 kernel: [  193.408038] hub 2-0:1.0: port 4 not reset yet, waiting 50ms
Oct 24 12:17:20 falcon-p01 kernel: [  193.464040] hub 2-0:1.0: port 4 not reset yet, waiting 200ms
Oct 24 12:17:20 falcon-p01 kernel: [  193.592038] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:17:20 falcon-p01 kernel: [  193.668032] hub 2-0:1.0: port 4 not reset yet, waiting 200ms
Oct 24 12:17:21 falcon-p01 kernel: [  193.840098] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:17:21 falcon-p01 kernel: [  193.872077] hub 2-0:1.0: logical disconnect on port 4
Oct 24 12:17:21 falcon-p01 kernel: [  193.872121] hub 2-0:1.0: state 7 ports 4 chg 0010 evt 0010
Oct 24 12:17:21 falcon-p01 kernel: [  193.872149] hub 2-0:1.0: port 4, status 02a0, change 0000, 5.0 Gb/s
Oct 24 12:17:21 falcon-p01 kernel: [  193.872158] usb 2-4: USB disconnect, device number 2
Oct 24 12:17:21 falcon-p01 kernel: [  193.872165] usb 2-4: unregistering device
Oct 24 12:17:21 falcon-p01 kernel: [  193.872172] usb 2-4: unregistering interface 2-4:1.0
Oct 24 12:17:21 falcon-p01 kernel: [  193.872183] sd 3:0:0:0: Device offlined - not ready after error recovery
Oct 24 12:17:21 falcon-p01 kernel: [  193.872207] sd 3:0:0:0: [sdb] Unhandled error code
Oct 24 12:17:21 falcon-p01 kernel: [  193.872214] sd 3:0:0:0: [sdb]  Result: hostbyte=DID_ABORT driverbyte=DRIVER_OK
Oct 24 12:17:21 falcon-p01 kernel: [  193.872224] sd 3:0:0:0: [sdb] CDB: Read(10): 28 00 01 11 7b 00 00 00 f0 00
Oct 24 12:17:21 falcon-p01 kernel: [  193.872247] end_request: I/O error, dev sdb, sector 17922816
Oct 24 12:17:21 falcon-p01 kernel: [  193.872257] Buffer I/O error on device sdb, logical block 2240352
Oct 24 12:17:21 falcon-p01 kernel: [  193.872271] Buffer I/O error on device sdb, logical block 2240353
Oct 24 12:17:21 falcon-p01 kernel: [  193.872279] Buffer I/O error on device sdb, logical block 2240354
Oct 24 12:17:21 falcon-p01 kernel: [  193.872287] Buffer I/O error on device sdb, logical block 2240355
Oct 24 12:17:21 falcon-p01 kernel: [  193.872295] Buffer I/O error on device sdb, logical block 2240356
Oct 24 12:17:21 falcon-p01 kernel: [  193.872303] Buffer I/O error on device sdb, logical block 2240357
Oct 24 12:17:21 falcon-p01 kernel: [  193.872311] Buffer I/O error on device sdb, logical block 2240358
Oct 24 12:17:21 falcon-p01 kernel: [  193.872319] Buffer I/O error on device sdb, logical block 2240359
Oct 24 12:17:21 falcon-p01 kernel: [  193.872327] Buffer I/O error on device sdb, logical block 2240360
Oct 24 12:17:21 falcon-p01 kernel: [  193.872335] Buffer I/O error on device sdb, logical block 2240361
Oct 24 12:17:21 falcon-p01 kernel: [  193.872476] sd 3:0:0:0: [sdb] Unhandled error code
Oct 24 12:17:21 falcon-p01 kernel: [  193.872483] sd 3:0:0:0: [sdb]  Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
Oct 24 12:17:21 falcon-p01 kernel: [  193.872493] sd 3:0:0:0: [sdb] CDB: Read(10): 28 00 01 11 7b f0 00 00 10 00
Oct 24 12:17:21 falcon-p01 kernel: [  193.872515] end_request: I/O error, dev sdb, sector 17923056
Oct 24 12:17:21 falcon-p01 kernel: [  194.446572] usb usb1: usb wakeup-resume
Oct 24 12:17:21 falcon-p01 kernel: [  194.446589] usb usb1: usb auto-resume
Oct 24 12:17:21 falcon-p01 kernel: [  194.460046] hub 1-0:1.0: hub_resume
Oct 24 12:17:21 falcon-p01 kernel: [  194.460073] hub 1-0:1.0: port 1: status 0507 change 0000
Oct 24 12:17:22 falcon-p01 kernel: [  195.369459] usb 2-4: usb_disable_device nuking all URBs
Oct 24 12:17:22 falcon-p01 kernel: [  195.369478] xhci_hcd 0000:0e:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff880116f820c0
Oct 24 12:17:22 falcon-p01 kernel: [  195.369490] xhci_hcd 0000:0e:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff880116f82100
Oct 24 12:17:22 falcon-p01 kernel: [  195.369942] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0002
Oct 24 12:17:22 falcon-p01 kernel: [  195.384116] usb 1-1: usb wakeup-resume
Oct 24 12:17:22 falcon-p01 kernel: [  195.384152] usb 1-1: finish resume
Oct 24 12:17:22 falcon-p01 kernel: [  195.388254] hub 1-1:1.0: hub_resume
Oct 24 12:17:22 falcon-p01 kernel: [  195.394700] EXT4-fs (sda1): re-mounted. Opts: user_xattr,barrier=1,data=ordered
Oct 24 12:17:22 falcon-p01 kernel: [  195.454571] init: smbd main process (1908) killed by TERM signal
Oct 24 12:17:22 falcon-p01 kernel: [  195.492154] hub 1-0:1.0: resume on port 1, status 0
Oct 24 12:17:22 falcon-p01 kernel: [  195.492173] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:17:22 falcon-p01 kernel: [  195.492203] hub 2-0:1.0: port 4, status 0203, change 0001, 5.0 Gb/s
Oct 24 12:17:22 falcon-p01 kernel: [  195.501913] EXT4-fs (sda1): re-mounted. Opts: user_xattr,barrier=1,data=ordered
Oct 24 12:17:22 falcon-p01 kernel: [  195.620044] hub 2-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x203
Oct 24 12:17:27 falcon-p01 kernel: [  200.620040] xhci_hcd 0000:0e:00.0: Timeout while waiting for a slot
Oct 24 12:17:27 falcon-p01 kernel: [  200.620055] hub 2-0:1.0: couldn't allocate port 4 usb_device
Oct 24 12:17:27 falcon-p01 kernel: [  200.620108] hub 1-1:1.0: state 7 ports 4 chg 0000 evt 0000
Oct 24 12:17:27 falcon-p01 kernel: [  200.620129] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:17:27 falcon-p01 kernel: [  200.620146] hub 2-0:1.0: port 4, status 02a0, change 0001, 5.0 Gb/s
Oct 24 12:17:27 falcon-p01 kernel: [  200.748038] hub 2-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x2e0
Oct 24 12:17:28 falcon-p01 kernel: [  201.256059] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:17:28 falcon-p01 kernel: [  201.256087] hub 2-0:1.0: port 4, status 0203, change 0001, 5.0 Gb/s
Oct 24 12:17:28 falcon-p01 kernel: [  201.384034] hub 2-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x203
Oct 24 12:17:29 falcon-p01 kernel: [  202.808041] hub 1-1:1.0: hub_suspend
Oct 24 12:17:33 falcon-p01 kernel: [  206.384034] xhci_hcd 0000:0e:00.0: Timeout while waiting for a slot
Oct 24 12:17:33 falcon-p01 kernel: [  206.384048] hub 2-0:1.0: couldn't allocate port 4 usb_device
Oct 24 12:17:33 falcon-p01 kernel: [  206.384100] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:17:33 falcon-p01 kernel: [  206.384118] hub 2-0:1.0: port 4, status 02a0, change 0001, 5.0 Gb/s
Oct 24 12:17:33 falcon-p01 kernel: [  206.512033] hub 2-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x2e0
Oct 24 12:17:34 falcon-p01 kernel: [  207.020051] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:17:34 falcon-p01 kernel: [  207.020076] hub 2-0:1.0: port 4, status 0203, change 0001, 5.0 Gb/s
Oct 24 12:17:34 falcon-p01 kernel: [  207.148056] hub 2-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x203
Oct 24 12:17:34 falcon-p01 kernel: [  207.824026] xhci_hcd 0000:0e:00.0: xHCI host not responding to stop endpoint command.
Oct 24 12:17:34 falcon-p01 kernel: [  207.824036] xhci_hcd 0000:0e:00.0: Assuming host is dying, halting host.
Oct 24 12:17:34 falcon-p01 kernel: [  207.824065] xhci_hcd 0000:0e:00.0: HC died; cleaning up
Oct 24 12:17:39 falcon-p01 kernel: [  212.148026] xhci_hcd 0000:0e:00.0: Timeout while waiting for a slot
Oct 24 12:17:39 falcon-p01 kernel: [  212.148037] xhci_hcd 0000:0e:00.0: Abort the command ring, but the xHCI is dead.
Oct 24 12:17:39 falcon-p01 kernel: [  212.148060] hub 2-0:1.0: hub_port_status failed (err = -19)
Oct 24 12:17:39 falcon-p01 kernel: [  212.148072] hub 2-0:1.0: cannot disable port 4 (err = -19)
Oct 24 12:17:39 falcon-p01 kernel: [  212.148079] hub 2-0:1.0: cannot disable port 4 (err = -19)
Oct 24 12:17:39 falcon-p01 kernel: [  212.148114] BUG: unable to handle kernel NULL pointer dereference at 0000000000000040
Oct 24 12:17:39 falcon-p01 kernel: [  212.148239] IP: [<ffffffffa0130b8c>] xhci_free_dev+0x53/0x106 [xhci_hcd]
Oct 24 12:17:39 falcon-p01 kernel: [  212.148350] PGD 1146c1067 PUD 1146ca067 PMD 0 
Oct 24 12:17:39 falcon-p01 kernel: [  212.148426] Oops: 0002 [#1] SMP 
Oct 24 12:17:39 falcon-p01 kernel: [  212.148481] CPU 1 
Oct 24 12:17:39 falcon-p01 kernel: [  212.148511] Modules linked in: usb_storage firewire_sbp2 firewire_ohci iptable_filter ip_tables x_tables joydev dm_dmirror exfat_fs exfat_core dm_zcache dm_mod padlock_aes aes_generic padlock_sha iscsi_target_mod target_core_mod configfs sswipe usbhid hid picdev uhci_hcd via_cputemp hwmon_vid ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi psmouse serio_raw usb3380 shpchp udc_core evdev processor thermal_sys lp parport loop ext4 jbd2 mbcache crc16 sd_mod crc_t10dif ata_generic pata_via mvsas libsas libata firewire_core crc_itu_t ehci_hcd scsi_transport_sas scsi_mod xhci_hcd usbcore via_chrome9 usb_common ttm drm_kms_helper drm button i2c_core vgastate [last unloaded: firewire_ohci]
Oct 24 12:17:39 falcon-p01 kernel: [  212.149708] 
Oct 24 12:17:39 falcon-p01 kernel: [  212.149734] Pid: 130, comm: khubd Not tainted 3.2.48-logicube-ng.13.d2 #3 VIA technology Inc. VX900/EPIA-M860
Oct 24 12:17:39 falcon-p01 kernel: [  212.149879] RIP: 0010:[<ffffffffa0130b8c>]  [<ffffffffa0130b8c>] xhci_free_dev+0x53/0x106 [xhci_hcd]
Oct 24 12:17:39 falcon-p01 kernel: [  212.150016] RSP: 0018:ffff880114f57da0  EFLAGS: 00010246
Oct 24 12:17:39 falcon-p01 kernel: [  212.150089] RAX: 0000000000000000 RBX: ffff8801151aa000 RCX: 0000000000000000
Oct 24 12:17:39 falcon-p01 kernel: [  212.150185] RDX: 0000000000000003 RSI: ffffffffa0139170 RDI: ffff880114ed8000
Oct 24 12:17:39 falcon-p01 kernel: [  212.150281] RBP: ffff880115b63800 R08: 0000000000000001 R09: ffffffffa0139170
Oct 24 12:17:39 falcon-p01 kernel: [  212.150377] R10: ffff880115b63800 R11: 0000000000000003 R12: ffff880114ed8000
Oct 24 12:17:39 falcon-p01 kernel: [  212.150474] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
Oct 24 12:17:39 falcon-p01 kernel: [  212.150571] FS:  0000000000000000(0000) GS:ffff88011fc80000(0000) knlGS:0000000000000000
Oct 24 12:17:39 falcon-p01 kernel: [  212.150680] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
Oct 24 12:17:39 falcon-p01 kernel: [  212.150758] CR2: 0000000000000040 CR3: 00000001146d0000 CR4: 00000000000006e0
Oct 24 12:17:39 falcon-p01 kernel: [  212.150855] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Oct 24 12:17:39 falcon-p01 kernel: [  212.150951] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Oct 24 12:17:39 falcon-p01 kernel: [  212.151048] Process khubd (pid: 130, threadinfo ffff880114f56000, task ffff8801151c5140)
Oct 24 12:17:39 falcon-p01 kernel: [  212.151155] Stack:
Oct 24 12:17:39 falcon-p01 kernel: [  212.151185]  ffffffffa0130b39 ffff880114f43000 ffff880115b63800 0000000000000004
Oct 24 12:17:39 falcon-p01 kernel: [  212.151302]  00000000ffffffed ffff880114f43058 ffff880114ee0000 ffffffffa00c0fc8
Oct 24 12:17:39 falcon-p01 kernel: [  212.151418]  ffffffff00000203 ffffffff81038033 ffff8801151a8108 ffff880114ed8028
Oct 24 12:17:39 falcon-p01 kernel: [  212.151534] Call Trace:
Oct 24 12:17:39 falcon-p01 kernel: [  212.151582]  [<ffffffffa0130b39>] ? xhci_set_usb2_hardware_lpm+0x116/0x116 [xhci_hcd]
Oct 24 12:17:39 falcon-p01 kernel: [  212.151701]  [<ffffffffa00c0fc8>] ? hub_thread+0xd1a/0x10f6 [usbcore]
Oct 24 12:17:39 falcon-p01 kernel: [  212.151794]  [<ffffffff81038033>] ? set_next_entity+0x32/0x55
Oct 24 12:17:39 falcon-p01 kernel: [  212.151880]  [<ffffffff8105fca3>] ? add_wait_queue+0x3c/0x3c
Oct 24 12:17:39 falcon-p01 kernel: [  212.151970]  [<ffffffffa00c02ae>] ? usb_remote_wakeup+0x53/0x53 [usbcore]
Oct 24 12:17:39 falcon-p01 kernel: [  212.152007]  [<ffffffff8105f651>] ? kthread+0x76/0x7e
Oct 24 12:17:39 falcon-p01 kernel: [  212.152007]  [<ffffffff8135c1f4>] ? kernel_thread_helper+0x4/0x10
Oct 24 12:17:39 falcon-p01 kernel: [  212.152007]  [<ffffffff8105f5db>] ? kthread_worker_fn+0x139/0x139
Oct 24 12:17:39 falcon-p01 kernel: [  212.152007]  [<ffffffff8135c1f0>] ? gs_change+0x13/0x13
Oct 24 12:17:39 falcon-p01 kernel: [  212.152007] Code: 00 e8 00 c5 ff ff 83 f8 ed 74 08 85 c0 0f 8e bf 00 00 00 48 63 85 a0 05 00 00 45 31 ed 4c 8b bc c3 08 01 00 00 4d 89 fe 49 63 c5 <41> 83 66 40 fb 41 ff c5 48 69 c0 e8 00 00 00 49 81 c6 e8 00 00 
Oct 24 12:17:39 falcon-p01 kernel: [  212.152007] RIP  [<ffffffffa0130b8c>] xhci_free_dev+0x53/0x106 [xhci_hcd]
Oct 24 12:17:39 falcon-p01 kernel: [  212.152007]  RSP <ffff880114f57da0>
Oct 24 12:17:39 falcon-p01 kernel: [  212.152007] CR2: 0000000000000040
Oct 24 12:17:39 falcon-p01 kernel: [  212.186151] ---[ end trace 1ffc8c47914f334e ]---
Oct 24 12:21:26 falcon-p01 kernel: [  161.146869] xhci_hcd 0000:0e:00.0: 
Oct 24 12:21:26 falcon-p01 kernel: [  161.146875] xhci_hcd 0000:0e:00.0: ep 0x81 - urb len = 8192, sglist used, num_trbs = 2
Oct 24 12:21:26 falcon-p01 kernel: [  161.146884] xhci_hcd 0000:0e:00.0: First length to xfer from 1st sglist entry = 4096
Oct 24 12:21:26 falcon-p01 kernel: [  161.146893] xhci_hcd 0000:0e:00.0:  sg entry: dma = 0x5f5f000, len = 0x1000 (4096), 64KB boundary at 0x5f60000, end dma = 0x5f60000
Oct 24 12:21:26 falcon-p01 kernel: [  161.146904] xhci_hcd 0000:0e:00.0:  sg entry: dma = 0x5f60000, len = 0x1000 (4096), 64KB boundary at 0x5f70000, end dma = 0x5f61000
Oct 24 12:21:26 falcon-p01 kernel: [  161.146967] xhci_hcd 0000:0e:00.0: ep 0x81 - urb len = 0xd (13), addr = 0xbb0b0000, num_trbs = 1
Oct 24 12:21:26 falcon-p01 kernel: [  161.147218] xhci_hcd 0000:0e:00.0: ep 0x2 - urb len = 0x1f (31), addr = 0xbb0b0000, num_trbs = 1
Oct 24 12:21:26 falcon-p01 kernel: [  161.147253] xhci_hcd 0000:0e:00.0: count sg list trbs: 
Oct 24 12:21:26 falcon-p01 kernel: [  161.147262] xhci_hcd 0000:0e:00.0:  sg #0: dma = 0x5f61000, len = 0x10000 (65536), num_trbs = 2
Oct 24 12:21:26 falcon-p01 kernel: [  161.147272] xhci_hcd 0000:0e:00.0:  sg #1: dma = 0x5f71000, len = 0xe000 (57344), num_trbs = 1
Oct 24 12:21:26 falcon-p01 kernel: [  161.147279] xhci_hcd 0000:0e:00.0: 
Oct 24 12:21:26 falcon-p01 kernel: [  161.147286] xhci_hcd 0000:0e:00.0: ep 0x81 - urb len = 122880, sglist used, num_trbs = 3
Oct 24 12:21:26 falcon-p01 kernel: [  161.147294] xhci_hcd 0000:0e:00.0: First length to xfer from 1st sglist entry = 61440
Oct 24 12:21:26 falcon-p01 kernel: [  161.147303] xhci_hcd 0000:0e:00.0:  sg entry: dma = 0x5f61000, len = 0xf000 (61440), 64KB boundary at 0x5f70000, end dma = 0x5f70000
Oct 24 12:21:26 falcon-p01 kernel: [  161.147315] xhci_hcd 0000:0e:00.0:  sg entry: dma = 0x5f70000, len = 0x1000 (4096), 64KB boundary at 0x5f80000, end dma = 0x5f71000
Oct 24 12:21:26 falcon-p01 kernel: [  161.147326] xhci_hcd 0000:0e:00.0:  sg entry: dma = 0x5f71000, len = 0xe000 (57344), 64KB boundary at 0x5f80000, end dma = 0x5f7f000
Oct 24 12:21:26 falcon-p01 kernel: [  161.147768] xhci_hcd 0000:0e:00.0: ep 0x81 - urb len = 0xd (13), addr = 0xbb0b0000, num_trbs = 1
Oct 24 12:21:26 falcon-p01 kernel: [  161.147778] xhci_hcd 0000:0e:00.0: queue_trb: Toggle cycle state for ring ffff880114d87dc0 = 0
Oct 24 12:21:26 falcon-p01 kernel: [  161.147975] xhci_hcd 0000:0e:00.0: ep 0x2 - urb len = 0x1f (31), addr = 0xbb0b0000, num_trbs = 1
Oct 24 12:21:26 falcon-p01 kernel: [  161.148033] xhci_hcd 0000:0e:00.0: count sg list trbs: 
Oct 24 12:21:26 falcon-p01 kernel: [  161.148041] xhci_hcd 0000:0e:00.0:  sg #0: dma = 0x5f7f000, len = 0x2000 (8192), num_trbs = 2
Oct 24 12:21:26 falcon-p01 kernel: [  161.148049] xhci_hcd 0000:0e:00.0: 
Oct 24 12:21:26 falcon-p01 kernel: [  161.148055] xhci_hcd 0000:0e:00.0: ep 0x81 - urb len = 8192, sglist used, num_trbs = 2
Oct 24 12:21:26 falcon-p01 kernel: [  161.148063] xhci_hcd 0000:0e:00.0: First length to xfer from 1st sglist entry = 4096
Oct 24 12:21:26 falcon-p01 kernel: [  161.148072] xhci_hcd 0000:0e:00.0:  sg entry: dma = 0x5f7f000, len = 0x1000 (4096), 64KB boundary at 0x5f80000, end dma = 0x5f80000
Oct 24 12:21:26 falcon-p01 kernel: [  161.148083] xhci_hcd 0000:0e:00.0:  sg entry: dma = 0x5f80000, len = 0x1000 (4096), 64KB boundary at 0x5f90000, end dma = 0x5f81000
Oct 24 12:21:26 falcon-p01 kernel: [  161.148138] xhci_hcd 0000:0e:00.0: ep 0x81 - urb len = 0xd (13), addr = 0xbb0b0000, num_trbs = 1
Oct 24 12:21:26 falcon-p01 kernel: [  161.148400] xhci_hcd 0000:0e:00.0: ep 0x2 - urb len = 0x1f (31), addr = 0xbb0b0000, num_trbs = 1
Oct 24 12:21:26 falcon-p01 kernel: [  161.148410] xhci_hcd 0000:0e:00.0: queue_trb: Toggle cycle state for ring ffff880115fc3140 = 1
Oct 24 12:21:26 falcon-p01 kernel: [  161.148454] xhci_hcd 0000:0e:00.0: count sg list trbs: 
Oct 24 12:21:26 falcon-p01 kernel: [  161.148462] xhci_hcd 0000:0e:00.0:  sg #0: dma = 0x5f81000, len = 0x10000 (65536), num_trbs = 2
Oct 24 12:21:26 falcon-p01 kernel: [  161.148472] xhci_hcd 0000:0e:00.0:  sg #1: dma = 0x5f91000, len = 0xe000 (57344), num_trbs = 1
Oct 24 12:21:26 falcon-p01 kernel: [  161.148479] xhci_hcd 0000:0e:00.0: 
Oct 24 12:21:26 falcon-p01 kernel: [  161.148486] xhci_hcd 0000:0e:00.0: ep 0x81 - urb len = 122880, sglist used, num_trbs = 3
Oct 24 12:21:26 falcon-p01 kernel: [  161.148494] xhci_hcd 0000:0e:00.0: First length to xfer from 1st sglist entry = 61440
Oct 24 12:21:26 falcon-p01 kernel: [  161.148503] xhci_hcd 0000:0e:00.0:  sg entry: dma = 0x5f81000, len = 0xf000 (61440), 64KB boundary at 0x5f90000, end dma = 0x5f90000
Oct 24 12:21:26 falcon-p01 kernel: [  161.148515] xhci_hcd 0000:0e:00.0:  sg entry: dma = 0x5f90000, len = 0x1000 (4096), 64KB boundary at 0x5fa0000, end dma = 0x5f91000
Oct 24 12:21:26 falcon-p01 kernel: [  161.148526] xhci_hcd 0000:0e:00.0:  sg entry: dma = 0x5f91000, len = 0xe000 (57344), 64KB boundary at 0x5fa0000, end dma = 0x5f9f000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840043] xhci_hcd 0000:0e:00.0: Cancel URB ffff8800b2b75600
Oct 24 12:21:56 falcon-p01 kernel: [  191.840053] xhci_hcd 0000:0e:00.0: Event ring:
Oct 24 12:21:56 falcon-p01 kernel: [  191.840063] xhci_hcd 0000:0e:00.0: @00000000bb0e1400 c4b2db00 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840073] xhci_hcd 0000:0e:00.0: @00000000bb0e1410 c4b2d500 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840082] xhci_hcd 0000:0e:00.0: @00000000bb0e1420 c4b2d510 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840092] xhci_hcd 0000:0e:00.0: @00000000bb0e1430 c4b2db10 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840101] xhci_hcd 0000:0e:00.0: @00000000bb0e1440 c4b2d540 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840110] xhci_hcd 0000:0e:00.0: @00000000bb0e1450 c4b2d550 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840119] xhci_hcd 0000:0e:00.0: @00000000bb0e1460 c4b2db20 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840128] xhci_hcd 0000:0e:00.0: @00000000bb0e1470 c4b2d570 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840137] xhci_hcd 0000:0e:00.0: @00000000bb0e1480 c4b2d580 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840146] xhci_hcd 0000:0e:00.0: @00000000bb0e1490 c4b2db30 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840155] xhci_hcd 0000:0e:00.0: @00000000bb0e14a0 c4b2d5b0 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840164] xhci_hcd 0000:0e:00.0: @00000000bb0e14b0 c4b2d5c0 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840173] xhci_hcd 0000:0e:00.0: @00000000bb0e14c0 c4b2db40 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840182] xhci_hcd 0000:0e:00.0: @00000000bb0e14d0 c4b2d5e0 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840191] xhci_hcd 0000:0e:00.0: @00000000bb0e14e0 c4b2d5f0 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840200] xhci_hcd 0000:0e:00.0: @00000000bb0e14f0 c4b2db50 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840209] xhci_hcd 0000:0e:00.0: @00000000bb0e1500 c4b2d620 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840218] xhci_hcd 0000:0e:00.0: @00000000bb0e1510 c4b2d630 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840227] xhci_hcd 0000:0e:00.0: @00000000bb0e1520 c4b2db60 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840236] xhci_hcd 0000:0e:00.0: @00000000bb0e1530 c4b2d650 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840245] xhci_hcd 0000:0e:00.0: @00000000bb0e1540 c4b2d660 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840254] xhci_hcd 0000:0e:00.0: @00000000bb0e1550 c4b2db70 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840263] xhci_hcd 0000:0e:00.0: @00000000bb0e1560 c4b2d690 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840272] xhci_hcd 0000:0e:00.0: @00000000bb0e1570 c4b2d6a0 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840281] xhci_hcd 0000:0e:00.0: @00000000bb0e1580 c4b2db80 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840290] xhci_hcd 0000:0e:00.0: @00000000bb0e1590 c4b2d6c0 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840299] xhci_hcd 0000:0e:00.0: @00000000bb0e15a0 c4b2d6d0 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840308] xhci_hcd 0000:0e:00.0: @00000000bb0e15b0 c4b2db90 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840317] xhci_hcd 0000:0e:00.0: @00000000bb0e15c0 c4b2d700 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840326] xhci_hcd 0000:0e:00.0: @00000000bb0e15d0 c4b2d710 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840335] xhci_hcd 0000:0e:00.0: @00000000bb0e15e0 c4b2dba0 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840344] xhci_hcd 0000:0e:00.0: @00000000bb0e15f0 c4b2d730 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840353] xhci_hcd 0000:0e:00.0: @00000000bb0e1600 c4b2d740 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840363] xhci_hcd 0000:0e:00.0: @00000000bb0e1610 c4b2dbb0 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840372] xhci_hcd 0000:0e:00.0: @00000000bb0e1620 c4b2d770 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840381] xhci_hcd 0000:0e:00.0: @00000000bb0e1630 c4b2d780 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840390] xhci_hcd 0000:0e:00.0: @00000000bb0e1640 c4b2dbc0 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840399] xhci_hcd 0000:0e:00.0: @00000000bb0e1650 c4b2d7a0 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840408] xhci_hcd 0000:0e:00.0: @00000000bb0e1660 c4b2d7b0 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840417] xhci_hcd 0000:0e:00.0: @00000000bb0e1670 c4b2dbd0 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840426] xhci_hcd 0000:0e:00.0: @00000000bb0e1680 c4b2d7e0 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840435] xhci_hcd 0000:0e:00.0: @00000000bb0e1690 c4b2d400 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840444] xhci_hcd 0000:0e:00.0: @00000000bb0e16a0 c4b2dbe0 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840453] xhci_hcd 0000:0e:00.0: @00000000bb0e16b0 c4b2d420 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840462] xhci_hcd 0000:0e:00.0: @00000000bb0e16c0 c4b2d430 00000000 01000000 02038000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840471] xhci_hcd 0000:0e:00.0: @00000000bb0e16d0 c4b2d800 00000000 01000000 02048000
Oct 24 12:21:56 falcon-p01 kernel: [  191.840480] xhci_hcd 0000:0e:00.0: @00000000bb0e16e0 c4b2daa0 00000000 01000000 02048001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840489] xhci_hcd 0000:0e:00.0: @00000000bb0e16f0 c4b2d7a0 00000000 01000000 02038001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840498] xhci_hcd 0000:0e:00.0: @00000000bb0e1700 c4b2d7b0 00000000 01000000 02038001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840507] xhci_hcd 0000:0e:00.0: @00000000bb0e1710 c4b2dab0 00000000 01000000 02048001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840516] xhci_hcd 0000:0e:00.0: @00000000bb0e1720 c4b2d7e0 00000000 01000000 02038001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840525] xhci_hcd 0000:0e:00.0: @00000000bb0e1730 c4b2d400 00000000 01000000 02038001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840534] xhci_hcd 0000:0e:00.0: @00000000bb0e1740 c4b2dac0 00000000 01000000 02048001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840543] xhci_hcd 0000:0e:00.0: @00000000bb0e1750 c4b2d420 00000000 01000000 02038001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840552] xhci_hcd 0000:0e:00.0: @00000000bb0e1760 c4b2d430 00000000 01000000 02038001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840561] xhci_hcd 0000:0e:00.0: @00000000bb0e1770 c4b2dad0 00000000 01000000 02048001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840570] xhci_hcd 0000:0e:00.0: @00000000bb0e1780 c4b2d460 00000000 01000000 02038001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840579] xhci_hcd 0000:0e:00.0: @00000000bb0e1790 c4b2d470 00000000 01000000 02038001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840588] xhci_hcd 0000:0e:00.0: @00000000bb0e17a0 c4b2dae0 00000000 01000000 02048001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840597] xhci_hcd 0000:0e:00.0: @00000000bb0e17b0 c4b2d490 00000000 01000000 02038001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840606] xhci_hcd 0000:0e:00.0: @00000000bb0e17c0 c4b2d4a0 00000000 01000000 02038001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840615] xhci_hcd 0000:0e:00.0: @00000000bb0e17d0 c4b2daf0 00000000 01000000 02048001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840625] xhci_hcd 0000:0e:00.0: @00000000bb0e17e0 c4b2d4d0 00000000 01000000 02038001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840634] xhci_hcd 0000:0e:00.0: @00000000bb0e17f0 c4b2d4e0 00000000 01000000 02038001
Oct 24 12:21:56 falcon-p01 kernel: [  191.840642] xhci_hcd 0000:0e:00.0: Endpoint ring:
Oct 24 12:21:56 falcon-p01 kernel: [  191.840650] xhci_hcd 0000:0e:00.0: @00000000c4b2d400 bb0b0000 00000000 0000000d 00000424
Oct 24 12:21:56 falcon-p01 kernel: [  191.840660] xhci_hcd 0000:0e:00.0: @00000000c4b2d410 05f7f000 00000000 00101000 00000414
Oct 24 12:21:56 falcon-p01 kernel: [  191.840669] xhci_hcd 0000:0e:00.0: @00000000c4b2d420 05f80000 00000000 00081000 00000424
Oct 24 12:21:56 falcon-p01 kernel: [  191.840678] xhci_hcd 0000:0e:00.0: @00000000c4b2d430 bb0b0000 00000000 0000000d 00000424
Oct 24 12:21:56 falcon-p01 kernel: [  191.840687] xhci_hcd 0000:0e:00.0: @00000000c4b2d440 05f81000 00000000 003ef000 00000414
Oct 24 12:21:56 falcon-p01 kernel: [  191.840696] xhci_hcd 0000:0e:00.0: @00000000c4b2d450 05f90000 00000000 003e1000 00000414
Oct 24 12:21:56 falcon-p01 kernel: [  191.840705] xhci_hcd 0000:0e:00.0: @00000000c4b2d460 05f91000 00000000 003ee000 00000424
Oct 24 12:21:56 falcon-p01 kernel: [  191.840714] xhci_hcd 0000:0e:00.0: @00000000c4b2d470 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840723] xhci_hcd 0000:0e:00.0: @00000000c4b2d480 05e7f000 00000000 00101000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.840732] xhci_hcd 0000:0e:00.0: @00000000c4b2d490 05e80000 00000000 00081000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840741] xhci_hcd 0000:0e:00.0: @00000000c4b2d4a0 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840750] xhci_hcd 0000:0e:00.0: @00000000c4b2d4b0 05e81000 00000000 003ef000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.840759] xhci_hcd 0000:0e:00.0: @00000000c4b2d4c0 05e90000 00000000 003e1000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.840768] xhci_hcd 0000:0e:00.0: @00000000c4b2d4d0 05e91000 00000000 003ee000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840777] xhci_hcd 0000:0e:00.0: @00000000c4b2d4e0 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840786] xhci_hcd 0000:0e:00.0: @00000000c4b2d4f0 05e9f000 00000000 00101000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.840795] xhci_hcd 0000:0e:00.0: @00000000c4b2d500 05ea0000 00000000 00081000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840804] xhci_hcd 0000:0e:00.0: @00000000c4b2d510 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840813] xhci_hcd 0000:0e:00.0: @00000000c4b2d520 05ea1000 00000000 003ef000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.840822] xhci_hcd 0000:0e:00.0: @00000000c4b2d530 05eb0000 00000000 003e1000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.840832] xhci_hcd 0000:0e:00.0: @00000000c4b2d540 05eb1000 00000000 003ee000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840841] xhci_hcd 0000:0e:00.0: @00000000c4b2d550 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840850] xhci_hcd 0000:0e:00.0: @00000000c4b2d560 05ebf000 00000000 00101000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.840859] xhci_hcd 0000:0e:00.0: @00000000c4b2d570 05ec0000 00000000 00081000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840868] xhci_hcd 0000:0e:00.0: @00000000c4b2d580 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840877] xhci_hcd 0000:0e:00.0: @00000000c4b2d590 05ec1000 00000000 003ef000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.840886] xhci_hcd 0000:0e:00.0: @00000000c4b2d5a0 05ed0000 00000000 003e1000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.840895] xhci_hcd 0000:0e:00.0: @00000000c4b2d5b0 05ed1000 00000000 003ee000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840904] xhci_hcd 0000:0e:00.0: @00000000c4b2d5c0 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840913] xhci_hcd 0000:0e:00.0: @00000000c4b2d5d0 05edf000 00000000 00101000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.840922] xhci_hcd 0000:0e:00.0: @00000000c4b2d5e0 05ee0000 00000000 00081000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840931] xhci_hcd 0000:0e:00.0: @00000000c4b2d5f0 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840940] xhci_hcd 0000:0e:00.0: @00000000c4b2d600 05ee1000 00000000 003ef000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.840949] xhci_hcd 0000:0e:00.0: @00000000c4b2d610 05ef0000 00000000 003e1000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.840958] xhci_hcd 0000:0e:00.0: @00000000c4b2d620 05ef1000 00000000 003ee000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840967] xhci_hcd 0000:0e:00.0: @00000000c4b2d630 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840976] xhci_hcd 0000:0e:00.0: @00000000c4b2d640 05eff000 00000000 00101000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.840985] xhci_hcd 0000:0e:00.0: @00000000c4b2d650 05f00000 00000000 00081000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.840994] xhci_hcd 0000:0e:00.0: @00000000c4b2d660 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841003] xhci_hcd 0000:0e:00.0: @00000000c4b2d670 05f01000 00000000 003ef000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.841012] xhci_hcd 0000:0e:00.0: @00000000c4b2d680 05f10000 00000000 003e1000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.841021] xhci_hcd 0000:0e:00.0: @00000000c4b2d690 05f11000 00000000 003ee000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841030] xhci_hcd 0000:0e:00.0: @00000000c4b2d6a0 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841039] xhci_hcd 0000:0e:00.0: @00000000c4b2d6b0 05f1f000 00000000 00101000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.841048] xhci_hcd 0000:0e:00.0: @00000000c4b2d6c0 05f20000 00000000 00081000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841057] xhci_hcd 0000:0e:00.0: @00000000c4b2d6d0 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841066] xhci_hcd 0000:0e:00.0: @00000000c4b2d6e0 05f21000 00000000 003ef000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.841075] xhci_hcd 0000:0e:00.0: @00000000c4b2d6f0 05f30000 00000000 003e1000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.841084] xhci_hcd 0000:0e:00.0: @00000000c4b2d700 05f31000 00000000 003ee000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841093] xhci_hcd 0000:0e:00.0: @00000000c4b2d710 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841102] xhci_hcd 0000:0e:00.0: @00000000c4b2d720 05f3f000 00000000 00101000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.841111] xhci_hcd 0000:0e:00.0: @00000000c4b2d730 05f40000 00000000 00081000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841120] xhci_hcd 0000:0e:00.0: @00000000c4b2d740 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841129] xhci_hcd 0000:0e:00.0: @00000000c4b2d750 05f41000 00000000 003ef000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.841138] xhci_hcd 0000:0e:00.0: @00000000c4b2d760 05f50000 00000000 003e1000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.841147] xhci_hcd 0000:0e:00.0: @00000000c4b2d770 05f51000 00000000 003ee000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841156] xhci_hcd 0000:0e:00.0: @00000000c4b2d780 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841165] xhci_hcd 0000:0e:00.0: @00000000c4b2d790 05f5f000 00000000 00101000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.841174] xhci_hcd 0000:0e:00.0: @00000000c4b2d7a0 05f60000 00000000 00081000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841183] xhci_hcd 0000:0e:00.0: @00000000c4b2d7b0 bb0b0000 00000000 0000000d 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841192] xhci_hcd 0000:0e:00.0: @00000000c4b2d7c0 05f61000 00000000 003ef000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.841201] xhci_hcd 0000:0e:00.0: @00000000c4b2d7d0 05f70000 00000000 003e1000 00000415
Oct 24 12:21:56 falcon-p01 kernel: [  191.841210] xhci_hcd 0000:0e:00.0: @00000000c4b2d7e0 05f71000 00000000 003ee000 00000425
Oct 24 12:21:56 falcon-p01 kernel: [  191.841219] xhci_hcd 0000:0e:00.0: @00000000c4b2d7f0 c4b2d400 00000000 00000000 00001803
Oct 24 12:21:56 falcon-p01 kernel: [  191.841230] xhci_hcd 0000:0e:00.0: // Ding dong!
Oct 24 12:21:56 falcon-p01 kernel: [  191.841355] xhci_hcd 0000:0e:00.0: Cancelling TD starting at ffff8800c4b2d440, 0xc4b2d440 (dma).
Oct 24 12:21:56 falcon-p01 kernel: [  191.841369] xhci_hcd 0000:0e:00.0: Cancel TRB ffff8800c4b2d440 (0xc4b2d440 dma) in seg ffff8800c4b325c0 (0xc4b2d400 dma)
Oct 24 12:21:56 falcon-p01 kernel: [  191.841381] xhci_hcd 0000:0e:00.0: Cancel TRB ffff8800c4b2d450 (0xc4b2d450 dma) in seg ffff8800c4b325c0 (0xc4b2d400 dma)
Oct 24 12:21:56 falcon-p01 kernel: [  191.841392] xhci_hcd 0000:0e:00.0: Cancel TRB ffff8800c4b2d460 (0xc4b2d460 dma) in seg ffff8800c4b325c0 (0xc4b2d400 dma)
Oct 24 12:21:56 falcon-p01 kernel: [  191.841443] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:21:56 falcon-p01 kernel: [  191.841452] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:21:56 falcon-p01 kernel: [  191.841466] xhci_hcd 0000:0e:00.0: set port reset, actual port 3 status  = 0x311
Oct 24 12:21:56 falcon-p01 kernel: [  191.841482] xhci_hcd 0000:0e:00.0: Port Status Change Event for port 5
Oct 24 12:21:56 falcon-p01 kernel: [  191.841492] xhci_hcd 0000:0e:00.0: handle_port_status: starting port polling.
Oct 24 12:21:56 falcon-p01 kernel: [  191.896044] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x201203
Oct 24 12:21:56 falcon-p01 kernel: [  191.896055] xhci_hcd 0000:0e:00.0: Get port status returned 0x100203
Oct 24 12:21:56 falcon-p01 kernel: [  191.952033] xhci_hcd 0000:0e:00.0: Resetting device with slot ID 2
Oct 24 12:21:56 falcon-p01 kernel: [  191.952047] xhci_hcd 0000:0e:00.0: // Ding dong!
Oct 24 12:21:56 falcon-p01 kernel: [  191.952226] xhci_hcd 0000:0e:00.0: Completed reset device command.
Oct 24 12:21:56 falcon-p01 kernel: [  191.952255] xhci_hcd 0000:0e:00.0: Successful reset device command.
Oct 24 12:21:56 falcon-p01 kernel: [  191.952265] xhci_hcd 0000:0e:00.0: Cached old ring, 3 rings cached
Oct 24 12:21:56 falcon-p01 kernel: [  191.952273] xhci_hcd 0000:0e:00.0: Cached old ring, 4 rings cached
Oct 24 12:21:56 falcon-p01 kernel: [  191.952283] xhci_hcd 0000:0e:00.0: Output context after successful reset device cmd:
Oct 24 12:21:56 falcon-p01 kernel: [  191.952291] xhci_hcd 0000:0e:00.0: Slot Context:
Oct 24 12:21:56 falcon-p01 kernel: [  191.952300] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b000 (virt) @c4b4b000 (dma) 0x20400000 - dev_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952309] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b004 (virt) @c4b4b004 (dma) 0x050000 - dev_info2
Oct 24 12:21:56 falcon-p01 kernel: [  191.952318] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b008 (virt) @c4b4b008 (dma) 0x000000 - tt_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952327] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b00c (virt) @c4b4b00c (dma) 0x8000000 - dev_state
Oct 24 12:21:56 falcon-p01 kernel: [  191.952337] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b010 (virt) @c4b4b010 (dma) 0x000000 - rsvd[0]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952346] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b014 (virt) @c4b4b014 (dma) 0x000000 - rsvd[1]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952355] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b018 (virt) @c4b4b018 (dma) 0x000000 - rsvd[2]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952364] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b01c (virt) @c4b4b01c (dma) 0x000000 - rsvd[3]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952372] xhci_hcd 0000:0e:00.0: Endpoint 00 Context:
Oct 24 12:21:56 falcon-p01 kernel: [  191.952379] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b020 (virt) @c4b4b020 (dma) 0x000001 - ep_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952388] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b024 (virt) @c4b4b024 (dma) 0x2000026 - ep_info2
Oct 24 12:21:56 falcon-p01 kernel: [  191.952397] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b028 (virt) @c4b4b028 (dma) 0xbb0be540 - deq
Oct 24 12:21:56 falcon-p01 kernel: [  191.952406] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b030 (virt) @c4b4b030 (dma) 0x000000 - tx_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952415] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b034 (virt) @c4b4b034 (dma) 0x000000 - rsvd[0]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952424] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b038 (virt) @c4b4b038 (dma) 0x000000 - rsvd[1]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952433] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b03c (virt) @c4b4b03c (dma) 0x000000 - rsvd[2]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952441] xhci_hcd 0000:0e:00.0: Endpoint 01 Context:
Oct 24 12:21:56 falcon-p01 kernel: [  191.952448] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b040 (virt) @c4b4b040 (dma) 0x000000 - ep_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952457] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b044 (virt) @c4b4b044 (dma) 0x000000 - ep_info2
Oct 24 12:21:56 falcon-p01 kernel: [  191.952466] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b048 (virt) @c4b4b048 (dma) 0x000000 - deq
Oct 24 12:21:56 falcon-p01 kernel: [  191.952474] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b050 (virt) @c4b4b050 (dma) 0x000000 - tx_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952483] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b054 (virt) @c4b4b054 (dma) 0x000000 - rsvd[0]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952492] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b058 (virt) @c4b4b058 (dma) 0x000000 - rsvd[1]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952501] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b05c (virt) @c4b4b05c (dma) 0x000000 - rsvd[2]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952509] xhci_hcd 0000:0e:00.0: Endpoint 02 Context:
Oct 24 12:21:56 falcon-p01 kernel: [  191.952516] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b060 (virt) @c4b4b060 (dma) 0x000000 - ep_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952525] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b064 (virt) @c4b4b064 (dma) 0x4000f36 - ep_info2
Oct 24 12:21:56 falcon-p01 kernel: [  191.952534] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b068 (virt) @c4b4b068 (dma) 0xc4b2d6e1 - deq
Oct 24 12:21:56 falcon-p01 kernel: [  191.952542] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b070 (virt) @c4b4b070 (dma) 0x000000 - tx_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952551] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b074 (virt) @c4b4b074 (dma) 0x000000 - rsvd[0]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952560] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b078 (virt) @c4b4b078 (dma) 0x000000 - rsvd[1]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952569] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b07c (virt) @c4b4b07c (dma) 0x000000 - rsvd[2]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952577] xhci_hcd 0000:0e:00.0: Endpoint 03 Context:
Oct 24 12:21:56 falcon-p01 kernel: [  191.952584] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b080 (virt) @c4b4b080 (dma) 0x000000 - ep_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952593] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b084 (virt) @c4b4b084 (dma) 0x4000f16 - ep_info2
Oct 24 12:21:56 falcon-p01 kernel: [  191.952602] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b088 (virt) @c4b4b088 (dma) 0xc4b2d811 - deq
Oct 24 12:21:56 falcon-p01 kernel: [  191.952610] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b090 (virt) @c4b4b090 (dma) 0x000000 - tx_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952619] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b094 (virt) @c4b4b094 (dma) 0x000000 - rsvd[0]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952628] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b098 (virt) @c4b4b098 (dma) 0x000000 - rsvd[1]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952637] xhci_hcd 0000:0e:00.0: @ffff8800c4b4b09c (virt) @c4b4b09c (dma) 0x000000 - rsvd[2]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952661] xhci_hcd 0000:0e:00.0: clear port reset change, actual port 3 status  = 0x1203
Oct 24 12:21:56 falcon-p01 kernel: [  191.952675] xhci_hcd 0000:0e:00.0: clear port warm(BH) reset change, actual port 3 status  = 0x1203
Oct 24 12:21:56 falcon-p01 kernel: [  191.952687] xhci_hcd 0000:0e:00.0: clear port link state change, actual port 3 status  = 0x1203
Oct 24 12:21:56 falcon-p01 kernel: [  191.952700] xhci_hcd 0000:0e:00.0: clear port connect change, actual port 3 status  = 0x1203
Oct 24 12:21:56 falcon-p01 kernel: [  191.952712] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:21:56 falcon-p01 kernel: [  191.952720] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:21:56 falcon-p01 kernel: [  191.952731] xhci_hcd 0000:0e:00.0: Slot ID 2 Input Context:
Oct 24 12:21:56 falcon-p01 kernel: [  191.952739] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab000 (virt) @bb0ab000 (dma) 0x000000 - drop flags
Oct 24 12:21:56 falcon-p01 kernel: [  191.952748] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab004 (virt) @bb0ab004 (dma) 0x000003 - add flags
Oct 24 12:21:56 falcon-p01 kernel: [  191.952757] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab008 (virt) @bb0ab008 (dma) 0x000000 - rsvd2[0]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952766] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab00c (virt) @bb0ab00c (dma) 0x000000 - rsvd2[1]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952775] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab010 (virt) @bb0ab010 (dma) 0x000000 - rsvd2[2]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952784] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab014 (virt) @bb0ab014 (dma) 0x000000 - rsvd2[3]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952793] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab018 (virt) @bb0ab018 (dma) 0x000000 - rsvd2[4]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952802] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab01c (virt) @bb0ab01c (dma) 0x000000 - rsvd2[5]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952810] xhci_hcd 0000:0e:00.0: Slot Context:
Oct 24 12:21:56 falcon-p01 kernel: [  191.952817] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab020 (virt) @bb0ab020 (dma) 0x8400000 - dev_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952826] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab024 (virt) @bb0ab024 (dma) 0x050000 - dev_info2
Oct 24 12:21:56 falcon-p01 kernel: [  191.952835] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab028 (virt) @bb0ab028 (dma) 0x000000 - tt_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952843] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab02c (virt) @bb0ab02c (dma) 0x000000 - dev_state
Oct 24 12:21:56 falcon-p01 kernel: [  191.952852] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab030 (virt) @bb0ab030 (dma) 0x000000 - rsvd[0]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952861] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab034 (virt) @bb0ab034 (dma) 0x000000 - rsvd[1]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952870] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab038 (virt) @bb0ab038 (dma) 0x000000 - rsvd[2]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952879] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab03c (virt) @bb0ab03c (dma) 0x000000 - rsvd[3]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952887] xhci_hcd 0000:0e:00.0: Endpoint 00 Context:
Oct 24 12:21:56 falcon-p01 kernel: [  191.952894] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab040 (virt) @bb0ab040 (dma) 0x000000 - ep_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952903] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab044 (virt) @bb0ab044 (dma) 0x2000026 - ep_info2
Oct 24 12:21:56 falcon-p01 kernel: [  191.952912] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab048 (virt) @bb0ab048 (dma) 0xbb0be540 - deq
Oct 24 12:21:56 falcon-p01 kernel: [  191.952920] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab050 (virt) @bb0ab050 (dma) 0x000000 - tx_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952929] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab054 (virt) @bb0ab054 (dma) 0x000000 - rsvd[0]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952938] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab058 (virt) @bb0ab058 (dma) 0x000000 - rsvd[1]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952947] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab05c (virt) @bb0ab05c (dma) 0x000000 - rsvd[2]
Oct 24 12:21:56 falcon-p01 kernel: [  191.952955] xhci_hcd 0000:0e:00.0: Endpoint 01 Context:
Oct 24 12:21:56 falcon-p01 kernel: [  191.952962] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab060 (virt) @bb0ab060 (dma) 0x000000 - ep_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952971] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab064 (virt) @bb0ab064 (dma) 0x000000 - ep_info2
Oct 24 12:21:56 falcon-p01 kernel: [  191.952980] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab068 (virt) @bb0ab068 (dma) 0x000000 - deq
Oct 24 12:21:56 falcon-p01 kernel: [  191.952988] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab070 (virt) @bb0ab070 (dma) 0x000000 - tx_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.952997] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab074 (virt) @bb0ab074 (dma) 0x000000 - rsvd[0]
Oct 24 12:21:56 falcon-p01 kernel: [  191.953006] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab078 (virt) @bb0ab078 (dma) 0x000000 - rsvd[1]
Oct 24 12:21:56 falcon-p01 kernel: [  191.953015] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab07c (virt) @bb0ab07c (dma) 0x000000 - rsvd[2]
Oct 24 12:21:56 falcon-p01 kernel: [  191.953023] xhci_hcd 0000:0e:00.0: Endpoint 02 Context:
Oct 24 12:21:56 falcon-p01 kernel: [  191.953030] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab080 (virt) @bb0ab080 (dma) 0x000000 - ep_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.953039] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab084 (virt) @bb0ab084 (dma) 0x000000 - ep_info2
Oct 24 12:21:56 falcon-p01 kernel: [  191.953048] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab088 (virt) @bb0ab088 (dma) 0x000000 - deq
Oct 24 12:21:56 falcon-p01 kernel: [  191.953057] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab090 (virt) @bb0ab090 (dma) 0x000000 - tx_info
Oct 24 12:21:56 falcon-p01 kernel: [  191.953066] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab094 (virt) @bb0ab094 (dma) 0x000000 - rsvd[0]
Oct 24 12:21:56 falcon-p01 kernel: [  191.953074] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab098 (virt) @bb0ab098 (dma) 0x000000 - rsvd[1]
Oct 24 12:21:56 falcon-p01 kernel: [  191.953083] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab09c (virt) @bb0ab09c (dma) 0x000000 - rsvd[2]
Oct 24 12:21:56 falcon-p01 kernel: [  191.953093] xhci_hcd 0000:0e:00.0: // Ding dong!
Oct 24 12:21:56 falcon-p01 kernel: [  192.104033] xhci_hcd 0000:0e:00.0: xhci_hub_status_data: stopping port polling.
Oct 24 12:22:01 falcon-p01 kernel: [  196.952026] xhci_hcd 0000:0e:00.0: Timeout while waiting for address device command
Oct 24 12:22:01 falcon-p01 kernel: [  196.952039] xhci_hcd 0000:0e:00.0: Abort command ring
Oct 24 12:22:01 falcon-p01 kernel: [  196.952060] xhci_hcd 0000:0e:00.0: // Ding dong!
Oct 24 12:22:02 falcon-p01 kernel: [  197.156025] xhci_hcd 0000:0e:00.0: Slot ID 2 Input Context:
Oct 24 12:22:02 falcon-p01 kernel: [  197.156035] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab000 (virt) @bb0ab000 (dma) 0x000000 - drop flags
Oct 24 12:22:02 falcon-p01 kernel: [  197.156045] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab004 (virt) @bb0ab004 (dma) 0x000003 - add flags
Oct 24 12:22:02 falcon-p01 kernel: [  197.156055] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab008 (virt) @bb0ab008 (dma) 0x000000 - rsvd2[0]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156064] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab00c (virt) @bb0ab00c (dma) 0x000000 - rsvd2[1]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156073] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab010 (virt) @bb0ab010 (dma) 0x000000 - rsvd2[2]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156082] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab014 (virt) @bb0ab014 (dma) 0x000000 - rsvd2[3]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156091] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab018 (virt) @bb0ab018 (dma) 0x000000 - rsvd2[4]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156100] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab01c (virt) @bb0ab01c (dma) 0x000000 - rsvd2[5]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156108] xhci_hcd 0000:0e:00.0: Slot Context:
Oct 24 12:22:02 falcon-p01 kernel: [  197.156115] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab020 (virt) @bb0ab020 (dma) 0x8400000 - dev_info
Oct 24 12:22:02 falcon-p01 kernel: [  197.156124] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab024 (virt) @bb0ab024 (dma) 0x050000 - dev_info2
Oct 24 12:22:02 falcon-p01 kernel: [  197.156133] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab028 (virt) @bb0ab028 (dma) 0x000000 - tt_info
Oct 24 12:22:02 falcon-p01 kernel: [  197.156142] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab02c (virt) @bb0ab02c (dma) 0x000000 - dev_state
Oct 24 12:22:02 falcon-p01 kernel: [  197.156151] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab030 (virt) @bb0ab030 (dma) 0x000000 - rsvd[0]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156160] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab034 (virt) @bb0ab034 (dma) 0x000000 - rsvd[1]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156169] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab038 (virt) @bb0ab038 (dma) 0x000000 - rsvd[2]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156178] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab03c (virt) @bb0ab03c (dma) 0x000000 - rsvd[3]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156186] xhci_hcd 0000:0e:00.0: Endpoint 00 Context:
Oct 24 12:22:02 falcon-p01 kernel: [  197.156193] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab040 (virt) @bb0ab040 (dma) 0x000000 - ep_info
Oct 24 12:22:02 falcon-p01 kernel: [  197.156202] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab044 (virt) @bb0ab044 (dma) 0x2000026 - ep_info2
Oct 24 12:22:02 falcon-p01 kernel: [  197.156211] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab048 (virt) @bb0ab048 (dma) 0xbb0be540 - deq
Oct 24 12:22:02 falcon-p01 kernel: [  197.156219] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab050 (virt) @bb0ab050 (dma) 0x000000 - tx_info
Oct 24 12:22:02 falcon-p01 kernel: [  197.156228] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab054 (virt) @bb0ab054 (dma) 0x000000 - rsvd[0]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156237] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab058 (virt) @bb0ab058 (dma) 0x000000 - rsvd[1]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156246] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab05c (virt) @bb0ab05c (dma) 0x000000 - rsvd[2]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156254] xhci_hcd 0000:0e:00.0: Endpoint 01 Context:
Oct 24 12:22:02 falcon-p01 kernel: [  197.156261] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab060 (virt) @bb0ab060 (dma) 0x000000 - ep_info
Oct 24 12:22:02 falcon-p01 kernel: [  197.156270] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab064 (virt) @bb0ab064 (dma) 0x000000 - ep_info2
Oct 24 12:22:02 falcon-p01 kernel: [  197.156279] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab068 (virt) @bb0ab068 (dma) 0x000000 - deq
Oct 24 12:22:02 falcon-p01 kernel: [  197.156287] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab070 (virt) @bb0ab070 (dma) 0x000000 - tx_info
Oct 24 12:22:02 falcon-p01 kernel: [  197.156296] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab074 (virt) @bb0ab074 (dma) 0x000000 - rsvd[0]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156305] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab078 (virt) @bb0ab078 (dma) 0x000000 - rsvd[1]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156314] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab07c (virt) @bb0ab07c (dma) 0x000000 - rsvd[2]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156322] xhci_hcd 0000:0e:00.0: Endpoint 02 Context:
Oct 24 12:22:02 falcon-p01 kernel: [  197.156329] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab080 (virt) @bb0ab080 (dma) 0x000000 - ep_info
Oct 24 12:22:02 falcon-p01 kernel: [  197.156338] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab084 (virt) @bb0ab084 (dma) 0x000000 - ep_info2
Oct 24 12:22:02 falcon-p01 kernel: [  197.156346] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab088 (virt) @bb0ab088 (dma) 0x000000 - deq
Oct 24 12:22:02 falcon-p01 kernel: [  197.156355] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab090 (virt) @bb0ab090 (dma) 0x000000 - tx_info
Oct 24 12:22:02 falcon-p01 kernel: [  197.156364] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab094 (virt) @bb0ab094 (dma) 0x000000 - rsvd[0]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156373] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab098 (virt) @bb0ab098 (dma) 0x000000 - rsvd[1]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156382] xhci_hcd 0000:0e:00.0: @ffff8800bb0ab09c (virt) @bb0ab09c (dma) 0x000000 - rsvd[2]
Oct 24 12:22:02 falcon-p01 kernel: [  197.156391] xhci_hcd 0000:0e:00.0: // Ding dong!
Oct 24 12:22:07 falcon-p01 kernel: [  202.156025] xhci_hcd 0000:0e:00.0: Timeout while waiting for address device command
Oct 24 12:22:07 falcon-p01 kernel: [  202.156037] xhci_hcd 0000:0e:00.0: Abort command ring
Oct 24 12:22:07 falcon-p01 kernel: [  202.360026] usb 2-4: device not accepting address 2, error -62
Oct 24 12:22:07 falcon-p01 kernel: [  202.360044] xhci_hcd 0000:0e:00.0: Disable port 3
Oct 24 12:22:07 falcon-p01 kernel: [  202.360055] xhci_hcd 0000:0e:00.0: Port Status Change Event for port 5
Oct 24 12:22:07 falcon-p01 kernel: [  202.360064] xhci_hcd 0000:0e:00.0: handle_port_status: starting port polling.
Oct 24 12:22:07 falcon-p01 kernel: [  202.360090] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x20280
Oct 24 12:22:07 falcon-p01 kernel: [  202.360105] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:22:07 falcon-p01 kernel: [  202.360118] xhci_hcd 0000:0e:00.0: Get port status returned 0x10280
Oct 24 12:22:07 falcon-p01 kernel: [  202.360134] xhci_hcd 0000:0e:00.0: Enable port 3
Oct 24 12:22:07 falcon-p01 kernel: [  202.360149] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x202a0
Oct 24 12:22:07 falcon-p01 kernel: [  202.360157] xhci_hcd 0000:0e:00.0: Get port status returned 0x102a0
Oct 24 12:22:07 falcon-p01 kernel: [  202.360168] xhci_hcd 0000:0e:00.0: set port reset, actual port 3 status  = 0x202b0
Oct 24 12:22:07 falcon-p01 kernel: [  202.416025] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x202f1
Oct 24 12:22:07 falcon-p01 kernel: [  202.416034] xhci_hcd 0000:0e:00.0: Get port status returned 0x102f1
Oct 24 12:22:07 falcon-p01 kernel: [  202.416046] hub 2-0:1.0: port 4 not reset yet, waiting 50ms
Oct 24 12:22:07 falcon-p01 kernel: [  202.472022] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x202f1
Oct 24 12:22:07 falcon-p01 kernel: [  202.472031] xhci_hcd 0000:0e:00.0: Get port status returned 0x102f1
Oct 24 12:22:07 falcon-p01 kernel: [  202.472041] hub 2-0:1.0: port 4 not reset yet, waiting 200ms
Oct 24 12:22:07 falcon-p01 kernel: [  202.520041] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:22:07 falcon-p01 kernel: [  202.676049] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x202f1
Oct 24 12:22:07 falcon-p01 kernel: [  202.676060] xhci_hcd 0000:0e:00.0: Get port status returned 0x102f1
Oct 24 12:22:07 falcon-p01 kernel: [  202.676073] hub 2-0:1.0: port 4 not reset yet, waiting 200ms
Oct 24 12:22:07 falcon-p01 kernel: [  202.768062] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:22:07 falcon-p01 kernel: [  202.880044] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x2202a0
Oct 24 12:22:07 falcon-p01 kernel: [  202.880055] xhci_hcd 0000:0e:00.0: Get port status returned 0x1102a0
Oct 24 12:22:07 falcon-p01 kernel: [  202.880071] xhci_hcd 0000:0e:00.0: clear port reset change, actual port 3 status  = 0x202a0
Oct 24 12:22:07 falcon-p01 kernel: [  202.880084] xhci_hcd 0000:0e:00.0: clear port warm(BH) reset change, actual port 3 status  = 0x202a0
Oct 24 12:22:07 falcon-p01 kernel: [  202.880097] xhci_hcd 0000:0e:00.0: clear port link state change, actual port 3 status  = 0x202a0
Oct 24 12:22:07 falcon-p01 kernel: [  202.880109] xhci_hcd 0000:0e:00.0: clear port connect change, actual port 3 status  = 0x2a0
Oct 24 12:22:07 falcon-p01 kernel: [  202.880121] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x2a0
Oct 24 12:22:07 falcon-p01 kernel: [  202.880129] xhci_hcd 0000:0e:00.0: Get port status returned 0x2a0
Oct 24 12:22:07 falcon-p01 kernel: [  202.880140] xhci_hcd 0000:0e:00.0: Disable port 3
Oct 24 12:22:07 falcon-p01 kernel: [  202.880150] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x280
Oct 24 12:22:07 falcon-p01 kernel: [  202.880158] xhci_hcd 0000:0e:00.0: Get port status returned 0x280
Oct 24 12:22:07 falcon-p01 kernel: [  202.880168] xhci_hcd 0000:0e:00.0: Enable port 3
Oct 24 12:22:07 falcon-p01 kernel: [  202.880179] hub 2-0:1.0: logical disconnect on port 4
Oct 24 12:22:07 falcon-p01 kernel: [  202.880187] xhci_hcd 0000:0e:00.0: Disable port 3
Oct 24 12:22:07 falcon-p01 kernel: [  202.880198] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x280
Oct 24 12:22:07 falcon-p01 kernel: [  202.880205] xhci_hcd 0000:0e:00.0: Get port status returned 0x280
Oct 24 12:22:07 falcon-p01 kernel: [  202.880216] xhci_hcd 0000:0e:00.0: Enable port 3
Oct 24 12:22:07 falcon-p01 kernel: [  202.880248] hub 2-0:1.0: state 7 ports 4 chg 0010 evt 0010
Oct 24 12:22:07 falcon-p01 kernel: [  202.880269] sd 3:0:0:0: Device offlined - not ready after error recovery
Oct 24 12:22:07 falcon-p01 kernel: [  202.880284] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x2a0
Oct 24 12:22:07 falcon-p01 kernel: [  202.880298] xhci_hcd 0000:0e:00.0: Get port status returned 0x2a0
Oct 24 12:22:07 falcon-p01 kernel: [  202.880316] hub 2-0:1.0: port 4, status 02a0, change 0000, 5.0 Gb/s
Oct 24 12:22:07 falcon-p01 kernel: [  202.880326] usb 2-4: USB disconnect, device number 2
Oct 24 12:22:07 falcon-p01 kernel: [  202.880337] sd 3:0:0:0: [sdb] Unhandled error code
Oct 24 12:22:07 falcon-p01 kernel: [  202.880347] sd 3:0:0:0: [sdb]  Result: hostbyte=DID_ABORT driverbyte=DRIVER_OK
Oct 24 12:22:07 falcon-p01 kernel: [  202.880363] sd 3:0:0:0: [sdb] CDB: Read(10): 28 00 00 4e ff 00 00 00 f0 00
Oct 24 12:22:07 falcon-p01 kernel: [  202.880392] end_request: I/O error, dev sdb, sector 5177088
Oct 24 12:22:07 falcon-p01 kernel: [  202.880406] Buffer I/O error on device sdb, logical block 647136
Oct 24 12:22:07 falcon-p01 kernel: [  202.880417] usb 2-4: unregistering device
Oct 24 12:22:07 falcon-p01 kernel: [  202.880427] usb 2-4: unregistering interface 2-4:1.0
Oct 24 12:22:07 falcon-p01 kernel: [  202.880447] Buffer I/O error on device sdb, logical block 647137
Oct 24 12:22:07 falcon-p01 kernel: [  202.880455] Buffer I/O error on device sdb, logical block 647138
Oct 24 12:22:07 falcon-p01 kernel: [  202.880463] Buffer I/O error on device sdb, logical block 647139
Oct 24 12:22:07 falcon-p01 kernel: [  202.880471] Buffer I/O error on device sdb, logical block 647140
Oct 24 12:22:07 falcon-p01 kernel: [  202.880479] Buffer I/O error on device sdb, logical block 647141
Oct 24 12:22:07 falcon-p01 kernel: [  202.880487] Buffer I/O error on device sdb, logical block 647142
Oct 24 12:22:07 falcon-p01 kernel: [  202.880495] Buffer I/O error on device sdb, logical block 647143
Oct 24 12:22:07 falcon-p01 kernel: [  202.880503] Buffer I/O error on device sdb, logical block 647144
Oct 24 12:22:07 falcon-p01 kernel: [  202.880511] Buffer I/O error on device sdb, logical block 647145
Oct 24 12:22:07 falcon-p01 kernel: [  202.880559] sd 3:0:0:0: rejecting I/O to offline device
Oct 24 12:22:07 falcon-p01 kernel: [  202.880568] sd 3:0:0:0: [sdb] killing request
Oct 24 12:22:07 falcon-p01 kernel: [  202.880888] sd 3:0:0:0: [sdb] Unhandled error code
Oct 24 12:22:07 falcon-p01 kernel: [  202.880898] sd 3:0:0:0: [sdb]  Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
Oct 24 12:22:07 falcon-p01 kernel: [  202.880908] sd 3:0:0:0: [sdb] CDB: Read(10): 28 00 00 4e ff f0 00 00 10 00
Oct 24 12:22:07 falcon-p01 kernel: [  202.880934] end_request: I/O error, dev sdb, sector 5177328
Oct 24 12:22:07 falcon-p01 kernel: [  203.016045] xhci_hcd 0000:0e:00.0: xhci_hub_status_data: stopping port polling.
Oct 24 12:22:08 falcon-p01 kernel: [  203.454371] xhci_hcd 0000:0e:00.0: Port Status Change Event for port 1
Oct 24 12:22:08 falcon-p01 kernel: [  203.454383] xhci_hcd 0000:0e:00.0: resume root hub
Oct 24 12:22:08 falcon-p01 kernel: [  203.454400] xhci_hcd 0000:0e:00.0: port resume event for port 1
Oct 24 12:22:08 falcon-p01 kernel: [  203.454409] xhci_hcd 0000:0e:00.0: resume HS port 1
Oct 24 12:22:08 falcon-p01 kernel: [  203.454420] xhci_hcd 0000:0e:00.0: handle_port_status: starting port polling.
Oct 24 12:22:08 falcon-p01 kernel: [  203.454431] xhci_hcd 0000:0e:00.0: xhci_hub_status_data: stopping port polling.
Oct 24 12:22:08 falcon-p01 kernel: [  203.454469] usb usb1: usb wakeup-resume
Oct 24 12:22:08 falcon-p01 kernel: [  203.454481] usb usb1: usb auto-resume
Oct 24 12:22:08 falcon-p01 kernel: [  203.468025] hub 1-0:1.0: hub_resume
Oct 24 12:22:08 falcon-p01 kernel: [  203.468044] xhci_hcd 0000:0e:00.0: get port status, actual port 0 status  = 0x40000fe3
Oct 24 12:22:08 falcon-p01 kernel: [  203.468053] xhci_hcd 0000:0e:00.0: Get port status returned 0x507
Oct 24 12:22:08 falcon-p01 kernel: [  203.468065] hub 1-0:1.0: port 1: status 0507 change 0000
Oct 24 12:22:08 falcon-p01 kernel: [  203.617515] xhci_hcd 0000:0e:00.0: Port Status Change Event for port 5
Oct 24 12:22:08 falcon-p01 kernel: [  203.617527] xhci_hcd 0000:0e:00.0: handle_port_status: starting port polling.
Oct 24 12:22:09 falcon-p01 kernel: [  204.182709] usb 2-4: usb_disable_device nuking all URBs
Oct 24 12:22:09 falcon-p01 kernel: [  204.182726] xhci_hcd 0000:0e:00.0: xhci_drop_endpoint called for udev ffff880114c24000
Oct 24 12:22:09 falcon-p01 kernel: [  204.182736] xhci_hcd 0000:0e:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011696eb40
Oct 24 12:22:09 falcon-p01 kernel: [  204.182745] xhci_hcd 0000:0e:00.0: xhci_drop_endpoint called for udev ffff880114c24000
Oct 24 12:22:09 falcon-p01 kernel: [  204.182754] xhci_hcd 0000:0e:00.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011696eb80
Oct 24 12:22:09 falcon-p01 kernel: [  204.182763] xhci_hcd 0000:0e:00.0: xhci_check_bandwidth called for udev ffff880114c24000
Oct 24 12:22:09 falcon-p01 kernel: [  204.184657] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0002
Oct 24 12:22:09 falcon-p01 kernel: [  204.184677] xhci_hcd 0000:0e:00.0: get port status, actual port 0 status  = 0x40000fe3
Oct 24 12:22:09 falcon-p01 kernel: [  204.184685] xhci_hcd 0000:0e:00.0: Resume USB2 port 1
Oct 24 12:22:09 falcon-p01 kernel: [  204.184693] xhci_hcd 0000:0e:00.0: set port 1 resume
Oct 24 12:22:09 falcon-p01 kernel: [  204.184701] xhci_hcd 0000:0e:00.0: Get port status returned 0x40503
Oct 24 12:22:09 falcon-p01 kernel: [  204.184716] xhci_hcd 0000:0e:00.0: clear port suspend/resume change, actual port 0 status  = 0x40000fe3
Oct 24 12:22:09 falcon-p01 kernel: [  204.194599] EXT4-fs (sda1): re-mounted. Opts: user_xattr,barrier=1,data=ordered
Oct 24 12:22:09 falcon-p01 kernel: [  204.201229] usb 1-1: usb wakeup-resume
Oct 24 12:22:09 falcon-p01 kernel: [  204.201254] xhci_hcd 0000:0e:00.0: get port status, actual port 0 status  = 0x40000fe3
Oct 24 12:22:09 falcon-p01 kernel: [  204.201263] xhci_hcd 0000:0e:00.0: Resume USB2 port 1
Oct 24 12:22:09 falcon-p01 kernel: [  204.201270] xhci_hcd 0000:0e:00.0: set port 1 resume
Oct 24 12:22:09 falcon-p01 kernel: [  204.201279] xhci_hcd 0000:0e:00.0: Get port status returned 0x40503
Oct 24 12:22:09 falcon-p01 kernel: [  204.201295] xhci_hcd 0000:0e:00.0: clear port suspend/resume change, actual port 0 status  = 0x40000fe3
Oct 24 12:22:09 falcon-p01 kernel: [  204.201305] usb 1-1: finish resume
Oct 24 12:22:09 falcon-p01 kernel: [  204.201320] xhci_hcd 0000:0e:00.0: Queueing ctrl tx for slot id 1, ep 0
Oct 24 12:22:09 falcon-p01 kernel: [  204.201402] xhci_hcd 0000:0e:00.0: DMA address or buffer contents= 3138263968
Oct 24 12:22:09 falcon-p01 kernel: [  204.201447] xhci_hcd 0000:0e:00.0: Queueing ctrl tx for slot id 1, ep 0
Oct 24 12:22:09 falcon-p01 kernel: [  204.201501] xhci_hcd 0000:0e:00.0: DMA address or buffer contents= 3138264000
Oct 24 12:22:09 falcon-p01 kernel: [  204.201685] hub 1-1:1.0: hub_resume
Oct 24 12:22:09 falcon-p01 kernel: [  204.201700] xhci_hcd 0000:0e:00.0: Queueing ctrl tx for slot id 1, ep 0
Oct 24 12:22:09 falcon-p01 kernel: [  204.201710] xhci_hcd 0000:0e:00.0: Toggle cycle state for ring ffff880115fc3240 = 1
Oct 24 12:22:09 falcon-p01 kernel: [  204.201803] xhci_hcd 0000:0e:00.0: DMA address or buffer contents= 3138263040
Oct 24 12:22:09 falcon-p01 kernel: [  204.201999] xhci_hcd 0000:0e:00.0: Queueing ctrl tx for slot id 1, ep 0
Oct 24 12:22:09 falcon-p01 kernel: [  204.202088] xhci_hcd 0000:0e:00.0: DMA address or buffer contents= 3138263088
Oct 24 12:22:09 falcon-p01 kernel: [  204.202120] xhci_hcd 0000:0e:00.0: Queueing ctrl tx for slot id 1, ep 0
Oct 24 12:22:09 falcon-p01 kernel: [  204.202212] xhci_hcd 0000:0e:00.0: DMA address or buffer contents= 3138263136
Oct 24 12:22:09 falcon-p01 kernel: [  204.202337] xhci_hcd 0000:0e:00.0: Queueing ctrl tx for slot id 1, ep 0
Oct 24 12:22:09 falcon-p01 kernel: [  204.202420] xhci_hcd 0000:0e:00.0: DMA address or buffer contents= 3138263184
Oct 24 12:22:09 falcon-p01 kernel: [  204.203592] xhci_hcd 0000:0e:00.0: Queueing ctrl tx for slot id 1, ep 0
Oct 24 12:22:09 falcon-p01 kernel: [  204.203676] xhci_hcd 0000:0e:00.0: DMA address or buffer contents= 3138263216
Oct 24 12:22:09 falcon-p01 kernel: [  204.241225] init: smbd main process (1930) killed by TERM signal
Oct 24 12:22:09 falcon-p01 kernel: [  204.256034] xhci_hcd 0000:0e:00.0: Poll event ring: 4294943360
Oct 24 12:22:09 falcon-p01 kernel: [  204.256044] xhci_hcd 0000:0e:00.0: op reg status = 0x0
Oct 24 12:22:09 falcon-p01 kernel: [  204.256052] xhci_hcd 0000:0e:00.0: ir_set 0 pending = 0x2
Oct 24 12:22:09 falcon-p01 kernel: [  204.256059] xhci_hcd 0000:0e:00.0: HC error bitmask = 0x24
Oct 24 12:22:09 falcon-p01 kernel: [  204.256065] xhci_hcd 0000:0e:00.0: Event ring:
Oct 24 12:22:09 falcon-p01 kernel: [  204.256075] xhci_hcd 0000:0e:00.0: @00000000bb0e1400 c4b2db00 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256085] xhci_hcd 0000:0e:00.0: @00000000bb0e1410 c4b2d500 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256094] xhci_hcd 0000:0e:00.0: @00000000bb0e1420 c4b2d510 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256103] xhci_hcd 0000:0e:00.0: @00000000bb0e1430 c4b2db10 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256112] xhci_hcd 0000:0e:00.0: @00000000bb0e1440 c4b2d540 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256121] xhci_hcd 0000:0e:00.0: @00000000bb0e1450 c4b2d550 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256130] xhci_hcd 0000:0e:00.0: @00000000bb0e1460 c4b2db20 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256139] xhci_hcd 0000:0e:00.0: @00000000bb0e1470 c4b2d570 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256148] xhci_hcd 0000:0e:00.0: @00000000bb0e1480 c4b2d580 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256157] xhci_hcd 0000:0e:00.0: @00000000bb0e1490 c4b2db30 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256166] xhci_hcd 0000:0e:00.0: @00000000bb0e14a0 c4b2d5b0 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256175] xhci_hcd 0000:0e:00.0: @00000000bb0e14b0 c4b2d5c0 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256184] xhci_hcd 0000:0e:00.0: @00000000bb0e14c0 c4b2db40 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256193] xhci_hcd 0000:0e:00.0: @00000000bb0e14d0 c4b2d5e0 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256202] xhci_hcd 0000:0e:00.0: @00000000bb0e14e0 c4b2d5f0 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256211] xhci_hcd 0000:0e:00.0: @00000000bb0e14f0 c4b2db50 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256220] xhci_hcd 0000:0e:00.0: @00000000bb0e1500 c4b2d620 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256229] xhci_hcd 0000:0e:00.0: @00000000bb0e1510 c4b2d630 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256238] xhci_hcd 0000:0e:00.0: @00000000bb0e1520 c4b2db60 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256247] xhci_hcd 0000:0e:00.0: @00000000bb0e1530 c4b2d650 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256256] xhci_hcd 0000:0e:00.0: @00000000bb0e1540 c4b2d660 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256265] xhci_hcd 0000:0e:00.0: @00000000bb0e1550 c4b2db70 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256274] xhci_hcd 0000:0e:00.0: @00000000bb0e1560 c4b2d690 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256283] xhci_hcd 0000:0e:00.0: @00000000bb0e1570 c4b2d6a0 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256292] xhci_hcd 0000:0e:00.0: @00000000bb0e1580 c4b2db80 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256301] xhci_hcd 0000:0e:00.0: @00000000bb0e1590 c4b2d6c0 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256310] xhci_hcd 0000:0e:00.0: @00000000bb0e15a0 c4b2d6d0 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256319] xhci_hcd 0000:0e:00.0: @00000000bb0e15b0 c4b2db90 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256328] xhci_hcd 0000:0e:00.0: @00000000bb0e15c0 c4b2d700 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256337] xhci_hcd 0000:0e:00.0: @00000000bb0e15d0 c4b2d710 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256346] xhci_hcd 0000:0e:00.0: @00000000bb0e15e0 c4b2dba0 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256355] xhci_hcd 0000:0e:00.0: @00000000bb0e15f0 c4b2d730 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256364] xhci_hcd 0000:0e:00.0: @00000000bb0e1600 c4b2d740 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256373] xhci_hcd 0000:0e:00.0: @00000000bb0e1610 c4b2dbb0 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256382] xhci_hcd 0000:0e:00.0: @00000000bb0e1620 c4b2d770 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256391] xhci_hcd 0000:0e:00.0: @00000000bb0e1630 c4b2d780 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256400] xhci_hcd 0000:0e:00.0: @00000000bb0e1640 c4b2dbc0 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256409] xhci_hcd 0000:0e:00.0: @00000000bb0e1650 c4b2d7a0 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256418] xhci_hcd 0000:0e:00.0: @00000000bb0e1660 c4b2d7b0 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256427] xhci_hcd 0000:0e:00.0: @00000000bb0e1670 c4b2dbd0 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256436] xhci_hcd 0000:0e:00.0: @00000000bb0e1680 c4b2d7e0 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256445] xhci_hcd 0000:0e:00.0: @00000000bb0e1690 c4b2d400 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256454] xhci_hcd 0000:0e:00.0: @00000000bb0e16a0 c4b2dbe0 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256463] xhci_hcd 0000:0e:00.0: @00000000bb0e16b0 c4b2d420 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256472] xhci_hcd 0000:0e:00.0: @00000000bb0e16c0 c4b2d430 00000000 01000000 02038000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256481] xhci_hcd 0000:0e:00.0: @00000000bb0e16d0 c4b2d800 00000000 01000000 02048000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256490] xhci_hcd 0000:0e:00.0: @00000000bb0e16e0 bb0e1360 00000000 01000000 02008400
Oct 24 12:22:09 falcon-p01 kernel: [  204.256499] xhci_hcd 0000:0e:00.0: @00000000bb0e16f0 05000000 00000000 01000000 00008800
Oct 24 12:22:09 falcon-p01 kernel: [  204.256508] xhci_hcd 0000:0e:00.0: @00000000bb0e1700 bb0e1370 00000000 01000000 02008400
Oct 24 12:22:09 falcon-p01 kernel: [  204.256517] xhci_hcd 0000:0e:00.0: @00000000bb0e1710 bb0e1380 00000000 18000000 00008400
Oct 24 12:22:09 falcon-p01 kernel: [  204.256526] xhci_hcd 0000:0e:00.0: @00000000bb0e1720 bb0e1380 00000000 18000000 00008400
Oct 24 12:22:09 falcon-p01 kernel: [  204.256535] xhci_hcd 0000:0e:00.0: @00000000bb0e1730 05000000 00000000 01000000 00008800
Oct 24 12:22:09 falcon-p01 kernel: [  204.256544] xhci_hcd 0000:0e:00.0: @00000000bb0e1740 01000000 00000000 01000000 00008800
Oct 24 12:22:09 falcon-p01 kernel: [  204.256553] xhci_hcd 0000:0e:00.0: @00000000bb0e1750 05000000 00000000 01000000 00008800
Oct 24 12:22:09 falcon-p01 kernel: [  204.256562] xhci_hcd 0000:0e:00.0: @00000000bb0e1760 bb0e1ba0 00000000 01000000 01018000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256571] xhci_hcd 0000:0e:00.0: @00000000bb0e1770 bb0e1bc0 00000000 01000000 01018000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256580] xhci_hcd 0000:0e:00.0: @00000000bb0e1780 bb0e1800 00000000 01000000 01018000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256589] xhci_hcd 0000:0e:00.0: @00000000bb0e1790 bb0e1830 00000000 01000000 01018000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256598] xhci_hcd 0000:0e:00.0: @00000000bb0e17a0 bb0e1860 00000000 01000000 01018000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256607] xhci_hcd 0000:0e:00.0: @00000000bb0e17b0 bb0e1890 00000000 01000000 01018000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256616] xhci_hcd 0000:0e:00.0: @00000000bb0e17c0 bb0e18b0 00000000 01000000 01018000
Oct 24 12:22:09 falcon-p01 kernel: [  204.256625] xhci_hcd 0000:0e:00.0: @00000000bb0e17d0 c4b2daf0 00000000 01000000 02048001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256634] xhci_hcd 0000:0e:00.0: @00000000bb0e17e0 c4b2d4d0 00000000 01000000 02038001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256643] xhci_hcd 0000:0e:00.0: @00000000bb0e17f0 c4b2d4e0 00000000 01000000 02038001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256652] xhci_hcd 0000:0e:00.0: Ring deq = ffff8800bb0e17d0 (virt), 0xbb0e17d0 (dma)
Oct 24 12:22:09 falcon-p01 kernel: [  204.256660] xhci_hcd 0000:0e:00.0: Ring deq updated 122237 times
Oct 24 12:22:09 falcon-p01 kernel: [  204.256668] xhci_hcd 0000:0e:00.0: Ring enq = ffff8800bb0e1400 (virt), 0xbb0e1400 (dma)
Oct 24 12:22:09 falcon-p01 kernel: [  204.256675] xhci_hcd 0000:0e:00.0: Ring enq updated 0 times
Oct 24 12:22:09 falcon-p01 kernel: [  204.256683] xhci_hcd 0000:0e:00.0: ERST deq = 64'hbb0e17d0
Oct 24 12:22:09 falcon-p01 kernel: [  204.256689] xhci_hcd 0000:0e:00.0: Command ring:
Oct 24 12:22:09 falcon-p01 kernel: [  204.256697] xhci_hcd 0000:0e:00.0: @00000000bb0e1000 00000000 00000000 00000000 00002401
Oct 24 12:22:09 falcon-p01 kernel: [  204.256706] xhci_hcd 0000:0e:00.0: @00000000bb0e1010 bb0bd000 00000000 00000000 01002c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.256715] xhci_hcd 0000:0e:00.0: @00000000bb0e1020 bb0bd000 00000000 00000000 01003001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256724] xhci_hcd 0000:0e:00.0: @00000000bb0e1030 bb0ab000 00000000 00000000 01003001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256733] xhci_hcd 0000:0e:00.0: @00000000bb0e1040 00000000 00000000 00000000 01033c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.256742] xhci_hcd 0000:0e:00.0: @00000000bb0e1050 bb0be011 00000000 00000000 01034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256751] xhci_hcd 0000:0e:00.0: @00000000bb0e1060 00000000 00000000 00000000 01833c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.256760] xhci_hcd 0000:0e:00.0: @00000000bb0e1070 00000000 00000000 00000000 01813c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.256768] xhci_hcd 0000:0e:00.0: @00000000bb0e1080 00000000 00000000 00000000 00002401
Oct 24 12:22:09 falcon-p01 kernel: [  204.256777] xhci_hcd 0000:0e:00.0: @00000000bb0e1090 c4b4b000 00000000 00000000 02002c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.256786] xhci_hcd 0000:0e:00.0: @00000000bb0e10a0 c4b4b000 00000000 00000000 02002c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.256795] xhci_hcd 0000:0e:00.0: @00000000bb0e10b0 00000000 00000000 00000000 02002801
Oct 24 12:22:09 falcon-p01 kernel: [  204.256804] xhci_hcd 0000:0e:00.0: @00000000bb0e10c0 00000000 00000000 00000000 00002401
Oct 24 12:22:09 falcon-p01 kernel: [  204.256813] xhci_hcd 0000:0e:00.0: @00000000bb0e10d0 00000000 00000000 00000000 02002801
Oct 24 12:22:09 falcon-p01 kernel: [  204.256822] xhci_hcd 0000:0e:00.0: @00000000bb0e10e0 00000000 00000000 00000000 00002401
Oct 24 12:22:09 falcon-p01 kernel: [  204.256831] xhci_hcd 0000:0e:00.0: @00000000bb0e10f0 bb0ab000 00000000 00000000 02002c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.256840] xhci_hcd 0000:0e:00.0: @00000000bb0e1100 bb0ab000 00000000 00000000 02003001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256849] xhci_hcd 0000:0e:00.0: @00000000bb0e1110 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.256858] xhci_hcd 0000:0e:00.0: @00000000bb0e1120 bb0be871 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256867] xhci_hcd 0000:0e:00.0: @00000000bb0e1130 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.256876] xhci_hcd 0000:0e:00.0: @00000000bb0e1140 bb0be8a1 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256885] xhci_hcd 0000:0e:00.0: @00000000bb0e1150 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.256894] xhci_hcd 0000:0e:00.0: @00000000bb0e1160 bb0be901 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256902] xhci_hcd 0000:0e:00.0: @00000000bb0e1170 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.256911] xhci_hcd 0000:0e:00.0: @00000000bb0e1180 bb0be931 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256920] xhci_hcd 0000:0e:00.0: @00000000bb0e1190 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.256929] xhci_hcd 0000:0e:00.0: @00000000bb0e11a0 bb0bea21 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256938] xhci_hcd 0000:0e:00.0: @00000000bb0e11b0 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.256947] xhci_hcd 0000:0e:00.0: @00000000bb0e11c0 bb0bea61 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256956] xhci_hcd 0000:0e:00.0: @00000000bb0e11d0 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.256965] xhci_hcd 0000:0e:00.0: @00000000bb0e11e0 bb0bead1 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256974] xhci_hcd 0000:0e:00.0: @00000000bb0e11f0 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.256983] xhci_hcd 0000:0e:00.0: @00000000bb0e1200 bb0beb11 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.256992] xhci_hcd 0000:0e:00.0: @00000000bb0e1210 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.257001] xhci_hcd 0000:0e:00.0: @00000000bb0e1220 bb0beb41 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.257009] xhci_hcd 0000:0e:00.0: @00000000bb0e1230 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.257018] xhci_hcd 0000:0e:00.0: @00000000bb0e1240 bb0beb51 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.257027] xhci_hcd 0000:0e:00.0: @00000000bb0e1250 00000000 00000000 00000000 01033c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.257036] xhci_hcd 0000:0e:00.0: @00000000bb0e1260 bb0be041 00000000 00000000 01034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.257045] xhci_hcd 0000:0e:00.0: @00000000bb0e1270 00000000 00000000 00000000 01833c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.257054] xhci_hcd 0000:0e:00.0: @00000000bb0e1280 00000000 00000000 00000000 01813c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.257063] xhci_hcd 0000:0e:00.0: @00000000bb0e1290 00000000 00000000 00000000 02033c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.257072] xhci_hcd 0000:0e:00.0: @00000000bb0e12a0 bb0beb61 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.257081] xhci_hcd 0000:0e:00.0: @00000000bb0e12b0 00000000 00000000 00000000 02004401
Oct 24 12:22:09 falcon-p01 kernel: [  204.257090] xhci_hcd 0000:0e:00.0: @00000000bb0e12c0 bb0ab000 00000000 00000000 02002c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.257099] xhci_hcd 0000:0e:00.0: @00000000bb0e12d0 bb0ab000 00000000 00000000 02003001
Oct 24 12:22:09 falcon-p01 kernel: [  204.257108] xhci_hcd 0000:0e:00.0: @00000000bb0e12e0 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.257116] xhci_hcd 0000:0e:00.0: @00000000bb0e12f0 c4b2d551 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.257125] xhci_hcd 0000:0e:00.0: @00000000bb0e1300 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.257135] xhci_hcd 0000:0e:00.0: @00000000bb0e1310 c4b2d581 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.257143] xhci_hcd 0000:0e:00.0: @00000000bb0e1320 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.257152] xhci_hcd 0000:0e:00.0: @00000000bb0e1330 c4b2d6a1 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.257161] xhci_hcd 0000:0e:00.0: @00000000bb0e1340 00000000 00000000 00000000 02033801
Oct 24 12:22:09 falcon-p01 kernel: [  204.257170] xhci_hcd 0000:0e:00.0: @00000000bb0e1350 c4b2d6e1 00000000 00000000 02034001
Oct 24 12:22:09 falcon-p01 kernel: [  204.257179] xhci_hcd 0000:0e:00.0: @00000000bb0e1360 00000000 00000000 00000000 02033c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.257188] xhci_hcd 0000:0e:00.0: @00000000bb0e1370 00000000 00000000 00000000 02004401
Oct 24 12:22:09 falcon-p01 kernel: [  204.257197] xhci_hcd 0000:0e:00.0: @00000000bb0e1380 bb0ab000 00000000 00000000 02002c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.257206] xhci_hcd 0000:0e:00.0: @00000000bb0e1390 bb0ab000 00000000 00000000 02002c01
Oct 24 12:22:09 falcon-p01 kernel: [  204.257215] xhci_hcd 0000:0e:00.0: @00000000bb0e13a0 00000000 00000000 00000000 02002801
Oct 24 12:22:09 falcon-p01 kernel: [  204.257224] xhci_hcd 0000:0e:00.0: @00000000bb0e13b0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.257233] xhci_hcd 0000:0e:00.0: @00000000bb0e13c0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.257241] xhci_hcd 0000:0e:00.0: @00000000bb0e13d0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.257250] xhci_hcd 0000:0e:00.0: @00000000bb0e13e0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.257259] xhci_hcd 0000:0e:00.0: @00000000bb0e13f0 bb0e1000 00000000 00000000 00001802
Oct 24 12:22:09 falcon-p01 kernel: [  204.257268] xhci_hcd 0000:0e:00.0: Ring deq = ffff8800bb0e1390 (virt), 0xbb0e1390 (dma)
Oct 24 12:22:09 falcon-p01 kernel: [  204.257275] xhci_hcd 0000:0e:00.0: Ring deq updated 57 times
Oct 24 12:22:09 falcon-p01 kernel: [  204.257282] xhci_hcd 0000:0e:00.0: Ring enq = ffff8800bb0e13b0 (virt), 0xbb0e13b0 (dma)
Oct 24 12:22:09 falcon-p01 kernel: [  204.257290] xhci_hcd 0000:0e:00.0: Ring enq updated 59 times
Oct 24 12:22:09 falcon-p01 kernel: [  204.257298] xhci_hcd 0000:0e:00.0: // xHC command ring deq ptr low bits + flags = @00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.257306] xhci_hcd 0000:0e:00.0: // xHC command ring deq ptr high bits = @00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.257315] xhci_hcd 0000:0e:00.0: Dev 1 endpoint ring 0:
Oct 24 12:22:09 falcon-p01 kernel: [  204.257323] xhci_hcd 0000:0e:00.0: @00000000bb0e1800 00000000 00000000 00000000 00001021
Oct 24 12:22:09 falcon-p01 kernel: [  204.257332] xhci_hcd 0000:0e:00.0: @00000000bb0e1810 000000a3 00040002 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.257342] xhci_hcd 0000:0e:00.0: @00000000bb0e1820 cca52800 00000000 00000004 00010c05
Oct 24 12:22:09 falcon-p01 kernel: [  204.257350] xhci_hcd 0000:0e:00.0: @00000000bb0e1830 00000000 00000000 00000000 00001021
Oct 24 12:22:09 falcon-p01 kernel: [  204.257360] xhci_hcd 0000:0e:00.0: @00000000bb0e1840 000000a3 00040003 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.257369] xhci_hcd 0000:0e:00.0: @00000000bb0e1850 cca53800 00000000 00000004 00010c05
Oct 24 12:22:09 falcon-p01 kernel: [  204.257378] xhci_hcd 0000:0e:00.0: @00000000bb0e1860 00000000 00000000 00000000 00001021
Oct 24 12:22:09 falcon-p01 kernel: [  204.257387] xhci_hcd 0000:0e:00.0: @00000000bb0e1870 000000a3 00040004 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.257396] xhci_hcd 0000:0e:00.0: @00000000bb0e1880 cca54800 00000000 00000004 00010c05
Oct 24 12:22:09 falcon-p01 kernel: [  204.257405] xhci_hcd 0000:0e:00.0: @00000000bb0e1890 00000000 00000000 00000000 00001021
Oct 24 12:22:09 falcon-p01 kernel: [  204.257414] xhci_hcd 0000:0e:00.0: @00000000bb0e18a0 00100123 00000004 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.257423] xhci_hcd 0000:0e:00.0: @00000000bb0e18b0 00000000 00000000 00000000 00011021
Oct 24 12:22:09 falcon-p01 kernel: [  204.257432] xhci_hcd 0000:0e:00.0: @00000000bb0e18c0 00040323 00000004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257441] xhci_hcd 0000:0e:00.0: @00000000bb0e18d0 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257450] xhci_hcd 0000:0e:00.0: @00000000bb0e18e0 000000a3 00040004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257459] xhci_hcd 0000:0e:00.0: @00000000bb0e18f0 ce046800 00000000 00000004 00010c04
Oct 24 12:22:09 falcon-p01 kernel: [  204.257468] xhci_hcd 0000:0e:00.0: @00000000bb0e1900 00000000 00000000 00000000 00001020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257477] xhci_hcd 0000:0e:00.0: @00000000bb0e1910 00140123 00000004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257486] xhci_hcd 0000:0e:00.0: @00000000bb0e1920 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257495] xhci_hcd 0000:0e:00.0: @00000000bb0e1930 00010123 00000004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257504] xhci_hcd 0000:0e:00.0: @00000000bb0e1940 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257513] xhci_hcd 0000:0e:00.0: @00000000bb0e1950 00040323 00000004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257522] xhci_hcd 0000:0e:00.0: @00000000bb0e1960 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257531] xhci_hcd 0000:0e:00.0: @00000000bb0e1970 000000a3 00040004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257540] xhci_hcd 0000:0e:00.0: @00000000bb0e1980 ce04b800 00000000 00000004 00010c04
Oct 24 12:22:09 falcon-p01 kernel: [  204.257549] xhci_hcd 0000:0e:00.0: @00000000bb0e1990 00000000 00000000 00000000 00001020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257558] xhci_hcd 0000:0e:00.0: @00000000bb0e19a0 00140123 00000004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257567] xhci_hcd 0000:0e:00.0: @00000000bb0e19b0 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257576] xhci_hcd 0000:0e:00.0: @00000000bb0e19c0 00010123 00000004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257585] xhci_hcd 0000:0e:00.0: @00000000bb0e19d0 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257594] xhci_hcd 0000:0e:00.0: @00000000bb0e19e0 00010123 00000004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257602] xhci_hcd 0000:0e:00.0: @00000000bb0e19f0 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257612] xhci_hcd 0000:0e:00.0: @00000000bb0e1a00 000000a3 00040004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257621] xhci_hcd 0000:0e:00.0: @00000000bb0e1a10 ce04c000 00000000 00000004 00010c04
Oct 24 12:22:09 falcon-p01 kernel: [  204.257629] xhci_hcd 0000:0e:00.0: @00000000bb0e1a20 00000000 00000000 00000000 00001020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257638] xhci_hcd 0000:0e:00.0: @00000000bb0e1a30 00100123 00000004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257647] xhci_hcd 0000:0e:00.0: @00000000bb0e1a40 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257656] xhci_hcd 0000:0e:00.0: @00000000bb0e1a50 00160323 00000004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257665] xhci_hcd 0000:0e:00.0: @00000000bb0e1a60 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257674] xhci_hcd 0000:0e:00.0: @00000000bb0e1a70 000000a3 00040004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257683] xhci_hcd 0000:0e:00.0: @00000000bb0e1a80 ce04c800 00000000 00000004 00010c04
Oct 24 12:22:09 falcon-p01 kernel: [  204.257692] xhci_hcd 0000:0e:00.0: @00000000bb0e1a90 00000000 00000000 00000000 00001020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257701] xhci_hcd 0000:0e:00.0: @00000000bb0e1aa0 000000a3 00040004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257710] xhci_hcd 0000:0e:00.0: @00000000bb0e1ab0 ce04d000 00000000 00000004 00010c04
Oct 24 12:22:09 falcon-p01 kernel: [  204.257719] xhci_hcd 0000:0e:00.0: @00000000bb0e1ac0 00000000 00000000 00000000 00001020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257728] xhci_hcd 0000:0e:00.0: @00000000bb0e1ad0 000000a3 00040004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257737] xhci_hcd 0000:0e:00.0: @00000000bb0e1ae0 ce04d800 00000000 00000004 00010c04
Oct 24 12:22:09 falcon-p01 kernel: [  204.257746] xhci_hcd 0000:0e:00.0: @00000000bb0e1af0 00000000 00000000 00000000 00001020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257755] xhci_hcd 0000:0e:00.0: @00000000bb0e1b00 000000a3 00040004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257764] xhci_hcd 0000:0e:00.0: @00000000bb0e1b10 ce04e000 00000000 00000004 00010c04
Oct 24 12:22:09 falcon-p01 kernel: [  204.257773] xhci_hcd 0000:0e:00.0: @00000000bb0e1b20 00000000 00000000 00000000 00001020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257782] xhci_hcd 0000:0e:00.0: @00000000bb0e1b30 000000a3 00040004 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257791] xhci_hcd 0000:0e:00.0: @00000000bb0e1b40 ce04e800 00000000 00000004 00010c04
Oct 24 12:22:09 falcon-p01 kernel: [  204.257800] xhci_hcd 0000:0e:00.0: @00000000bb0e1b50 00000000 00000000 00000000 00001020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257809] xhci_hcd 0000:0e:00.0: @00000000bb0e1b60 00010300 00000000 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257818] xhci_hcd 0000:0e:00.0: @00000000bb0e1b70 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257827] xhci_hcd 0000:0e:00.0: @00000000bb0e1b80 00000080 00020000 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257836] xhci_hcd 0000:0e:00.0: @00000000bb0e1b90 cca50000 00000000 00000002 00010c04
Oct 24 12:22:09 falcon-p01 kernel: [  204.257845] xhci_hcd 0000:0e:00.0: @00000000bb0e1ba0 00000000 00000000 00000000 00001020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257854] xhci_hcd 0000:0e:00.0: @00000000bb0e1bb0 00010100 00000000 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257863] xhci_hcd 0000:0e:00.0: @00000000bb0e1bc0 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.257872] xhci_hcd 0000:0e:00.0: @00000000bb0e1bd0 000000a3 00040001 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.257881] xhci_hcd 0000:0e:00.0: @00000000bb0e1be0 cca51800 00000000 00000004 00010c04
Oct 24 12:22:09 falcon-p01 kernel: [  204.257890] xhci_hcd 0000:0e:00.0: @00000000bb0e1bf0 bb0e1800 00000000 00000000 00001802
Oct 24 12:22:09 falcon-p01 kernel: [  204.257898] xhci_hcd 0000:0e:00.0: Dev 1 endpoint ring 2:
Oct 24 12:22:09 falcon-p01 kernel: [  204.257907] xhci_hcd 0000:0e:00.0: @00000000bb0be000 cdd17800 00000000 00000001 00000425
Oct 24 12:22:09 falcon-p01 kernel: [  204.257916] xhci_hcd 0000:0e:00.0: @00000000bb0be010 ce045800 00000000 00000001 00000425
Oct 24 12:22:09 falcon-p01 kernel: [  204.257925] xhci_hcd 0000:0e:00.0: @00000000bb0be020 ce047000 00000000 00000001 00000425
Oct 24 12:22:09 falcon-p01 kernel: [  204.257934] xhci_hcd 0000:0e:00.0: @00000000bb0be030 ce04b000 00000000 00000001 00000425
Oct 24 12:22:09 falcon-p01 kernel: [  204.257943] xhci_hcd 0000:0e:00.0: @00000000bb0be040 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.257952] xhci_hcd 0000:0e:00.0: @00000000bb0be050 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.257960] xhci_hcd 0000:0e:00.0: @00000000bb0be060 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.257969] xhci_hcd 0000:0e:00.0: @00000000bb0be070 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.257978] xhci_hcd 0000:0e:00.0: @00000000bb0be080 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.257987] xhci_hcd 0000:0e:00.0: @00000000bb0be090 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.257996] xhci_hcd 0000:0e:00.0: @00000000bb0be0a0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258005] xhci_hcd 0000:0e:00.0: @00000000bb0be0b0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258014] xhci_hcd 0000:0e:00.0: @00000000bb0be0c0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258022] xhci_hcd 0000:0e:00.0: @00000000bb0be0d0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258031] xhci_hcd 0000:0e:00.0: @00000000bb0be0e0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258040] xhci_hcd 0000:0e:00.0: @00000000bb0be0f0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258049] xhci_hcd 0000:0e:00.0: @00000000bb0be100 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258058] xhci_hcd 0000:0e:00.0: @00000000bb0be110 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258067] xhci_hcd 0000:0e:00.0: @00000000bb0be120 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258076] xhci_hcd 0000:0e:00.0: @00000000bb0be130 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258084] xhci_hcd 0000:0e:00.0: @00000000bb0be140 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258093] xhci_hcd 0000:0e:00.0: @00000000bb0be150 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258102] xhci_hcd 0000:0e:00.0: @00000000bb0be160 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258111] xhci_hcd 0000:0e:00.0: @00000000bb0be170 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258120] xhci_hcd 0000:0e:00.0: @00000000bb0be180 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258129] xhci_hcd 0000:0e:00.0: @00000000bb0be190 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258137] xhci_hcd 0000:0e:00.0: @00000000bb0be1a0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258146] xhci_hcd 0000:0e:00.0: @00000000bb0be1b0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258155] xhci_hcd 0000:0e:00.0: @00000000bb0be1c0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258164] xhci_hcd 0000:0e:00.0: @00000000bb0be1d0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258173] xhci_hcd 0000:0e:00.0: @00000000bb0be1e0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258182] xhci_hcd 0000:0e:00.0: @00000000bb0be1f0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258191] xhci_hcd 0000:0e:00.0: @00000000bb0be200 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258199] xhci_hcd 0000:0e:00.0: @00000000bb0be210 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258208] xhci_hcd 0000:0e:00.0: @00000000bb0be220 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258217] xhci_hcd 0000:0e:00.0: @00000000bb0be230 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258226] xhci_hcd 0000:0e:00.0: @00000000bb0be240 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258235] xhci_hcd 0000:0e:00.0: @00000000bb0be250 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258244] xhci_hcd 0000:0e:00.0: @00000000bb0be260 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258253] xhci_hcd 0000:0e:00.0: @00000000bb0be270 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258261] xhci_hcd 0000:0e:00.0: @00000000bb0be280 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258270] xhci_hcd 0000:0e:00.0: @00000000bb0be290 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258279] xhci_hcd 0000:0e:00.0: @00000000bb0be2a0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258288] xhci_hcd 0000:0e:00.0: @00000000bb0be2b0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258297] xhci_hcd 0000:0e:00.0: @00000000bb0be2c0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258306] xhci_hcd 0000:0e:00.0: @00000000bb0be2d0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258315] xhci_hcd 0000:0e:00.0: @00000000bb0be2e0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258323] xhci_hcd 0000:0e:00.0: @00000000bb0be2f0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258332] xhci_hcd 0000:0e:00.0: @00000000bb0be300 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258341] xhci_hcd 0000:0e:00.0: @00000000bb0be310 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258350] xhci_hcd 0000:0e:00.0: @00000000bb0be320 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258359] xhci_hcd 0000:0e:00.0: @00000000bb0be330 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258368] xhci_hcd 0000:0e:00.0: @00000000bb0be340 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258376] xhci_hcd 0000:0e:00.0: @00000000bb0be350 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258385] xhci_hcd 0000:0e:00.0: @00000000bb0be360 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258394] xhci_hcd 0000:0e:00.0: @00000000bb0be370 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258403] xhci_hcd 0000:0e:00.0: @00000000bb0be380 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258412] xhci_hcd 0000:0e:00.0: @00000000bb0be390 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258421] xhci_hcd 0000:0e:00.0: @00000000bb0be3a0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258430] xhci_hcd 0000:0e:00.0: @00000000bb0be3b0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258438] xhci_hcd 0000:0e:00.0: @00000000bb0be3c0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258447] xhci_hcd 0000:0e:00.0: @00000000bb0be3d0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258456] xhci_hcd 0000:0e:00.0: @00000000bb0be3e0 00000000 00000000 00000000 00000000
Oct 24 12:22:09 falcon-p01 kernel: [  204.258465] xhci_hcd 0000:0e:00.0: @00000000bb0be3f0 bb0be000 00000000 00000000 00001802
Oct 24 12:22:09 falcon-p01 kernel: [  204.258477] xhci_hcd 0000:0e:00.0: Dev 2 endpoint ring 0:
Oct 24 12:22:09 falcon-p01 kernel: [  204.258485] xhci_hcd 0000:0e:00.0: @00000000bb0be400 00000000 00000000 00000000 00001020
Oct 24 12:22:09 falcon-p01 kernel: [  204.258494] xhci_hcd 0000:0e:00.0: @00000000bb0be410 0f000680 002a0000 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.258503] xhci_hcd 0000:0e:00.0: @00000000bb0be420 ce349000 00000000 0000002a 00010c04
Oct 24 12:22:09 falcon-p01 kernel: [  204.258512] xhci_hcd 0000:0e:00.0: @00000000bb0be430 00000000 00000000 00000000 00001020
Oct 24 12:22:09 falcon-p01 kernel: [  204.258521] xhci_hcd 0000:0e:00.0: @00000000bb0be440 02000680 002c0000 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.258530] xhci_hcd 0000:0e:00.0: @00000000bb0be450 ca4eecc0 00000000 0000002c 00010c04
Oct 24 12:22:09 falcon-p01 kernel: [  204.258539] xhci_hcd 0000:0e:00.0: @00000000bb0be460 00000000 00000000 00000000 00001020
Oct 24 12:22:09 falcon-p01 kernel: [  204.258548] xhci_hcd 0000:0e:00.0: @00000000bb0be470 03030680 00ff0409 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.258557] xhci_hcd 0000:0e:00.0: @00000000bb0be480 ce349800 00000000 000000ff 00010c04
Oct 24 12:22:09 falcon-p01 kernel: [  204.258566] xhci_hcd 0000:0e:00.0: @00000000bb0be490 00000000 00000000 00000000 00001020
Oct 24 12:22:09 falcon-p01 kernel: [  204.258575] xhci_hcd 0000:0e:00.0: @00000000bb0be4a0 00010900 00000000 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.258584] xhci_hcd 0000:0e:00.0: @00000000bb0be4b0 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.258593] xhci_hcd 0000:0e:00.0: @00000000bb0be4c0 00000102 00000081 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.258602] xhci_hcd 0000:0e:00.0: @00000000bb0be4d0 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.258611] xhci_hcd 0000:0e:00.0: @00000000bb0be4e0 00000102 00000081 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.258620] xhci_hcd 0000:0e:00.0: @00000000bb0be4f0 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.258629] xhci_hcd 0000:0e:00.0: @00000000bb0be500 00000102 00000081 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.258638] xhci_hcd 0000:0e:00.0: @00000000bb0be510 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.258647] xhci_hcd 0000:0e:00.0: @00000000bb0be520 00000102 00000081 00000008 00000840
Oct 24 12:22:09 falcon-p01 kernel: [  204.258656] xhci_hcd 0000:0e:00.0: @00000000bb0be530 00000000 00000000 00000000 00011020
Oct 24 12:22:09 falcon-p01 kernel: [  204.258665] xhci_hcd 0000:0e:00.0: @00000000bb0be540 00000000 00000000 00000000 00001021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258674] xhci_hcd 0000:0e:00.0: @00000000bb0be550 030b0680 00ff0409 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258683] xhci_hcd 0000:0e:00.0: @00000000bb0be560 ce050800 00000000 000000ff 00010c05
Oct 24 12:22:09 falcon-p01 kernel: [  204.258692] xhci_hcd 0000:0e:00.0: @00000000bb0be570 00000000 00000000 00000000 00001021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258701] xhci_hcd 0000:0e:00.0: @00000000bb0be580 030a0680 00ff0409 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258710] xhci_hcd 0000:0e:00.0: @00000000bb0be590 ce051000 00000000 000000ff 00010c05
Oct 24 12:22:09 falcon-p01 kernel: [  204.258719] xhci_hcd 0000:0e:00.0: @00000000bb0be5a0 00000000 00000000 00000000 00001021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258728] xhci_hcd 0000:0e:00.0: @00000000bb0be5b0 03030680 00ff0409 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258737] xhci_hcd 0000:0e:00.0: @00000000bb0be5c0 ce051800 00000000 000000ff 00010c05
Oct 24 12:22:09 falcon-p01 kernel: [  204.258746] xhci_hcd 0000:0e:00.0: @00000000bb0be5d0 00000000 00000000 00000000 00001021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258755] xhci_hcd 0000:0e:00.0: @00000000bb0be5e0 00010900 00000000 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258764] xhci_hcd 0000:0e:00.0: @00000000bb0be5f0 00000000 00000000 00000000 00011021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258773] xhci_hcd 0000:0e:00.0: @00000000bb0be600 0000fea1 00010000 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258782] xhci_hcd 0000:0e:00.0: @00000000bb0be610 bb0b0000 00000000 00000001 00010c05
Oct 24 12:22:09 falcon-p01 kernel: [  204.258791] xhci_hcd 0000:0e:00.0: @00000000bb0be620 00000000 00000000 00000000 00001021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258800] xhci_hcd 0000:0e:00.0: @00000000bb0be630 00000102 00000081 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258808] xhci_hcd 0000:0e:00.0: @00000000bb0be640 00000000 00000000 00000000 00011021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258817] xhci_hcd 0000:0e:00.0: @00000000bb0be650 00000102 00000081 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258826] xhci_hcd 0000:0e:00.0: @00000000bb0be660 00000000 00000000 00000000 00011021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258835] xhci_hcd 0000:0e:00.0: @00000000bb0be670 00000102 00000081 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258844] xhci_hcd 0000:0e:00.0: @00000000bb0be680 00000000 00000000 00000000 00011021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258853] xhci_hcd 0000:0e:00.0: @00000000bb0be690 00000102 00000081 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258862] xhci_hcd 0000:0e:00.0: @00000000bb0be6a0 00000000 00000000 00000000 00011021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258871] xhci_hcd 0000:0e:00.0: @00000000bb0be6b0 00000102 00000081 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258880] xhci_hcd 0000:0e:00.0: @00000000bb0be6c0 00000000 00000000 00000000 00011021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258889] xhci_hcd 0000:0e:00.0: @00000000bb0be6d0 00000102 00000081 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258898] xhci_hcd 0000:0e:00.0: @00000000bb0be6e0 00000000 00000000 00000000 00011021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258907] xhci_hcd 0000:0e:00.0: @00000000bb0be6f0 00000102 00000081 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258916] xhci_hcd 0000:0e:00.0: @00000000bb0be700 00000000 00000000 00000000 00011021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258925] xhci_hcd 0000:0e:00.0: @00000000bb0be710 00000102 00000081 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258934] xhci_hcd 0000:0e:00.0: @00000000bb0be720 00000000 00000000 00000000 00011021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258943] xhci_hcd 0000:0e:00.0: @00000000bb0be730 00000102 00000081 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258952] xhci_hcd 0000:0e:00.0: @00000000bb0be740 00000000 00000000 00000000 00011021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258961] xhci_hcd 0000:0e:00.0: @00000000bb0be750 00000102 00000081 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258970] xhci_hcd 0000:0e:00.0: @00000000bb0be760 00000000 00000000 00000000 00011021
Oct 24 12:22:09 falcon-p01 kernel: [  204.258979] xhci_hcd 0000:0e:00.0: @00000000bb0be770 01000680 00080000 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.258988] xhci_hcd 0000:0e:00.0: @00000000bb0be780 c4b32580 00000000 00000008 00010c05
Oct 24 12:22:09 falcon-p01 kernel: [  204.258997] xhci_hcd 0000:0e:00.0: @00000000bb0be790 00000000 00000000 00000000 00001021
Oct 24 12:22:09 falcon-p01 kernel: [  204.259006] xhci_hcd 0000:0e:00.0: @00000000bb0be7a0 01000680 00120000 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.259015] xhci_hcd 0000:0e:00.0: @00000000bb0be7b0 c4b32580 00000000 00000012 00010c05
Oct 24 12:22:09 falcon-p01 kernel: [  204.259024] xhci_hcd 0000:0e:00.0: @00000000bb0be7c0 00000000 00000000 00000000 00001021
Oct 24 12:22:09 falcon-p01 kernel: [  204.259033] xhci_hcd 0000:0e:00.0: @00000000bb0be7d0 0f000680 00050000 00000008 00000841
Oct 24 12:22:09 falcon-p01 kernel: [  204.259042] xhci_hcd 0000:0e:00.0: @00000000bb0be7e0 c4b32580 00000000 00000005 00010c05
Oct 24 12:22:09 falcon-p01 kernel: [  204.259051] xhci_hcd 0000:0e:00.0: @00000000bb0be7f0 bb0be400 00000000 00000000 00001803
Oct 24 12:22:09 falcon-p01 kernel: [  204.298939] EXT4-fs (sda1): re-mounted. Opts: user_xattr,barrier=1,data=ordered
Oct 24 12:22:09 falcon-p01 kernel: [  204.304061] xhci_hcd 0000:0e:00.0: ep 0x81 - urb len = 0x1 (1), addr = 0xcca98000, num_trbs = 1
Oct 24 12:22:09 falcon-p01 kernel: [  204.304090] hub 1-0:1.0: resume on port 1, status 0
Oct 24 12:22:09 falcon-p01 kernel: [  204.304107] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:22:09 falcon-p01 kernel: [  204.304125] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x21203
Oct 24 12:22:09 falcon-p01 kernel: [  204.304136] xhci_hcd 0000:0e:00.0: Get port status returned 0x10203
Oct 24 12:22:09 falcon-p01 kernel: [  204.304153] xhci_hcd 0000:0e:00.0: clear port connect change, actual port 3 status  = 0x1203
Oct 24 12:22:09 falcon-p01 kernel: [  204.304167] hub 2-0:1.0: port 4, status 0203, change 0001, 5.0 Gb/s
Oct 24 12:22:09 falcon-p01 kernel: [  204.304179] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:09 falcon-p01 kernel: [  204.304188] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:09 falcon-p01 kernel: [  204.336035] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:09 falcon-p01 kernel: [  204.336046] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:09 falcon-p01 kernel: [  204.368028] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:09 falcon-p01 kernel: [  204.368037] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:09 falcon-p01 kernel: [  204.400028] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:09 falcon-p01 kernel: [  204.400037] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:09 falcon-p01 kernel: [  204.432028] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:09 falcon-p01 kernel: [  204.432037] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:09 falcon-p01 kernel: [  204.432049] hub 2-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x203
Oct 24 12:22:09 falcon-p01 kernel: [  204.504036] xhci_hcd 0000:0e:00.0: xhci_hub_status_data: stopping port polling.
Oct 24 12:22:14 falcon-p01 kernel: [  209.432029] xhci_hcd 0000:0e:00.0: Timeout while waiting for a slot
Oct 24 12:22:14 falcon-p01 kernel: [  209.432041] xhci_hcd 0000:0e:00.0: Abort command ring
Oct 24 12:22:14 falcon-p01 kernel: [  209.432048] xhci_hcd 0000:0e:00.0: The command ring isn't running, Have the command ring been stopped?
Oct 24 12:22:14 falcon-p01 kernel: [  209.432060] hub 2-0:1.0: couldn't allocate port 4 usb_device
Oct 24 12:22:14 falcon-p01 kernel: [  209.432077] xhci_hcd 0000:0e:00.0: Disable port 3
Oct 24 12:22:14 falcon-p01 kernel: [  209.432090] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x20280
Oct 24 12:22:14 falcon-p01 kernel: [  209.432099] xhci_hcd 0000:0e:00.0: Get port status returned 0x10280
Oct 24 12:22:14 falcon-p01 kernel: [  209.432115] xhci_hcd 0000:0e:00.0: Port Status Change Event for port 5
Oct 24 12:22:14 falcon-p01 kernel: [  209.432127] xhci_hcd 0000:0e:00.0: handle_port_status: starting port polling.
Oct 24 12:22:14 falcon-p01 kernel: [  209.432137] xhci_hcd 0000:0e:00.0: Enable port 3
Oct 24 12:22:14 falcon-p01 kernel: [  209.432161] hub 1-1:1.0: state 7 ports 4 chg 0000 evt 0000
Oct 24 12:22:14 falcon-p01 kernel: [  209.432174] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:22:14 falcon-p01 kernel: [  209.432185] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x202a0
Oct 24 12:22:14 falcon-p01 kernel: [  209.432193] xhci_hcd 0000:0e:00.0: Get port status returned 0x102a0
Oct 24 12:22:14 falcon-p01 kernel: [  209.432205] xhci_hcd 0000:0e:00.0: clear port connect change, actual port 3 status  = 0x2e0
Oct 24 12:22:14 falcon-p01 kernel: [  209.432216] hub 2-0:1.0: port 4, status 02a0, change 0001, 5.0 Gb/s
Oct 24 12:22:14 falcon-p01 kernel: [  209.432226] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x2e0
Oct 24 12:22:14 falcon-p01 kernel: [  209.432233] xhci_hcd 0000:0e:00.0: Get port status returned 0x2e0
Oct 24 12:22:14 falcon-p01 kernel: [  209.464018] xhci_hcd 0000:0e:00.0: xhci_hub_status_data: stopping port polling.
Oct 24 12:22:14 falcon-p01 kernel: [  209.464039] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x2e0
Oct 24 12:22:14 falcon-p01 kernel: [  209.464048] xhci_hcd 0000:0e:00.0: Get port status returned 0x2e0
Oct 24 12:22:14 falcon-p01 kernel: [  209.496023] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x2e0
Oct 24 12:22:14 falcon-p01 kernel: [  209.496032] xhci_hcd 0000:0e:00.0: Get port status returned 0x2e0
Oct 24 12:22:14 falcon-p01 kernel: [  209.528021] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x2e0
Oct 24 12:22:14 falcon-p01 kernel: [  209.528030] xhci_hcd 0000:0e:00.0: Get port status returned 0x2e0
Oct 24 12:22:14 falcon-p01 kernel: [  209.560024] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x2e0
Oct 24 12:22:14 falcon-p01 kernel: [  209.560033] xhci_hcd 0000:0e:00.0: Get port status returned 0x2e0
Oct 24 12:22:14 falcon-p01 kernel: [  209.560044] hub 2-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x2e0
Oct 24 12:22:14 falcon-p01 kernel: [  210.068074] xhci_hcd 0000:0e:00.0: Port Status Change Event for port 5
Oct 24 12:22:14 falcon-p01 kernel: [  210.068085] xhci_hcd 0000:0e:00.0: handle_port_status: starting port polling.
Oct 24 12:22:14 falcon-p01 kernel: [  210.068121] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:22:14 falcon-p01 kernel: [  210.068138] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x21203
Oct 24 12:22:14 falcon-p01 kernel: [  210.068146] xhci_hcd 0000:0e:00.0: Get port status returned 0x10203
Oct 24 12:22:14 falcon-p01 kernel: [  210.068160] xhci_hcd 0000:0e:00.0: clear port connect change, actual port 3 status  = 0x1203
Oct 24 12:22:14 falcon-p01 kernel: [  210.068172] hub 2-0:1.0: port 4, status 0203, change 0001, 5.0 Gb/s
Oct 24 12:22:14 falcon-p01 kernel: [  210.068181] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:14 falcon-p01 kernel: [  210.068189] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:14 falcon-p01 kernel: [  210.100029] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:14 falcon-p01 kernel: [  210.100038] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:14 falcon-p01 kernel: [  210.132027] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:14 falcon-p01 kernel: [  210.132036] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:15 falcon-p01 kernel: [  210.164045] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:15 falcon-p01 kernel: [  210.164055] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:15 falcon-p01 kernel: [  210.196022] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:15 falcon-p01 kernel: [  210.196031] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:15 falcon-p01 kernel: [  210.196043] hub 2-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x203
Oct 24 12:22:15 falcon-p01 kernel: [  210.208033] xhci_hcd 0000:0e:00.0: xhci_hub_status_data: stopping port polling.
Oct 24 12:22:16 falcon-p01 kernel: [  211.808033] hub 1-1:1.0: hub_suspend
Oct 24 12:22:16 falcon-p01 kernel: [  211.808050] xhci_hcd 0000:0e:00.0: Cancel URB ffff880114d8ec80
Oct 24 12:22:16 falcon-p01 kernel: [  211.808058] xhci_hcd 0000:0e:00.0: Event ring:
Oct 24 12:22:16 falcon-p01 kernel: [  211.808068] xhci_hcd 0000:0e:00.0: @00000000bb0e1400 c4b2db00 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808078] xhci_hcd 0000:0e:00.0: @00000000bb0e1410 c4b2d500 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808087] xhci_hcd 0000:0e:00.0: @00000000bb0e1420 c4b2d510 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808097] xhci_hcd 0000:0e:00.0: @00000000bb0e1430 c4b2db10 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808106] xhci_hcd 0000:0e:00.0: @00000000bb0e1440 c4b2d540 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808115] xhci_hcd 0000:0e:00.0: @00000000bb0e1450 c4b2d550 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808123] xhci_hcd 0000:0e:00.0: @00000000bb0e1460 c4b2db20 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808132] xhci_hcd 0000:0e:00.0: @00000000bb0e1470 c4b2d570 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808141] xhci_hcd 0000:0e:00.0: @00000000bb0e1480 c4b2d580 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808150] xhci_hcd 0000:0e:00.0: @00000000bb0e1490 c4b2db30 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808159] xhci_hcd 0000:0e:00.0: @00000000bb0e14a0 c4b2d5b0 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808168] xhci_hcd 0000:0e:00.0: @00000000bb0e14b0 c4b2d5c0 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808177] xhci_hcd 0000:0e:00.0: @00000000bb0e14c0 c4b2db40 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808186] xhci_hcd 0000:0e:00.0: @00000000bb0e14d0 c4b2d5e0 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808195] xhci_hcd 0000:0e:00.0: @00000000bb0e14e0 c4b2d5f0 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808204] xhci_hcd 0000:0e:00.0: @00000000bb0e14f0 c4b2db50 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808213] xhci_hcd 0000:0e:00.0: @00000000bb0e1500 c4b2d620 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808222] xhci_hcd 0000:0e:00.0: @00000000bb0e1510 c4b2d630 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808231] xhci_hcd 0000:0e:00.0: @00000000bb0e1520 c4b2db60 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808240] xhci_hcd 0000:0e:00.0: @00000000bb0e1530 c4b2d650 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808249] xhci_hcd 0000:0e:00.0: @00000000bb0e1540 c4b2d660 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808258] xhci_hcd 0000:0e:00.0: @00000000bb0e1550 c4b2db70 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808267] xhci_hcd 0000:0e:00.0: @00000000bb0e1560 c4b2d690 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808276] xhci_hcd 0000:0e:00.0: @00000000bb0e1570 c4b2d6a0 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808285] xhci_hcd 0000:0e:00.0: @00000000bb0e1580 c4b2db80 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808294] xhci_hcd 0000:0e:00.0: @00000000bb0e1590 c4b2d6c0 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808303] xhci_hcd 0000:0e:00.0: @00000000bb0e15a0 c4b2d6d0 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808312] xhci_hcd 0000:0e:00.0: @00000000bb0e15b0 c4b2db90 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808321] xhci_hcd 0000:0e:00.0: @00000000bb0e15c0 c4b2d700 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808330] xhci_hcd 0000:0e:00.0: @00000000bb0e15d0 c4b2d710 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808339] xhci_hcd 0000:0e:00.0: @00000000bb0e15e0 c4b2dba0 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808348] xhci_hcd 0000:0e:00.0: @00000000bb0e15f0 c4b2d730 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808357] xhci_hcd 0000:0e:00.0: @00000000bb0e1600 c4b2d740 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808366] xhci_hcd 0000:0e:00.0: @00000000bb0e1610 c4b2dbb0 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808375] xhci_hcd 0000:0e:00.0: @00000000bb0e1620 c4b2d770 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808384] xhci_hcd 0000:0e:00.0: @00000000bb0e1630 c4b2d780 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808393] xhci_hcd 0000:0e:00.0: @00000000bb0e1640 c4b2dbc0 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808402] xhci_hcd 0000:0e:00.0: @00000000bb0e1650 c4b2d7a0 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808411] xhci_hcd 0000:0e:00.0: @00000000bb0e1660 c4b2d7b0 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808420] xhci_hcd 0000:0e:00.0: @00000000bb0e1670 c4b2dbd0 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808429] xhci_hcd 0000:0e:00.0: @00000000bb0e1680 c4b2d7e0 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808438] xhci_hcd 0000:0e:00.0: @00000000bb0e1690 c4b2d400 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808447] xhci_hcd 0000:0e:00.0: @00000000bb0e16a0 c4b2dbe0 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808456] xhci_hcd 0000:0e:00.0: @00000000bb0e16b0 c4b2d420 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808465] xhci_hcd 0000:0e:00.0: @00000000bb0e16c0 c4b2d430 00000000 01000000 02038000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808474] xhci_hcd 0000:0e:00.0: @00000000bb0e16d0 c4b2d800 00000000 01000000 02048000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808483] xhci_hcd 0000:0e:00.0: @00000000bb0e16e0 bb0e1360 00000000 01000000 02008400
Oct 24 12:22:16 falcon-p01 kernel: [  211.808492] xhci_hcd 0000:0e:00.0: @00000000bb0e16f0 05000000 00000000 01000000 00008800
Oct 24 12:22:16 falcon-p01 kernel: [  211.808501] xhci_hcd 0000:0e:00.0: @00000000bb0e1700 bb0e1370 00000000 01000000 02008400
Oct 24 12:22:16 falcon-p01 kernel: [  211.808510] xhci_hcd 0000:0e:00.0: @00000000bb0e1710 bb0e1380 00000000 18000000 00008400
Oct 24 12:22:16 falcon-p01 kernel: [  211.808519] xhci_hcd 0000:0e:00.0: @00000000bb0e1720 bb0e1380 00000000 18000000 00008400
Oct 24 12:22:16 falcon-p01 kernel: [  211.808528] xhci_hcd 0000:0e:00.0: @00000000bb0e1730 05000000 00000000 01000000 00008800
Oct 24 12:22:16 falcon-p01 kernel: [  211.808537] xhci_hcd 0000:0e:00.0: @00000000bb0e1740 01000000 00000000 01000000 00008800
Oct 24 12:22:16 falcon-p01 kernel: [  211.808546] xhci_hcd 0000:0e:00.0: @00000000bb0e1750 05000000 00000000 01000000 00008800
Oct 24 12:22:16 falcon-p01 kernel: [  211.808555] xhci_hcd 0000:0e:00.0: @00000000bb0e1760 bb0e1ba0 00000000 01000000 01018000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808564] xhci_hcd 0000:0e:00.0: @00000000bb0e1770 bb0e1bc0 00000000 01000000 01018000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808573] xhci_hcd 0000:0e:00.0: @00000000bb0e1780 bb0e1800 00000000 01000000 01018000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808582] xhci_hcd 0000:0e:00.0: @00000000bb0e1790 bb0e1830 00000000 01000000 01018000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808591] xhci_hcd 0000:0e:00.0: @00000000bb0e17a0 bb0e1860 00000000 01000000 01018000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808600] xhci_hcd 0000:0e:00.0: @00000000bb0e17b0 bb0e1890 00000000 01000000 01018000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808609] xhci_hcd 0000:0e:00.0: @00000000bb0e17c0 bb0e18b0 00000000 01000000 01018000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808618] xhci_hcd 0000:0e:00.0: @00000000bb0e17d0 05000000 00000000 01000000 00008800
Oct 24 12:22:16 falcon-p01 kernel: [  211.808627] xhci_hcd 0000:0e:00.0: @00000000bb0e17e0 05000000 00000000 01000000 00008800
Oct 24 12:22:16 falcon-p01 kernel: [  211.808636] xhci_hcd 0000:0e:00.0: @00000000bb0e17f0 c4b2d4e0 00000000 01000000 02038001
Oct 24 12:22:16 falcon-p01 kernel: [  211.808644] xhci_hcd 0000:0e:00.0: Endpoint ring:
Oct 24 12:22:16 falcon-p01 kernel: [  211.808652] xhci_hcd 0000:0e:00.0: @00000000bb0be000 cdd17800 00000000 00000001 00000425
Oct 24 12:22:16 falcon-p01 kernel: [  211.808661] xhci_hcd 0000:0e:00.0: @00000000bb0be010 ce045800 00000000 00000001 00000425
Oct 24 12:22:16 falcon-p01 kernel: [  211.808670] xhci_hcd 0000:0e:00.0: @00000000bb0be020 ce047000 00000000 00000001 00000425
Oct 24 12:22:16 falcon-p01 kernel: [  211.808679] xhci_hcd 0000:0e:00.0: @00000000bb0be030 ce04b000 00000000 00000001 00000425
Oct 24 12:22:16 falcon-p01 kernel: [  211.808688] xhci_hcd 0000:0e:00.0: @00000000bb0be040 cca98000 00000000 00000001 00000425
Oct 24 12:22:16 falcon-p01 kernel: [  211.808697] xhci_hcd 0000:0e:00.0: @00000000bb0be050 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808706] xhci_hcd 0000:0e:00.0: @00000000bb0be060 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808715] xhci_hcd 0000:0e:00.0: @00000000bb0be070 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808724] xhci_hcd 0000:0e:00.0: @00000000bb0be080 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808733] xhci_hcd 0000:0e:00.0: @00000000bb0be090 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808742] xhci_hcd 0000:0e:00.0: @00000000bb0be0a0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808751] xhci_hcd 0000:0e:00.0: @00000000bb0be0b0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808759] xhci_hcd 0000:0e:00.0: @00000000bb0be0c0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808768] xhci_hcd 0000:0e:00.0: @00000000bb0be0d0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808777] xhci_hcd 0000:0e:00.0: @00000000bb0be0e0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808786] xhci_hcd 0000:0e:00.0: @00000000bb0be0f0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808795] xhci_hcd 0000:0e:00.0: @00000000bb0be100 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808804] xhci_hcd 0000:0e:00.0: @00000000bb0be110 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808813] xhci_hcd 0000:0e:00.0: @00000000bb0be120 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808821] xhci_hcd 0000:0e:00.0: @00000000bb0be130 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808830] xhci_hcd 0000:0e:00.0: @00000000bb0be140 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808839] xhci_hcd 0000:0e:00.0: @00000000bb0be150 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808848] xhci_hcd 0000:0e:00.0: @00000000bb0be160 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808857] xhci_hcd 0000:0e:00.0: @00000000bb0be170 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808866] xhci_hcd 0000:0e:00.0: @00000000bb0be180 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808875] xhci_hcd 0000:0e:00.0: @00000000bb0be190 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808884] xhci_hcd 0000:0e:00.0: @00000000bb0be1a0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808892] xhci_hcd 0000:0e:00.0: @00000000bb0be1b0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808901] xhci_hcd 0000:0e:00.0: @00000000bb0be1c0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808910] xhci_hcd 0000:0e:00.0: @00000000bb0be1d0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808919] xhci_hcd 0000:0e:00.0: @00000000bb0be1e0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808928] xhci_hcd 0000:0e:00.0: @00000000bb0be1f0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808937] xhci_hcd 0000:0e:00.0: @00000000bb0be200 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808946] xhci_hcd 0000:0e:00.0: @00000000bb0be210 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808955] xhci_hcd 0000:0e:00.0: @00000000bb0be220 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808963] xhci_hcd 0000:0e:00.0: @00000000bb0be230 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808972] xhci_hcd 0000:0e:00.0: @00000000bb0be240 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808981] xhci_hcd 0000:0e:00.0: @00000000bb0be250 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808990] xhci_hcd 0000:0e:00.0: @00000000bb0be260 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.808999] xhci_hcd 0000:0e:00.0: @00000000bb0be270 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809008] xhci_hcd 0000:0e:00.0: @00000000bb0be280 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809017] xhci_hcd 0000:0e:00.0: @00000000bb0be290 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809026] xhci_hcd 0000:0e:00.0: @00000000bb0be2a0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809034] xhci_hcd 0000:0e:00.0: @00000000bb0be2b0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809043] xhci_hcd 0000:0e:00.0: @00000000bb0be2c0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809052] xhci_hcd 0000:0e:00.0: @00000000bb0be2d0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809061] xhci_hcd 0000:0e:00.0: @00000000bb0be2e0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809070] xhci_hcd 0000:0e:00.0: @00000000bb0be2f0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809079] xhci_hcd 0000:0e:00.0: @00000000bb0be300 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809088] xhci_hcd 0000:0e:00.0: @00000000bb0be310 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809096] xhci_hcd 0000:0e:00.0: @00000000bb0be320 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809105] xhci_hcd 0000:0e:00.0: @00000000bb0be330 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809114] xhci_hcd 0000:0e:00.0: @00000000bb0be340 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809123] xhci_hcd 0000:0e:00.0: @00000000bb0be350 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809132] xhci_hcd 0000:0e:00.0: @00000000bb0be360 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809141] xhci_hcd 0000:0e:00.0: @00000000bb0be370 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809150] xhci_hcd 0000:0e:00.0: @00000000bb0be380 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809159] xhci_hcd 0000:0e:00.0: @00000000bb0be390 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809167] xhci_hcd 0000:0e:00.0: @00000000bb0be3a0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809176] xhci_hcd 0000:0e:00.0: @00000000bb0be3b0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809185] xhci_hcd 0000:0e:00.0: @00000000bb0be3c0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809194] xhci_hcd 0000:0e:00.0: @00000000bb0be3d0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809203] xhci_hcd 0000:0e:00.0: @00000000bb0be3e0 00000000 00000000 00000000 00000000
Oct 24 12:22:16 falcon-p01 kernel: [  211.809212] xhci_hcd 0000:0e:00.0: @00000000bb0be3f0 bb0be000 00000000 00000000 00001802
Oct 24 12:22:20 falcon-p01 kernel: [  215.196033] xhci_hcd 0000:0e:00.0: Timeout while waiting for a slot
Oct 24 12:22:20 falcon-p01 kernel: [  215.196044] xhci_hcd 0000:0e:00.0: Abort command ring
Oct 24 12:22:20 falcon-p01 kernel: [  215.196051] xhci_hcd 0000:0e:00.0: The command ring isn't running, Have the command ring been stopped?
Oct 24 12:22:20 falcon-p01 kernel: [  215.196063] hub 2-0:1.0: couldn't allocate port 4 usb_device
Oct 24 12:22:20 falcon-p01 kernel: [  215.196079] xhci_hcd 0000:0e:00.0: Disable port 3
Oct 24 12:22:20 falcon-p01 kernel: [  215.196092] xhci_hcd 0000:0e:00.0: Port Status Change Event for port 5
Oct 24 12:22:20 falcon-p01 kernel: [  215.196101] xhci_hcd 0000:0e:00.0: handle_port_status: starting port polling.
Oct 24 12:22:20 falcon-p01 kernel: [  215.196122] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x20280
Oct 24 12:22:20 falcon-p01 kernel: [  215.196130] xhci_hcd 0000:0e:00.0: Get port status returned 0x10280
Oct 24 12:22:20 falcon-p01 kernel: [  215.196141] xhci_hcd 0000:0e:00.0: Enable port 3
Oct 24 12:22:20 falcon-p01 kernel: [  215.196154] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:22:20 falcon-p01 kernel: [  215.196165] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x202a0
Oct 24 12:22:20 falcon-p01 kernel: [  215.196172] xhci_hcd 0000:0e:00.0: Get port status returned 0x102a0
Oct 24 12:22:20 falcon-p01 kernel: [  215.196184] xhci_hcd 0000:0e:00.0: clear port connect change, actual port 3 status  = 0x2a0
Oct 24 12:22:20 falcon-p01 kernel: [  215.196195] hub 2-0:1.0: port 4, status 02a0, change 0001, 5.0 Gb/s
Oct 24 12:22:20 falcon-p01 kernel: [  215.196205] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x2e0
Oct 24 12:22:20 falcon-p01 kernel: [  215.196212] xhci_hcd 0000:0e:00.0: Get port status returned 0x2e0
Oct 24 12:22:20 falcon-p01 kernel: [  215.228032] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x2e0
Oct 24 12:22:20 falcon-p01 kernel: [  215.228041] xhci_hcd 0000:0e:00.0: Get port status returned 0x2e0
Oct 24 12:22:20 falcon-p01 kernel: [  215.260026] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x2e0
Oct 24 12:22:20 falcon-p01 kernel: [  215.260035] xhci_hcd 0000:0e:00.0: Get port status returned 0x2e0
Oct 24 12:22:20 falcon-p01 kernel: [  215.292072] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x2e0
Oct 24 12:22:20 falcon-p01 kernel: [  215.292084] xhci_hcd 0000:0e:00.0: Get port status returned 0x2e0
Oct 24 12:22:20 falcon-p01 kernel: [  215.324035] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x2e0
Oct 24 12:22:20 falcon-p01 kernel: [  215.324046] xhci_hcd 0000:0e:00.0: Get port status returned 0x2e0
Oct 24 12:22:20 falcon-p01 kernel: [  215.324060] hub 2-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x2e0
Oct 24 12:22:20 falcon-p01 kernel: [  215.416046] xhci_hcd 0000:0e:00.0: xhci_hub_status_data: stopping port polling.
Oct 24 12:22:20 falcon-p01 kernel: [  215.832076] xhci_hcd 0000:0e:00.0: Port Status Change Event for port 5
Oct 24 12:22:20 falcon-p01 kernel: [  215.832086] xhci_hcd 0000:0e:00.0: handle_port_status: starting port polling.
Oct 24 12:22:20 falcon-p01 kernel: [  215.832117] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0010
Oct 24 12:22:20 falcon-p01 kernel: [  215.832132] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x21203
Oct 24 12:22:20 falcon-p01 kernel: [  215.832141] xhci_hcd 0000:0e:00.0: Get port status returned 0x10203
Oct 24 12:22:20 falcon-p01 kernel: [  215.832154] xhci_hcd 0000:0e:00.0: clear port connect change, actual port 3 status  = 0x1203
Oct 24 12:22:20 falcon-p01 kernel: [  215.832166] hub 2-0:1.0: port 4, status 0203, change 0001, 5.0 Gb/s
Oct 24 12:22:20 falcon-p01 kernel: [  215.832176] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:20 falcon-p01 kernel: [  215.832183] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:20 falcon-p01 kernel: [  215.864029] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:20 falcon-p01 kernel: [  215.864038] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:20 falcon-p01 kernel: [  215.896030] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:20 falcon-p01 kernel: [  215.896039] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:20 falcon-p01 kernel: [  215.912026] xhci_hcd 0000:0e:00.0: xhci_hub_status_data: stopping port polling.
Oct 24 12:22:20 falcon-p01 kernel: [  215.928026] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:20 falcon-p01 kernel: [  215.928034] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:20 falcon-p01 kernel: [  215.960030] xhci_hcd 0000:0e:00.0: get port status, actual port 3 status  = 0x1203
Oct 24 12:22:20 falcon-p01 kernel: [  215.960039] xhci_hcd 0000:0e:00.0: Get port status returned 0x203
Oct 24 12:22:20 falcon-p01 kernel: [  215.960050] hub 2-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x203
Oct 24 12:22:21 falcon-p01 kernel: [  216.816024] xhci_hcd 0000:0e:00.0: xHCI host not responding to stop endpoint command.
Oct 24 12:22:21 falcon-p01 kernel: [  216.816035] xhci_hcd 0000:0e:00.0: Assuming host is dying, halting host.
Oct 24 12:22:21 falcon-p01 kernel: [  216.816044] xhci_hcd 0000:0e:00.0: // Halt the HC
Oct 24 12:22:21 falcon-p01 kernel: [  216.816054] xhci_hcd 0000:0e:00.0: Killing URBs for slot ID 1, ep index 0
Oct 24 12:22:21 falcon-p01 kernel: [  216.816062] xhci_hcd 0000:0e:00.0: Killing URBs for slot ID 1, ep index 2
Oct 24 12:22:21 falcon-p01 kernel: [  216.816084] xhci_hcd 0000:0e:00.0: Killing URBs for slot ID 2, ep index 0
Oct 24 12:22:21 falcon-p01 kernel: [  216.816094] xhci_hcd 0000:0e:00.0: Calling usb_hc_died()
Oct 24 12:22:21 falcon-p01 kernel: [  216.816101] xhci_hcd 0000:0e:00.0: HC died; cleaning up
Oct 24 12:22:21 falcon-p01 kernel: [  216.816115] xhci_hcd 0000:0e:00.0: xHCI host controller is dead.
Oct 24 12:22:25 falcon-p01 kernel: [  220.960030] xhci_hcd 0000:0e:00.0: Timeout while waiting for a slot
Oct 24 12:22:25 falcon-p01 kernel: [  220.960040] xhci_hcd 0000:0e:00.0: Abort the command ring, but the xHCI is dead.
Oct 24 12:22:25 falcon-p01 kernel: [  220.960065] hub 2-0:1.0: hub_port_status failed (err = -19)
Oct 24 12:22:25 falcon-p01 kernel: [  220.960076] hub 2-0:1.0: cannot disable port 4 (err = -19)
Oct 24 12:22:25 falcon-p01 kernel: [  220.960083] hub 2-0:1.0: cannot disable port 4 (err = -19)
Oct 24 12:22:25 falcon-p01 kernel: [  220.960115] BUG: unable to handle kernel NULL pointer dereference at 0000000000000040
Oct 24 12:22:25 falcon-p01 kernel: [  220.960239] IP: [<ffffffffa03fabb5>] xhci_free_dev+0x54/0x13a [xhci_hcd]
Oct 24 12:22:25 falcon-p01 kernel: [  220.960346] PGD 11881d067 PUD 1188b6067 PMD 0 
Oct 24 12:22:25 falcon-p01 kernel: [  220.960422] Oops: 0002 [#1] SMP 
Oct 24 12:22:25 falcon-p01 kernel: [  220.960477] CPU 0 
Oct 24 12:22:25 falcon-p01 kernel: [  220.960506] Modules linked in: usb_storage xhci_hcd(O) firewire_sbp2 firewire_ohci iptable_filter ip_tables x_tables joydev dm_dmirror exfat_fs exfat_core dm_zcache dm_mod padlock_aes aes_generic padlock_sha iscsi_target_mod target_core_mod configfs sswipe usbhid hid picdev uhci_hcd via_cputemp hwmon_vid ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi psmouse serio_raw shpchp usb3380 udc_core evdev processor thermal_sys lp parport loop ext4 jbd2 mbcache crc16 sd_mod crc_t10dif ata_generic pata_via ehci_hcd firewire_core crc_itu_t mvsas libsas libata scsi_transport_sas scsi_mod via_chrome9 usbcore usb_common ttm drm_kms_helper drm button i2c_core vgastate [last unloaded: xhci_hcd]
Oct 24 12:22:25 falcon-p01 kernel: [  220.961704] 
Oct 24 12:22:25 falcon-p01 kernel: [  220.961731] Pid: 125, comm: khubd Tainted: G           O 3.2.48-logicube-ng.13.d2 #3 VIA technology Inc. VX900/EPIA-M860
Oct 24 12:22:25 falcon-p01 kernel: [  220.961888] RIP: 0010:[<ffffffffa03fabb5>]  [<ffffffffa03fabb5>] xhci_free_dev+0x54/0x13a [xhci_hcd]
Oct 24 12:22:25 falcon-p01 kernel: [  220.962022] RSP: 0018:ffff880114fa1da0  EFLAGS: 00010246
Oct 24 12:22:25 falcon-p01 kernel: [  220.962096] RAX: 0000000000000000 RBX: ffff880114d0d000 RCX: 0000000000000000
Oct 24 12:22:25 falcon-p01 kernel: [  220.962192] RDX: 0000000000000003 RSI: ffffffffa0406190 RDI: ffff8801190db400
Oct 24 12:22:25 falcon-p01 kernel: [  220.962288] RBP: ffff8801155d1000 R08: 0000000000000001 R09: ffffffffa0406190
Oct 24 12:22:25 falcon-p01 kernel: [  220.962384] R10: ffff8801155d1000 R11: 0000000000000003 R12: ffff8801190db400
Oct 24 12:22:25 falcon-p01 kernel: [  220.962480] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
Oct 24 12:22:25 falcon-p01 kernel: [  220.962578] FS:  0000000000000000(0000) GS:ffff88011fc00000(0000) knlGS:0000000000000000
Oct 24 12:22:25 falcon-p01 kernel: [  220.962687] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
Oct 24 12:22:25 falcon-p01 kernel: [  220.962765] CR2: 0000000000000040 CR3: 0000000114c82000 CR4: 00000000000006f0
Oct 24 12:22:25 falcon-p01 kernel: [  220.962862] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Oct 24 12:22:25 falcon-p01 kernel: [  220.962958] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Oct 24 12:22:25 falcon-p01 kernel: [  220.963055] Process khubd (pid: 125, threadinfo ffff880114fa0000, task ffff880114eed180)
Oct 24 12:22:25 falcon-p01 kernel: [  220.963162] Stack:
Oct 24 12:22:25 falcon-p01 kernel: [  220.963192]  0000000000000003 ffff880118765000 ffff8801155d1000 0000000000000004
Oct 24 12:22:25 falcon-p01 kernel: [  220.963309]  00000000ffffffed ffff880118765058 ffff8800cbaf0000 ffffffffa006dfc8
Oct 24 12:22:25 falcon-p01 kernel: [  220.963424]  ffffffff00000203 ffffffff81038033 ffff88011515e0c8 ffff8801190db428
Oct 24 12:22:25 falcon-p01 kernel: [  220.963541] Call Trace:
Oct 24 12:22:25 falcon-p01 kernel: [  220.963594]  [<ffffffffa006dfc8>] ? hub_thread+0xd1a/0x10f6 [usbcore]
Oct 24 12:22:25 falcon-p01 kernel: [  220.963687]  [<ffffffff81038033>] ? set_next_entity+0x32/0x55
Oct 24 12:22:25 falcon-p01 kernel: [  220.963773]  [<ffffffff8105fca3>] ? add_wait_queue+0x3c/0x3c
Oct 24 12:22:25 falcon-p01 kernel: [  220.963863]  [<ffffffffa006d2ae>] ? usb_remote_wakeup+0x53/0x53 [usbcore]
Oct 24 12:22:25 falcon-p01 kernel: [  220.963959]  [<ffffffff8105f651>] ? kthread+0x76/0x7e
Oct 24 12:22:25 falcon-p01 kernel: [  220.964005]  [<ffffffff8135c1f4>] ? kernel_thread_helper+0x4/0x10
Oct 24 12:22:25 falcon-p01 kernel: [  220.964005]  [<ffffffff8105f5db>] ? kthread_worker_fn+0x139/0x139
Oct 24 12:22:25 falcon-p01 kernel: [  220.964005]  [<ffffffff8135c1f0>] ? gs_change+0x13/0x13
Oct 24 12:22:25 falcon-p01 kernel: [  220.964005] Code: 00 e8 d7 b4 ff ff 83 f8 ed 74 08 85 c0 0f 8e f2 00 00 00 48 63 85 a0 05 00 00 45 31 ed 4c 8b bc c3 08 01 00 00 4d 89 fe 49 63 c5 <41> 83 66 40 fb 41 ff c5 48 69 c0 e8 00 00 00 49 81 c6 e8 00 00 
Oct 24 12:22:25 falcon-p01 kernel: [  220.964005] RIP  [<ffffffffa03fabb5>] xhci_free_dev+0x54/0x13a [xhci_hcd]
Oct 24 12:22:25 falcon-p01 kernel: [  220.964005]  RSP <ffff880114fa1da0>
Oct 24 12:22:25 falcon-p01 kernel: [  220.964005] CR2: 0000000000000040
Oct 24 12:22:25 falcon-p01 kernel: [  220.995497] ---[ end trace f535b37fe6479818 ]---

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

  Powered by Linux