All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] qemu assertion failed with usb on current git master!
@ 2012-02-23 11:38 Erik Rull
  2012-02-23 12:24 ` [Qemu-devel] git bisect results was: " Erik Rull
  2012-02-23 15:12 ` [Qemu-devel] " Gerd Hoffmann
  0 siblings, 2 replies; 10+ messages in thread
From: Erik Rull @ 2012-02-23 11:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

 When running qemu with -device usb-host an assertion failed caused by
attaching a new usb device to the host that gets routed to the guest.

The assertion that fails is:

qemu-system-x86_64: /home/erik/qemu/hw/usb.c:358 usb_packet_complete:
Assertion 'p->state == USB_PACKET_QUEUED' failed.

It was working with the master ~1-2 weeks ago.

Best regards,

Erik

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] git bisect results was: qemu assertion failed with usb on current git master!
  2012-02-23 11:38 [Qemu-devel] qemu assertion failed with usb on current git master! Erik Rull
@ 2012-02-23 12:24 ` Erik Rull
  2012-02-23 15:12 ` [Qemu-devel] " Gerd Hoffmann
  1 sibling, 0 replies; 10+ messages in thread
From: Erik Rull @ 2012-02-23 12:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

 Here the bisect results:


db4be873d312576c6971da15a38e056017a406b8 is the first bad commit
commit db4be873d312576c6971da15a38e056017a406b8
Author: Gerd Hoffmann <kraxel@redhat.com>
Date:   Thu Jan 12 14:26:13 2012 +0100

    usb: maintain async packet list per endpoint

    Maintain a list of async packets per endpoint.  With the current code
    the list will never receive more than a single item.  I think you can
    guess what the future plan is though ;)

    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>

:040000 040000 3e8b1d868bd062aba0d2c10afa98e49a21eac26c
72c241e197c58e611a6fbab7cad50924dabfe4cc M      hw


git bisect start
# good: [ce3e14175ea36d851aede808fc8891313b91ec27] Fix vnc memory
corruption with width = 1400
git bisect good ce3e14175ea36d851aede808fc8891313b91ec27
# bad: [235fe3bfd46b1104575b540d0bc3fdf584030b99] qom: add test tools
git bisect bad 235fe3bfd46b1104575b540d0bc3fdf584030b99
# bad: [5d782e0805b4d216909b21883dcd513c3061aa3d] hw/a15mpcore.c: Add
Cortex-A15 private peripheral model
git bisect bad 5d782e0805b4d216909b21883dcd513c3061aa3d
# bad: [7718564ba1295f35188a5fb3ac8633c29d43b166] Merge remote-tracking
branch 'kraxel/usb.38' into staging
git bisect bad 7718564ba1295f35188a5fb3ac8633c29d43b166
# bad: [8c735e431d384663137a709c8207f4ada3146205] xhci: remote wakeup
support
git bisect bad 8c735e431d384663137a709c8207f4ada3146205
# good: [87e043f17e9b3781b3c29c02ff32abc23ac15708] usb-musb: switch to
usb_find_device()
git bisect good 87e043f17e9b3781b3c29c02ff32abc23ac15708
# bad: [db4be873d312576c6971da15a38e056017a406b8] usb: maintain async
packet list per endpoint
git bisect bad db4be873d312576c6971da15a38e056017a406b8
# good: [1977f93dacf60466cd23b562ae498446b77d3b48] usb: fold
usb_generic_handle_packet into usb_handle_packet
git bisect good 1977f93dacf60466cd23b562ae498446b77d3b48
# good: [63095ab54c1ce554b1fc825fc678394ccb129e5b] usb: add
USBEndpoint->{nr,pid}
git bisect good 63095ab54c1ce554b1fc825fc678394ccb129e5b
# good: [079d0b7f1eedcc634c371fe05b617fdc55c8b762] usb: Set USBEndpoint in
usb_packet_setup().
git bisect good 079d0b7f1eedcc634c371fe05b617fdc55c8b762

Best regards,

Erik

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] qemu assertion failed with usb on current git master!
  2012-02-23 11:38 [Qemu-devel] qemu assertion failed with usb on current git master! Erik Rull
  2012-02-23 12:24 ` [Qemu-devel] git bisect results was: " Erik Rull
@ 2012-02-23 15:12 ` Gerd Hoffmann
  2012-02-23 18:33   ` Erik Rull
  2012-02-27  9:22   ` Erik Rull
  1 sibling, 2 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2012-02-23 15:12 UTC (permalink / raw)
  To: Erik Rull; +Cc: qemu-devel

On 02/23/12 12:38, Erik Rull wrote:
>  When running qemu with -device usb-host an assertion failed caused by
> attaching a new usb device to the host that gets routed to the guest.
> 
> The assertion that fails is:
> 
> qemu-system-x86_64: /home/erik/qemu/hw/usb.c:358 usb_packet_complete:
> Assertion 'p->state == USB_PACKET_QUEUED' failed.

Stacktrace?
What kind of device?

Can you enable the debug logging code in usb_packet_set_state() and send
a log?

thanks,
  Gerd

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] qemu assertion failed with usb on current git master!
  2012-02-23 15:12 ` [Qemu-devel] " Gerd Hoffmann
@ 2012-02-23 18:33   ` Erik Rull
  2012-02-27  9:22   ` Erik Rull
  1 sibling, 0 replies; 10+ messages in thread
From: Erik Rull @ 2012-02-23 18:33 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel

Gerd Hoffmann wrote:
> On 02/23/12 12:38, Erik Rull wrote:
>>   When running qemu with -device usb-host an assertion failed caused by
>> attaching a new usb device to the host that gets routed to the guest.
>>
>> The assertion that fails is:
>>
>> qemu-system-x86_64: /home/erik/qemu/hw/usb.c:358 usb_packet_complete:
>> Assertion 'p->state == USB_PACKET_QUEUED' failed.
>
> Stacktrace?
> What kind of device?
>
> Can you enable the debug logging code in usb_packet_set_state() and send
> a log?
>
> thanks,
>    Gerd
>
>

I don't have gdb installed on my target system. May take some time until I 
have the backtrace, maybe remote debugging will work.
I just plugged in a USB key with 8 Gig, but happens with another USB key 
with 2 Gig from another manufacturer as well. Both are USB 2.0 devices.

Best regards,

Erik

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] qemu assertion failed with usb on current git master!
  2012-02-23 15:12 ` [Qemu-devel] " Gerd Hoffmann
  2012-02-23 18:33   ` Erik Rull
@ 2012-02-27  9:22   ` Erik Rull
  2012-02-27 12:48     ` Gerd Hoffmann
  1 sibling, 1 reply; 10+ messages in thread
From: Erik Rull @ 2012-02-27  9:22 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 795 bytes --]




On February 23, 2012 at 4:12 PM Gerd Hoffmann <kraxel@redhat.com> wrote:

> On 02/23/12 12:38, Erik Rull wrote:
> >  When running qemu with -device usb-host an assertion failed caused by
> > attaching a new usb device to the host that gets routed to the guest.
> >
> > The assertion that fails is:
> >
> > qemu-system-x86_64: /home/erik/qemu/hw/usb.c:358 usb_packet_complete:
> > Assertion 'p->state == USB_PACKET_QUEUED' failed.
>
> Stacktrace?
> What kind of device?
>
> Can you enable the debug logging code in usb_packet_set_state() and send
> a log?
>
> thanks,
>   Gerd
>
>


Hi Gerd,

attached the usb logger dump as requested.
Stacktrace - I tried that without real success using the gdbserver - I had
issues with the symbol resolving, no idea what went wrong...

Best regards,

Erik

[-- Attachment #2: usb.txt --]
[-- Type: text/plain, Size: 368489 bytes --]

bus usb.0, port 2, dev 0, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 0, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 0, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 9
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 1
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 25
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 1
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 10
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 7
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2.1, dev 0, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 0, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2.1, dev 0, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 9
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 1
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 34
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 2
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80f8260: setup -> complete - 0
Invalid write to memory region kvm-pic
Invalid write to memory region kvm-pic
bus usb.0, port 2, dev 0, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 0, ep 0: packet 0xb8113d10: setup -> complete - 18
bus usb.0, port 2, dev 0, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 0, ep 0: packet 0xb8113d10: setup -> complete - 18
bus usb.0, port 2, dev 0, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 0, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 0, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 0, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 0, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 18
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 2
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 9
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 1
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 14
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 6
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 25
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 1
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 26
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 2
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 26
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 2
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 18
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 2
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 25
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 1
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 10
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 2
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 2
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 2
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - 2
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 0, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 0, ep 0: packet 0xb80b7a88: setup -> complete - 18
bus usb.0, port 2.1, dev 0, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 0, ep 0: packet 0xb80b7a88: setup -> complete - 18
bus usb.0, port 2.1, dev 0, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 0, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - 2
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2.1, dev 0, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 0, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2.1, dev 0, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 18
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 2
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 9
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 1
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 6
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 6
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 34
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 2
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 32
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 4
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 32
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb80b7a88: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 18
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 2
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 9
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 1
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 34
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 2
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 74
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 8
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 2
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 0, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 0, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 0, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 1, dev 0, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 0, ep 0: packet 0xb8113d10: setup -> complete - 26
bus usb.0, port 1, dev 0, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 0, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 0, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 0, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 1, dev 0, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 18
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 9
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 12
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 40
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 10
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 12
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 12
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 18
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 9
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 32
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 2
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 4
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 2
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 34
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 1
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 36
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 13
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: async -> complete - 31
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - STALL
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> complete - 0
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 0: packet 0xb8113d10: async -> complete - 0
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 13
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 2, dev 1, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 18
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 12
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 8
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 512
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 4
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 36
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 2, dev 1, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 8
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 8
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 512
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 512
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 8
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 2, dev 1, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 8
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 512
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8114118: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8114118: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a98: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a98: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a98: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a98: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8488: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8488: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8498: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8498: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113da8: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113da8: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113da8: async -> complete - 31
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113da8: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113da8: async -> complete - 13
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7aa8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7aa8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8400: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8400: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8498: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8498: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8488: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8488: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7aa8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7aa8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7aa8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7aa8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d98: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d98: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7aa8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7aa8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80f8400: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80f8400: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a98: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a98: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7aa8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7aa8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8400: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8400: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d98: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d98: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8498: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8498: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: async -> complete - 31
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 13
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7e18: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7e18: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8400: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8400: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8114118: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d30: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d30: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7aa8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7aa8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d90: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d90: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8420: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8420: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a98: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d30: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d30: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d68: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8400: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80f8400: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113da0: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 13
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 2, dev 1, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 8
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb80b7a88: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 512
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb80b7a88: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb80b7a88: async -> complete - 13
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 13
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 13
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: async -> complete - 31
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 13
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: async -> complete - 31
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 8
bus usb.0, port 2, dev 1, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 2, dev 1, ep 1: packet 0xb81140c8: setup -> complete - NAK
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 2.1, dev 2, ep 1: packet 0xb8113d10: setup -> complete - NAK
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 13
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 2: packet 0xb8113d10: async -> complete - 31
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: setup -> async
bus usb.0, port 1, dev 3, ep 1: packet 0xb8113d10: async -> complete - 512
bus usb.0, port 1, dev 3, ep 1: packet 0xb81140c8: undef -> setup
bus usb.0, port 1, dev 3, ep 1: packet 0xb81140c8: setup -> async
qemu-system-x86_64: /home/erik/tmp/V3/ICS/emviron/kvm/qemu-test/qemu/hw/usb.c:358: usb_packet_complete: Assertion `p->state == USB_PACKET_QUEUED' failed.
Aborted

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] qemu assertion failed with usb on current git master!
  2012-02-27  9:22   ` Erik Rull
@ 2012-02-27 12:48     ` Gerd Hoffmann
  2012-02-27 14:52       ` Erik Rull
  0 siblings, 1 reply; 10+ messages in thread
From: Gerd Hoffmann @ 2012-02-27 12:48 UTC (permalink / raw)
  To: Erik Rull; +Cc: qemu-devel

>>> qemu-system-x86_64: /home/erik/qemu/hw/usb.c:358 usb_packet_complete:
>>> Assertion 'p->state == USB_PACKET_QUEUED' failed.
>>
>> Stacktrace?
>> What kind of device?
>>

> Hi Gerd,
> 
> attached the usb logger dump as requested.
> Stacktrace - I tried that without real success using the gdbserver - I had
> issues with the symbol resolving, no idea what went wrong...

You don't need gdbserver, that one is for debugging the guest, not for
debugging qemu.

Just use gdb on the qemu core dump.  And please also print p (packet
pointer) which fails the assertion, so we can match it with the packet
pointers printed in the log.

thanks,
  Gerd

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] qemu assertion failed with usb on current git master!
  2012-02-27 12:48     ` Gerd Hoffmann
@ 2012-02-27 14:52       ` Erik Rull
  2012-02-27 15:54         ` Gerd Hoffmann
  0 siblings, 1 reply; 10+ messages in thread
From: Erik Rull @ 2012-02-27 14:52 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel




On February 27, 2012 at 1:48 PM Gerd Hoffmann <kraxel@redhat.com> wrote:

> >>> qemu-system-x86_64: /home/erik/qemu/hw/usb.c:358 usb_packet_complete:
> >>> Assertion 'p->state == USB_PACKET_QUEUED' failed.
> >>
> >> Stacktrace?
> >> What kind of device?
> >>
>
> > Hi Gerd,
> >
> > attached the usb logger dump as requested.
> > Stacktrace - I tried that without real success using the gdbserver - I
had
> > issues with the symbol resolving, no idea what went wrong...
>
> You don't need gdbserver, that one is for debugging the guest, not for
> debugging qemu.
>
> Just use gdb on the qemu core dump.  And please also print p (packet
> pointer) which fails the assertion, so we can match it with the packet
> pointers printed in the log.
>
> thanks,
>   Gerd
>


I'm really sorry, but I don't understand what's happening - I copied the
qemu executable on my target system before executing it, but gdb complains
that the core file does not match the executable! But except the file paths
they are identical.

Here the gdb output:

warning: core file may not match specified executable file.
Core was generated by `/disc/qemu-system-x86_64 -machine kernel_irqchip=on
-serial /dev/ttyS2 -usb -de'.
Program terminated with signal 6, Aborted.
#0  0xffffe424 in __kernel_vsyscall ()
(gdb) bt
#0  0xffffe424 in __kernel_vsyscall ()
#1  0xb705f671 in ?? ()
#2  0xb714bff4 in ?? ()
#3  0xb6faf6b0 in ?? ()
#4  0xbfe8b514 in ?? ()
#5  0xb7060cf9 in ?? ()
#6  0x00000006 in ?? ()
#7  0xbfe8b488 in ?? ()
#8  0x00000000 in ?? ()
(gdb) p
The history is empty.
(gdb)

I don't know how to proceed here.
Don't you run into this problem (crash on USB plug in) on your system?
I tested it with a Linux guest, there it does not crash! Only with a
Windows XP guest!

Best regards,

Erik

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] qemu assertion failed with usb on current git master!
  2012-02-27 14:52       ` Erik Rull
@ 2012-02-27 15:54         ` Gerd Hoffmann
  2012-02-27 16:53           ` Erik Rull
  0 siblings, 1 reply; 10+ messages in thread
From: Gerd Hoffmann @ 2012-02-27 15:54 UTC (permalink / raw)
  To: Erik Rull; +Cc: qemu-devel

  Hi,

> I'm really sorry, but I don't understand what's happening - I copied the
> qemu executable on my target system before executing it, but gdb complains
> that the core file does not match the executable! But except the file paths
> they are identical.

> warning: core file may not match specified executable file.
> Core was generated by `/disc/qemu-system-x86_64 -machine kernel_irqchip=on
> -serial /dev/ttyS2 -usb -de'.
> Program terminated with signal 6, Aborted.
> #0  0xffffe424 in __kernel_vsyscall ()

Strange.  The backtrace is bogus too.

> I don't know how to proceed here.

Lets try plan b: add a printf right before the assert:

--- a/hw/usb.c
+++ b/hw/usb.c
@@ -356,6 +356,7 @@ void usb_packet_complete(USBDevice *dev, USBPacket *p)

     while (!QTAILQ_EMPTY(&ep->queue)) {
         p = QTAILQ_FIRST(&ep->queue);
+        fprintf(stderr, "%s: packet %p\n", __func__, p);
         assert(p->state == USB_PACKET_QUEUED);
         ret = usb_process_one(p);
         if (ret == USB_RET_ASYNC) {


> Don't you run into this problem (crash on USB plug in) on your system?
> I tested it with a Linux guest, there it does not crash! Only with a
> Windows XP guest!

I test with Linux most of the time, but even with windows xp guest it
doesn't reproduce here.

cheers,
  Gerd

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] qemu assertion failed with usb on current git master!
  2012-02-27 15:54         ` Gerd Hoffmann
@ 2012-02-27 16:53           ` Erik Rull
  2012-02-28 13:38             ` Erik Rull
  0 siblings, 1 reply; 10+ messages in thread
From: Erik Rull @ 2012-02-27 16:53 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel

Gerd Hoffmann wrote:
>    Hi,
>
>> I'm really sorry, but I don't understand what's happening - I copied the
>> qemu executable on my target system before executing it, but gdb complains
>> that the core file does not match the executable! But except the file paths
>> they are identical.
>
>> warning: core file may not match specified executable file.
>> Core was generated by `/disc/qemu-system-x86_64 -machine kernel_irqchip=on
>> -serial /dev/ttyS2 -usb -de'.
>> Program terminated with signal 6, Aborted.
>> #0  0xffffe424 in __kernel_vsyscall ()
>
> Strange.  The backtrace is bogus too.
>
>> I don't know how to proceed here.
>
> Lets try plan b: add a printf right before the assert:
>
> --- a/hw/usb.c
> +++ b/hw/usb.c
> @@ -356,6 +356,7 @@ void usb_packet_complete(USBDevice *dev, USBPacket *p)
>
>       while (!QTAILQ_EMPTY(&ep->queue)) {
>           p = QTAILQ_FIRST(&ep->queue);
> +        fprintf(stderr, "%s: packet %p\n", __func__, p);
>           assert(p->state == USB_PACKET_QUEUED);
>           ret = usb_process_one(p);
>           if (ret == USB_RET_ASYNC) {
>
>
>> Don't you run into this problem (crash on USB plug in) on your system?
>> I tested it with a Linux guest, there it does not crash! Only with a
>> Windows XP guest!
>
> I test with Linux most of the time, but even with windows xp guest it
> doesn't reproduce here.
>
> cheers,
>    Gerd
>

That's a good idea - will test that tomorrow and send the new result file.
Have you ever tested a USB CD or DVD drive attached to your guests? I have 
issues with Windows XP (I get everything running and detected beside the 
drive letter in Windows Explorer) but it works fine for Linux.

Best regards,

Erik

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] qemu assertion failed with usb on current git master!
  2012-02-27 16:53           ` Erik Rull
@ 2012-02-28 13:38             ` Erik Rull
  0 siblings, 0 replies; 10+ messages in thread
From: Erik Rull @ 2012-02-28 13:38 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 2082 bytes --]




On February 27, 2012 at 5:53 PM Erik Rull <erik.rull@rdsoftware.de> wrote:

> Gerd Hoffmann wrote:
> >    Hi,
> >
> >> I'm really sorry, but I don't understand what's happening - I copied
the
> >> qemu executable on my target system before executing it, but gdb
complains
> >> that the core file does not match the executable! But except the file
paths
> >> they are identical.
> >
> >> warning: core file may not match specified executable file.
> >> Core was generated by `/disc/qemu-system-x86_64 -machine
kernel_irqchip=on
> >> -serial /dev/ttyS2 -usb -de'.
> >> Program terminated with signal 6, Aborted.
> >> #0  0xffffe424 in __kernel_vsyscall ()
> >
> > Strange.  The backtrace is bogus too.
> >
> >> I don't know how to proceed here.
> >
> > Lets try plan b: add a printf right before the assert:
> >
> > --- a/hw/usb.c
> > +++ b/hw/usb.c
> > @@ -356,6 +356,7 @@ void usb_packet_complete(USBDevice *dev, USBPacket
*p)
> >
> >       while (!QTAILQ_EMPTY(&ep->queue)) {
> >           p = QTAILQ_FIRST(&ep->queue);
> > +        fprintf(stderr, "%s: packet %p\n", __func__, p);
> >           assert(p->state == USB_PACKET_QUEUED);
> >           ret = usb_process_one(p);
> >           if (ret == USB_RET_ASYNC) {
> >
> >
> >> Don't you run into this problem (crash on USB plug in) on your system?
> >> I tested it with a Linux guest, there it does not crash! Only with a
> >> Windows XP guest!
> >
> > I test with Linux most of the time, but even with windows xp guest it
> > doesn't reproduce here.
> >
> > cheers,
> >    Gerd
> >
>
> That's a good idea - will test that tomorrow and send the new result
file.
> Have you ever tested a USB CD or DVD drive attached to your guests? I
have
> issues with Windows XP (I get everything running and detected beside the
> drive letter in Windows Explorer) but it works fine for Linux.
>
> Best regards,
>
> Erik
>


Find attached the usb.txt => I gzip'ed it to reduce the transfer size.
I added the p->state to the fprintf, maybe this helps.
fprintf(stderr, "%s: packet: %p %d\n", __func__, p,p?p->state:-1);

Best regards,

Erik


[-- Attachment #2: usb.txt.gz --]
[-- Type: application/x-gzip, Size: 11195 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-02-28 13:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-23 11:38 [Qemu-devel] qemu assertion failed with usb on current git master! Erik Rull
2012-02-23 12:24 ` [Qemu-devel] git bisect results was: " Erik Rull
2012-02-23 15:12 ` [Qemu-devel] " Gerd Hoffmann
2012-02-23 18:33   ` Erik Rull
2012-02-27  9:22   ` Erik Rull
2012-02-27 12:48     ` Gerd Hoffmann
2012-02-27 14:52       ` Erik Rull
2012-02-27 15:54         ` Gerd Hoffmann
2012-02-27 16:53           ` Erik Rull
2012-02-28 13:38             ` Erik Rull

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.