You are not logged in.
Pages: 1
I have a "Jieli Technology UACDemoV1.0" usb card.
Device shows up fine (I think) when connected:
systemd[1203]: Reached target Sound Card.
kernel: usbcore: registered new interface driver snd-usb-audio
kernel: usbcore: registered new interface driver uas
kernel: usbcore: registered new interface driver usb-storage
kernel: scsi host0: usb-storage 1-2:1.0
kernel: usb-storage 1-2:1.0: USB Mass Storage device detected
kernel: usb 1-2: SerialNumber: 85D6A01429D14453
kernel: usb 1-2: Manufacturer: Jieli Technology
kernel: usb 1-2: Product: UACDemoV1.0
kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
kernel: usb 1-2: New USB device found, idVendor=4c4a, idProduct=4155, bcdDevice= 1.00
kernel: usb 1-2: new full-speed USB device number 7 using xhci_hcdIt has that weird usb-storage device... anyway, I'm using pipewire and `6.15.9-arch1-1` kernel.
Device appears in alsamixer with a PCM output (which works fine) and a Mic. I enabled "Capture" flag there and it's volume is 100%.
Also, `arecord -l` shows:
card 3: UACDemoV10 [UACDemoV1.0], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0But, when I try to actually get audio input from that microphone the following error shows up:
arecord -vvv --device=hw:3,0 -f S16_LE -r 48000 /tmp/out.wav
Hardware PCM card 3 'UACDemoV1.0' device 0 subdevice 0
Its setup is:
stream : CAPTURE
access : RW_INTERLEAVED
format : S16_LE
subformat : STD
channels : 1
rate : 48000
exact rate : 48000 (48000/1)
msbits : 16
buffer_size : 24000
period_size : 6000
period_time : 125000
tstamp_mode : ENABLE
tstamp_type : MONOTONIC
period_step : 1
avail_min : 6000
period_event : 0
start_threshold : 1
stop_threshold : 24000
silence_threshold: 0
silence_size : 0
boundary : 6755399441055744000
appl_ptr : 0
hw_ptr : 0
Recording WAVE '/tmp/out.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
arecord: pcm_read:2272: read error: Input/output errorAnd `dmesg` shows the following message every time that I run arecord:
retire_capture_urb: 205 callbacks suppressedThe numbers of callbacks vary but the message is always the same.
I can record fine with other cards present in this system. The issue is just with this usb one.
Any clues?
Offline
I think it means that USB transfers are failing. Since you are using xhci_hcd, running this (as root) may produce some debug information in dmesg.
echo 'func handle_tx_event +p' >/proc/dynamic_debug/controlActually, it may produce plenty of spam if something is really wrong. Run the same with "-p" instead of "+p" to turn it off.
You could also try other USB ports, same device on other machines or other kernel versions (for example the linux-lts package).
Offline
Here's the dmesg output after setting that "+p" and running `arecord` again:
[36952.888689] retire_capture_urb: 190 callbacks suppressed
[36952.889679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.890686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.891678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.892678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.893678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.894678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.895678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.910686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.911678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.912677] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.913678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.914678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.915678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.916682] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.917678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.931678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.932686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.933686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.934678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.935678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.936678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.937678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.938686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.952679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.953678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.954679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.955678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.956686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.957678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.958678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.959678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.974686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.975674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.976678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.977674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.978678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.979674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.980678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.981678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.995678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.996678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.997678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.998686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36952.999678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.000678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.001678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.002678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.016686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.017678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.018678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.019678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.020678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.021674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.022688] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.023678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.038678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.039679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.040678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.041678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.042678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.043678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.044678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.045678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.059679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.060683] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.061679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.062673] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.063675] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.064682] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.065678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.066678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.080678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.081678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.082682] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.083681] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.084678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.085678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.086678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.087679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.102686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.103678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.104680] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.105674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.106674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.107675] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.108678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.109678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.123679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.124678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.125686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.126678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.127678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.128678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.129681] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.130681] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.144679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.145678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.146678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.147674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.148687] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.149678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.150678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.151678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.166687] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.167678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.168678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.169678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.170678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.171678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.172678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.173678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.187679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.188678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.189679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.190678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.191686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.192686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.193674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.194678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.208687] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.209678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.210674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.211678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.212678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.213678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.214686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.215678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.230678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.231678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.232679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.233678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.234678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.235678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.236678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.237674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.251686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.252686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.253678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.254678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.255682] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.256682] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.257678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.258678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.272678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.273678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.274678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.275678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.276678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.277678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.278678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.279674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.294678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.295679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.296678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.297674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.298682] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.299678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.300674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.301678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.315678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.316686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.317686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.318678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.319678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.320678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.321678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.322682] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.336678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.337679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.338679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.339678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.340687] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.341681] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.342678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.343674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.358688] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.359679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.360679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.361679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.362679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.363679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.364679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.365679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.379679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.380679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.381679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.382677] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.383674] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.384679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.385678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.386679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.400686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.401678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.402678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.403678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.404678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.405678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.406686] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.407678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.422679] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.423678] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.424682] xhci_hcd 0000:c3:00.3: Babble error for slot 5 ep 6 on endpoint
[36953.424758] xhci_hcd 0000:c3:00.3: Stopped on Transfer TRB for slot 5 ep 6I tried with other usb ports with similar results.
I will try with linux-lts.
Offline
Babble error may explain why those USB transfers aren't succeeding, particularly if it's happening on the audio in endpoint. Can you post 'lsusb -v' output for this device?
That's most likely a bug in your device firmware or something unusual about this device triggering a bug in snd-usb-audio. Worth trying LTS because it may be a recent regression in the driver. Or if you have some old kernels in /var/cache/pacman/pkg, try those.
Offline
I tried with linux-lts (6.12.41-1-lts) and got the same results.
I also configured debug for xhci_hcd and the same "Babble error" was produced in dmesg.
Here's the output of "lsusb -v" (for this device only):
Bus 001 Device 007: ID 4c4a:4155 Jieli Technology UACDemoV1.0
Negotiated speed: Full Speed (12Mbps)
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 [unknown]
bDeviceSubClass 0 [unknown]
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x4c4a Jieli Technology
idProduct 0x4155 UACDemoV1.0
bcdDevice 1.00
iManufacturer 1 Jieli Technology
iProduct 2 UACDemoV1.0
iSerial 3 85D6A01429D14453
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x00f1
bNumInterfaces 5
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 400mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 80 Bulk-Only
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 EP 1 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 0
bInterfaceClass 1 Audio
bInterfaceSubClass 1 Control Device
bInterfaceProtocol 0
iInterface 8 MP
AudioControl Interface Descriptor:
bLength 10
bDescriptorType 36
bDescriptorSubtype 1 (HEADER)
bcdADC 1.00
wTotalLength 0x0047
bInCollection 2
baInterfaceNr(0) 2
baInterfaceNr(1) 3
AudioControl Interface Descriptor:
bLength 12
bDescriptorType 36
bDescriptorSubtype 2 (INPUT_TERMINAL)
bTerminalID 1
wTerminalType 0x0101 USB Streaming
bAssocTerminal 0
bNrChannels 2
wChannelConfig 0x0003
Left Front (L)
Right Front (R)
iChannelNames 0
iTerminal 0
AudioControl Interface Descriptor:
bLength 10
bDescriptorType 36
bDescriptorSubtype 6 (FEATURE_UNIT)
bUnitID 2
bSourceID 1
bControlSize 1
bmaControls(0) 0x01
Mute Control
bmaControls(1) 0x02
Volume Control
bmaControls(2) 0x02
Volume Control
iFeature 0
AudioControl Interface Descriptor:
bLength 9
bDescriptorType 36
bDescriptorSubtype 3 (OUTPUT_TERMINAL)
bTerminalID 3
wTerminalType 0x0301 Speaker
bAssocTerminal 0
bSourceID 2
iTerminal 0
AudioControl Interface Descriptor:
bLength 12
bDescriptorType 36
bDescriptorSubtype 2 (INPUT_TERMINAL)
bTerminalID 4
wTerminalType 0x0201 Microphone
bAssocTerminal 0
bNrChannels 1
wChannelConfig 0x0001
Left Front (L)
iChannelNames 0
iTerminal 0
AudioControl Interface Descriptor:
bLength 9
bDescriptorType 36
bDescriptorSubtype 6 (FEATURE_UNIT)
bUnitID 5
bSourceID 4
bControlSize 1
bmaControls(0) 0x01
Mute Control
bmaControls(1) 0x02
Volume Control
iFeature 0
AudioControl Interface Descriptor:
bLength 9
bDescriptorType 36
bDescriptorSubtype 3 (OUTPUT_TERMINAL)
bTerminalID 6
wTerminalType 0x0101 USB Streaming
bAssocTerminal 0
bSourceID 5
iTerminal 0
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 2
bAlternateSetting 0
bNumEndpoints 0
bInterfaceClass 1 Audio
bInterfaceSubClass 2 Streaming
bInterfaceProtocol 0
iInterface 0
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 2
bAlternateSetting 1
bNumEndpoints 1
bInterfaceClass 1 Audio
bInterfaceSubClass 2 Streaming
bInterfaceProtocol 0
iInterface 0
AudioStreaming Interface Descriptor:
bLength 7
bDescriptorType 36
bDescriptorSubtype 1 (AS_GENERAL)
bTerminalLink 1
bDelay 1 frames
wFormatTag 0x0001 PCM
AudioStreaming Interface Descriptor:
bLength 11
bDescriptorType 36
bDescriptorSubtype 2 (FORMAT_TYPE)
bFormatType 1 (FORMAT_TYPE_I)
bNrChannels 2
bSubframeSize 2
bBitResolution 16
bSamFreqType 1 Discrete
tSamFreq[ 0] 48000
Endpoint Descriptor:
bLength 9
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 9
Transfer Type Isochronous
Synch Type Adaptive
Usage Type Data
wMaxPacketSize 0x00c0 1x 192 bytes
bInterval 1
bRefresh 0
bSynchAddress 0
AudioStreaming Endpoint Descriptor:
bLength 7
bDescriptorType 37
bDescriptorSubtype 1 (EP_GENERAL)
bmAttributes 0x00
bLockDelayUnits 0 Undefined
wLockDelay 0x0000
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 3
bAlternateSetting 0
bNumEndpoints 0
bInterfaceClass 1 Audio
bInterfaceSubClass 2 Streaming
bInterfaceProtocol 0
iInterface 0
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 3
bAlternateSetting 1
bNumEndpoints 1
bInterfaceClass 1 Audio
bInterfaceSubClass 2 Streaming
bInterfaceProtocol 0
iInterface 0
AudioStreaming Interface Descriptor:
bLength 7
bDescriptorType 36
bDescriptorSubtype 1 (AS_GENERAL)
bTerminalLink 6
bDelay 1 frames
wFormatTag 0x0001 PCM
AudioStreaming Interface Descriptor:
bLength 11
bDescriptorType 36
bDescriptorSubtype 2 (FORMAT_TYPE)
bFormatType 1 (FORMAT_TYPE_I)
bNrChannels 1
bSubframeSize 2
bBitResolution 16
bSamFreqType 1 Discrete
tSamFreq[ 0] 48000
Endpoint Descriptor:
bLength 9
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 9
Transfer Type Isochronous
Synch Type Adaptive
Usage Type Data
wMaxPacketSize 0x0100 1x 256 bytes
bInterval 1
bRefresh 0
bSynchAddress 0
AudioStreaming Endpoint Descriptor:
bLength 7
bDescriptorType 37
bDescriptorSubtype 1 (EP_GENERAL)
bmAttributes 0x00
bLockDelayUnits 0 Undefined
wLockDelay 0x0000
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 4
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 [unknown]
bInterfaceProtocol 0
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 2.01
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 (null)
wDescriptorLength 51
Report Descriptor: (length is 51)
Item(Global): Usage Page, data= [ 0x0c ] 12
(null)
Item(Local ): (null), data= [ 0x01 ] 1
(null)
Item(Main ): (null), data= [ 0x01 ] 1
Application
Item(Global): (null), data= [ 0x00 ] 0
Item(Global): (null), data= [ 0x01 ] 1
Item(Local ): (null), data= [ 0xe9 ] 233
(null)
Item(Local ): (null), data= [ 0xea ] 234
(null)
Item(Local ): (null), data= [ 0xe2 ] 226
(null)
Item(Local ): (null), data= [ 0xcd ] 205
(null)
Item(Local ): (null), data= [ 0xb5 ] 181
(null)
Item(Local ): (null), data= [ 0xb6 ] 182
(null)
Item(Local ): (null), data= [ 0xb3 ] 179
(null)
Item(Local ): (null), data= [ 0xb7 ] 183
(null)
Item(Local ): (null), data= [ 0xca ] 202
(null)
Item(Local ): (null), data= [ 0xcb ] 203
(null)
Item(Local ): (null), data= [ 0xcc ] 204
(null)
Item(Local ): (null), data= [ 0xe0 ] 224
(null)
Item(Local ): (null), data= [ 0x50 0x01 ] 336
(null)
Item(Local ): (null), data= [ 0x51 0x01 ] 337
(null)
Item(Local ): (null), data= [ 0xb0 ] 176
(null)
Item(Local ): (null), data= [ 0xb1 ] 177
(null)
Item(Global): (null), data= [ 0x01 ] 1
Item(Global): (null), data= [ 0x10 ] 16
Item(Main ): (null), data= [ 0x42 ] 66
Data Variable Absolute No_Wrap Linear
Preferred_State Null_State Non_Volatile Bitfield
Item(Main ): (null), data=none
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 1
Device Status: 0x0000
(Bus Powered)I tested this usb device in a Windows 11 and audio input works as expected there. Just to discard hardware malfunction.
I don't have any old kernels. Maybe I can try old kernels inside a container? That could help?
Offline
This really looks like something isn't entirely right with hardware, not sure how Windows avoids (or ignores?) the problem. You probably won't find a solution that doesn't involve patching the kernel, if anyone will even have ideas what to patch and how. If you can build the kernel from source and are interested in trying that, I suggest reading Documentation/admin-guide/reporting-issues.rst and following the process.
I am familiar with xhci so I could check if that part of the chain works reasonably, if you paste contents of these files during recording:
/sys/kernel/debug/usb/xhci/PCIID/devices/SLOT/ep-context
/sys/kernel/debug/usb/xhci/PCIID/devices/SLOT/ep06/trbs
/sys/kernel/debug/usb/xhci/PCIID/event-ring/trbs
PCIID is the PCI address of the controller, was 0000:c3:00.3 last time.
SLOT is the xhci slot ID of the audio dongle, was 05 last time.
Both numbers can be found in those dynamic debug messages.
Last edited by mmy8x (2025-08-13 21:33:51)
Offline
Perfect, I'm not familiar with kernel build. But I will read the docs and try to do that.
Regarding xhci files, here they are:
ep-context:
0x00000000fff93040: State running mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 3 Type Ctrl burst 0 maxp 64 deq 00000000ffc31031 avg trb len 0, virt_state:0x0
0x00000000fff93080: State running mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 3 Type Bulk OUT burst 0 maxp 64 deq 00000000ffd62001 avg trb len 0, virt_state:0x0
0x00000000fff930c0: State running mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 3 Type Bulk IN burst 0 maxp 64 deq 00000000ffaf7001 avg trb len 0, virt_state:0x0
0x00000000fff93100: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93140: State running mult 1 max P. Streams 0 interval 1000 us max ESIT payload 8 CErr 3 Type Int IN burst 0 maxp 8 deq 00000000ffafc001 avg trb len 8, virt_state:0x0
0x00000000fff93180: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 192 CErr 0 Type Isoc OUT burst 0 maxp 192 deq 00000000fff63001 avg trb len 192, virt_state:0x0
0x00000000fff931c0: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 256 CErr 0 Type Isoc IN burst 0 maxp 256 deq 00000000fff63300 avg trb len 256, virt_state:0x0
0x00000000fff93200: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93240: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93280: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff932c0: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93300: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93340: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93380: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff933c0: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93400: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93440: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93480: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff934c0: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93500: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93540: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93580: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff935c0: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93600: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93640: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93680: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff936c0: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93700: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93740: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93780: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff937c0: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0ep60/trbs: I don't have this file, this is `tree` output there:
tree /sys/kernel/debug/usb/xhci/0000\:c3\:00.3/devices/05
/sys/kernel/debug/usb/xhci/0000:c3:00.3/devices/05
├── ep00
│ ├── cycle
│ ├── dequeue
│ ├── enqueue
│ └── trbs
├── ep01
│ ├── cycle
│ ├── dequeue
│ ├── enqueue
│ └── trbs
├── ep02
│ ├── cycle
│ ├── dequeue
│ ├── enqueue
│ └── trbs
├── ep04
│ ├── cycle
│ ├── dequeue
│ ├── enqueue
│ └── trbs
├── ep-context
├── name
└── slot-context
5 directories, 19 filesevent-ring/trbs:
0 0x00000000ffffd000: TRB 00000000fffdd3f0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd010: TRB 00000000fffdd400 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd020: TRB 00000000fffdd410 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd030: TRB 00000000fffdd420 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd040: TRB 00000000fffdd430 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd050: TRB 00000000fffdd440 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd060: TRB 00000000fffdd450 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd070: TRB 00000000fffdd460 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd080: TRB 00000000fffdd470 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd090: TRB 00000000fffdd480 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd0a0: TRB 00000000fffdd490 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd0b0: TRB 00000000fffdd4a0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd0c0: TRB 00000000fffdd4b0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd0d0: TRB 00000000fffdd4c0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd0e0: TRB 00000000fffdd4d0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd0f0: TRB 00000000ffd62cb0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd100: TRB 00000000ffaff320 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd110: TRB 00000000ffd62cc0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd120: TRB 00000000ffaff330 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd130: TRB 00000000ffaff340 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd140: TRB 00000000fffdd4e0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd150: TRB 00000000fffdd4f0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd160: TRB 00000000fffdd500 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd170: TRB 00000000fffdd510 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd180: TRB 00000000fffdd520 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd190: TRB 00000000ffd62cd0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd1a0: TRB 00000000ffaff350 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd1b0: TRB 00000000ffd62ce0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd1c0: TRB 00000000ffaff360 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd1d0: TRB 00000000ffaff370 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd1e0: TRB 00000000fffdd530 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd1f0: TRB 00000000fffdd540 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd200: TRB 00000000fffdd550 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd210: TRB 00000000ffd62cf0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd220: TRB 00000000ffaff380 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd230: TRB 00000000ffd62d00 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd240: TRB 00000000ffaff390 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd250: TRB 00000000ffaff3a0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd260: TRB 00000000fffdd560 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd270: TRB 00000000fffdd570 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd280: TRB 00000000fffdd580 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd290: TRB 00000000fffdd590 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd2a0: TRB 00000000fffdd5a0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd2b0: TRB 00000000fffdd5b0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd2c0: TRB 00000000fffdd5c0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd2d0: TRB 00000000fffdd5d0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd2e0: TRB 00000000fffdd5e0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd2f0: TRB 00000000fffdd5f0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd300: TRB 00000000ffd62d10 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd310: TRB 00000000ffaff3b0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd320: TRB 00000000ffd62d20 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd330: TRB 00000000ffaff3c0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd340: TRB 00000000ffaff3d0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd350: TRB 00000000fffdd600 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd360: TRB 00000000fffdd610 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd370: TRB 00000000fffdd620 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd380: TRB 00000000fffdd630 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd390: TRB 00000000fffdd640 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd3a0: TRB 00000000fffdd650 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd3b0: TRB 00000000fffdd660 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd3c0: TRB 00000000fffdd670 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd3d0: TRB 00000000fffdd680 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd3e0: TRB 00000000fffdd690 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd3f0: TRB 00000000fffdd6a0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd400: TRB 00000000fffdd6b0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd410: TRB 00000000fffdd6c0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd420: TRB 00000000ffd62d30 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd430: TRB 00000000ffaff3e0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd440: TRB 00000000ffd62d40 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd450: TRB 00000000ffaff3f0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd460: TRB 00000000ffaff400 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd470: TRB 00000000fffdd6d0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd480: TRB 00000000fffdd6e0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd490: TRB 00000000fffdd6f0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd4a0: TRB 00000000fffdd700 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd4b0: TRB 00000000fffdd710 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd4c0: TRB 00000000fffdd720 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd4d0: TRB 00000000ffd62d50 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd4e0: TRB 00000000ffaff410 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd4f0: TRB 00000000ffd62d60 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd500: TRB 00000000ffaff420 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd510: TRB 00000000ffaff430 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd520: TRB 00000000fffdd730 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd530: TRB 00000000fffdd740 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd540: TRB 00000000fffdd750 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd550: TRB 00000000fffdd760 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd560: TRB 00000000fffdd770 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd570: TRB 00000000ffd62d70 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd580: TRB 00000000ffaff440 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd590: TRB 00000000ffd62d80 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd5a0: TRB 00000000ffaff450 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd5b0: TRB 00000000ffaff460 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd5c0: TRB 00000000fffdd780 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd5d0: TRB 00000000fffdd790 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd5e0: TRB 00000000fffdd7a0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd5f0: TRB 00000000fffdd7b0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd600: TRB 00000000fffdd7c0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd610: TRB 00000000fffdd7d0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd620: TRB 00000000fffdd7e0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd630: TRB 00000000fffdd7f0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd640: TRB 00000000fffdd800 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd650: TRB 00000000ffd62d90 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd660: TRB 00000000ffaff470 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd670: TRB 00000000ffd62da0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd680: TRB 00000000ffaff480 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd690: TRB 00000000ffaff490 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd6a0: TRB 00000000fffdd810 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd6b0: TRB 00000000fffdd820 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd6c0: TRB 00000000ffd62db0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd6d0: TRB 00000000ffaff4a0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd6e0: TRB 00000000ffd62dc0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd6f0: TRB 00000000ffaff4b0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd700: TRB 00000000ffaff4c0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd710: TRB 00000000ffd62dd0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd720: TRB 00000000ffaff4d0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd730: TRB 00000000ffd62de0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd740: TRB 00000000ffaff4e0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd750: TRB 00000000ffaff4f0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd760: TRB 00000000fffdd830 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd770: TRB 00000000fffdd840 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd780: TRB 00000000fffdd850 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd790: TRB 00000000ffd62df0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd7a0: TRB 00000000ffaff500 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd7b0: TRB 00000000ffd62e00 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd7c0: TRB 00000000ffaff510 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd7d0: TRB 00000000ffaff520 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd7e0: TRB 00000000fffdd860 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd7f0: TRB 00000000fffdd870 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd800: TRB 00000000fffdd880 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd810: TRB 00000000fffdd890 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd820: TRB 00000000fffdd8a0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd830: TRB 00000000ffd62e10 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd840: TRB 00000000ffaff530 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd850: TRB 00000000ffd62e20 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd860: TRB 00000000ffaff540 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd870: TRB 00000000ffaff550 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd880: TRB 00000000fffdd8b0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd890: TRB 00000000fffdd8c0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd8a0: TRB 00000000fffdd8d0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd8b0: TRB 00000000fffdd8e0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd8c0: TRB 00000000fffdd8f0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd8d0: TRB 00000000fffdd900 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd8e0: TRB 00000000fffdd910 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd8f0: TRB 00000000fffdd920 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd900: TRB 00000000fffdd930 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd910: TRB 00000000ffd62e30 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd920: TRB 00000000ffaff560 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd930: TRB 00000000ffd62e40 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd940: TRB 00000000ffaff570 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd950: TRB 00000000ffaff580 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd960: TRB 00000000fffdd940 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd970: TRB 00000000fffdd950 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd980: TRB 00000000fffdd960 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd990: TRB 00000000fffdd970 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd9a0: TRB 00000000fffdd980 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd9b0: TRB 00000000fffdd990 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd9c0: TRB 00000000fffdd9a0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd9d0: TRB 00000000fffdd9b0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd9e0: TRB 00000000fffdd9c0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd9f0: TRB 00000000fffdd9d0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffda00: TRB 00000000fffdd9e0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffda10: TRB 00000000fffdd9f0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffda20: TRB 00000000fffdda00 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffda30: TRB 00000000fffdda10 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffda40: TRB 00000000fffdda20 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffda50: TRB 00000000fffdda30 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffda60: TRB 00000000fffdda40 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffda70: TRB 00000000fffdda50 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffda80: TRB 00000000fffdda60 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffda90: TRB 00000000fffdda70 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdaa0: TRB 00000000fffdda80 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdab0: TRB 00000000fffdda90 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdac0: TRB 00000000ffd62e50 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdad0: TRB 00000000ffaff590 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdae0: TRB 00000000ffd62e60 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdaf0: TRB 00000000ffaff5a0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdb00: TRB 00000000ffaff5b0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdb10: TRB 00000000fffddaa0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdb20: TRB 00000000fffddab0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdb30: TRB 00000000fffddac0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdb40: TRB 00000000fffddad0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdb50: TRB 00000000ffd62e70 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdb60: TRB 00000000ffaff5c0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdb70: TRB 00000000ffd62e80 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdb80: TRB 00000000ffaff5d0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdb90: TRB 00000000ffaff5e0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdba0: TRB 00000000fffddae0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdbb0: TRB 00000000fffddaf0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdbc0: TRB 00000000fffddb00 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdbd0: TRB 00000000fffddb10 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdbe0: TRB 00000000fffddb20 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdbf0: TRB 00000000fffddb30 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdc00: TRB 00000000fffddb40 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdc10: TRB 00000000fffddb50 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdc20: TRB 00000000fffddb60 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdc30: TRB 00000000fffddb70 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdc40: TRB 00000000fffddb80 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdc50: TRB 00000000fffddb90 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdc60: TRB 00000000fffddba0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdc70: TRB 00000000fffddbb0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdc80: TRB 00000000fffddbc0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdc90: TRB 00000000fffddbd0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdca0: TRB 00000000fffddbe0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdcb0: TRB 00000000ffd62e90 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdcc0: TRB 00000000ffaff5f0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdcd0: TRB 00000000ffd62ea0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdce0: TRB 00000000ffaff600 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdcf0: TRB 00000000ffaff610 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdd00: TRB 00000000fffddbf0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdd10: TRB 00000000fffddc00 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdd20: TRB 00000000fffddc10 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdd30: TRB 00000000ffd62eb0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdd40: TRB 00000000ffaff620 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdd50: TRB 00000000ffd62ec0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdd60: TRB 00000000ffaff630 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdd70: TRB 00000000ffaff640 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdd80: TRB 00000000fffddc20 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdd90: TRB 00000000fffddc30 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdda0: TRB 00000000fffddc40 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffddb0: TRB 00000000fffddc50 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffddc0: TRB 00000000fffddc60 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffddd0: TRB 00000000fffddc70 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdde0: TRB 00000000fffddc80 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffddf0: TRB 00000000ffd62ed0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffde00: TRB 00000000ffaff650 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffde10: TRB 00000000ffd62ee0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffde20: TRB 00000000ffaff660 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffde30: TRB 00000000ffaff670 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffde40: TRB 00000000fffddc90 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffde50: TRB 00000000fffddca0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffde60: TRB 00000000ffd62ef0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffde70: TRB 00000000ffaff680 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffde80: TRB 00000000ffd62f00 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffde90: TRB 00000000ffaff690 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdea0: TRB 00000000ffaff6a0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdeb0: TRB 00000000fffddcb0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdec0: TRB 00000000fffddcc0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffded0: TRB 00000000fffddcd0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdee0: TRB 00000000ffd62f10 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdef0: TRB 00000000ffaff6b0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdf00: TRB 00000000ffd62f20 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdf10: TRB 00000000ffaff6c0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdf20: TRB 00000000ffaff6d0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdf30: TRB 00000000fffddce0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdf40: TRB 00000000ffd62f30 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdf50: TRB 00000000ffaff6e0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdf60: TRB 00000000ffd62f40 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdf70: TRB 00000000ffaff6f0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdf80: TRB 00000000ffaff700 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdf90: TRB 00000000fffddcf0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdfa0: TRB 00000000fffddd00 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdfb0: TRB 00000000fffddd10 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdfc0: TRB 00000000ffd62f50 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdfd0: TRB 00000000ffaff710 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdfe0: TRB 00000000ffd62f60 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdff0: TRB 00000000ffaff720 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc000: TRB 00000000ffaff730 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc010: TRB 00000000fffddd20 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc020: TRB 00000000fffddd30 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc030: TRB 00000000fffddd40 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc040: TRB 00000000ffd62f70 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
1 0x00000000ffffc050: TRB 00000000ffaff740 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc060: TRB 00000000ffd62f80 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
1 0x00000000ffffc070: TRB 00000000ffaff750 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc080: TRB 00000000ffaff760 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc090: TRB 00000000fffddd50 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc0a0: TRB 00000000fffddd60 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc0b0: TRB 00000000fffddd70 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc0c0: TRB 00000000fffddd80 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc0d0: TRB 00000000fffddd90 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc0e0: TRB 00000000fffddda0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc0f0: TRB 00000000fffdddb0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc100: TRB 00000000ffd62f90 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
1 0x00000000ffffc110: TRB 00000000ffaff770 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc120: TRB 00000000ffd62fa0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
1 0x00000000ffffc130: TRB 00000000ffaff780 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc140: TRB 00000000ffaff790 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc150: TRB 00000000fffdddc0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc160: TRB 00000000fffdddd0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc170: TRB 00000000fffddde0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc180: TRB 00000000fffdddf0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc190: TRB 00000000fffdde00 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc1a0: TRB 00000000fffdde10 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc1b0: TRB 00000000fffdde20 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc1c0: TRB 00000000fffdde30 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc1d0: TRB 00000000ffd62fb0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
1 0x00000000ffffc1e0: TRB 00000000ffaff7a0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc1f0: TRB 00000000fffdde40 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc200: TRB 00000000ffd62fc0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
1 0x00000000ffffc210: TRB 00000000ffaff7b0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc220: TRB 00000000ffaff7c0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc230: TRB 00000000fffdde50 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc240: TRB 00000000fffdde60 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc250: TRB 00000000fffdde70 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc260: TRB 00000000fffdde80 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc270: TRB 00000000fffdde90 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc280: TRB 00000000fffddea0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc290: TRB 00000000fffddeb0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc2a0: TRB 00000000fffddec0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc2b0: TRB 00000000ffd62fd0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
1 0x00000000ffffc2c0: TRB 00000000ffaff7d0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc2d0: TRB 00000000ffd62fe0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
1 0x00000000ffffc2e0: TRB 00000000ffaff7e0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc2f0: TRB 00000000ffaff7f0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc300: TRB 00000000fffdded0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc310: TRB 00000000fffddee0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc320: TRB 00000000fffddef0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc330: TRB 00000000fffddf00 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc340: TRB 00000000fffddf10 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc350: TRB 00000000fffddf20 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc360: TRB 00000000ffc3c000 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
1 0x00000000ffffc370: TRB 00000000ffaff800 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc380: TRB 00000000ffc3c010 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
1 0x00000000ffffc390: TRB 00000000ffaff810 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc3a0: TRB 00000000ffaff820 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc3b0: TRB 00000000fffddf30 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
1 0x00000000ffffc3c0: TRB 00000000fffdcc00 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc3d0: TRB 00000000fffdcc10 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc3e0: TRB 00000000fffdcc20 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc3f0: TRB 00000000fffdcc30 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc400: TRB 00000000fffdcc40 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc410: TRB 00000000fffdcc50 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc420: TRB 00000000ffd62af0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc430: TRB 00000000ffaff080 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc440: TRB 00000000ffd62b00 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc450: TRB 00000000ffaff090 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc460: TRB 00000000ffaff0a0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc470: TRB 00000000fffdcc60 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc480: TRB 00000000fffdcc70 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc490: TRB 00000000fffdcc80 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc4a0: TRB 00000000fffdcc90 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc4b0: TRB 00000000fffdcca0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc4c0: TRB 00000000fffdccb0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc4d0: TRB 00000000fffdccc0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc4e0: TRB 00000000fffdccd0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc4f0: TRB 00000000ffd62b10 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc500: TRB 00000000ffaff0b0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc510: TRB 00000000ffd62b20 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc520: TRB 00000000ffaff0c0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc530: TRB 00000000ffaff0d0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc540: TRB 00000000ffd62b30 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc550: TRB 00000000ffaff0e0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc560: TRB 00000000ffd62b40 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc570: TRB 00000000ffaff0f0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc580: TRB 00000000ffaff100 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc590: TRB 00000000fffdcce0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc5a0: TRB 00000000fffdccf0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc5b0: TRB 00000000fffdcd00 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc5c0: TRB 00000000fffdcd10 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc5d0: TRB 00000000fffdcd20 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc5e0: TRB 00000000fffdcd30 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc5f0: TRB 00000000fffdcd40 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc600: TRB 00000000fffdcd50 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc610: TRB 00000000ffd62b50 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc620: TRB 00000000ffaff110 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc630: TRB 00000000ffd62b60 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc640: TRB 00000000ffaff120 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc650: TRB 00000000ffaff130 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc660: TRB 00000000fffdcd60 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc670: TRB 00000000fffdcd70 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc680: TRB 00000000fffdcd80 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc690: TRB 00000000fffdcd90 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc6a0: TRB 00000000fffdcda0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc6b0: TRB 00000000fffdcdb0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc6c0: TRB 00000000fffdcdc0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc6d0: TRB 00000000fffdcdd0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc6e0: TRB 00000000fffdcde0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc6f0: TRB 00000000fffdcdf0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc700: TRB 00000000ffd62b70 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc710: TRB 00000000ffaff140 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc720: TRB 00000000ffd62b80 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc730: TRB 00000000ffaff150 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc740: TRB 00000000ffaff160 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc750: TRB 00000000ffd62b90 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc760: TRB 00000000ffaff170 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc770: TRB 00000000ffd62ba0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc780: TRB 00000000ffaff180 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc790: TRB 00000000ffaff190 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc7a0: TRB 00000000fffdce00 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc7b0: TRB 00000000fffdce10 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc7c0: TRB 00000000fffdce20 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc7d0: TRB 00000000fffdce30 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc7e0: TRB 00000000fffdce40 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc7f0: TRB 00000000fffdce50 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc800: TRB 00000000ffd62bb0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc810: TRB 00000000ffaff1a0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc820: TRB 00000000ffd62bc0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc830: TRB 00000000ffaff1b0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc840: TRB 00000000ffaff1c0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc850: TRB 00000000fffdce60 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc860: TRB 00000000fffdce70 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc870: TRB 00000000fffdce80 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc880: TRB 00000000fffdce90 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc890: TRB 00000000fffdcea0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc8a0: TRB 00000000fffdceb0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc8b0: TRB 00000000fffdcec0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc8c0: TRB 00000000fffdced0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc8d0: TRB 00000000fffdcee0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc8e0: TRB 00000000fffdcef0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc8f0: TRB 00000000fffdcf00 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc900: TRB 00000000fffdcf10 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc910: TRB 00000000fffdcf20 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc920: TRB 00000000fffdcf30 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc930: TRB 00000000ffd62bd0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc940: TRB 00000000ffaff1d0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc950: TRB 00000000ffd62be0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffc960: TRB 00000000ffaff1e0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc970: TRB 00000000ffaff1f0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc980: TRB 00000000fffdcf40 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc990: TRB 00000000fffdcf50 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc9a0: TRB 00000000fffdcf60 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc9b0: TRB 00000000fffdcf70 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc9c0: TRB 00000000fffdcf80 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc9d0: TRB 00000000fffdcf90 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc9e0: TRB 00000000fffdcfa0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffc9f0: TRB 00000000fffdcfb0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffca00: TRB 00000000fffdcfc0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffca10: TRB 00000000fffdcfd0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffca20: TRB 00000000fffdcfe0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffca30: TRB 00000000fffdd000 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffca40: TRB 00000000fffdd010 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffca50: TRB 00000000fffdd020 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffca60: TRB 00000000fffdd030 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffca70: TRB 00000000ffd62bf0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffca80: TRB 00000000ffaff200 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffca90: TRB 00000000ffd62c00 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffcaa0: TRB 00000000ffaff210 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcab0: TRB 00000000ffaff220 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcac0: TRB 00000000fffdd040 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcad0: TRB 00000000fffdd050 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcae0: TRB 00000000fffdd060 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcaf0: TRB 00000000fffdd070 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcb00: TRB 00000000fffdd080 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcb10: TRB 00000000fffdd090 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcb20: TRB 00000000fffdd0a0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcb30: TRB 00000000fffdd0b0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcb40: TRB 00000000fffdd0c0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcb50: TRB 00000000ffd62c10 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffcb60: TRB 00000000ffaff230 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcb70: TRB 00000000ffd62c20 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffcb80: TRB 00000000ffaff240 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcb90: TRB 00000000ffaff250 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcba0: TRB 00000000fffdd0d0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcbb0: TRB 00000000fffdd0e0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcbc0: TRB 00000000fffdd0f0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcbd0: TRB 00000000fffdd100 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcbe0: TRB 00000000fffdd110 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcbf0: TRB 00000000fffdd120 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcc00: TRB 00000000fffdd130 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcc10: TRB 00000000fffdd140 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcc20: TRB 00000000fffdd150 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcc30: TRB 00000000fffdd160 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcc40: TRB 00000000fffdd170 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcc50: TRB 00000000fffdd180 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcc60: TRB 00000000fffdd190 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcc70: TRB 00000000fffdd1a0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcc80: TRB 00000000ffd62c30 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffcc90: TRB 00000000ffaff260 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcca0: TRB 00000000ffd62c40 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffccb0: TRB 00000000ffaff270 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffccc0: TRB 00000000ffaff280 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffccd0: TRB 00000000fffdd1b0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcce0: TRB 00000000fffdd1c0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffccf0: TRB 00000000fffdd1d0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcd00: TRB 00000000fffdd1e0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcd10: TRB 00000000fffdd1f0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcd20: TRB 00000000fffdd200 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcd30: TRB 00000000fffdd210 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcd40: TRB 00000000fffdd220 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcd50: TRB 00000000fffdd230 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcd60: TRB 00000000ffd62c50 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffcd70: TRB 00000000ffaff290 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcd80: TRB 00000000ffd62c60 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffcd90: TRB 00000000ffaff2a0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcda0: TRB 00000000ffaff2b0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcdb0: TRB 00000000fffdd240 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcdc0: TRB 00000000fffdd250 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcdd0: TRB 00000000fffdd260 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcde0: TRB 00000000fffdd270 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcdf0: TRB 00000000fffdd280 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffce00: TRB 00000000ffd62c70 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffce10: TRB 00000000ffaff2c0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffce20: TRB 00000000ffd62c80 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffce30: TRB 00000000ffaff2d0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffce40: TRB 00000000ffaff2e0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffce50: TRB 00000000fffdd290 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffce60: TRB 00000000fffdd2a0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffce70: TRB 00000000fffdd2b0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffce80: TRB 00000000fffdd2c0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffce90: TRB 00000000fffdd2d0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcea0: TRB 00000000fffdd2e0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffceb0: TRB 00000000fffdd2f0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcec0: TRB 00000000fffdd300 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffced0: TRB 00000000fffdd310 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcee0: TRB 00000000fffdd320 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcef0: TRB 00000000fffdd330 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcf00: TRB 00000000fffdd340 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcf10: TRB 00000000fffdd350 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcf20: TRB 00000000fffdd360 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcf30: TRB 00000000fffdd370 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcf40: TRB 00000000fffdd380 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcf50: TRB 00000000fffdd390 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcf60: TRB 00000000fffdd3a0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcf70: TRB 00000000fffdd3b0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcf80: TRB 00000000fffdd3c0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcf90: TRB 00000000fffdd3d0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcfa0: TRB 00000000ffd62c90 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffcfb0: TRB 00000000ffaff2f0 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcfc0: TRB 00000000ffd62ca0 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:c
1 0x00000000ffffcfd0: TRB 00000000ffaff300 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcfe0: TRB 00000000ffaff310 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:c
1 0x00000000ffffcff0: TRB 00000000fffdd3e0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:cThank you very much for looking this.
Offline
It would be ep06, not ep60.
It should be there if you look when arecord is running. Maybe it's a matter of luck (audio driver alternately disables and reenables the endpoint?) but then you should get there with a few tries. The event ring no longer contains any information about those transfers that failed with "babble error". The ep-context looks like you found the right device, but the isochronous endpoints (audio streaming) are disabled.
You can run
cp -r /sys/kernel/debug/usb/xhci/0000\:c3\:00.3/devices/05 /sys/kernel/debug/usb/xhci/0000\:c3\:00.3/event-ring .to capture all the files pretty closely in time.
Offline
I made a little script to produce copies while executing `arecord`. Here are files from last iteration containing ep06 directory:
- ep-context:
0x00000000fff93040: State running mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 3 Type Ctrl burst 0 maxp 64 deq 00000000ffc31031 avg trb len 0, virt_state:0x0
0x00000000fff93080: State running mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 3 Type Bulk OUT burst 0 maxp 64 deq 00000000ffaff001 avg trb len 0, virt_state:0x0
0x00000000fff930c0: State running mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 3 Type Bulk IN burst 0 maxp 64 deq 00000000ffc30001 avg trb len 0, virt_state:0x0
0x00000000fff93100: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93140: State running mult 1 max P. Streams 0 interval 1000 us max ESIT payload 8 CErr 3 Type Int IN burst 0 maxp 8 deq 00000000ffc3c001 avg trb len 8, virt_state:0x0
0x00000000fff93180: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 192 CErr 0 Type Isoc OUT burst 0 maxp 192 deq 00000000fff63001 avg trb len 192, virt_state:0x0
0x00000000fff931c0: State running mult 1 max P. Streams 0 interval 1000 us max ESIT payload 256 CErr 0 Type Isoc IN burst 0 maxp 256 deq 00000000fff63001 avg trb len 256, virt_state:0x0
0x00000000fff93200: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93240: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93280: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff932c0: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93300: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93340: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93380: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff933c0: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93400: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93440: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93480: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff934c0: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93500: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93540: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93580: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff935c0: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93600: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93640: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93680: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff936c0: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93700: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93740: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff93780: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0
0x00000000fff937c0: State disabled mult 1 max P. Streams 0 interval 125 us max ESIT payload 0 CErr 0 Type INVALID burst 0 maxp 0 deq 0000000000000000 avg trb len 0, virt_state:0x0- ep06/trbs:
0 0x00000000fff63000: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 375 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63010: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 376 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63020: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 377 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63030: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 378 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63040: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 379 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63050: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 380 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63060: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 381 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63070: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 382 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63080: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 383 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63090: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 384 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff630a0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 385 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff630b0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 386 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff630c0: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 387 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff630d0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 388 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff630e0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 389 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff630f0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 390 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63100: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 391 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63110: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 392 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63120: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 393 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63130: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 394 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63140: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 395 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63150: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 396 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63160: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 397 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63170: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 398 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63180: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 399 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63190: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 400 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff631a0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 401 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff631b0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 402 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff631c0: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 403 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff631d0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 404 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff631e0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 405 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff631f0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 406 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63200: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 407 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63210: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 408 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63220: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 409 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63230: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 410 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63240: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 411 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63250: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 412 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63260: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 413 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63270: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 414 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63280: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 415 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63290: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 416 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff632a0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 417 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff632b0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 418 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff632c0: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 419 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff632d0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 420 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff632e0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 421 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff632f0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 422 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63300: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 423 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63310: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 424 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63320: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 425 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63330: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 426 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63340: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 427 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63350: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 428 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63360: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 429 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63370: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 430 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63380: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 431 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63390: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 432 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff633a0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 433 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff633b0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 434 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff633c0: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 435 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff633d0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 436 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff633e0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 437 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff633f0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 438 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63400: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 439 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63410: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 440 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63420: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 441 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63430: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 442 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63440: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 443 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63450: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 444 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63460: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 445 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63470: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 446 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63480: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 447 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63490: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 448 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff634a0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 449 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff634b0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 450 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff634c0: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 451 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff634d0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 452 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff634e0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 453 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff634f0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 454 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63500: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 455 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63510: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 456 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63520: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 457 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63530: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 458 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63540: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 459 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63550: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 460 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63560: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 461 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63570: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 462 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63580: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 463 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63590: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 464 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff635a0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 465 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff635b0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 466 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff635c0: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 467 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff635d0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 468 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff635e0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 469 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff635f0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 470 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63600: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 471 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63610: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 472 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63620: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 473 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63630: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 474 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63640: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 475 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63650: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 476 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63660: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 477 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63670: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 478 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63680: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 479 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63690: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 480 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff636a0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 481 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff636b0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 482 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff636c0: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 483 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff636d0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 484 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff636e0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 485 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff636f0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 486 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63700: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 487 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63710: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 488 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63720: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 489 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63730: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 490 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63740: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 491 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63750: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 492 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63760: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 493 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63770: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 494 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63780: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 495 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63790: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 496 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff637a0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 497 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff637b0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 498 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff637c0: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 499 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff637d0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 500 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff637e0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 501 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff637f0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 502 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63800: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 503 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63810: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 504 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63820: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 505 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63830: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 506 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63840: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 507 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63850: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 508 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63860: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 509 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63870: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 510 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63880: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 511 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63890: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 512 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff638a0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 513 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff638b0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 514 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff638c0: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 515 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff638d0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 516 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff638e0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 517 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff638f0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 518 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63900: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 519 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63910: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 520 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63920: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 521 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63930: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 522 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63940: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 523 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63950: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 524 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63960: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 525 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63970: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 526 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63980: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 527 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63990: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 528 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff639a0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 529 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff639b0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 530 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff639c0: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 531 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff639d0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 532 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff639e0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 533 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff639f0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 534 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63a00: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 535 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63a10: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 536 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63a20: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 537 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63a30: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 538 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63a40: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 539 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63a50: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 540 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63a60: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 541 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63a70: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 542 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63a80: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 543 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63a90: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 544 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63aa0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 545 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63ab0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 546 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63ac0: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 547 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63ad0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 548 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63ae0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 549 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63af0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 550 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63b00: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 551 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63b10: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 552 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63b20: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 553 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63b30: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 554 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63b40: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 555 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63b50: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 556 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63b60: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 557 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63b70: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 558 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63b80: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 559 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63b90: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 560 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63ba0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 561 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63bb0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 562 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63bc0: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 563 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63bd0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 564 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63be0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 565 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63bf0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 566 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63c00: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 567 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63c10: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 568 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63c20: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 569 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63c30: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 570 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63c40: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 571 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63c50: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 572 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63c60: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 573 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63c70: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 574 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63c80: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 575 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63c90: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 576 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63ca0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 577 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63cb0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 578 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63cc0: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 579 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63cd0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 580 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63ce0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 581 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63cf0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 582 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63d00: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 583 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63d10: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 584 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63d20: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 585 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63d30: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 586 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63d40: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 587 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63d50: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 588 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63d60: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 589 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63d70: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 590 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63d80: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 591 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63d90: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 592 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63da0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 593 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63db0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 594 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63dc0: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 595 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63dd0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 596 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63de0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 597 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63df0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 598 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63e00: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 599 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63e10: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 600 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63e20: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 601 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63e30: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 602 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63e40: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 603 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63e50: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 604 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63e60: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 605 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63e70: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 606 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63e80: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 607 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63e90: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 608 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63ea0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 609 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63eb0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 610 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63ec0: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 611 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63ed0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 612 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63ee0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 613 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63ef0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 614 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63f00: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 615 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63f10: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 616 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63f20: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 617 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63f30: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 618 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63f40: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 619 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63f50: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 620 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63f60: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 621 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63f70: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 622 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63f80: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 623 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63f90: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 624 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63fa0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 625 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63fb0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 626 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63fc0: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 627 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63fd0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 628 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63fe0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 629 flags s:b:i:I:c:s:I:e:C
0 0x00000000fff63ff0: LINK 00000000ffcd3000 intr 0 type 'Link' flags i:c:t:C
1 0x00000000ffcd3000: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 630 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3010: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 631 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3020: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 632 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3030: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 633 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3040: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 634 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3050: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 635 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3060: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 636 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3070: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 637 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3080: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 638 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3090: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 639 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd30a0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 640 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd30b0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 641 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd30c0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 642 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd30d0: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 643 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd30e0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 644 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd30f0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 645 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3100: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 646 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3110: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 647 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3120: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 648 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3130: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 649 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3140: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 650 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3150: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 651 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3160: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 652 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3170: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 653 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3180: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 654 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3190: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 655 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd31a0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 656 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd31b0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 657 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd31c0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 658 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd31d0: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 659 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd31e0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 660 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd31f0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 661 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3200: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 662 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3210: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 663 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3220: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 664 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3230: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 665 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3240: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 666 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3250: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 667 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3260: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 668 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3270: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 669 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3280: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 670 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3290: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 671 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd32a0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 672 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd32b0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 673 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd32c0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 674 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd32d0: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 675 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd32e0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 676 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd32f0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 677 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3300: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 678 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3310: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 679 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3320: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 680 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3330: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 681 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3340: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 682 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3350: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 683 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3360: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 684 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3370: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 685 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3380: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 686 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3390: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 687 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd33a0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 688 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd33b0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 689 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd33c0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 690 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd33d0: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 691 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd33e0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 692 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd33f0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 693 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3400: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 694 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3410: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 695 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3420: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 696 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3430: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 697 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3440: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 698 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3450: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 699 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3460: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 700 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3470: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 701 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3480: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 702 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3490: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 703 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd34a0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 704 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd34b0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 705 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd34c0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 706 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd34d0: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 707 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd34e0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 708 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd34f0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 709 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3500: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 710 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3510: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 711 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3520: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 712 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3530: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 713 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3540: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 714 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3550: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 715 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3560: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 716 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3570: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 717 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3580: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 718 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3590: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 719 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd35a0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 720 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd35b0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 721 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd35c0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 722 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd35d0: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 723 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd35e0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 724 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd35f0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 725 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3600: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 726 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3610: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 727 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3620: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 728 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3630: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 729 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3640: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 730 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3650: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 731 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3660: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 732 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3670: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 733 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3680: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 734 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3690: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 735 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd36a0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 736 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd36b0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 737 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd36c0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 738 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd36d0: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 739 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd36e0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 740 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd36f0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 741 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3700: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 742 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3710: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 743 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3720: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 744 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3730: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 745 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3740: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 746 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3750: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 747 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3760: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 748 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3770: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 749 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3780: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 750 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3790: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 751 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd37a0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 752 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd37b0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 753 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd37c0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 754 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd37d0: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 755 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd37e0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 756 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd37f0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 757 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3800: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 758 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3810: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 759 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3820: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 760 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3830: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 761 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3840: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 762 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3850: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 763 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3860: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 764 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3870: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 765 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3880: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 766 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3890: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 767 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd38a0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 768 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd38b0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 769 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd38c0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 770 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd38d0: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 771 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd38e0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 772 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd38f0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 773 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3900: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 774 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3910: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 775 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3920: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 776 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3930: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 777 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3940: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 778 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3950: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 779 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3960: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 780 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3970: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 781 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3980: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 782 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3990: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 783 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd39a0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 784 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd39b0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 785 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd39c0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 786 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd39d0: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 787 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd39e0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 788 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd39f0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 789 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3a00: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 790 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3a10: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 791 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3a20: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 792 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3a30: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 793 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3a40: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 794 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3a50: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 795 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3a60: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 796 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3a70: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 797 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3a80: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 798 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3a90: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 799 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3aa0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 800 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3ab0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 801 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3ac0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 802 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3ad0: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 803 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3ae0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 804 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3af0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 805 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3b00: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 806 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3b10: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 807 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3b20: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 808 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3b30: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 809 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3b40: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 810 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3b50: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 811 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3b60: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 812 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3b70: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 813 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3b80: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 814 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3b90: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 815 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3ba0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 816 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3bb0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 817 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3bc0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 818 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3bd0: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 819 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3be0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 820 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3bf0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 821 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3c00: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 822 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3c10: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 823 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3c20: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 824 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3c30: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 825 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3c40: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 826 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3c50: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 827 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3c60: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 828 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3c70: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 829 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3c80: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 830 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3c90: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 831 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3ca0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 832 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3cb0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 833 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3cc0: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 834 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3cd0: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 835 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3ce0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 836 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3cf0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 837 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3d00: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 838 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3d10: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 839 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3d20: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 840 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3d30: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 841 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3d40: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 842 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3d50: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 843 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3d60: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 844 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3d70: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 845 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3d80: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 846 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3d90: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 847 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3da0: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 848 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3db0: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 849 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3dc0: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 850 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3dd0: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 851 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3de0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 852 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3df0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 853 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3e00: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 854 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3e10: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 855 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3e20: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 856 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3e30: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 857 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3e40: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 858 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3e50: Buffer 00000000ffc25e00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 859 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3e60: Buffer 00000000ffc25c00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 860 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3e70: Buffer 00000000ffc25a00 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 861 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3e80: Buffer 00000000ffc25800 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 862 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3e90: Buffer 00000000ffc25600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 863 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3ea0: Buffer 00000000ffc25400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 864 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3eb0: Buffer 00000000ffc25200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 865 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3ec0: Buffer 00000000ffc25000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 866 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3ed0: Buffer 00000000fff68600 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 867 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3ee0: Buffer 00000000fff68400 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 868 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3ef0: Buffer 00000000fff68200 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 869 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3f00: Buffer 00000000fff68000 length 144 TD size/TBC 0 intr 0 type 'Isoch' TBC 0 TLBPC 0 frame_id 870 flags s:b:i:I:c:s:I:e:C
1 0x00000000ffcd3f10: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3f20: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3f30: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3f40: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3f50: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3f60: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3f70: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3f80: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3f90: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3fa0: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3fb0: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3fc0: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3fd0: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3fe0: type 'UNKNOWN' -> raw 00000000 00000000 00000000 00000000
1 0x00000000ffcd3ff0: LINK 00000000fff63000 intr 0 type 'Link' flags i:c:T:c- event-ring/trbs:
0 0x00000000ffffd000: TRB 00000000ffcd3b00 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd010: TRB 00000000ffcd3b10 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd020: TRB 00000000ffcd3b20 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd030: TRB 00000000ffcd3b30 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd040: TRB 00000000ffcd3b40 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd050: TRB 00000000ffcd3b50 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd060: TRB 00000000ffcd3b60 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd070: TRB 00000000ffcd3b70 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd080: TRB 00000000ffcd3b80 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd090: TRB 00000000ffcd3b90 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd0a0: TRB 00000000ffcd3ba0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd0b0: TRB 00000000ffcd3bb0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd0c0: TRB 00000000ffcd3bc0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd0d0: TRB 00000000ffcd3bd0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd0e0: TRB 00000000ffcd3be0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd0f0: TRB 00000000ffcd3bf0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd100: TRB 00000000ffcd3c00 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd110: TRB 00000000ffcd3c10 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd120: TRB 00000000ffcd3c20 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd130: TRB 00000000ffcd3c30 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd140: TRB 00000000ffcd3c40 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd150: TRB 00000000ffcd3c50 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd160: TRB 00000000ffcd3c60 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd170: TRB 00000000ffcd3c70 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd180: TRB 00000000ffcd3c80 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd190: TRB 00000000ffcd3c90 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd1a0: TRB 00000000ffcd3ca0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd1b0: TRB 00000000ffcd3cb0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd1c0: TRB 00000000ffcd3cc0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd1d0: TRB 00000000ffcd3cd0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd1e0: TRB 00000000ffcd3ce0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd1f0: TRB 00000000ffcd3cf0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd200: TRB 00000000ffcd3d00 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd210: TRB 00000000ffcd3d10 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd220: TRB 00000000ffcd3d20 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd230: TRB 00000000ffcd3d30 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd240: TRB 00000000ffcd3d40 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd250: TRB 00000000ffcd3d50 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd260: TRB 00000000ffcd3d60 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd270: TRB 00000000ffcd3d70 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd280: TRB 00000000ffcd3d80 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd290: TRB 00000000ffcd3d90 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd2a0: TRB 00000000ffcd3da0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd2b0: TRB 00000000ffcd3db0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd2c0: TRB 00000000ffcd3dc0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd2d0: TRB 00000000ffcd3dd0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd2e0: TRB 00000000ffcd3de0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd2f0: TRB 00000000ffcd3df0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd300: TRB 00000000ffcd3e00 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd310: TRB 00000000ffcd3e10 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd320: TRB 00000000ffcd3e20 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd330: TRB 00000000ffcd3e30 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd340: TRB 00000000ffcd3e40 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd350: TRB 00000000ffcd3e50 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd360: TRB 00000000ffcd3e60 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd370: TRB 00000000ffcd3e70 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd380: TRB 00000000ffcd3e80 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd390: TRB 00000000ffcd3e90 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:c
0 0x00000000ffffd3a0: TRB 00000000ffaffa00 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffd3b0: TRB 00000000ffc30f00 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd3c0: TRB 00000000ffc30f10 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd3d0: TRB 00000000fffdd8d0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd3e0: TRB 00000000fffdd8e0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd3f0: TRB 00000000fffdd8f0 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd400: TRB 00000000fffdd900 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd410: TRB 00000000fffdd910 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd420: TRB 00000000fffdd920 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd430: TRB 00000000fffdd930 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd440: TRB 00000000fffdd940 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd450: TRB 00000000fffdd950 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd460: TRB 00000000fffdd960 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd470: TRB 00000000fffdd970 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd480: TRB 00000000fffdd980 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd490: TRB 00000000ffffe700 status 'Success' len 0 slot 5 ep 0 type 'Command Completion Event' flags e:C
0 0x00000000ffffd4a0: TRB 00000000ffc31a10 status 'Success' len 0 slot 5 ep 1 type 'Transfer Event' flags e:C
0 0x00000000ffffd4b0: TRB 00000000fff63000 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd4c0: TRB 00000000fff63010 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd4d0: TRB 00000000fff63020 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd4e0: TRB 00000000fff63030 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd4f0: TRB 00000000fff63040 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd500: TRB 00000000fff63050 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd510: TRB 00000000fff63060 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd520: TRB 00000000fff63070 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd530: TRB 00000000fff63080 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd540: TRB 00000000fff63090 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd550: TRB 00000000fff630a0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd560: TRB 00000000fff630b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd570: TRB 00000000fff630c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd580: TRB 00000000fff630d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd590: TRB 00000000fff630e0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd5a0: TRB 00000000fff630f0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd5b0: TRB 00000000fff63100 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd5c0: TRB 00000000fff63110 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd5d0: TRB 00000000fff63120 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd5e0: TRB 00000000fff63130 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd5f0: TRB 00000000fff63140 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd600: TRB 00000000fff63150 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd610: TRB 00000000fff63160 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd620: TRB 00000000fff63170 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd630: TRB 00000000fff63180 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd640: TRB 00000000fff63190 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd650: TRB 00000000fff631a0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd660: TRB 00000000fff631b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd670: TRB 00000000fff631c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd680: TRB 00000000fff631d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd690: TRB 00000000fff631e0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd6a0: TRB 00000000fff631f0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd6b0: TRB 00000000fff63200 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd6c0: TRB 00000000fff63210 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd6d0: TRB 00000000fff63220 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd6e0: TRB 00000000fff63230 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd6f0: TRB 00000000fff63240 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd700: TRB 00000000fff63250 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd710: TRB 00000000fff63260 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd720: TRB 00000000fff63270 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd730: TRB 00000000fff63280 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd740: TRB 00000000fff63290 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd750: TRB 00000000fff632a0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd760: TRB 00000000fff632b0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd770: TRB 00000000fff632c0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd780: TRB 00000000fff632d0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd790: TRB 00000000fff632e0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd7a0: TRB 00000000fff632f0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd7b0: TRB 00000000fff63300 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd7c0: TRB 00000000fff63310 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd7d0: TRB 00000000fff63320 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd7e0: TRB 00000000fff63330 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd7f0: TRB 00000000fff63340 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd800: TRB 00000000fff63350 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd810: TRB 00000000fffdd990 status 'Success' len 0 slot 1 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffd820: TRB 00000000fff63360 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd830: TRB 00000000fff63370 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd840: TRB 00000000fff63380 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd850: TRB 00000000fff63390 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd860: TRB 00000000fff633a0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd870: TRB 00000000fff633b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd880: TRB 00000000fff633c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd890: TRB 00000000fff633d0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd8a0: TRB 00000000fff633e0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd8b0: TRB 00000000fff633f0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd8c0: TRB 00000000fff63400 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd8d0: TRB 00000000fff63410 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd8e0: TRB 00000000fff63420 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd8f0: TRB 00000000fff63430 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd900: TRB 00000000fff63440 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd910: TRB 00000000fff63450 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd920: TRB 00000000fff63460 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd930: TRB 00000000fff63470 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd940: TRB 00000000fff63480 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd950: TRB 00000000fff63490 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd960: TRB 00000000fff634a0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd970: TRB 00000000fff634b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd980: TRB 00000000fff634c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd990: TRB 00000000fff634d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd9a0: TRB 00000000fff634e0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd9b0: TRB 00000000fff634f0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd9c0: TRB 00000000fff63500 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd9d0: TRB 00000000fff63510 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd9e0: TRB 00000000fff63520 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffd9f0: TRB 00000000fff63530 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffda00: TRB 00000000fff63540 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffda10: TRB 00000000fff63550 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffda20: TRB 00000000fff63560 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffda30: TRB 00000000fff63570 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffda40: TRB 00000000fff63580 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffda50: TRB 00000000fff63590 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffda60: TRB 00000000fff635a0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffda70: TRB 00000000fff635b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffda80: TRB 00000000fff635c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffda90: TRB 00000000fff635d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdaa0: TRB 00000000fff635e0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdab0: TRB 00000000fff635f0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdac0: TRB 00000000fff63600 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdad0: TRB 00000000fff63610 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdae0: TRB 00000000fff63620 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdaf0: TRB 00000000fff63630 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdb00: TRB 00000000fff63640 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdb10: TRB 00000000fff63650 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdb20: TRB 00000000fff63660 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdb30: TRB 00000000ffaffa10 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdb40: TRB 00000000ffc30f20 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdb50: TRB 00000000fff63670 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdb60: TRB 00000000ffaffa20 status 'Success' len 0 slot 5 ep 2 type 'Transfer Event' flags e:C
0 0x00000000ffffdb70: TRB 00000000ffc30f30 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdb80: TRB 00000000ffc30f40 status 'Success' len 0 slot 5 ep 3 type 'Transfer Event' flags e:C
0 0x00000000ffffdb90: TRB 00000000fff63680 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdba0: TRB 00000000fff63690 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdbb0: TRB 00000000fff636a0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdbc0: TRB 00000000fff636b0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdbd0: TRB 00000000fff636c0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdbe0: TRB 00000000fff636d0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdbf0: TRB 00000000fff636e0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdc00: TRB 00000000fff636f0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdc10: TRB 00000000fff63700 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdc20: TRB 00000000fff63710 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdc30: TRB 00000000fff63720 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdc40: TRB 00000000fff63730 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdc50: TRB 00000000fff63740 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdc60: TRB 00000000fff63750 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdc70: TRB 00000000fff63760 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdc80: TRB 00000000fff63770 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdc90: TRB 00000000fff63780 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdca0: TRB 00000000fff63790 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdcb0: TRB 00000000fff637a0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdcc0: TRB 00000000fff637b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdcd0: TRB 00000000fff637c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdce0: TRB 00000000fff637d0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdcf0: TRB 00000000fff637e0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdd00: TRB 00000000fff637f0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdd10: TRB 00000000fff63800 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdd20: TRB 00000000fff63810 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdd30: TRB 00000000fff63820 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdd40: TRB 00000000fff63830 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdd50: TRB 00000000fff63840 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdd60: TRB 00000000fff63850 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdd70: TRB 00000000fff63860 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdd80: TRB 00000000fff63870 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdd90: TRB 00000000fff63880 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdda0: TRB 00000000fff63890 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffddb0: TRB 00000000fff638a0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffddc0: TRB 00000000fff638b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffddd0: TRB 00000000fff638c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdde0: TRB 00000000fff638d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffddf0: TRB 00000000fff638e0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffde00: TRB 00000000fff638f0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffde10: TRB 00000000fff63900 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffde20: TRB 00000000fff63910 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffde30: TRB 00000000fff63920 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffde40: TRB 00000000fff63930 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffde50: TRB 00000000fff63940 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffde60: TRB 00000000fff63950 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffde70: TRB 00000000fff63960 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffde80: TRB 00000000fff63970 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffde90: TRB 00000000fff63980 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdea0: TRB 00000000fff63990 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdeb0: TRB 00000000fff639a0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdec0: TRB 00000000fff639b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffded0: TRB 00000000fff639c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdee0: TRB 00000000fff639d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdef0: TRB 00000000fff639e0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdf00: TRB 00000000fff639f0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdf10: TRB 00000000fff63a00 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdf20: TRB 00000000fff63a10 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdf30: TRB 00000000fff63a20 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdf40: TRB 00000000fff63a30 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdf50: TRB 00000000fff63a40 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdf60: TRB 00000000fff63a50 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdf70: TRB 00000000fff63a60 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdf80: TRB 00000000fff63a70 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdf90: TRB 00000000fff63a80 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdfa0: TRB 00000000fff63a90 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdfb0: TRB 00000000fff63aa0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdfc0: TRB 00000000fff63ab0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdfd0: TRB 00000000fff63ac0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdfe0: TRB 00000000fff63ad0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
0 0x00000000ffffdff0: TRB 00000000fff63ae0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc000: TRB 00000000fff63af0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc010: TRB 00000000fff63b00 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc020: TRB 00000000fff63b10 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc030: TRB 00000000fff63b20 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc040: TRB 00000000fff63b30 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc050: TRB 00000000fff63b40 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc060: TRB 00000000fff63b50 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc070: TRB 00000000fff63b60 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc080: TRB 00000000fff63b70 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc090: TRB 00000000fff63b80 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc0a0: TRB 00000000fff63b90 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc0b0: TRB 00000000fff63ba0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc0c0: TRB 00000000fff63bb0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc0d0: TRB 00000000fff63bc0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc0e0: TRB 00000000fff63bd0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc0f0: TRB 00000000fff63be0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc100: TRB 00000000fff63bf0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc110: TRB 00000000fff63c00 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc120: TRB 00000000fff63c10 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc130: TRB 00000000fff63c20 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc140: TRB 00000000fff63c30 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc150: TRB 00000000fff63c40 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc160: TRB 00000000fff63c50 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc170: TRB 00000000fff63c60 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc180: TRB 00000000fff63c70 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc190: TRB 00000000fff63c80 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc1a0: TRB 00000000fff63c90 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc1b0: TRB 00000000fff63ca0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc1c0: TRB 00000000fff63cb0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc1d0: TRB 00000000fff63cc0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc1e0: TRB 00000000fff63cd0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc1f0: TRB 00000000fff63ce0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc200: TRB 00000000fff63cf0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc210: TRB 00000000fff63d00 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc220: TRB 00000000fff63d10 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc230: TRB 00000000fff63d20 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc240: TRB 00000000fff63d30 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc250: TRB 00000000fff63d40 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc260: TRB 00000000fff63d50 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc270: TRB 00000000fff63d60 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc280: TRB 00000000fff63d70 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc290: TRB 00000000fff63d80 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc2a0: TRB 00000000fff63d90 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc2b0: TRB 00000000fff63da0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc2c0: TRB 00000000fff63db0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc2d0: TRB 00000000fff63dc0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc2e0: TRB 00000000fff63dd0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc2f0: TRB 00000000fff63de0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc300: TRB 00000000fff63df0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc310: TRB 00000000fff63e00 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc320: TRB 00000000fff63e10 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc330: TRB 00000000fff63e20 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc340: TRB 00000000fff63e30 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc350: TRB 00000000fff63e40 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc360: TRB 00000000fff63e50 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc370: TRB 00000000fff63e60 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc380: TRB 00000000fff63e70 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc390: TRB 00000000fff63e80 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc3a0: TRB 00000000fff63e90 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc3b0: TRB 00000000fff63ea0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc3c0: TRB 00000000fff63eb0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc3d0: TRB 00000000fff63ec0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc3e0: TRB 00000000fff63ed0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc3f0: TRB 00000000fff63ee0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc400: TRB 00000000fff63ef0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc410: TRB 00000000fff63f00 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc420: TRB 00000000fff63f10 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc430: TRB 00000000fff63f20 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc440: TRB 00000000fff63f30 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc450: TRB 00000000fff63f40 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc460: TRB 00000000fff63f50 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc470: TRB 00000000fff63f60 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc480: TRB 00000000fff63f70 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc490: TRB 00000000fff63f80 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc4a0: TRB 00000000fff63f90 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc4b0: TRB 00000000fff63fa0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc4c0: TRB 00000000fff63fb0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc4d0: TRB 00000000fff63fc0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc4e0: TRB 00000000fff63fd0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc4f0: TRB 00000000fff63fe0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc500: TRB 00000000ffcd3000 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc510: TRB 00000000ffcd3010 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc520: TRB 00000000ffcd3020 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc530: TRB 00000000ffcd3030 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc540: TRB 00000000ffcd3040 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc550: TRB 00000000ffcd3050 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc560: TRB 00000000ffcd3060 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc570: TRB 00000000ffcd3070 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc580: TRB 00000000ffcd3080 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc590: TRB 00000000ffcd3090 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc5a0: TRB 00000000ffcd30a0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc5b0: TRB 00000000ffcd30b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc5c0: TRB 00000000ffcd30c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc5d0: TRB 00000000ffcd30d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc5e0: TRB 00000000ffcd30e0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc5f0: TRB 00000000ffcd30f0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc600: TRB 00000000ffcd3100 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc610: TRB 00000000ffcd3110 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc620: TRB 00000000ffcd3120 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc630: TRB 00000000ffcd3130 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc640: TRB 00000000ffcd3140 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc650: TRB 00000000ffcd3150 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc660: TRB 00000000ffcd3160 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc670: TRB 00000000ffcd3170 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc680: TRB 00000000ffcd3180 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc690: TRB 00000000ffcd3190 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc6a0: TRB 00000000ffcd31a0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc6b0: TRB 00000000ffcd31b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc6c0: TRB 00000000ffcd31c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc6d0: TRB 00000000ffcd31d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc6e0: TRB 00000000ffcd31e0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc6f0: TRB 00000000ffcd31f0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc700: TRB 00000000ffcd3200 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc710: TRB 00000000ffcd3210 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc720: TRB 00000000ffcd3220 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc730: TRB 00000000ffcd3230 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc740: TRB 00000000ffcd3240 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc750: TRB 00000000ffcd3250 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc760: TRB 00000000ffcd3260 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc770: TRB 00000000ffcd3270 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc780: TRB 00000000ffcd3280 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc790: TRB 00000000ffcd3290 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc7a0: TRB 00000000ffcd32a0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc7b0: TRB 00000000ffcd32b0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc7c0: TRB 00000000ffcd32c0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc7d0: TRB 00000000ffcd32d0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc7e0: TRB 00000000ffcd32e0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc7f0: TRB 00000000ffcd32f0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc800: TRB 00000000ffcd3300 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc810: TRB 00000000ffcd3310 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc820: TRB 00000000ffcd3320 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc830: TRB 00000000ffcd3330 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc840: TRB 00000000ffcd3340 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc850: TRB 00000000ffcd3350 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc860: TRB 00000000ffcd3360 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc870: TRB 00000000ffcd3370 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc880: TRB 00000000ffcd3380 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc890: TRB 00000000ffcd3390 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc8a0: TRB 00000000ffcd33a0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc8b0: TRB 00000000ffcd33b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc8c0: TRB 00000000ffcd33c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc8d0: TRB 00000000ffcd33d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc8e0: TRB 00000000ffcd33e0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc8f0: TRB 00000000ffcd33f0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc900: TRB 00000000ffcd3400 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc910: TRB 00000000ffcd3410 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc920: TRB 00000000ffcd3420 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc930: TRB 00000000ffcd3430 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc940: TRB 00000000ffcd3440 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc950: TRB 00000000ffcd3450 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc960: TRB 00000000ffcd3460 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc970: TRB 00000000ffcd3470 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc980: TRB 00000000ffcd3480 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc990: TRB 00000000ffcd3490 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc9a0: TRB 00000000ffcd34a0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc9b0: TRB 00000000ffcd34b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc9c0: TRB 00000000ffcd34c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc9d0: TRB 00000000ffcd34d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc9e0: TRB 00000000ffcd34e0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffc9f0: TRB 00000000ffcd34f0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffca00: TRB 00000000ffcd3500 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffca10: TRB 00000000ffcd3510 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffca20: TRB 00000000ffcd3520 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffca30: TRB 00000000ffcd3530 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffca40: TRB 00000000ffcd3540 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffca50: TRB 00000000ffcd3550 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffca60: TRB 00000000ffcd3560 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffca70: TRB 00000000ffcd3570 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffca80: TRB 00000000ffcd3580 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffca90: TRB 00000000ffcd3590 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcaa0: TRB 00000000ffcd35a0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcab0: TRB 00000000ffcd35b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcac0: TRB 00000000ffcd35c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcad0: TRB 00000000ffcd35d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcae0: TRB 00000000ffcd35e0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcaf0: TRB 00000000ffcd35f0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcb00: TRB 00000000ffcd3600 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcb10: TRB 00000000ffcd3610 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcb20: TRB 00000000ffcd3620 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcb30: TRB 00000000ffcd3630 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcb40: TRB 00000000ffcd3640 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcb50: TRB 00000000ffcd3650 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcb60: TRB 00000000ffcd3660 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcb70: TRB 00000000ffcd3670 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcb80: TRB 00000000ffcd3680 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcb90: TRB 00000000ffcd3690 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcba0: TRB 00000000ffcd36a0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcbb0: TRB 00000000ffcd36b0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcbc0: TRB 00000000ffcd36c0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcbd0: TRB 00000000ffcd36d0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcbe0: TRB 00000000ffcd36e0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcbf0: TRB 00000000ffcd36f0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcc00: TRB 00000000ffcd3700 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcc10: TRB 00000000ffcd3710 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcc20: TRB 00000000ffcd3720 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcc30: TRB 00000000ffcd3730 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcc40: TRB 00000000ffcd3740 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcc50: TRB 00000000ffcd3750 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcc60: TRB 00000000ffcd3760 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcc70: TRB 00000000ffcd3770 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcc80: TRB 00000000ffcd3780 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcc90: TRB 00000000ffcd3790 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcca0: TRB 00000000ffcd37a0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffccb0: TRB 00000000ffcd37b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffccc0: TRB 00000000ffcd37c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffccd0: TRB 00000000ffcd37d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcce0: TRB 00000000ffcd37e0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffccf0: TRB 00000000ffcd37f0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcd00: TRB 00000000ffcd3800 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcd10: TRB 00000000ffcd3810 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcd20: TRB 00000000ffcd3820 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcd30: TRB 00000000ffcd3830 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcd40: TRB 00000000ffcd3840 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcd50: TRB 00000000ffcd3850 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcd60: TRB 00000000ffcd3860 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcd70: TRB 00000000ffcd3870 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcd80: TRB 00000000ffcd3880 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcd90: TRB 00000000ffcd3890 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcda0: TRB 00000000ffcd38a0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcdb0: TRB 00000000ffcd38b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcdc0: TRB 00000000ffcd38c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcdd0: TRB 00000000ffcd38d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcde0: TRB 00000000ffcd38e0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcdf0: TRB 00000000ffcd38f0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffce00: TRB 00000000ffcd3900 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffce10: TRB 00000000ffcd3910 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffce20: TRB 00000000ffcd3920 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffce30: TRB 00000000ffcd3930 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffce40: TRB 00000000ffcd3940 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffce50: TRB 00000000ffcd3950 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffce60: TRB 00000000ffcd3960 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffce70: TRB 00000000ffcd3970 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffce80: TRB 00000000ffcd3980 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffce90: TRB 00000000ffcd3990 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcea0: TRB 00000000ffcd39a0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffceb0: TRB 00000000ffcd39b0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcec0: TRB 00000000ffcd39c0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffced0: TRB 00000000ffcd39d0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcee0: TRB 00000000ffcd39e0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcef0: TRB 00000000ffcd39f0 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcf00: TRB 00000000ffcd3a00 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcf10: TRB 00000000ffcd3a10 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcf20: TRB 00000000ffcd3a20 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcf30: TRB 00000000ffcd3a30 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcf40: TRB 00000000ffcd3a40 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcf50: TRB 00000000ffcd3a50 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcf60: TRB 00000000ffcd3a60 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcf70: TRB 00000000ffcd3a70 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcf80: TRB 00000000ffcd3a80 status 'Short Packet' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcf90: TRB 00000000ffcd3a90 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcfa0: TRB 00000000ffcd3aa0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcfb0: TRB 00000000ffcd3ab0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcfc0: TRB 00000000ffcd3ac0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcfd0: TRB 00000000ffcd3ad0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcfe0: TRB 00000000ffcd3ae0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:C
1 0x00000000ffffcff0: TRB 00000000ffcd3af0 status 'Babble Detected' len 144 slot 5 ep 7 type 'Transfer Event' flags e:COffline
You could try with a different xHCI controller or a non-xHCI one (EHCI/OHCI/UHCI on some old machine) in case there is something wrong with this one, but I suspect it will make no difference.
Endpoint setup and transfer requests look OK and not much different from what I see with my own full-speed audio dongle. The endpoint is set for 256 bytes per interval in accordance with its descriptor, the driver submits only 144 byte buffers but that should be fine at 48kHz mono and xHCI events indicate that all transfers complete with no data received whatsoever anyway. And sometimes with "babble".
I'd say, if your USB controller isn't badly screwed up, then the device is. Maybe it needs some magic setup (i.e. something Windows does that Linux doesn't bother with) before it would start to function, I don't know.
I'm afraid your only option will be reporting this upstream, or just getting different dongle.
Last edited by mmy8x (2025-08-14 15:08:08)
Offline
Ok, good. I will try later on another old machine to see what happens.
A different dongle is not an option here... this usb device is not really a dongle is a 4-channel mixer. I don't know if this is relevant but I definitely will keep it.
And I will read docs about how to report this upstream, maybe some other devices will benefit from this fix.
Thanks!
Offline
Crazy idea: maybe the USB storage needs to be "ejected" first, or something like that?
BTW, does playback work? (Not sure why would a mixer have playback ability, but lsusb looks like this device would accept playback.)
Offline
Really crazy and clever. But I don't have that storage mounted:
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 1 0B 0 disk Driven by craziness I tried to mount it:
udisksctl mount -b /dev/sda
Object /org/freedesktop/UDisks2/block_devices/sda is not a mountable filesystem.On the other hand, playback works great, with excellent quality.
And I tested this device in an old netbook using Debian with `4.19.0-27-amd64` linux.
There works... kinda... It can record but quality is really terrible. And it has some issue regarding time or srates because `arecord` results in weird audio with random vary pitch.
Offline
Just a quick note:
I found this thread because I have a similar problem with the same vendor and product ID when using a 6.15.{9,10} kernel.
At least on my system (nixos), it works with the 6.12.19 kernel (I have not yet tested other kernels).
However, I am not trying to access the audio components, but rather want to use the human interface device.
(In my case, the chip is installed in a foot switch that can be used either via cable, which I am trying, or alternatively via Bluetooth).
Last edited by matthiasdotsh (2025-08-16 18:33:39)
Offline
Pages: 1