ODROID-C1/-C2 USB Detection only triggered by some devices

Anand Moon linux.amoon at gmail.com
Mon Jul 12 23:04:51 PDT 2021


Hi Martin,

On Sat, 3 Jul 2021 at 01:03, Martin Blumenstingl
<martin.blumenstingl at googlemail.com> wrote:
>
> Hi Anand,
>
> On Fri, Jul 2, 2021 at 9:12 PM Anand Moon <linux.amoon at gmail.com> wrote:
> [...]
> > > > I am attaching my usbmon output on Odroid C2.
> > > Can you please specifically state the testing steps you have used to
> > > obtain that output?
> >
> > I followed the kernel documentation to get the output
> > [0] https://www.kernel.org/doc/html/v5.10/usb/usbmon.html
> Alan has previously provided the following command to get the usbmon output:
>   cat /sys/kernel/debug/usb/usbmon/0u >mon1.txt
>
> The output of that command depends on various factors:
> - which USB devices were plugged in during boot
> - which USB devices are plugged in when running "lsusb -vv"
> - whether you are using the kernel cmdline option usbcore.autosuspend=-1
>
> For the first two factors the "USB device" can be one of:
> - no USB device plugged in at all
> - one USB device which is not detected when running "lsusb -vv" (we're
> calling this group of devices "first group", an example is my Corsair
> Voyager USB 3.0 flash drive)
> - one USB device which is being detected when running "lsusb -vv" and
> also causing all other devices to be detected (we're calling this
> group of devices "second group", an example is a cheap 1GB USB 2.0
> flash drive that I have)
>
> As you can see there's lots of combinations possible.
> That's why it's important that you mention the exact steps to generate
> the usbmon output.
>
> If you're interested you can look at one of my earlier emails [0] (not
> sure if you were Cc'ed then) where I was running the cat command as
> suggested by Alan three times (each time plugging in different devices
> at different times) and got three different outputs.
>

Sorry for the late reply, I have submitted small code changes for this.
[0] https://patchwork.kernel.org/project/linux-amlogic/list/?series=514467

Yes, I have observed the passing usbcore.autosuspend=-1
with command line parameter help resolve the hotplug issue with USB
storage device.
Yes it seems that USB hub is entering into LPM

dwc3 has the following quick property to handle these cases.

 snps,usb2-lpm-disable:
    description: Indicate if we don't want to enable USB2 HW LPM for host
      mode.
    type: boolean

  snps,usb3_lpm_capable:
    description: Determines if platform is USB3 LPM capable
    type: boolean

*Can these parameters be implemented for dwc2 ?*

# usbmon
Earlier my aim was to capture the USB PHY event via usbmon and wireshark.
so that we could verify the handshake.
I am attaching the Wireshark capture log using the following command.

# sudo modprobe usbmon
# sudo usermod -a -G wireshark alarm
# sudo tshark -i usbmon0 -w /var/tmp/usbmon.pcap

Thanks
-Anand

[alarm at archl-c1e ~]$ lsusb -tvv
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc2/1p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    /sys/bus/usb/devices/usb1  /dev/bus/usb/001/001
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 05e3:0610 Genesys Logic, Inc. Hub
        /sys/bus/usb/devices/1-1  /dev/bus/usb/001/002
        |__ Port 2: Dev 6, If 0, Class=Mass Storage, Driver=usb-storage, 480M
            ID 058f:6387 Alcor Micro Corp. Flash Drive
            /sys/bus/usb/devices/1-1.2  /dev/bus/usb/001/006
        |__ Port 4: Dev 4, If 0, Class=Mass Storage, Driver=usb-storage, 480M
            ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s
bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge,
ASM1153E SATA 6Gb/s bridge
            /sys/bus/usb/devices/1-1.4  /dev/bus/usb/001/004




>
> Best regards,
> Martin
>
>
> [0] https://lore.kernel.org/linux-amlogic/CAFBinCA9Y16Ej3PEBN1Rsqo=6V1AZXKOpTfc_siHP0rvVo7wWQ@mail.gmail.com/
-------------- next part --------------
[ 2034.702028] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2034.702056] dwc2 c90c0000.usb: HAINT=00000008
[ 2034.702088] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 3
[ 2034.702118] dwc2 c90c0000.usb:   hcint 0x00000202, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2034.702162] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Channel Halted--
[ 2034.702194] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: DMA Channel Halted--
[ 2034.702228] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Frame Overrun--
[ 2034.702260] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2034.702287] dwc2 c90c0000.usb: DMA enabled
[ 2034.702310] dwc2 c90c0000.usb:   dwc2_release_channel: channel 3, halt_status 8
[ 2034.702347] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2034.702397] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2034.702434] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2034.702461] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2034.957038] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2034.957102] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2034.957127] dwc2 c90c0000.usb: DMA enabled
[ 2034.957147] dwc2 c90c0000.usb: desc DMA disabled
[ 2034.957168] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2034.957193] dwc2 c90c0000.usb: set HAINTMSK to 00000010
[ 2034.957220] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2034.957246] dwc2 c90c0000.usb: set HCCHAR(4) to 008c8801
[ 2034.957274] dwc2 c90c0000.usb: dwc2_hc_init: Channel 4
[ 2034.957299] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2034.957322] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2034.957345] dwc2 c90c0000.usb: 	 Is In: 1
[ 2034.957368] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2034.957390] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2034.957413] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2034.957436] dwc2 c90c0000.usb: Queue periodic transactions
[ 2034.957458] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2034.957483] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2034.957511] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2034.957534] dwc2 c90c0000.usb: no split
[ 2034.957554] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(4)
[ 2034.957584] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 4
[ 2034.957609] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2034.957631] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2034.957654] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2034.957678] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(4)
[ 2034.957710] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2034.957734] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(4)
[ 2034.957802] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2034.957837] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2034.957859] dwc2 c90c0000.usb: HAINT=00000010
[ 2034.957886] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 4
[ 2034.957911] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2034.957945] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Channel Halted--
[ 2034.957971] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: DMA Channel Halted--
[ 2034.957999] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: NAK Received--
[ 2034.958025] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2034.958047] dwc2 c90c0000.usb: DMA enabled
[ 2034.958066] dwc2 c90c0000.usb:   dwc2_release_channel: channel 4, halt_status 4
[ 2034.958097] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2034.958136] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2034.958166] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2034.958189] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2035.213038] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2035.213102] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2035.213127] dwc2 c90c0000.usb: DMA enabled
[ 2035.213147] dwc2 c90c0000.usb: desc DMA disabled
[ 2035.213167] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2035.213193] dwc2 c90c0000.usb: set HAINTMSK to 00000040
[ 2035.213219] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2035.213244] dwc2 c90c0000.usb: set HCCHAR(6) to 008c8801
[ 2035.213274] dwc2 c90c0000.usb: dwc2_hc_init: Channel 6
[ 2035.213299] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2035.213322] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2035.213345] dwc2 c90c0000.usb: 	 Is In: 1
[ 2035.213368] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2035.213390] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2035.213413] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2035.213437] dwc2 c90c0000.usb: Queue periodic transactions
[ 2035.213458] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2035.213483] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2035.213512] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2035.213535] dwc2 c90c0000.usb: no split
[ 2035.213556] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(6)
[ 2035.213585] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 6
[ 2035.213611] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2035.213633] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2035.213656] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2035.213680] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(6)
[ 2035.213712] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2035.213736] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(6)
[ 2035.213809] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2035.213845] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2035.213867] dwc2 c90c0000.usb: HAINT=00000040
[ 2035.213893] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 6
[ 2035.213918] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2035.213953] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: Channel Halted--
[ 2035.213979] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: DMA Channel Halted--
[ 2035.214007] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: NAK Received--
[ 2035.214033] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2035.214055] dwc2 c90c0000.usb: DMA enabled
[ 2035.214074] dwc2 c90c0000.usb:   dwc2_release_channel: channel 6, halt_status 4
[ 2035.214104] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2035.214145] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2035.214175] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2035.214198] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2035.469042] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2035.469118] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2035.469148] dwc2 c90c0000.usb: DMA enabled
[ 2035.469173] dwc2 c90c0000.usb: desc DMA disabled
[ 2035.469198] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2035.469229] dwc2 c90c0000.usb: set HAINTMSK to 00000100
[ 2035.469261] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2035.469293] dwc2 c90c0000.usb: set HCCHAR(8) to 008c8801
[ 2035.469328] dwc2 c90c0000.usb: dwc2_hc_init: Channel 8
[ 2035.469360] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2035.469388] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2035.469416] dwc2 c90c0000.usb: 	 Is In: 1
[ 2035.469444] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2035.469471] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2035.469499] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2035.469528] dwc2 c90c0000.usb: Queue periodic transactions
[ 2035.469554] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2035.469585] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2035.469619] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2035.469647] dwc2 c90c0000.usb: no split
[ 2035.469671] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(8)
[ 2035.469707] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 8
[ 2035.469739] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2035.469767] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2035.469795] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2035.469824] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(8)
[ 2035.469864] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2035.469893] dwc2 c90c0000.usb: Wrote a09c8801 to HCCHAR(8)
[ 2035.469976] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2035.470019] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2035.470046] dwc2 c90c0000.usb: HAINT=00000100
[ 2035.470078] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 8
[ 2035.470109] dwc2 c90c0000.usb:   hcint 0x00000202, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2035.470150] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: Channel Halted--
[ 2035.470182] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: DMA Channel Halted--
[ 2035.470216] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: Frame Overrun--
[ 2035.470248] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2035.470275] dwc2 c90c0000.usb: DMA enabled
[ 2035.470299] dwc2 c90c0000.usb:   dwc2_release_channel: channel 8, halt_status 8
[ 2035.470336] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2035.470385] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2035.470422] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2035.470450] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2035.725038] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2035.725103] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2035.725128] dwc2 c90c0000.usb: DMA enabled
[ 2035.725148] dwc2 c90c0000.usb: desc DMA disabled
[ 2035.725168] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2035.725194] dwc2 c90c0000.usb: set HAINTMSK to 00000020
[ 2035.725220] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2035.725246] dwc2 c90c0000.usb: set HCCHAR(5) to 008c8801
[ 2035.725274] dwc2 c90c0000.usb: dwc2_hc_init: Channel 5
[ 2035.725300] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2035.725323] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2035.725346] dwc2 c90c0000.usb: 	 Is In: 1
[ 2035.725369] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2035.725391] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2035.725414] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2035.725438] dwc2 c90c0000.usb: Queue periodic transactions
[ 2035.725459] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2035.725484] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2035.725512] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2035.725536] dwc2 c90c0000.usb: no split
[ 2035.725556] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(5)
[ 2035.725586] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 5
[ 2035.725611] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2035.725633] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2035.725656] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2035.725680] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(5)
[ 2035.725712] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2035.725736] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(5)
[ 2035.725815] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2035.725852] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2035.725875] dwc2 c90c0000.usb: HAINT=00000020
[ 2035.725902] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 5
[ 2035.725927] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2035.725961] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: Channel Halted--
[ 2035.725988] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: DMA Channel Halted--
[ 2035.726016] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: NAK Received--
[ 2035.726042] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2035.726064] dwc2 c90c0000.usb: DMA enabled
[ 2035.726083] dwc2 c90c0000.usb:   dwc2_release_channel: channel 5, halt_status 4
[ 2035.726113] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2035.726153] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2035.726184] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2035.726206] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2035.981039] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2035.981104] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2035.981129] dwc2 c90c0000.usb: DMA enabled
[ 2035.981149] dwc2 c90c0000.usb: desc DMA disabled
[ 2035.981170] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2035.981196] dwc2 c90c0000.usb: set HAINTMSK to 00000200
[ 2035.981222] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2035.981248] dwc2 c90c0000.usb: set HCCHAR(9) to 008c8801
[ 2035.981276] dwc2 c90c0000.usb: dwc2_hc_init: Channel 9
[ 2035.981302] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2035.981325] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2035.981348] dwc2 c90c0000.usb: 	 Is In: 1
[ 2035.981371] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2035.981393] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2035.981416] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2035.981441] dwc2 c90c0000.usb: Queue periodic transactions
[ 2035.981462] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2035.981487] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2035.981515] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2035.981538] dwc2 c90c0000.usb: no split
[ 2035.981558] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(9)
[ 2035.981588] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 9
[ 2035.981613] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2035.981636] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2035.981659] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2035.981683] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(9)
[ 2035.981715] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2035.981739] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(9)
[ 2035.981809] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2035.981845] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2035.981867] dwc2 c90c0000.usb: HAINT=00000200
[ 2035.981893] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 9
[ 2035.981919] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2035.981953] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: Channel Halted--
[ 2035.981978] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: DMA Channel Halted--
[ 2035.982007] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: NAK Received--
[ 2035.982033] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2035.982055] dwc2 c90c0000.usb: DMA enabled
[ 2035.982075] dwc2 c90c0000.usb:   dwc2_release_channel: channel 9, halt_status 4
[ 2035.982105] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2035.982144] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2035.982173] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2035.982196] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2036.148890] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 2036.148919] dwc2 c90c0000.usb: urb_enqueue, urb 81206227
[ 2036.148936] dwc2 c90c0000.usb:   Device address: 6
[ 2036.148945] dwc2 c90c0000.usb:   Endpoint: 1, OUT
[ 2036.148956] dwc2 c90c0000.usb:   Endpoint type: BULK OUT (OUT)
[ 2036.148966] dwc2 c90c0000.usb:   Speed: HIGH
[ 2036.148974] dwc2 c90c0000.usb:   Max packet size: 512 (1 mult)
[ 2036.148985] dwc2 c90c0000.usb:   Data buffer length: 31
[ 2036.148994] dwc2 c90c0000.usb:   Transfer buffer: 26386fa6, Transfer DMA: 3c041040
[ 2036.149007] dwc2 c90c0000.usb:   Setup buffer: 2d8c3792, Setup DMA: 126db740
[ 2036.149026] dwc2 c90c0000.usb:   Interval: 0
[ 2036.149039] dwc2 c90c0000.usb: addr=6, ep_num=1, ep_dir=0, ep_type=2, maxp=512 (1 mult)
[ 2036.149057] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 2036.149149] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,dcdf735f)
[ 2036.149168] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2036.149177] dwc2 c90c0000.usb: DMA enabled
[ 2036.149184] dwc2 c90c0000.usb: desc DMA disabled
[ 2036.149192] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2036.149202] dwc2 c90c0000.usb: set HAINTMSK to 00000080
[ 2036.149212] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2036.149222] dwc2 c90c0000.usb: set HCCHAR(7) to 01880a00
[ 2036.149233] dwc2 c90c0000.usb: dwc2_hc_init: Channel 7
[ 2036.149243] dwc2 c90c0000.usb: 	 Dev Addr: 6
[ 2036.149252] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2036.149260] dwc2 c90c0000.usb: 	 Is In: 0
[ 2036.149269] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2036.149278] dwc2 c90c0000.usb: 	 Ep Type: 2
[ 2036.149287] dwc2 c90c0000.usb: 	 Max Pkt: 512
[ 2036.149297] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 2036.149306] dwc2 c90c0000.usb:   NP Tx Req Queue Space Avail (before queue): 8
[ 2036.149316] dwc2 c90c0000.usb:   NP Tx FIFO Space Avail (before queue): 500
[ 2036.149327] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2036.149335] dwc2 c90c0000.usb: no split
[ 2036.149344] dwc2 c90c0000.usb: Wrote 4008001f to HCTSIZ(7)
[ 2036.149355] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 7
[ 2036.149365] dwc2 c90c0000.usb: 	 Xfer Size: 31
[ 2036.149374] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2036.149383] dwc2 c90c0000.usb: 	 Start PID: 2
[ 2036.149392] dwc2 c90c0000.usb: Wrote 3c041040 to HCDMA(7)
[ 2036.149404] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2036.149413] dwc2 c90c0000.usb: Wrote 81980a00 to HCCHAR(7)
[ 2036.149432] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2036.149444] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2036.149453] dwc2 c90c0000.usb: HAINT=00000080
[ 2036.149463] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 7
[ 2036.149473] dwc2 c90c0000.usb:   hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2036.149486] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: Channel Halted--
[ 2036.149496] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: DMA Channel Halted--
[ 2036.149507] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: Transfer Complete--
[ 2036.149517] dwc2 c90c0000.usb:   Bulk transfer complete
[ 2036.149526] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=31
[ 2036.149538] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: OUT, channel 7
[ 2036.149549] dwc2 c90c0000.usb:   chan->xfer_len 31
[ 2036.149558] dwc2 c90c0000.usb:   hctsiz.xfersize 31
[ 2036.149567] dwc2 c90c0000.usb:   urb->transfer_buffer_length 31
[ 2036.149577] dwc2 c90c0000.usb:   urb->actual_length 31
[ 2036.149586] dwc2 c90c0000.usb:   short_read 0, xfer_done 1
[ 2036.149597] dwc2 c90c0000.usb: dwc2_host_complete: urb 81206227 device 6 ep 1-OUT status 0 actual 31
[ 2036.149618] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 2036.149628] dwc2 c90c0000.usb:   dwc2_release_channel: channel 7, halt_status 2
[ 2036.149640] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,dcdf735f,1)
[ 2036.149656] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2036.149664] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 2036.149675] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2036.149683] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2036.149731] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 2036.149742] dwc2 c90c0000.usb: urb_enqueue, urb 81206227
[ 2036.149755] dwc2 c90c0000.usb:   Device address: 6
[ 2036.149764] dwc2 c90c0000.usb:   Endpoint: 2, IN
[ 2036.149780] dwc2 c90c0000.usb:   Endpoint type: BULK IN (IN)
[ 2036.149790] dwc2 c90c0000.usb:   Speed: HIGH
[ 2036.149799] dwc2 c90c0000.usb:   Max packet size: 512 (1 mult)
[ 2036.149810] dwc2 c90c0000.usb:   Data buffer length: 13
[ 2036.149820] dwc2 c90c0000.usb:   Transfer buffer: 26386fa6, Transfer DMA: 3c041040
[ 2036.149833] dwc2 c90c0000.usb:   Setup buffer: 2d8c3792, Setup DMA: 126db740
[ 2036.149845] dwc2 c90c0000.usb:   Interval: 0
[ 2036.149855] dwc2 c90c0000.usb: addr=6, ep_num=2, ep_dir=80, ep_type=2, maxp=512 (1 mult)
[ 2036.149872] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 2036.149899] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,e9d239f6)
[ 2036.149916] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2036.149925] dwc2 c90c0000.usb: DMA enabled
[ 2036.149932] dwc2 c90c0000.usb: desc DMA disabled
[ 2036.149940] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2036.149950] dwc2 c90c0000.usb: set HAINTMSK to 00000800
[ 2036.149960] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2036.149970] dwc2 c90c0000.usb: set HCCHAR(11) to 01889200
[ 2036.149981] dwc2 c90c0000.usb: dwc2_hc_init: Channel 11
[ 2036.149992] dwc2 c90c0000.usb: 	 Dev Addr: 6
[ 2036.150000] dwc2 c90c0000.usb: 	 Ep Num: 2
[ 2036.150009] dwc2 c90c0000.usb: 	 Is In: 1
[ 2036.150018] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2036.150027] dwc2 c90c0000.usb: 	 Ep Type: 2
[ 2036.150036] dwc2 c90c0000.usb: 	 Max Pkt: 512
[ 2036.150046] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 2036.150054] dwc2 c90c0000.usb:   NP Tx Req Queue Space Avail (before queue): 8
[ 2036.150064] dwc2 c90c0000.usb:   NP Tx FIFO Space Avail (before queue): 500
[ 2036.150075] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2036.150083] dwc2 c90c0000.usb: no split
[ 2036.150092] dwc2 c90c0000.usb: Wrote 40080200 to HCTSIZ(11)
[ 2036.150103] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 11
[ 2036.150113] dwc2 c90c0000.usb: 	 Xfer Size: 512
[ 2036.150122] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2036.150131] dwc2 c90c0000.usb: 	 Start PID: 2
[ 2036.150140] dwc2 c90c0000.usb: Wrote 3c041040 to HCDMA(11)
[ 2036.150152] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2036.150161] dwc2 c90c0000.usb: Wrote 81989200 to HCCHAR(11)
[ 2036.150179] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2036.150191] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2036.150199] dwc2 c90c0000.usb: HAINT=00000800
[ 2036.150209] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 11
[ 2036.150219] dwc2 c90c0000.usb:   hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2036.150232] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Channel Halted--
[ 2036.150242] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: DMA Channel Halted--
[ 2036.150252] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Transfer Complete--
[ 2036.150263] dwc2 c90c0000.usb:   Bulk transfer complete
[ 2036.150271] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=13
[ 2036.150282] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 11
[ 2036.150293] dwc2 c90c0000.usb:   chan->xfer_len 512
[ 2036.150302] dwc2 c90c0000.usb:   hctsiz.xfersize 499
[ 2036.150311] dwc2 c90c0000.usb:   urb->transfer_buffer_length 13
[ 2036.150321] dwc2 c90c0000.usb:   urb->actual_length 13
[ 2036.150330] dwc2 c90c0000.usb:   short_read 1, xfer_done 1
[ 2036.150340] dwc2 c90c0000.usb: dwc2_host_complete: urb 81206227 device 6 ep 2-IN status 0 actual 13
[ 2036.150360] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 2036.150369] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2036.150377] dwc2 c90c0000.usb: DMA enabled
[ 2036.150385] dwc2 c90c0000.usb:   dwc2_release_channel: channel 11, halt_status 2
[ 2036.150397] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,e9d239f6,1)
[ 2036.150412] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2036.150420] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 2036.150430] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2036.150439] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2036.237024] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2036.237047] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2036.237054] dwc2 c90c0000.usb: DMA enabled
[ 2036.237059] dwc2 c90c0000.usb: desc DMA disabled
[ 2036.237064] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2036.237071] dwc2 c90c0000.usb: set HAINTMSK to 00000400
[ 2036.237078] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2036.237085] dwc2 c90c0000.usb: set HCCHAR(10) to 008c8801
[ 2036.237092] dwc2 c90c0000.usb: dwc2_hc_init: Channel 10
[ 2036.237099] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2036.237105] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2036.237111] dwc2 c90c0000.usb: 	 Is In: 1
[ 2036.237117] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2036.237122] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2036.237128] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2036.237135] dwc2 c90c0000.usb: Queue periodic transactions
[ 2036.237140] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2036.237147] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2036.237155] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2036.237161] dwc2 c90c0000.usb: no split
[ 2036.237167] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(10)
[ 2036.237174] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 10
[ 2036.237181] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2036.237187] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2036.237193] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2036.237199] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(10)
[ 2036.237208] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2036.237214] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(10)
[ 2036.237235] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2036.237245] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2036.237251] dwc2 c90c0000.usb: HAINT=00000400
[ 2036.237258] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 10
[ 2036.237265] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2036.237274] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: Channel Halted--
[ 2036.237281] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: DMA Channel Halted--
[ 2036.237289] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: NAK Received--
[ 2036.237296] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2036.237302] dwc2 c90c0000.usb: DMA enabled
[ 2036.237307] dwc2 c90c0000.usb:   dwc2_release_channel: channel 10, halt_status 4
[ 2036.237315] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2036.237326] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2036.237336] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2036.237342] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2036.493042] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2036.493119] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2036.493148] dwc2 c90c0000.usb: DMA enabled
[ 2036.493173] dwc2 c90c0000.usb: desc DMA disabled
[ 2036.493199] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2036.493232] dwc2 c90c0000.usb: set HAINTMSK to 00002000
[ 2036.493263] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2036.493294] dwc2 c90c0000.usb: set HCCHAR(13) to 008c8801
[ 2036.493331] dwc2 c90c0000.usb: dwc2_hc_init: Channel 13
[ 2036.493364] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2036.493392] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2036.493419] dwc2 c90c0000.usb: 	 Is In: 1
[ 2036.493447] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2036.493475] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2036.493502] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2036.493533] dwc2 c90c0000.usb: Queue periodic transactions
[ 2036.493559] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2036.493591] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2036.493625] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2036.493652] dwc2 c90c0000.usb: no split
[ 2036.493678] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(13)
[ 2036.493715] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 13
[ 2036.493746] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2036.493775] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2036.493803] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2036.493831] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(13)
[ 2036.493871] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2036.493901] dwc2 c90c0000.usb: Wrote a09c8801 to HCCHAR(13)
[ 2036.494035] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2036.494082] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2036.494110] dwc2 c90c0000.usb: HAINT=00002000
[ 2036.494143] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 13
[ 2036.494176] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2036.494218] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: Channel Halted--
[ 2036.494250] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: DMA Channel Halted--
[ 2036.494286] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: NAK Received--
[ 2036.494318] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2036.494344] dwc2 c90c0000.usb: DMA enabled
[ 2036.494369] dwc2 c90c0000.usb:   dwc2_release_channel: channel 13, halt_status 4
[ 2036.494407] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2036.494456] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2036.494494] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2036.494521] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2036.749044] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2036.749110] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2036.749134] dwc2 c90c0000.usb: DMA enabled
[ 2036.749154] dwc2 c90c0000.usb: desc DMA disabled
[ 2036.749174] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2036.749201] dwc2 c90c0000.usb: set HAINTMSK to 00004000
[ 2036.749228] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2036.749253] dwc2 c90c0000.usb: set HCCHAR(14) to 008c8801
[ 2036.749284] dwc2 c90c0000.usb: dwc2_hc_init: Channel 14
[ 2036.749310] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2036.749334] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2036.749357] dwc2 c90c0000.usb: 	 Is In: 1
[ 2036.749379] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2036.749402] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2036.749424] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2036.749449] dwc2 c90c0000.usb: Queue periodic transactions
[ 2036.749471] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2036.749495] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2036.749524] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2036.749546] dwc2 c90c0000.usb: no split
[ 2036.749568] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(14)
[ 2036.749597] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 14
[ 2036.749623] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2036.749646] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2036.749669] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2036.749693] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(14)
[ 2036.749726] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2036.749750] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(14)
[ 2036.749820] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2036.749856] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2036.749879] dwc2 c90c0000.usb: HAINT=00004000
[ 2036.749906] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 14
[ 2036.749932] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2036.749967] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: Channel Halted--
[ 2036.749993] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: DMA Channel Halted--
[ 2036.750023] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: NAK Received--
[ 2036.750049] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2036.750071] dwc2 c90c0000.usb: DMA enabled
[ 2036.750091] dwc2 c90c0000.usb:   dwc2_release_channel: channel 14, halt_status 4
[ 2036.750122] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2036.750162] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2036.750192] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2036.750215] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2037.005039] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2037.005105] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2037.005129] dwc2 c90c0000.usb: DMA enabled
[ 2037.005150] dwc2 c90c0000.usb: desc DMA disabled
[ 2037.005171] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2037.005197] dwc2 c90c0000.usb: set HAINTMSK to 00001000
[ 2037.005223] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2037.005248] dwc2 c90c0000.usb: set HCCHAR(12) to 008c8801
[ 2037.005279] dwc2 c90c0000.usb: dwc2_hc_init: Channel 12
[ 2037.005305] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2037.005329] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2037.005351] dwc2 c90c0000.usb: 	 Is In: 1
[ 2037.005373] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2037.005397] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2037.005419] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2037.005444] dwc2 c90c0000.usb: Queue periodic transactions
[ 2037.005465] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2037.005490] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2037.005518] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2037.005541] dwc2 c90c0000.usb: no split
[ 2037.005562] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(12)
[ 2037.005591] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 12
[ 2037.005618] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2037.005641] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2037.005664] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2037.005687] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(12)
[ 2037.005720] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2037.005744] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(12)
[ 2037.005813] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2037.005849] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2037.005871] dwc2 c90c0000.usb: HAINT=00001000
[ 2037.005899] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 12
[ 2037.005924] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2037.005959] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: Channel Halted--
[ 2037.005985] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: DMA Channel Halted--
[ 2037.006014] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: NAK Received--
[ 2037.006041] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2037.006062] dwc2 c90c0000.usb: DMA enabled
[ 2037.006082] dwc2 c90c0000.usb:   dwc2_release_channel: channel 12, halt_status 4
[ 2037.006114] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2037.006155] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2037.006185] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2037.006207] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2037.261039] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2037.261105] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2037.261130] dwc2 c90c0000.usb: DMA enabled
[ 2037.261150] dwc2 c90c0000.usb: desc DMA disabled
[ 2037.261170] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2037.261197] dwc2 c90c0000.usb: set HAINTMSK to 00008000
[ 2037.261223] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2037.261248] dwc2 c90c0000.usb: set HCCHAR(15) to 008c8801
[ 2037.261280] dwc2 c90c0000.usb: dwc2_hc_init: Channel 15
[ 2037.261306] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2037.261329] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2037.261352] dwc2 c90c0000.usb: 	 Is In: 1
[ 2037.261375] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2037.261398] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2037.261420] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2037.261446] dwc2 c90c0000.usb: Queue periodic transactions
[ 2037.261467] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2037.261492] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2037.261519] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2037.261542] dwc2 c90c0000.usb: no split
[ 2037.261563] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(15)
[ 2037.261593] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 15
[ 2037.261619] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2037.261642] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2037.261665] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2037.261689] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(15)
[ 2037.261722] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2037.261745] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(15)
[ 2037.261816] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2037.261853] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2037.261875] dwc2 c90c0000.usb: HAINT=00008000
[ 2037.261902] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 15
[ 2037.261928] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2037.261963] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: Channel Halted--
[ 2037.261989] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: DMA Channel Halted--
[ 2037.262019] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: NAK Received--
[ 2037.262045] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2037.262066] dwc2 c90c0000.usb: DMA enabled
[ 2037.262086] dwc2 c90c0000.usb:   dwc2_release_channel: channel 15, halt_status 4
[ 2037.262117] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2037.262159] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2037.262189] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2037.262212] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2037.517042] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2037.517118] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2037.517147] dwc2 c90c0000.usb: DMA enabled
[ 2037.517172] dwc2 c90c0000.usb: desc DMA disabled
[ 2037.517197] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2037.517230] dwc2 c90c0000.usb: set HAINTMSK to 00000001
[ 2037.517259] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2037.517290] dwc2 c90c0000.usb: set HCCHAR(0) to 008c8801
[ 2037.517326] dwc2 c90c0000.usb: dwc2_hc_init: Channel 0
[ 2037.517357] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2037.517385] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2037.517413] dwc2 c90c0000.usb: 	 Is In: 1
[ 2037.517441] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2037.517469] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2037.517496] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2037.517527] dwc2 c90c0000.usb: Queue periodic transactions
[ 2037.517553] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2037.517584] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2037.517619] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2037.517646] dwc2 c90c0000.usb: no split
[ 2037.517671] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(0)
[ 2037.517708] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 0
[ 2037.517740] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2037.517767] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2037.517796] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2037.517824] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(0)
[ 2037.517865] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2037.517894] dwc2 c90c0000.usb: Wrote a09c8801 to HCCHAR(0)
[ 2037.517979] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2037.518024] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2037.518052] dwc2 c90c0000.usb: HAINT=00000001
[ 2037.518084] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 0
[ 2037.518116] dwc2 c90c0000.usb:   hcint 0x00000202, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2037.518157] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Channel Halted--
[ 2037.518190] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: DMA Channel Halted--
[ 2037.518223] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Frame Overrun--
[ 2037.518255] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2037.518282] dwc2 c90c0000.usb: DMA enabled
[ 2037.518306] dwc2 c90c0000.usb:   dwc2_release_channel: channel 0, halt_status 8
[ 2037.518343] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2037.518391] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2037.518428] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2037.518456] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2037.773037] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2037.773101] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2037.773125] dwc2 c90c0000.usb: DMA enabled
[ 2037.773145] dwc2 c90c0000.usb: desc DMA disabled
[ 2037.773165] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2037.773191] dwc2 c90c0000.usb: set HAINTMSK to 00000002
[ 2037.773215] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2037.773241] dwc2 c90c0000.usb: set HCCHAR(1) to 008c8801
[ 2037.773271] dwc2 c90c0000.usb: dwc2_hc_init: Channel 1
[ 2037.773296] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2037.773319] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2037.773342] dwc2 c90c0000.usb: 	 Is In: 1
[ 2037.773364] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2037.773386] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2037.773410] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2037.773435] dwc2 c90c0000.usb: Queue periodic transactions
[ 2037.773456] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2037.773481] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2037.773509] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2037.773530] dwc2 c90c0000.usb: no split
[ 2037.773552] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(1)
[ 2037.773581] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 1
[ 2037.773607] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2037.773630] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2037.773652] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2037.773675] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(1)
[ 2037.773708] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2037.773732] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(1)
[ 2037.773800] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2037.773836] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2037.773858] dwc2 c90c0000.usb: HAINT=00000002
[ 2037.773885] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 1
[ 2037.773910] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2037.773943] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: Channel Halted--
[ 2037.773969] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: DMA Channel Halted--
[ 2037.773998] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: NAK Received--
[ 2037.774023] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2037.774045] dwc2 c90c0000.usb: DMA enabled
[ 2037.774065] dwc2 c90c0000.usb:   dwc2_release_channel: channel 1, halt_status 4
[ 2037.774095] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2037.774136] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2037.774165] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2037.774188] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2038.029037] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2038.029101] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2038.029126] dwc2 c90c0000.usb: DMA enabled
[ 2038.029146] dwc2 c90c0000.usb: desc DMA disabled
[ 2038.029167] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2038.029193] dwc2 c90c0000.usb: set HAINTMSK to 00000004
[ 2038.029217] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2038.029243] dwc2 c90c0000.usb: set HCCHAR(2) to 008c8801
[ 2038.029272] dwc2 c90c0000.usb: dwc2_hc_init: Channel 2
[ 2038.029297] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2038.029320] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2038.029343] dwc2 c90c0000.usb: 	 Is In: 1
[ 2038.029366] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2038.029388] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2038.029411] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2038.029435] dwc2 c90c0000.usb: Queue periodic transactions
[ 2038.029456] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2038.029482] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2038.029510] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2038.029532] dwc2 c90c0000.usb: no split
[ 2038.029554] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(2)
[ 2038.029582] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 2
[ 2038.029608] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2038.029630] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2038.029653] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2038.029677] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(2)
[ 2038.029709] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2038.029733] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(2)
[ 2038.029802] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2038.029836] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2038.029859] dwc2 c90c0000.usb: HAINT=00000004
[ 2038.029885] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 2
[ 2038.029910] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2038.029944] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Channel Halted--
[ 2038.029970] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: DMA Channel Halted--
[ 2038.029999] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: NAK Received--
[ 2038.030024] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2038.030046] dwc2 c90c0000.usb: DMA enabled
[ 2038.030066] dwc2 c90c0000.usb:   dwc2_release_channel: channel 2, halt_status 4
[ 2038.030096] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2038.030136] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2038.030165] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2038.030188] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2038.228877] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 2038.228910] dwc2 c90c0000.usb: urb_enqueue, urb 81206227
[ 2038.228927] dwc2 c90c0000.usb:   Device address: 6
[ 2038.228937] dwc2 c90c0000.usb:   Endpoint: 1, OUT
[ 2038.228947] dwc2 c90c0000.usb:   Endpoint type: BULK OUT (OUT)
[ 2038.228957] dwc2 c90c0000.usb:   Speed: HIGH
[ 2038.228966] dwc2 c90c0000.usb:   Max packet size: 512 (1 mult)
[ 2038.228977] dwc2 c90c0000.usb:   Data buffer length: 31
[ 2038.228986] dwc2 c90c0000.usb:   Transfer buffer: 26386fa6, Transfer DMA: 3c041040
[ 2038.228999] dwc2 c90c0000.usb:   Setup buffer: 2d8c3792, Setup DMA: 126db740
[ 2038.229011] dwc2 c90c0000.usb:   Interval: 0
[ 2038.229029] dwc2 c90c0000.usb: addr=6, ep_num=1, ep_dir=0, ep_type=2, maxp=512 (1 mult)
[ 2038.229048] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 2038.229150] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,dcdf735f)
[ 2038.229169] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2038.229178] dwc2 c90c0000.usb: DMA enabled
[ 2038.229185] dwc2 c90c0000.usb: desc DMA disabled
[ 2038.229193] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2038.229203] dwc2 c90c0000.usb: set HAINTMSK to 00000008
[ 2038.229213] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2038.229223] dwc2 c90c0000.usb: set HCCHAR(3) to 01880a00
[ 2038.229234] dwc2 c90c0000.usb: dwc2_hc_init: Channel 3
[ 2038.229244] dwc2 c90c0000.usb: 	 Dev Addr: 6
[ 2038.229253] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2038.229261] dwc2 c90c0000.usb: 	 Is In: 0
[ 2038.229270] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2038.229279] dwc2 c90c0000.usb: 	 Ep Type: 2
[ 2038.229288] dwc2 c90c0000.usb: 	 Max Pkt: 512
[ 2038.229298] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 2038.229307] dwc2 c90c0000.usb:   NP Tx Req Queue Space Avail (before queue): 8
[ 2038.229317] dwc2 c90c0000.usb:   NP Tx FIFO Space Avail (before queue): 500
[ 2038.229328] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2038.229337] dwc2 c90c0000.usb: no split
[ 2038.229345] dwc2 c90c0000.usb: Wrote 0008001f to HCTSIZ(3)
[ 2038.229357] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 3
[ 2038.229367] dwc2 c90c0000.usb: 	 Xfer Size: 31
[ 2038.229376] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2038.229385] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2038.229394] dwc2 c90c0000.usb: Wrote 3c041040 to HCDMA(3)
[ 2038.229406] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2038.229415] dwc2 c90c0000.usb: Wrote 81980a00 to HCCHAR(3)
[ 2038.229433] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2038.229445] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2038.229453] dwc2 c90c0000.usb: HAINT=00000008
[ 2038.229463] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 3
[ 2038.229473] dwc2 c90c0000.usb:   hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2038.229487] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Channel Halted--
[ 2038.229497] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: DMA Channel Halted--
[ 2038.229507] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Transfer Complete--
[ 2038.229517] dwc2 c90c0000.usb:   Bulk transfer complete
[ 2038.229526] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=31
[ 2038.229538] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: OUT, channel 3
[ 2038.229549] dwc2 c90c0000.usb:   chan->xfer_len 31
[ 2038.229558] dwc2 c90c0000.usb:   hctsiz.xfersize 31
[ 2038.229567] dwc2 c90c0000.usb:   urb->transfer_buffer_length 31
[ 2038.229577] dwc2 c90c0000.usb:   urb->actual_length 31
[ 2038.229586] dwc2 c90c0000.usb:   short_read 0, xfer_done 1
[ 2038.229597] dwc2 c90c0000.usb: dwc2_host_complete: urb 81206227 device 6 ep 1-OUT status 0 actual 31
[ 2038.229619] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 2038.229629] dwc2 c90c0000.usb:   dwc2_release_channel: channel 3, halt_status 2
[ 2038.229641] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,dcdf735f,1)
[ 2038.229656] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2038.229665] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 2038.229677] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2038.229685] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2038.229764] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 2038.229791] dwc2 c90c0000.usb: urb_enqueue, urb 81206227
[ 2038.229805] dwc2 c90c0000.usb:   Device address: 6
[ 2038.229815] dwc2 c90c0000.usb:   Endpoint: 2, IN
[ 2038.229824] dwc2 c90c0000.usb:   Endpoint type: BULK IN (IN)
[ 2038.229834] dwc2 c90c0000.usb:   Speed: HIGH
[ 2038.229842] dwc2 c90c0000.usb:   Max packet size: 512 (1 mult)
[ 2038.229853] dwc2 c90c0000.usb:   Data buffer length: 13
[ 2038.229863] dwc2 c90c0000.usb:   Transfer buffer: 26386fa6, Transfer DMA: 3c041040
[ 2038.229875] dwc2 c90c0000.usb:   Setup buffer: 2d8c3792, Setup DMA: 126db740
[ 2038.229887] dwc2 c90c0000.usb:   Interval: 0
[ 2038.229904] dwc2 c90c0000.usb: addr=6, ep_num=2, ep_dir=80, ep_type=2, maxp=512 (1 mult)
[ 2038.229922] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 2038.230027] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,e9d239f6)
[ 2038.230049] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2038.230058] dwc2 c90c0000.usb: DMA enabled
[ 2038.230066] dwc2 c90c0000.usb: desc DMA disabled
[ 2038.230074] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2038.230084] dwc2 c90c0000.usb: set HAINTMSK to 00000010
[ 2038.230094] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2038.230104] dwc2 c90c0000.usb: set HCCHAR(4) to 01889200
[ 2038.230114] dwc2 c90c0000.usb: dwc2_hc_init: Channel 4
[ 2038.230124] dwc2 c90c0000.usb: 	 Dev Addr: 6
[ 2038.230133] dwc2 c90c0000.usb: 	 Ep Num: 2
[ 2038.230141] dwc2 c90c0000.usb: 	 Is In: 1
[ 2038.230150] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2038.230159] dwc2 c90c0000.usb: 	 Ep Type: 2
[ 2038.230168] dwc2 c90c0000.usb: 	 Max Pkt: 512
[ 2038.230178] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 2038.230186] dwc2 c90c0000.usb:   NP Tx Req Queue Space Avail (before queue): 8
[ 2038.230196] dwc2 c90c0000.usb:   NP Tx FIFO Space Avail (before queue): 500
[ 2038.230207] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2038.230215] dwc2 c90c0000.usb: no split
[ 2038.230223] dwc2 c90c0000.usb: Wrote 00080200 to HCTSIZ(4)
[ 2038.230234] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 4
[ 2038.230245] dwc2 c90c0000.usb: 	 Xfer Size: 512
[ 2038.230254] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2038.230263] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2038.230271] dwc2 c90c0000.usb: Wrote 3c041040 to HCDMA(4)
[ 2038.230283] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2038.230292] dwc2 c90c0000.usb: Wrote 81989200 to HCCHAR(4)
[ 2038.230309] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2038.230322] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2038.230330] dwc2 c90c0000.usb: HAINT=00000010
[ 2038.230340] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 4
[ 2038.230350] dwc2 c90c0000.usb:   hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2038.230363] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Channel Halted--
[ 2038.230373] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: DMA Channel Halted--
[ 2038.230383] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Transfer Complete--
[ 2038.230393] dwc2 c90c0000.usb:   Bulk transfer complete
[ 2038.230402] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=13
[ 2038.230413] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 4
[ 2038.230424] dwc2 c90c0000.usb:   chan->xfer_len 512
[ 2038.230433] dwc2 c90c0000.usb:   hctsiz.xfersize 499
[ 2038.230443] dwc2 c90c0000.usb:   urb->transfer_buffer_length 13
[ 2038.230453] dwc2 c90c0000.usb:   urb->actual_length 13
[ 2038.230461] dwc2 c90c0000.usb:   short_read 1, xfer_done 1
[ 2038.230472] dwc2 c90c0000.usb: dwc2_host_complete: urb 81206227 device 6 ep 2-IN status 0 actual 13
[ 2038.230492] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 2038.230501] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2038.230509] dwc2 c90c0000.usb: DMA enabled
[ 2038.230517] dwc2 c90c0000.usb:   dwc2_release_channel: channel 4, halt_status 2
[ 2038.230528] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,e9d239f6,1)
[ 2038.230543] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2038.230551] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 2038.230561] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2038.230570] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2038.285027] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2038.285053] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2038.285059] dwc2 c90c0000.usb: DMA enabled
[ 2038.285064] dwc2 c90c0000.usb: desc DMA disabled
[ 2038.285069] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2038.285076] dwc2 c90c0000.usb: set HAINTMSK to 00000040
[ 2038.285083] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2038.285090] dwc2 c90c0000.usb: set HCCHAR(6) to 008c8801
[ 2038.285097] dwc2 c90c0000.usb: dwc2_hc_init: Channel 6
[ 2038.285104] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2038.285110] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2038.285115] dwc2 c90c0000.usb: 	 Is In: 1
[ 2038.285121] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2038.285127] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2038.285133] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2038.285140] dwc2 c90c0000.usb: Queue periodic transactions
[ 2038.285146] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2038.285152] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2038.285160] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2038.285166] dwc2 c90c0000.usb: no split
[ 2038.285172] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(6)
[ 2038.285180] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 6
[ 2038.285186] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2038.285192] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2038.285197] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2038.285204] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(6)
[ 2038.285213] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2038.285219] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(6)
[ 2038.285232] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2038.285241] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2038.285247] dwc2 c90c0000.usb: HAINT=00000040
[ 2038.285254] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 6
[ 2038.285261] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2038.285270] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: Channel Halted--
[ 2038.285277] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: DMA Channel Halted--
[ 2038.285285] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: NAK Received--
[ 2038.285292] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2038.285298] dwc2 c90c0000.usb: DMA enabled
[ 2038.285303] dwc2 c90c0000.usb:   dwc2_release_channel: channel 6, halt_status 4
[ 2038.285311] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2038.285322] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2038.285331] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2038.285337] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2038.541028] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2038.541060] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2038.541067] dwc2 c90c0000.usb: DMA enabled
[ 2038.541073] dwc2 c90c0000.usb: desc DMA disabled
[ 2038.541079] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2038.541088] dwc2 c90c0000.usb: set HAINTMSK to 00000100
[ 2038.541095] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2038.541103] dwc2 c90c0000.usb: set HCCHAR(8) to 008c8801
[ 2038.541112] dwc2 c90c0000.usb: dwc2_hc_init: Channel 8
[ 2038.541120] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2038.541127] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2038.541134] dwc2 c90c0000.usb: 	 Is In: 1
[ 2038.541140] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2038.541147] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2038.541153] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2038.541161] dwc2 c90c0000.usb: Queue periodic transactions
[ 2038.541168] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2038.541175] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2038.541185] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2038.541192] dwc2 c90c0000.usb: no split
[ 2038.541199] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(8)
[ 2038.541207] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 8
[ 2038.541216] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2038.541222] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2038.541229] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2038.541236] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(8)
[ 2038.541246] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2038.541254] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(8)
[ 2038.541278] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2038.541289] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2038.541296] dwc2 c90c0000.usb: HAINT=00000100
[ 2038.541304] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 8
[ 2038.541312] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2038.541322] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: Channel Halted--
[ 2038.541330] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: DMA Channel Halted--
[ 2038.541340] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: NAK Received--
[ 2038.541348] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2038.541355] dwc2 c90c0000.usb: DMA enabled
[ 2038.541361] dwc2 c90c0000.usb:   dwc2_release_channel: channel 8, halt_status 4
[ 2038.541370] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2038.541382] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2038.541547] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2038.541907] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2038.797030] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2038.797071] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2038.797084] dwc2 c90c0000.usb: DMA enabled
[ 2038.797095] dwc2 c90c0000.usb: desc DMA disabled
[ 2038.797107] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2038.797121] dwc2 c90c0000.usb: set HAINTMSK to 00000020
[ 2038.797135] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2038.797149] dwc2 c90c0000.usb: set HCCHAR(5) to 008c8801
[ 2038.797164] dwc2 c90c0000.usb: dwc2_hc_init: Channel 5
[ 2038.797178] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2038.797190] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2038.797202] dwc2 c90c0000.usb: 	 Is In: 1
[ 2038.797214] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2038.797226] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2038.797238] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2038.797252] dwc2 c90c0000.usb: Queue periodic transactions
[ 2038.797264] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2038.797278] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2038.797293] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2038.797306] dwc2 c90c0000.usb: no split
[ 2038.797317] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(5)
[ 2038.797332] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 5
[ 2038.797347] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2038.797359] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2038.797371] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2038.797384] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(5)
[ 2038.797401] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2038.797415] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(5)
[ 2038.797454] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2038.797473] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2038.797485] dwc2 c90c0000.usb: HAINT=00000020
[ 2038.797500] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 5
[ 2038.797514] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2038.797533] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: Channel Halted--
[ 2038.797546] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: DMA Channel Halted--
[ 2038.797562] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: NAK Received--
[ 2038.797576] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2038.797588] dwc2 c90c0000.usb: DMA enabled
[ 2038.797598] dwc2 c90c0000.usb:   dwc2_release_channel: channel 5, halt_status 4
[ 2038.797615] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2038.797637] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2038.797654] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2038.797667] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2039.053030] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2039.053066] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2039.053078] dwc2 c90c0000.usb: DMA enabled
[ 2039.053089] dwc2 c90c0000.usb: desc DMA disabled
[ 2039.053099] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2039.053112] dwc2 c90c0000.usb: set HAINTMSK to 00000200
[ 2039.053124] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2039.053136] dwc2 c90c0000.usb: set HCCHAR(9) to 008c8801
[ 2039.053150] dwc2 c90c0000.usb: dwc2_hc_init: Channel 9
[ 2039.053162] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2039.053173] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2039.053184] dwc2 c90c0000.usb: 	 Is In: 1
[ 2039.053194] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2039.053205] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2039.053216] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2039.053228] dwc2 c90c0000.usb: Queue periodic transactions
[ 2039.053238] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2039.053250] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2039.053264] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2039.053275] dwc2 c90c0000.usb: no split
[ 2039.053285] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(9)
[ 2039.053299] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 9
[ 2039.053312] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2039.053322] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2039.053333] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2039.053344] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(9)
[ 2039.053360] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2039.053372] dwc2 c90c0000.usb: Wrote a09c8801 to HCCHAR(9)
[ 2039.053406] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2039.053423] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2039.053434] dwc2 c90c0000.usb: HAINT=00000200
[ 2039.053447] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 9
[ 2039.053459] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2039.053476] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: Channel Halted--
[ 2039.053488] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: DMA Channel Halted--
[ 2039.053502] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: NAK Received--
[ 2039.053514] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2039.053525] dwc2 c90c0000.usb: DMA enabled
[ 2039.053534] dwc2 c90c0000.usb:   dwc2_release_channel: channel 9, halt_status 4
[ 2039.053548] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2039.053567] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2039.053583] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2039.053593] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2039.309036] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2039.309099] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2039.309123] dwc2 c90c0000.usb: DMA enabled
[ 2039.309143] dwc2 c90c0000.usb: desc DMA disabled
[ 2039.309164] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2039.309190] dwc2 c90c0000.usb: set HAINTMSK to 00000080
[ 2039.309216] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2039.309242] dwc2 c90c0000.usb: set HCCHAR(7) to 008c8801
[ 2039.309271] dwc2 c90c0000.usb: dwc2_hc_init: Channel 7
[ 2039.309296] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2039.309319] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2039.309341] dwc2 c90c0000.usb: 	 Is In: 1
[ 2039.309364] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2039.309387] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2039.309409] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2039.309434] dwc2 c90c0000.usb: Queue periodic transactions
[ 2039.309456] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2039.309480] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2039.309509] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2039.309532] dwc2 c90c0000.usb: no split
[ 2039.309552] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(7)
[ 2039.309580] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 7
[ 2039.309606] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2039.309629] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2039.309652] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2039.309675] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(7)
[ 2039.309707] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2039.309731] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(7)
[ 2039.309799] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2039.309835] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2039.309858] dwc2 c90c0000.usb: HAINT=00000080
[ 2039.309884] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 7
[ 2039.309910] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2039.309944] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: Channel Halted--
[ 2039.309969] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: DMA Channel Halted--
[ 2039.309998] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: NAK Received--
[ 2039.310024] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2039.310046] dwc2 c90c0000.usb: DMA enabled
[ 2039.310065] dwc2 c90c0000.usb:   dwc2_release_channel: channel 7, halt_status 4
[ 2039.310095] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2039.310135] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2039.310165] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2039.310187] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2039.565041] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2039.565115] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2039.565145] dwc2 c90c0000.usb: DMA enabled
[ 2039.565170] dwc2 c90c0000.usb: desc DMA disabled
[ 2039.565195] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2039.565227] dwc2 c90c0000.usb: set HAINTMSK to 00000800
[ 2039.565258] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2039.565290] dwc2 c90c0000.usb: set HCCHAR(11) to 008c8801
[ 2039.565325] dwc2 c90c0000.usb: dwc2_hc_init: Channel 11
[ 2039.565359] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2039.565387] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2039.565415] dwc2 c90c0000.usb: 	 Is In: 1
[ 2039.565443] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2039.565471] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2039.565499] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2039.565529] dwc2 c90c0000.usb: Queue periodic transactions
[ 2039.565555] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2039.565586] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2039.565619] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2039.565647] dwc2 c90c0000.usb: no split
[ 2039.565672] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(11)
[ 2039.565708] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 11
[ 2039.565740] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2039.565769] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2039.565797] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2039.565827] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(11)
[ 2039.565867] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2039.565896] dwc2 c90c0000.usb: Wrote a09c8801 to HCCHAR(11)
[ 2039.565981] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2039.566025] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2039.566053] dwc2 c90c0000.usb: HAINT=00000800
[ 2039.566085] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 11
[ 2039.566116] dwc2 c90c0000.usb:   hcint 0x00000202, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2039.566159] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Channel Halted--
[ 2039.566191] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: DMA Channel Halted--
[ 2039.566225] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Frame Overrun--
[ 2039.566258] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2039.566285] dwc2 c90c0000.usb: DMA enabled
[ 2039.566308] dwc2 c90c0000.usb:   dwc2_release_channel: channel 11, halt_status 8
[ 2039.566347] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2039.566396] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2039.566432] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2039.566460] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2039.821038] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2039.821100] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2039.821125] dwc2 c90c0000.usb: DMA enabled
[ 2039.821144] dwc2 c90c0000.usb: desc DMA disabled
[ 2039.821165] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2039.821190] dwc2 c90c0000.usb: set HAINTMSK to 00000400
[ 2039.821216] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2039.821242] dwc2 c90c0000.usb: set HCCHAR(10) to 008c8801
[ 2039.821271] dwc2 c90c0000.usb: dwc2_hc_init: Channel 10
[ 2039.821297] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2039.821321] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2039.821344] dwc2 c90c0000.usb: 	 Is In: 1
[ 2039.821367] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2039.821389] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2039.821412] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2039.821436] dwc2 c90c0000.usb: Queue periodic transactions
[ 2039.821457] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2039.821482] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2039.821510] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2039.821532] dwc2 c90c0000.usb: no split
[ 2039.821553] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(10)
[ 2039.821582] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 10
[ 2039.821609] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2039.821631] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2039.821655] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2039.821678] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(10)
[ 2039.821711] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2039.821735] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(10)
[ 2039.821806] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2039.821842] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2039.821864] dwc2 c90c0000.usb: HAINT=00000400
[ 2039.821891] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 10
[ 2039.821918] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2039.821953] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: Channel Halted--
[ 2039.821979] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: DMA Channel Halted--
[ 2039.822007] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: NAK Received--
[ 2039.822034] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2039.822056] dwc2 c90c0000.usb: DMA enabled
[ 2039.822076] dwc2 c90c0000.usb:   dwc2_release_channel: channel 10, halt_status 4
[ 2039.822107] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2039.822147] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2039.822178] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2039.822201] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2040.077037] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2040.077101] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2040.077126] dwc2 c90c0000.usb: DMA enabled
[ 2040.077145] dwc2 c90c0000.usb: desc DMA disabled
[ 2040.077166] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2040.077192] dwc2 c90c0000.usb: set HAINTMSK to 00002000
[ 2040.077218] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2040.077243] dwc2 c90c0000.usb: set HCCHAR(13) to 008c8801
[ 2040.077274] dwc2 c90c0000.usb: dwc2_hc_init: Channel 13
[ 2040.077299] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2040.077323] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2040.077345] dwc2 c90c0000.usb: 	 Is In: 1
[ 2040.077368] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2040.077390] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2040.077413] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2040.077438] dwc2 c90c0000.usb: Queue periodic transactions
[ 2040.077459] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2040.077484] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2040.077510] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2040.077533] dwc2 c90c0000.usb: no split
[ 2040.077554] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(13)
[ 2040.077584] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 13
[ 2040.077611] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2040.077634] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2040.077656] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2040.077680] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(13)
[ 2040.077713] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2040.077737] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(13)
[ 2040.077806] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2040.077841] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2040.077863] dwc2 c90c0000.usb: HAINT=00002000
[ 2040.077890] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 13
[ 2040.077917] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2040.077951] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: Channel Halted--
[ 2040.077977] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: DMA Channel Halted--
[ 2040.078006] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: NAK Received--
[ 2040.078032] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2040.078054] dwc2 c90c0000.usb: DMA enabled
[ 2040.078074] dwc2 c90c0000.usb:   dwc2_release_channel: channel 13, halt_status 4
[ 2040.078106] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2040.078145] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2040.078175] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2040.078197] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2040.309232] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 2040.309332] dwc2 c90c0000.usb: urb_enqueue, urb 81206227
[ 2040.309431] dwc2 c90c0000.usb:   Device address: 6
[ 2040.309486] dwc2 c90c0000.usb:   Endpoint: 1, OUT
[ 2040.309561] dwc2 c90c0000.usb:   Endpoint type: BULK OUT (OUT)
[ 2040.309615] dwc2 c90c0000.usb:   Speed: HIGH
[ 2040.309679] dwc2 c90c0000.usb:   Max packet size: 512 (1 mult)
[ 2040.309740] dwc2 c90c0000.usb:   Data buffer length: 31
[ 2040.309812] dwc2 c90c0000.usb:   Transfer buffer: 26386fa6, Transfer DMA: 3c041040
[ 2040.309882] dwc2 c90c0000.usb:   Setup buffer: 2d8c3792, Setup DMA: 126db740
[ 2040.309970] dwc2 c90c0000.usb:   Interval: 0
[ 2040.310775] dwc2 c90c0000.usb: addr=6, ep_num=1, ep_dir=0, ep_type=2, maxp=512 (1 mult)
[ 2040.311620] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 2040.311663] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,dcdf735f)
[ 2040.311713] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2040.311741] dwc2 c90c0000.usb: DMA enabled
[ 2040.311765] dwc2 c90c0000.usb: desc DMA disabled
[ 2040.311790] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2040.311822] dwc2 c90c0000.usb: set HAINTMSK to 00004000
[ 2040.311854] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2040.311885] dwc2 c90c0000.usb: set HCCHAR(14) to 01880a00
[ 2040.311920] dwc2 c90c0000.usb: dwc2_hc_init: Channel 14
[ 2040.311952] dwc2 c90c0000.usb: 	 Dev Addr: 6
[ 2040.311981] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2040.312009] dwc2 c90c0000.usb: 	 Is In: 0
[ 2040.312037] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2040.312066] dwc2 c90c0000.usb: 	 Ep Type: 2
[ 2040.312094] dwc2 c90c0000.usb: 	 Max Pkt: 512
[ 2040.312126] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 2040.312153] dwc2 c90c0000.usb:   NP Tx Req Queue Space Avail (before queue): 8
[ 2040.312184] dwc2 c90c0000.usb:   NP Tx FIFO Space Avail (before queue): 500
[ 2040.312217] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2040.312244] dwc2 c90c0000.usb: no split
[ 2040.312271] dwc2 c90c0000.usb: Wrote 4008001f to HCTSIZ(14)
[ 2040.312306] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 14
[ 2040.312338] dwc2 c90c0000.usb: 	 Xfer Size: 31
[ 2040.312367] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2040.312395] dwc2 c90c0000.usb: 	 Start PID: 2
[ 2040.312424] dwc2 c90c0000.usb: Wrote 3c041040 to HCDMA(14)
[ 2040.312461] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2040.312491] dwc2 c90c0000.usb: Wrote 81980a00 to HCCHAR(14)
[ 2040.312543] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2040.312581] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2040.312607] dwc2 c90c0000.usb: HAINT=00004000
[ 2040.312640] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 14
[ 2040.312670] dwc2 c90c0000.usb:   hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2040.312713] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: Channel Halted--
[ 2040.312745] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: DMA Channel Halted--
[ 2040.312778] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: Transfer Complete--
[ 2040.312810] dwc2 c90c0000.usb:   Bulk transfer complete
[ 2040.312836] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=31
[ 2040.312872] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: OUT, channel 14
[ 2040.312909] dwc2 c90c0000.usb:   chan->xfer_len 31
[ 2040.312938] dwc2 c90c0000.usb:   hctsiz.xfersize 31
[ 2040.312967] dwc2 c90c0000.usb:   urb->transfer_buffer_length 31
[ 2040.312997] dwc2 c90c0000.usb:   urb->actual_length 31
[ 2040.313026] dwc2 c90c0000.usb:   short_read 0, xfer_done 1
[ 2040.313059] dwc2 c90c0000.usb: dwc2_host_complete: urb 81206227 device 6 ep 1-OUT status 0 actual 31
[ 2040.313122] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 2040.313152] dwc2 c90c0000.usb:   dwc2_release_channel: channel 14, halt_status 2
[ 2040.313191] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,dcdf735f,1)
[ 2040.313239] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2040.313267] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 2040.313299] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2040.313326] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2040.313421] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 2040.313453] dwc2 c90c0000.usb: urb_enqueue, urb 81206227
[ 2040.313491] dwc2 c90c0000.usb:   Device address: 6
[ 2040.313536] dwc2 c90c0000.usb:   Endpoint: 2, IN
[ 2040.313570] dwc2 c90c0000.usb:   Endpoint type: BULK IN (IN)
[ 2040.313602] dwc2 c90c0000.usb:   Speed: HIGH
[ 2040.313628] dwc2 c90c0000.usb:   Max packet size: 512 (1 mult)
[ 2040.313677] dwc2 c90c0000.usb:   Data buffer length: 13
[ 2040.313708] dwc2 c90c0000.usb:   Transfer buffer: 26386fa6, Transfer DMA: 3c041040
[ 2040.313749] dwc2 c90c0000.usb:   Setup buffer: 2d8c3792, Setup DMA: 126db740
[ 2040.313803] dwc2 c90c0000.usb:   Interval: 0
[ 2040.313838] dwc2 c90c0000.usb: addr=6, ep_num=2, ep_dir=80, ep_type=2, maxp=512 (1 mult)
[ 2040.313892] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 2040.313932] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,e9d239f6)
[ 2040.313979] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2040.314007] dwc2 c90c0000.usb: DMA enabled
[ 2040.314031] dwc2 c90c0000.usb: desc DMA disabled
[ 2040.314056] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2040.314087] dwc2 c90c0000.usb: set HAINTMSK to 00001000
[ 2040.314118] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2040.314149] dwc2 c90c0000.usb: set HCCHAR(12) to 01889200
[ 2040.314185] dwc2 c90c0000.usb: dwc2_hc_init: Channel 12
[ 2040.314216] dwc2 c90c0000.usb: 	 Dev Addr: 6
[ 2040.314244] dwc2 c90c0000.usb: 	 Ep Num: 2
[ 2040.314273] dwc2 c90c0000.usb: 	 Is In: 1
[ 2040.314301] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2040.314329] dwc2 c90c0000.usb: 	 Ep Type: 2
[ 2040.314357] dwc2 c90c0000.usb: 	 Max Pkt: 512
[ 2040.314388] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 2040.314414] dwc2 c90c0000.usb:   NP Tx Req Queue Space Avail (before queue): 8
[ 2040.314445] dwc2 c90c0000.usb:   NP Tx FIFO Space Avail (before queue): 500
[ 2040.314479] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2040.314506] dwc2 c90c0000.usb: no split
[ 2040.314531] dwc2 c90c0000.usb: Wrote 40080200 to HCTSIZ(12)
[ 2040.314567] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 12
[ 2040.314599] dwc2 c90c0000.usb: 	 Xfer Size: 512
[ 2040.314628] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2040.314656] dwc2 c90c0000.usb: 	 Start PID: 2
[ 2040.314684] dwc2 c90c0000.usb: Wrote 3c041040 to HCDMA(12)
[ 2040.314720] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2040.314749] dwc2 c90c0000.usb: Wrote 81989200 to HCCHAR(12)
[ 2040.314798] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2040.314836] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2040.314862] dwc2 c90c0000.usb: HAINT=00001000
[ 2040.314894] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 12
[ 2040.314924] dwc2 c90c0000.usb:   hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2040.314965] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: Channel Halted--
[ 2040.314997] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: DMA Channel Halted--
[ 2040.315030] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: Transfer Complete--
[ 2040.315062] dwc2 c90c0000.usb:   Bulk transfer complete
[ 2040.315088] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=13
[ 2040.315124] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 12
[ 2040.315159] dwc2 c90c0000.usb:   chan->xfer_len 512
[ 2040.315188] dwc2 c90c0000.usb:   hctsiz.xfersize 499
[ 2040.315217] dwc2 c90c0000.usb:   urb->transfer_buffer_length 13
[ 2040.315247] dwc2 c90c0000.usb:   urb->actual_length 13
[ 2040.315277] dwc2 c90c0000.usb:   short_read 1, xfer_done 1
[ 2040.315309] dwc2 c90c0000.usb: dwc2_host_complete: urb 81206227 device 6 ep 2-IN status 0 actual 13
[ 2040.315368] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 2040.315397] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2040.315423] dwc2 c90c0000.usb: DMA enabled
[ 2040.315448] dwc2 c90c0000.usb:   dwc2_release_channel: channel 12, halt_status 2
[ 2040.315485] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,e9d239f6,1)
[ 2040.315532] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2040.315559] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 2040.315590] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2040.315616] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2040.333026] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2040.333053] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2040.333063] dwc2 c90c0000.usb: DMA enabled
[ 2040.333070] dwc2 c90c0000.usb: desc DMA disabled
[ 2040.333078] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2040.333088] dwc2 c90c0000.usb: set HAINTMSK to 00008000
[ 2040.333098] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2040.333108] dwc2 c90c0000.usb: set HCCHAR(15) to 008c8801
[ 2040.333120] dwc2 c90c0000.usb: dwc2_hc_init: Channel 15
[ 2040.333131] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2040.333140] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2040.333149] dwc2 c90c0000.usb: 	 Is In: 1
[ 2040.333157] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2040.333166] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2040.333175] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2040.333185] dwc2 c90c0000.usb: Queue periodic transactions
[ 2040.333193] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2040.333203] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2040.333214] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2040.333223] dwc2 c90c0000.usb: no split
[ 2040.333232] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(15)
[ 2040.333243] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 15
[ 2040.333252] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2040.333261] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2040.333270] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2040.333279] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(15)
[ 2040.333293] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2040.333303] dwc2 c90c0000.usb: Wrote a09c8801 to HCCHAR(15)
[ 2040.333327] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2040.333342] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2040.333351] dwc2 c90c0000.usb: HAINT=00008000
[ 2040.333361] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 15
[ 2040.333371] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2040.333385] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: Channel Halted--
[ 2040.333395] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: DMA Channel Halted--
[ 2040.333407] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: NAK Received--
[ 2040.333418] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2040.333426] dwc2 c90c0000.usb: DMA enabled
[ 2040.333434] dwc2 c90c0000.usb:   dwc2_release_channel: channel 15, halt_status 4
[ 2040.333446] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2040.333462] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2040.333474] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2040.333483] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2040.589039] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2040.589105] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2040.589129] dwc2 c90c0000.usb: DMA enabled
[ 2040.589149] dwc2 c90c0000.usb: desc DMA disabled
[ 2040.589170] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2040.589197] dwc2 c90c0000.usb: set HAINTMSK to 00000001
[ 2040.589221] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2040.589247] dwc2 c90c0000.usb: set HCCHAR(0) to 008c8801
[ 2040.589275] dwc2 c90c0000.usb: dwc2_hc_init: Channel 0
[ 2040.589301] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2040.589324] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2040.589347] dwc2 c90c0000.usb: 	 Is In: 1
[ 2040.589370] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2040.589392] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2040.589415] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2040.589440] dwc2 c90c0000.usb: Queue periodic transactions
[ 2040.589462] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2040.589487] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2040.589516] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2040.589537] dwc2 c90c0000.usb: no split
[ 2040.589558] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(0)
[ 2040.589588] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 0
[ 2040.589613] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2040.589636] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2040.589658] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2040.589681] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(0)
[ 2040.589714] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2040.589738] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(0)
[ 2040.589808] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2040.589844] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2040.589866] dwc2 c90c0000.usb: HAINT=00000001
[ 2040.589893] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 0
[ 2040.589918] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2040.589953] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Channel Halted--
[ 2040.589978] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: DMA Channel Halted--
[ 2040.590007] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: NAK Received--
[ 2040.590033] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2040.590055] dwc2 c90c0000.usb: DMA enabled
[ 2040.590075] dwc2 c90c0000.usb:   dwc2_release_channel: channel 0, halt_status 4
[ 2040.590105] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2040.590145] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2040.590175] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2040.590198] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2040.845039] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2040.845104] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2040.845128] dwc2 c90c0000.usb: DMA enabled
[ 2040.845148] dwc2 c90c0000.usb: desc DMA disabled
[ 2040.845169] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2040.845195] dwc2 c90c0000.usb: set HAINTMSK to 00000002
[ 2040.845219] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2040.845245] dwc2 c90c0000.usb: set HCCHAR(1) to 008c8801
[ 2040.845274] dwc2 c90c0000.usb: dwc2_hc_init: Channel 1
[ 2040.845299] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2040.845322] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2040.845345] dwc2 c90c0000.usb: 	 Is In: 1
[ 2040.845368] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2040.845390] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2040.845413] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2040.845437] dwc2 c90c0000.usb: Queue periodic transactions
[ 2040.845458] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2040.845484] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2040.845511] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2040.845533] dwc2 c90c0000.usb: no split
[ 2040.845555] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(1)
[ 2040.845583] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 1
[ 2040.845610] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2040.845632] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2040.845655] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2040.845678] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(1)
[ 2040.845711] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2040.845735] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(1)
[ 2040.845805] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2040.845840] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2040.845862] dwc2 c90c0000.usb: HAINT=00000002
[ 2040.845889] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 1
[ 2040.845915] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2040.845948] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: Channel Halted--
[ 2040.845974] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: DMA Channel Halted--
[ 2040.846002] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: NAK Received--
[ 2040.846028] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2040.846050] dwc2 c90c0000.usb: DMA enabled
[ 2040.846069] dwc2 c90c0000.usb:   dwc2_release_channel: channel 1, halt_status 4
[ 2040.846099] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2040.846140] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2040.846170] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2040.846193] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2041.101038] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2041.101103] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2041.101127] dwc2 c90c0000.usb: DMA enabled
[ 2041.101147] dwc2 c90c0000.usb: desc DMA disabled
[ 2041.101168] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2041.101193] dwc2 c90c0000.usb: set HAINTMSK to 00000004
[ 2041.101218] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2041.101243] dwc2 c90c0000.usb: set HCCHAR(2) to 008c8801
[ 2041.101272] dwc2 c90c0000.usb: dwc2_hc_init: Channel 2
[ 2041.101297] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2041.101320] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2041.101343] dwc2 c90c0000.usb: 	 Is In: 1
[ 2041.101366] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2041.101388] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2041.101411] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2041.101436] dwc2 c90c0000.usb: Queue periodic transactions
[ 2041.101457] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2041.101482] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2041.101510] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2041.101532] dwc2 c90c0000.usb: no split
[ 2041.101554] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(2)
[ 2041.101583] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 2
[ 2041.101609] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2041.101631] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2041.101654] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2041.101678] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(2)
[ 2041.101710] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2041.101734] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(2)
[ 2041.101805] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2041.101840] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2041.101863] dwc2 c90c0000.usb: HAINT=00000004
[ 2041.101889] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 2
[ 2041.101913] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2041.101948] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Channel Halted--
[ 2041.101973] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: DMA Channel Halted--
[ 2041.102002] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: NAK Received--
[ 2041.102029] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2041.102051] dwc2 c90c0000.usb: DMA enabled
[ 2041.102070] dwc2 c90c0000.usb:   dwc2_release_channel: channel 2, halt_status 4
[ 2041.102100] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2041.102139] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2041.102169] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2041.102192] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2041.357043] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2041.357122] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2041.357152] dwc2 c90c0000.usb: DMA enabled
[ 2041.357176] dwc2 c90c0000.usb: desc DMA disabled
[ 2041.357202] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2041.357233] dwc2 c90c0000.usb: set HAINTMSK to 00000008
[ 2041.357263] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2041.357295] dwc2 c90c0000.usb: set HCCHAR(3) to 008c8801
[ 2041.357331] dwc2 c90c0000.usb: dwc2_hc_init: Channel 3
[ 2041.357363] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2041.357391] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2041.357418] dwc2 c90c0000.usb: 	 Is In: 1
[ 2041.357446] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2041.357475] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2041.357502] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2041.357532] dwc2 c90c0000.usb: Queue periodic transactions
[ 2041.357558] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2041.357589] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2041.357623] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2041.357651] dwc2 c90c0000.usb: no split
[ 2041.357676] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(3)
[ 2041.357712] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 3
[ 2041.357744] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2041.357772] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2041.357800] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2041.357828] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(3)
[ 2041.357869] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2041.357898] dwc2 c90c0000.usb: Wrote a09c8801 to HCCHAR(3)
[ 2041.358034] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2041.358079] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2041.358107] dwc2 c90c0000.usb: HAINT=00000008
[ 2041.358139] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 3
[ 2041.358169] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2041.358211] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Channel Halted--
[ 2041.358242] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: DMA Channel Halted--
[ 2041.358277] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: NAK Received--
[ 2041.358309] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2041.358335] dwc2 c90c0000.usb: DMA enabled
[ 2041.358359] dwc2 c90c0000.usb:   dwc2_release_channel: channel 3, halt_status 4
[ 2041.358396] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2041.358447] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2041.358483] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2041.358511] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2041.613040] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2041.613106] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2041.613130] dwc2 c90c0000.usb: DMA enabled
[ 2041.613150] dwc2 c90c0000.usb: desc DMA disabled
[ 2041.613171] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2041.613197] dwc2 c90c0000.usb: set HAINTMSK to 00000010
[ 2041.613223] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2041.613249] dwc2 c90c0000.usb: set HCCHAR(4) to 008c8801
[ 2041.613278] dwc2 c90c0000.usb: dwc2_hc_init: Channel 4
[ 2041.613304] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2041.613326] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2041.613349] dwc2 c90c0000.usb: 	 Is In: 1
[ 2041.613372] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2041.613395] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2041.613418] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2041.613442] dwc2 c90c0000.usb: Queue periodic transactions
[ 2041.613463] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2041.613489] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2041.613517] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2041.613540] dwc2 c90c0000.usb: no split
[ 2041.613560] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(4)
[ 2041.613590] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 4
[ 2041.613615] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2041.613638] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2041.613661] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2041.613684] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(4)
[ 2041.613717] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2041.613741] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(4)
[ 2041.613811] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2041.613847] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2041.613870] dwc2 c90c0000.usb: HAINT=00000010
[ 2041.613897] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 4
[ 2041.613923] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2041.613958] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Channel Halted--
[ 2041.613984] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: DMA Channel Halted--
[ 2041.614012] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: NAK Received--
[ 2041.614038] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2041.614060] dwc2 c90c0000.usb: DMA enabled
[ 2041.614079] dwc2 c90c0000.usb:   dwc2_release_channel: channel 4, halt_status 4
[ 2041.614110] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2041.614150] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2041.614180] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2041.614203] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2041.869038] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2041.869105] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2041.869130] dwc2 c90c0000.usb: DMA enabled
[ 2041.869150] dwc2 c90c0000.usb: desc DMA disabled
[ 2041.869170] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2041.869196] dwc2 c90c0000.usb: set HAINTMSK to 00000040
[ 2041.869222] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2041.869248] dwc2 c90c0000.usb: set HCCHAR(6) to 008c8801
[ 2041.869276] dwc2 c90c0000.usb: dwc2_hc_init: Channel 6
[ 2041.869302] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2041.869325] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2041.869348] dwc2 c90c0000.usb: 	 Is In: 1
[ 2041.869371] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2041.869394] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2041.869417] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2041.869441] dwc2 c90c0000.usb: Queue periodic transactions
[ 2041.869462] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2041.869488] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2041.869517] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2041.869539] dwc2 c90c0000.usb: no split
[ 2041.869559] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(6)
[ 2041.869589] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 6
[ 2041.869614] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2041.869637] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2041.869660] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2041.869683] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(6)
[ 2041.869716] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2041.869739] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(6)
[ 2041.869808] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2041.869844] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2041.869866] dwc2 c90c0000.usb: HAINT=00000040
[ 2041.869893] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 6
[ 2041.869918] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2041.869953] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: Channel Halted--
[ 2041.869978] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: DMA Channel Halted--
[ 2041.870006] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: NAK Received--
[ 2041.870032] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2041.870054] dwc2 c90c0000.usb: DMA enabled
[ 2041.870073] dwc2 c90c0000.usb:   dwc2_release_channel: channel 6, halt_status 4
[ 2041.870103] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2041.870143] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2041.870172] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2041.870195] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2042.125042] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2042.125117] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2042.125147] dwc2 c90c0000.usb: DMA enabled
[ 2042.125172] dwc2 c90c0000.usb: desc DMA disabled
[ 2042.125197] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2042.125229] dwc2 c90c0000.usb: set HAINTMSK to 00000100
[ 2042.125260] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2042.125292] dwc2 c90c0000.usb: set HCCHAR(8) to 008c8801
[ 2042.125327] dwc2 c90c0000.usb: dwc2_hc_init: Channel 8
[ 2042.125359] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2042.125387] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2042.125415] dwc2 c90c0000.usb: 	 Is In: 1
[ 2042.125443] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2042.125471] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2042.125500] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2042.125530] dwc2 c90c0000.usb: Queue periodic transactions
[ 2042.125556] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2042.125586] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2042.125621] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2042.125648] dwc2 c90c0000.usb: no split
[ 2042.125673] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(8)
[ 2042.125709] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 8
[ 2042.125741] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2042.125769] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2042.125797] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2042.125825] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(8)
[ 2042.125866] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2042.125895] dwc2 c90c0000.usb: Wrote a09c8801 to HCCHAR(8)
[ 2042.125978] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2042.126022] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2042.126049] dwc2 c90c0000.usb: HAINT=00000100
[ 2042.126082] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 8
[ 2042.126113] dwc2 c90c0000.usb:   hcint 0x00000202, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2042.126154] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: Channel Halted--
[ 2042.126185] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: DMA Channel Halted--
[ 2042.126218] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: Frame Overrun--
[ 2042.126250] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2042.126277] dwc2 c90c0000.usb: DMA enabled
[ 2042.126301] dwc2 c90c0000.usb:   dwc2_release_channel: channel 8, halt_status 8
[ 2042.126338] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2042.126388] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2042.126424] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2042.126451] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2042.381042] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2042.381121] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2042.381151] dwc2 c90c0000.usb: DMA enabled
[ 2042.381175] dwc2 c90c0000.usb: desc DMA disabled
[ 2042.381201] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2042.381232] dwc2 c90c0000.usb: set HAINTMSK to 00000020
[ 2042.381264] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2042.381296] dwc2 c90c0000.usb: set HCCHAR(5) to 008c8801
[ 2042.381330] dwc2 c90c0000.usb: dwc2_hc_init: Channel 5
[ 2042.381362] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2042.381390] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2042.381417] dwc2 c90c0000.usb: 	 Is In: 1
[ 2042.381446] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2042.381474] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2042.381502] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2042.381532] dwc2 c90c0000.usb: Queue periodic transactions
[ 2042.381558] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2042.381590] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2042.381625] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2042.381653] dwc2 c90c0000.usb: no split
[ 2042.381678] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(5)
[ 2042.381714] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 5
[ 2042.381745] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2042.381773] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2042.381801] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2042.381829] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(5)
[ 2042.381869] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2042.381897] dwc2 c90c0000.usb: Wrote a09c8801 to HCCHAR(5)
[ 2042.382035] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2042.382081] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2042.382109] dwc2 c90c0000.usb: HAINT=00000020
[ 2042.382142] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 5
[ 2042.382172] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2042.382215] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: Channel Halted--
[ 2042.382246] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: DMA Channel Halted--
[ 2042.382281] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: NAK Received--
[ 2042.382313] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2042.382340] dwc2 c90c0000.usb: DMA enabled
[ 2042.382364] dwc2 c90c0000.usb:   dwc2_release_channel: channel 5, halt_status 4
[ 2042.382400] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2042.382449] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2042.382486] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2042.382513] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2042.389120] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 2042.389181] dwc2 c90c0000.usb: urb_enqueue, urb 81206227
[ 2042.389226] dwc2 c90c0000.usb:   Device address: 6
[ 2042.389256] dwc2 c90c0000.usb:   Endpoint: 1, OUT
[ 2042.389305] dwc2 c90c0000.usb:   Endpoint type: BULK OUT (OUT)
[ 2042.389338] dwc2 c90c0000.usb:   Speed: HIGH
[ 2042.389365] dwc2 c90c0000.usb:   Max packet size: 512 (1 mult)
[ 2042.389414] dwc2 c90c0000.usb:   Data buffer length: 31
[ 2042.389446] dwc2 c90c0000.usb:   Transfer buffer: 26386fa6, Transfer DMA: 3c041040
[ 2042.389487] dwc2 c90c0000.usb:   Setup buffer: 2d8c3792, Setup DMA: 126db740
[ 2042.389541] dwc2 c90c0000.usb:   Interval: 0
[ 2042.389577] dwc2 c90c0000.usb: addr=6, ep_num=1, ep_dir=0, ep_type=2, maxp=512 (1 mult)
[ 2042.389631] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 2042.389672] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,dcdf735f)
[ 2042.389721] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2042.389748] dwc2 c90c0000.usb: DMA enabled
[ 2042.389772] dwc2 c90c0000.usb: desc DMA disabled
[ 2042.389796] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2042.389828] dwc2 c90c0000.usb: set HAINTMSK to 00000200
[ 2042.389860] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2042.389892] dwc2 c90c0000.usb: set HCCHAR(9) to 01880a00
[ 2042.389927] dwc2 c90c0000.usb: dwc2_hc_init: Channel 9
[ 2042.389958] dwc2 c90c0000.usb: 	 Dev Addr: 6
[ 2042.389986] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2042.390013] dwc2 c90c0000.usb: 	 Is In: 0
[ 2042.390041] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2042.390070] dwc2 c90c0000.usb: 	 Ep Type: 2
[ 2042.390097] dwc2 c90c0000.usb: 	 Max Pkt: 512
[ 2042.390129] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 2042.390155] dwc2 c90c0000.usb:   NP Tx Req Queue Space Avail (before queue): 8
[ 2042.390186] dwc2 c90c0000.usb:   NP Tx FIFO Space Avail (before queue): 500
[ 2042.390220] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2042.390247] dwc2 c90c0000.usb: no split
[ 2042.390272] dwc2 c90c0000.usb: Wrote 0008001f to HCTSIZ(9)
[ 2042.390308] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 9
[ 2042.390340] dwc2 c90c0000.usb: 	 Xfer Size: 31
[ 2042.390369] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2042.390398] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2042.390427] dwc2 c90c0000.usb: Wrote 3c041040 to HCDMA(9)
[ 2042.390463] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2042.390491] dwc2 c90c0000.usb: Wrote 81980a00 to HCCHAR(9)
[ 2042.390542] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2042.390581] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2042.390607] dwc2 c90c0000.usb: HAINT=00000200
[ 2042.390641] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 9
[ 2042.390672] dwc2 c90c0000.usb:   hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2042.390714] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: Channel Halted--
[ 2042.390745] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: DMA Channel Halted--
[ 2042.390777] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: Transfer Complete--
[ 2042.390809] dwc2 c90c0000.usb:   Bulk transfer complete
[ 2042.390836] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=31
[ 2042.390872] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: OUT, channel 9
[ 2042.390908] dwc2 c90c0000.usb:   chan->xfer_len 31
[ 2042.390938] dwc2 c90c0000.usb:   hctsiz.xfersize 31
[ 2042.390968] dwc2 c90c0000.usb:   urb->transfer_buffer_length 31
[ 2042.390998] dwc2 c90c0000.usb:   urb->actual_length 31
[ 2042.391027] dwc2 c90c0000.usb:   short_read 0, xfer_done 1
[ 2042.391060] dwc2 c90c0000.usb: dwc2_host_complete: urb 81206227 device 6 ep 1-OUT status 0 actual 31
[ 2042.391124] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 2042.391154] dwc2 c90c0000.usb:   dwc2_release_channel: channel 9, halt_status 2
[ 2042.391189] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,dcdf735f,1)
[ 2042.391236] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2042.391263] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 2042.391296] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2042.391322] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2042.391421] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 2042.391452] dwc2 c90c0000.usb: urb_enqueue, urb 81206227
[ 2042.391490] dwc2 c90c0000.usb:   Device address: 6
[ 2042.391536] dwc2 c90c0000.usb:   Endpoint: 2, IN
[ 2042.391570] dwc2 c90c0000.usb:   Endpoint type: BULK IN (IN)
[ 2042.391602] dwc2 c90c0000.usb:   Speed: HIGH
[ 2042.391627] dwc2 c90c0000.usb:   Max packet size: 512 (1 mult)
[ 2042.391677] dwc2 c90c0000.usb:   Data buffer length: 13
[ 2042.391709] dwc2 c90c0000.usb:   Transfer buffer: 26386fa6, Transfer DMA: 3c041040
[ 2042.391749] dwc2 c90c0000.usb:   Setup buffer: 2d8c3792, Setup DMA: 126db740
[ 2042.391803] dwc2 c90c0000.usb:   Interval: 0
[ 2042.391836] dwc2 c90c0000.usb: addr=6, ep_num=2, ep_dir=80, ep_type=2, maxp=512 (1 mult)
[ 2042.391892] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 2042.391932] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,e9d239f6)
[ 2042.391979] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2042.392006] dwc2 c90c0000.usb: DMA enabled
[ 2042.392030] dwc2 c90c0000.usb: desc DMA disabled
[ 2042.392055] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2042.392087] dwc2 c90c0000.usb: set HAINTMSK to 00000080
[ 2042.392119] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2042.392151] dwc2 c90c0000.usb: set HCCHAR(7) to 01889200
[ 2042.392185] dwc2 c90c0000.usb: dwc2_hc_init: Channel 7
[ 2042.392216] dwc2 c90c0000.usb: 	 Dev Addr: 6
[ 2042.392245] dwc2 c90c0000.usb: 	 Ep Num: 2
[ 2042.392272] dwc2 c90c0000.usb: 	 Is In: 1
[ 2042.392300] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2042.392329] dwc2 c90c0000.usb: 	 Ep Type: 2
[ 2042.392355] dwc2 c90c0000.usb: 	 Max Pkt: 512
[ 2042.392386] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 2042.392412] dwc2 c90c0000.usb:   NP Tx Req Queue Space Avail (before queue): 8
[ 2042.392443] dwc2 c90c0000.usb:   NP Tx FIFO Space Avail (before queue): 500
[ 2042.392476] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2042.392503] dwc2 c90c0000.usb: no split
[ 2042.392528] dwc2 c90c0000.usb: Wrote 00080200 to HCTSIZ(7)
[ 2042.392564] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 7
[ 2042.392595] dwc2 c90c0000.usb: 	 Xfer Size: 512
[ 2042.392625] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2042.392653] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2042.392682] dwc2 c90c0000.usb: Wrote 3c041040 to HCDMA(7)
[ 2042.392719] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2042.392747] dwc2 c90c0000.usb: Wrote 81989200 to HCCHAR(7)
[ 2042.392796] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2042.392834] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2042.392861] dwc2 c90c0000.usb: HAINT=00000080
[ 2042.392893] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 7
[ 2042.392923] dwc2 c90c0000.usb:   hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2042.392964] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: Channel Halted--
[ 2042.392995] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: DMA Channel Halted--
[ 2042.393027] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: Transfer Complete--
[ 2042.393058] dwc2 c90c0000.usb:   Bulk transfer complete
[ 2042.393085] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=13
[ 2042.393120] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 7
[ 2042.393155] dwc2 c90c0000.usb:   chan->xfer_len 512
[ 2042.393185] dwc2 c90c0000.usb:   hctsiz.xfersize 499
[ 2042.393215] dwc2 c90c0000.usb:   urb->transfer_buffer_length 13
[ 2042.393245] dwc2 c90c0000.usb:   urb->actual_length 13
[ 2042.393274] dwc2 c90c0000.usb:   short_read 1, xfer_done 1
[ 2042.393306] dwc2 c90c0000.usb: dwc2_host_complete: urb 81206227 device 6 ep 2-IN status 0 actual 13
[ 2042.393366] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 2042.393395] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2042.393420] dwc2 c90c0000.usb: DMA enabled
[ 2042.393445] dwc2 c90c0000.usb:   dwc2_release_channel: channel 7, halt_status 2
[ 2042.393482] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,e9d239f6,1)
[ 2042.393527] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2042.393555] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 2042.393585] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2042.393612] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2042.637042] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2042.637119] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2042.637148] dwc2 c90c0000.usb: DMA enabled
[ 2042.637174] dwc2 c90c0000.usb: desc DMA disabled
[ 2042.637199] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2042.637231] dwc2 c90c0000.usb: set HAINTMSK to 00000800
[ 2042.637262] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2042.637294] dwc2 c90c0000.usb: set HCCHAR(11) to 008c8801
[ 2042.637331] dwc2 c90c0000.usb: dwc2_hc_init: Channel 11
[ 2042.637364] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2042.637392] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2042.637420] dwc2 c90c0000.usb: 	 Is In: 1
[ 2042.637448] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2042.637476] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2042.637503] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2042.637534] dwc2 c90c0000.usb: Queue periodic transactions
[ 2042.637560] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2042.637591] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2042.637625] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2042.637652] dwc2 c90c0000.usb: no split
[ 2042.637677] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(11)
[ 2042.637714] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 11
[ 2042.637746] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2042.637774] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2042.637802] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2042.637832] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(11)
[ 2042.637872] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2042.637901] dwc2 c90c0000.usb: Wrote a09c8801 to HCCHAR(11)
[ 2042.638034] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2042.638082] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2042.638110] dwc2 c90c0000.usb: HAINT=00000800
[ 2042.638144] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 11
[ 2042.638176] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2042.638219] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Channel Halted--
[ 2042.638252] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: DMA Channel Halted--
[ 2042.638287] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: NAK Received--
[ 2042.638320] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2042.638347] dwc2 c90c0000.usb: DMA enabled
[ 2042.638371] dwc2 c90c0000.usb:   dwc2_release_channel: channel 11, halt_status 4
[ 2042.638409] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2042.638459] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2042.638495] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2042.638523] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2042.893038] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2042.893103] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2042.893128] dwc2 c90c0000.usb: DMA enabled
[ 2042.893148] dwc2 c90c0000.usb: desc DMA disabled
[ 2042.893169] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2042.893194] dwc2 c90c0000.usb: set HAINTMSK to 00000400
[ 2042.893220] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2042.893246] dwc2 c90c0000.usb: set HCCHAR(10) to 008c8801
[ 2042.893275] dwc2 c90c0000.usb: dwc2_hc_init: Channel 10
[ 2042.893301] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2042.893325] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2042.893347] dwc2 c90c0000.usb: 	 Is In: 1
[ 2042.893370] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2042.893393] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2042.893416] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2042.893441] dwc2 c90c0000.usb: Queue periodic transactions
[ 2042.893462] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2042.893487] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2042.893515] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2042.893537] dwc2 c90c0000.usb: no split
[ 2042.893558] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(10)
[ 2042.893588] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 10
[ 2042.893614] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2042.893637] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2042.893660] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2042.893684] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(10)
[ 2042.893717] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2042.893741] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(10)
[ 2042.893811] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2042.893847] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2042.893870] dwc2 c90c0000.usb: HAINT=00000400
[ 2042.893896] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 10
[ 2042.893922] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2042.893956] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: Channel Halted--
[ 2042.893982] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: DMA Channel Halted--
[ 2042.894011] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: NAK Received--
[ 2042.894037] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2042.894059] dwc2 c90c0000.usb: DMA enabled
[ 2042.894079] dwc2 c90c0000.usb:   dwc2_release_channel: channel 10, halt_status 4
[ 2042.894110] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2042.894150] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2042.894179] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2042.894202] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2043.149040] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2043.149116] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2043.149145] dwc2 c90c0000.usb: DMA enabled
[ 2043.149169] dwc2 c90c0000.usb: desc DMA disabled
[ 2043.149194] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2043.149228] dwc2 c90c0000.usb: set HAINTMSK to 00002000
[ 2043.149259] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2043.149291] dwc2 c90c0000.usb: set HCCHAR(13) to 008c8801
[ 2043.149327] dwc2 c90c0000.usb: dwc2_hc_init: Channel 13
[ 2043.149358] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2043.149387] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2043.149415] dwc2 c90c0000.usb: 	 Is In: 1
[ 2043.149443] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2043.149470] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2043.149498] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2043.149530] dwc2 c90c0000.usb: Queue periodic transactions
[ 2043.149556] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2043.149586] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2043.149619] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2043.149646] dwc2 c90c0000.usb: no split
[ 2043.149672] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(13)
[ 2043.149709] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 13
[ 2043.149741] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2043.149770] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2043.149797] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2043.149825] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(13)
[ 2043.149866] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2043.149896] dwc2 c90c0000.usb: Wrote a09c8801 to HCCHAR(13)
[ 2043.149980] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2043.150024] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2043.150051] dwc2 c90c0000.usb: HAINT=00002000
[ 2043.150084] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 13
[ 2043.150116] dwc2 c90c0000.usb:   hcint 0x00000202, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2043.150158] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: Channel Halted--
[ 2043.150190] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: DMA Channel Halted--
[ 2043.150225] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: Frame Overrun--
[ 2043.150258] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2043.150285] dwc2 c90c0000.usb: DMA enabled
[ 2043.150310] dwc2 c90c0000.usb:   dwc2_release_channel: channel 13, halt_status 8
[ 2043.150349] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2043.150398] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2043.150435] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2043.150463] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2043.405041] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2043.405117] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2043.405146] dwc2 c90c0000.usb: DMA enabled
[ 2043.405171] dwc2 c90c0000.usb: desc DMA disabled
[ 2043.405196] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2043.405228] dwc2 c90c0000.usb: set HAINTMSK to 00004000
[ 2043.405259] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2043.405291] dwc2 c90c0000.usb: set HCCHAR(14) to 008c8801
[ 2043.405328] dwc2 c90c0000.usb: dwc2_hc_init: Channel 14
[ 2043.405360] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2043.405389] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2043.405417] dwc2 c90c0000.usb: 	 Is In: 1
[ 2043.405444] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2043.405473] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2043.405500] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2043.405530] dwc2 c90c0000.usb: Queue periodic transactions
[ 2043.405556] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2043.405587] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2043.405620] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2043.405647] dwc2 c90c0000.usb: no split
[ 2043.405673] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(14)
[ 2043.405709] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 14
[ 2043.405741] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2043.405770] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2043.405798] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2043.405826] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(14)
[ 2043.405867] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2043.405897] dwc2 c90c0000.usb: Wrote a09c8801 to HCCHAR(14)
[ 2043.406034] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2043.406081] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2043.406108] dwc2 c90c0000.usb: HAINT=00004000
[ 2043.406141] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 14
[ 2043.406174] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2043.406215] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: Channel Halted--
[ 2043.406247] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: DMA Channel Halted--
[ 2043.406282] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: NAK Received--
[ 2043.406315] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2043.406341] dwc2 c90c0000.usb: DMA enabled
[ 2043.406366] dwc2 c90c0000.usb:   dwc2_release_channel: channel 14, halt_status 4
[ 2043.406404] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2043.406452] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2043.406488] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2043.406516] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2043.661027] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2043.661056] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2043.661062] dwc2 c90c0000.usb: DMA enabled
[ 2043.661068] dwc2 c90c0000.usb: desc DMA disabled
[ 2043.661073] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2043.661080] dwc2 c90c0000.usb: set HAINTMSK to 00001000
[ 2043.661087] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2043.661093] dwc2 c90c0000.usb: set HCCHAR(12) to 008c8801
[ 2043.661101] dwc2 c90c0000.usb: dwc2_hc_init: Channel 12
[ 2043.661108] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2043.661114] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2043.661120] dwc2 c90c0000.usb: 	 Is In: 1
[ 2043.661126] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2043.661132] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2043.661137] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2043.661144] dwc2 c90c0000.usb: Queue periodic transactions
[ 2043.661149] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2043.661156] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2043.661164] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2043.661170] dwc2 c90c0000.usb: no split
[ 2043.661176] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(12)
[ 2043.661184] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 12
[ 2043.661191] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2043.661197] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2043.661203] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2043.661209] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(12)
[ 2043.661218] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2043.661225] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(12)
[ 2043.661238] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2043.661246] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2043.661252] dwc2 c90c0000.usb: HAINT=00001000
[ 2043.661259] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 12
[ 2043.661266] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2043.661275] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: Channel Halted--
[ 2043.661282] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: DMA Channel Halted--
[ 2043.661291] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: NAK Received--
[ 2043.661298] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2043.661304] dwc2 c90c0000.usb: DMA enabled
[ 2043.661309] dwc2 c90c0000.usb:   dwc2_release_channel: channel 12, halt_status 4
[ 2043.661318] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2043.661328] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2043.661337] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2043.661343] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2043.917031] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2043.917056] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2043.917063] dwc2 c90c0000.usb: DMA enabled
[ 2043.917069] dwc2 c90c0000.usb: desc DMA disabled
[ 2043.917074] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2043.917081] dwc2 c90c0000.usb: set HAINTMSK to 00008000
[ 2043.917088] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2043.917095] dwc2 c90c0000.usb: set HCCHAR(15) to 008c8801
[ 2043.917103] dwc2 c90c0000.usb: dwc2_hc_init: Channel 15
[ 2043.917110] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2043.917116] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2043.917122] dwc2 c90c0000.usb: 	 Is In: 1
[ 2043.917127] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2043.917133] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2043.917139] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2043.917146] dwc2 c90c0000.usb: Queue periodic transactions
[ 2043.917151] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2043.917158] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2043.917165] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2043.917171] dwc2 c90c0000.usb: no split
[ 2043.917177] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(15)
[ 2043.917185] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 15
[ 2043.917192] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2043.917198] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2043.917204] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2043.917210] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(15)
[ 2043.917219] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2043.917226] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(15)
[ 2043.917238] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2043.917246] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2043.917252] dwc2 c90c0000.usb: HAINT=00008000
[ 2043.917259] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 15
[ 2043.917266] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2043.917275] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: Channel Halted--
[ 2043.917283] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: DMA Channel Halted--
[ 2043.917291] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: NAK Received--
[ 2043.917299] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2043.917304] dwc2 c90c0000.usb: DMA enabled
[ 2043.917310] dwc2 c90c0000.usb:   dwc2_release_channel: channel 15, halt_status 4
[ 2043.917318] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2043.917328] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2043.917337] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2043.917344] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2044.173028] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2044.173054] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2044.173061] dwc2 c90c0000.usb: DMA enabled
[ 2044.173066] dwc2 c90c0000.usb: desc DMA disabled
[ 2044.173071] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2044.173078] dwc2 c90c0000.usb: set HAINTMSK to 00000001
[ 2044.173084] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2044.173091] dwc2 c90c0000.usb: set HCCHAR(0) to 008c8801
[ 2044.173099] dwc2 c90c0000.usb: dwc2_hc_init: Channel 0
[ 2044.173106] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2044.173112] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2044.173117] dwc2 c90c0000.usb: 	 Is In: 1
[ 2044.173123] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2044.173130] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2044.173135] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2044.173143] dwc2 c90c0000.usb: Queue periodic transactions
[ 2044.173148] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2044.173155] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2044.173163] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2044.173169] dwc2 c90c0000.usb: no split
[ 2044.173175] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(0)
[ 2044.173182] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 0
[ 2044.173189] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2044.173195] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2044.173201] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2044.173207] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(0)
[ 2044.173216] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2044.173222] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(0)
[ 2044.173234] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2044.173242] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2044.173248] dwc2 c90c0000.usb: HAINT=00000001
[ 2044.173255] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 0
[ 2044.173261] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2044.173270] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Channel Halted--
[ 2044.173277] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: DMA Channel Halted--
[ 2044.173285] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: NAK Received--
[ 2044.173292] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2044.173299] dwc2 c90c0000.usb: DMA enabled
[ 2044.173304] dwc2 c90c0000.usb:   dwc2_release_channel: channel 0, halt_status 4
[ 2044.173312] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2044.173323] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2044.173333] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2044.173339] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2044.429028] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2044.429052] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2044.429059] dwc2 c90c0000.usb: DMA enabled
[ 2044.429064] dwc2 c90c0000.usb: desc DMA disabled
[ 2044.429069] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2044.429076] dwc2 c90c0000.usb: set HAINTMSK to 00000002
[ 2044.429083] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2044.429090] dwc2 c90c0000.usb: set HCCHAR(1) to 008c8801
[ 2044.429098] dwc2 c90c0000.usb: dwc2_hc_init: Channel 1
[ 2044.429104] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2044.429110] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2044.429116] dwc2 c90c0000.usb: 	 Is In: 1
[ 2044.429122] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2044.429128] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2044.429133] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2044.429140] dwc2 c90c0000.usb: Queue periodic transactions
[ 2044.429146] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2044.429153] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2044.429160] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2044.429166] dwc2 c90c0000.usb: no split
[ 2044.429172] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(1)
[ 2044.429179] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 1
[ 2044.429186] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2044.429192] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2044.429197] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2044.429204] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(1)
[ 2044.429213] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2044.429219] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(1)
[ 2044.429232] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2044.429240] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2044.429246] dwc2 c90c0000.usb: HAINT=00000002
[ 2044.429253] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 1
[ 2044.429260] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2044.429269] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: Channel Halted--
[ 2044.429275] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: DMA Channel Halted--
[ 2044.429284] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: NAK Received--
[ 2044.429291] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2044.429297] dwc2 c90c0000.usb: DMA enabled
[ 2044.429302] dwc2 c90c0000.usb:   dwc2_release_channel: channel 1, halt_status 4
[ 2044.429310] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2044.429320] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2044.429329] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2044.429335] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2044.468878] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 2044.468897] dwc2 c90c0000.usb: urb_enqueue, urb 81206227
[ 2044.468909] dwc2 c90c0000.usb:   Device address: 6
[ 2044.468916] dwc2 c90c0000.usb:   Endpoint: 1, OUT
[ 2044.468923] dwc2 c90c0000.usb:   Endpoint type: BULK OUT (OUT)
[ 2044.468930] dwc2 c90c0000.usb:   Speed: HIGH
[ 2044.468935] dwc2 c90c0000.usb:   Max packet size: 512 (1 mult)
[ 2044.468943] dwc2 c90c0000.usb:   Data buffer length: 31
[ 2044.468949] dwc2 c90c0000.usb:   Transfer buffer: 26386fa6, Transfer DMA: 3c041040
[ 2044.468957] dwc2 c90c0000.usb:   Setup buffer: 2d8c3792, Setup DMA: 126db740
[ 2044.468965] dwc2 c90c0000.usb:   Interval: 0
[ 2044.468974] dwc2 c90c0000.usb: addr=6, ep_num=1, ep_dir=0, ep_type=2, maxp=512 (1 mult)
[ 2044.468986] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 2044.469023] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,dcdf735f)
[ 2044.469039] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2044.469045] dwc2 c90c0000.usb: DMA enabled
[ 2044.469050] dwc2 c90c0000.usb: desc DMA disabled
[ 2044.469056] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2044.469062] dwc2 c90c0000.usb: set HAINTMSK to 00000004
[ 2044.469069] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2044.469075] dwc2 c90c0000.usb: set HCCHAR(2) to 01880a00
[ 2044.469083] dwc2 c90c0000.usb: dwc2_hc_init: Channel 2
[ 2044.469089] dwc2 c90c0000.usb: 	 Dev Addr: 6
[ 2044.469095] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2044.469101] dwc2 c90c0000.usb: 	 Is In: 0
[ 2044.469107] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2044.469113] dwc2 c90c0000.usb: 	 Ep Type: 2
[ 2044.469118] dwc2 c90c0000.usb: 	 Max Pkt: 512
[ 2044.469126] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 2044.469131] dwc2 c90c0000.usb:   NP Tx Req Queue Space Avail (before queue): 8
[ 2044.469138] dwc2 c90c0000.usb:   NP Tx FIFO Space Avail (before queue): 500
[ 2044.469146] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2044.469152] dwc2 c90c0000.usb: no split
[ 2044.469158] dwc2 c90c0000.usb: Wrote 4008001f to HCTSIZ(2)
[ 2044.469165] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 2
[ 2044.469172] dwc2 c90c0000.usb: 	 Xfer Size: 31
[ 2044.469178] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2044.469184] dwc2 c90c0000.usb: 	 Start PID: 2
[ 2044.469190] dwc2 c90c0000.usb: Wrote 3c041040 to HCDMA(2)
[ 2044.469198] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2044.469204] dwc2 c90c0000.usb: Wrote 81980a00 to HCCHAR(2)
[ 2044.469217] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2044.469225] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2044.469230] dwc2 c90c0000.usb: HAINT=00000004
[ 2044.469238] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 2
[ 2044.469244] dwc2 c90c0000.usb:   hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2044.469253] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Channel Halted--
[ 2044.469260] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: DMA Channel Halted--
[ 2044.469267] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Transfer Complete--
[ 2044.469274] dwc2 c90c0000.usb:   Bulk transfer complete
[ 2044.469280] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=31
[ 2044.469288] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: OUT, channel 2
[ 2044.469296] dwc2 c90c0000.usb:   chan->xfer_len 31
[ 2044.469302] dwc2 c90c0000.usb:   hctsiz.xfersize 31
[ 2044.469308] dwc2 c90c0000.usb:   urb->transfer_buffer_length 31
[ 2044.469314] dwc2 c90c0000.usb:   urb->actual_length 31
[ 2044.469320] dwc2 c90c0000.usb:   short_read 0, xfer_done 1
[ 2044.469327] dwc2 c90c0000.usb: dwc2_host_complete: urb 81206227 device 6 ep 1-OUT status 0 actual 31
[ 2044.469343] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 2044.469349] dwc2 c90c0000.usb:   dwc2_release_channel: channel 2, halt_status 2
[ 2044.469357] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,dcdf735f,1)
[ 2044.469367] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2044.469373] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 2044.469382] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2044.469388] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2044.469435] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 2044.469445] dwc2 c90c0000.usb: urb_enqueue, urb 81206227
[ 2044.469454] dwc2 c90c0000.usb:   Device address: 6
[ 2044.469461] dwc2 c90c0000.usb:   Endpoint: 2, IN
[ 2044.469468] dwc2 c90c0000.usb:   Endpoint type: BULK IN (IN)
[ 2044.469475] dwc2 c90c0000.usb:   Speed: HIGH
[ 2044.469480] dwc2 c90c0000.usb:   Max packet size: 512 (1 mult)
[ 2044.469487] dwc2 c90c0000.usb:   Data buffer length: 13
[ 2044.469493] dwc2 c90c0000.usb:   Transfer buffer: 26386fa6, Transfer DMA: 3c041040
[ 2044.469502] dwc2 c90c0000.usb:   Setup buffer: 2d8c3792, Setup DMA: 126db740
[ 2044.469510] dwc2 c90c0000.usb:   Interval: 0
[ 2044.469517] dwc2 c90c0000.usb: addr=6, ep_num=2, ep_dir=80, ep_type=2, maxp=512 (1 mult)
[ 2044.469529] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 2044.469648] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,e9d239f6)
[ 2044.469663] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2044.469669] dwc2 c90c0000.usb: DMA enabled
[ 2044.469674] dwc2 c90c0000.usb: desc DMA disabled
[ 2044.469679] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2044.469686] dwc2 c90c0000.usb: set HAINTMSK to 00000008
[ 2044.469693] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2044.469699] dwc2 c90c0000.usb: set HCCHAR(3) to 01889200
[ 2044.469706] dwc2 c90c0000.usb: dwc2_hc_init: Channel 3
[ 2044.469713] dwc2 c90c0000.usb: 	 Dev Addr: 6
[ 2044.469719] dwc2 c90c0000.usb: 	 Ep Num: 2
[ 2044.469725] dwc2 c90c0000.usb: 	 Is In: 1
[ 2044.469730] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2044.469736] dwc2 c90c0000.usb: 	 Ep Type: 2
[ 2044.469742] dwc2 c90c0000.usb: 	 Max Pkt: 512
[ 2044.469749] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 2044.469754] dwc2 c90c0000.usb:   NP Tx Req Queue Space Avail (before queue): 8
[ 2044.469761] dwc2 c90c0000.usb:   NP Tx FIFO Space Avail (before queue): 500
[ 2044.469768] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2044.469774] dwc2 c90c0000.usb: no split
[ 2044.469779] dwc2 c90c0000.usb: Wrote 40080200 to HCTSIZ(3)
[ 2044.469787] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 3
[ 2044.469794] dwc2 c90c0000.usb: 	 Xfer Size: 512
[ 2044.469800] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2044.469806] dwc2 c90c0000.usb: 	 Start PID: 2
[ 2044.469812] dwc2 c90c0000.usb: Wrote 3c041040 to HCDMA(3)
[ 2044.469820] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2044.469826] dwc2 c90c0000.usb: Wrote 81989200 to HCCHAR(3)
[ 2044.469838] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2044.469846] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2044.469852] dwc2 c90c0000.usb: HAINT=00000008
[ 2044.469859] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 3
[ 2044.469866] dwc2 c90c0000.usb:   hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2044.469874] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Channel Halted--
[ 2044.469881] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: DMA Channel Halted--
[ 2044.469888] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Transfer Complete--
[ 2044.469894] dwc2 c90c0000.usb:   Bulk transfer complete
[ 2044.469900] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=13
[ 2044.469908] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 3
[ 2044.469915] dwc2 c90c0000.usb:   chan->xfer_len 512
[ 2044.469921] dwc2 c90c0000.usb:   hctsiz.xfersize 499
[ 2044.469927] dwc2 c90c0000.usb:   urb->transfer_buffer_length 13
[ 2044.469934] dwc2 c90c0000.usb:   urb->actual_length 13
[ 2044.469940] dwc2 c90c0000.usb:   short_read 1, xfer_done 1
[ 2044.469947] dwc2 c90c0000.usb: dwc2_host_complete: urb 81206227 device 6 ep 2-IN status 0 actual 13
[ 2044.469961] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 2044.469967] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2044.469973] dwc2 c90c0000.usb: DMA enabled
[ 2044.469978] dwc2 c90c0000.usb:   dwc2_release_channel: channel 3, halt_status 2
[ 2044.469985] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,e9d239f6,1)
[ 2044.469996] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2044.470002] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 2044.470009] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2044.470015] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2044.685032] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2044.685058] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2044.685065] dwc2 c90c0000.usb: DMA enabled
[ 2044.685070] dwc2 c90c0000.usb: desc DMA disabled
[ 2044.685076] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2044.685083] dwc2 c90c0000.usb: set HAINTMSK to 00000010
[ 2044.685090] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2044.685096] dwc2 c90c0000.usb: set HCCHAR(4) to 008c8801
[ 2044.685104] dwc2 c90c0000.usb: dwc2_hc_init: Channel 4
[ 2044.685111] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2044.685116] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2044.685123] dwc2 c90c0000.usb: 	 Is In: 1
[ 2044.685128] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2044.685134] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2044.685140] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2044.685147] dwc2 c90c0000.usb: Queue periodic transactions
[ 2044.685153] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2044.685159] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2044.685167] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2044.685173] dwc2 c90c0000.usb: no split
[ 2044.685179] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(4)
[ 2044.685186] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 4
[ 2044.685193] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2044.685199] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2044.685205] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2044.685211] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(4)
[ 2044.685220] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2044.685226] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(4)
[ 2044.685239] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2044.685248] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2044.685253] dwc2 c90c0000.usb: HAINT=00000010
[ 2044.685261] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 4
[ 2044.685268] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2044.685277] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Channel Halted--
[ 2044.685283] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: DMA Channel Halted--
[ 2044.685292] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: NAK Received--
[ 2044.685299] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2044.685305] dwc2 c90c0000.usb: DMA enabled
[ 2044.685310] dwc2 c90c0000.usb:   dwc2_release_channel: channel 4, halt_status 4
[ 2044.685318] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2044.685328] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2044.685337] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2044.685343] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2044.941027] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2044.941054] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2044.941061] dwc2 c90c0000.usb: DMA enabled
[ 2044.941066] dwc2 c90c0000.usb: desc DMA disabled
[ 2044.941071] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2044.941078] dwc2 c90c0000.usb: set HAINTMSK to 00000040
[ 2044.941085] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2044.941091] dwc2 c90c0000.usb: set HCCHAR(6) to 008c8801
[ 2044.941099] dwc2 c90c0000.usb: dwc2_hc_init: Channel 6
[ 2044.941106] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2044.941112] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2044.941117] dwc2 c90c0000.usb: 	 Is In: 1
[ 2044.941123] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2044.941129] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2044.941135] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2044.941141] dwc2 c90c0000.usb: Queue periodic transactions
[ 2044.941147] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2044.941153] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2044.941161] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2044.941167] dwc2 c90c0000.usb: no split
[ 2044.941173] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(6)
[ 2044.941180] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 6
[ 2044.941187] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2044.941193] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2044.941199] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2044.941205] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(6)
[ 2044.941214] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2044.941220] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(6)
[ 2044.941240] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2044.941249] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2044.941255] dwc2 c90c0000.usb: HAINT=00000040
[ 2044.941262] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 6
[ 2044.941269] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2044.941278] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: Channel Halted--
[ 2044.941285] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: DMA Channel Halted--
[ 2044.941293] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: NAK Received--
[ 2044.941301] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2044.941307] dwc2 c90c0000.usb: DMA enabled
[ 2044.941312] dwc2 c90c0000.usb:   dwc2_release_channel: channel 6, halt_status 4
[ 2044.941320] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2044.941331] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2044.941341] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2044.941347] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
[ 2045.197027] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(2d4b2344,ba11d816)
[ 2045.197053] dwc2 c90c0000.usb: dwc2_hc_init()
[ 2045.197059] dwc2 c90c0000.usb: DMA enabled
[ 2045.197065] dwc2 c90c0000.usb: desc DMA disabled
[ 2045.197070] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 2045.197077] dwc2 c90c0000.usb: set HAINTMSK to 00000100
[ 2045.197084] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 2045.197091] dwc2 c90c0000.usb: set HCCHAR(8) to 008c8801
[ 2045.197099] dwc2 c90c0000.usb: dwc2_hc_init: Channel 8
[ 2045.197105] dwc2 c90c0000.usb: 	 Dev Addr: 2
[ 2045.197111] dwc2 c90c0000.usb: 	 Ep Num: 1
[ 2045.197117] dwc2 c90c0000.usb: 	 Is In: 1
[ 2045.197123] dwc2 c90c0000.usb: 	 Is Low Speed: 0
[ 2045.197129] dwc2 c90c0000.usb: 	 Ep Type: 3
[ 2045.197135] dwc2 c90c0000.usb: 	 Max Pkt: 1
[ 2045.197141] dwc2 c90c0000.usb: Queue periodic transactions
[ 2045.197147] dwc2 c90c0000.usb:   P Tx Req Queue Space Avail (before queue): 8
[ 2045.197154] dwc2 c90c0000.usb:   P Tx FIFO Space Avail (before queue): 500
[ 2045.197162] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 2045.197168] dwc2 c90c0000.usb: no split
[ 2045.197173] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(8)
[ 2045.197181] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 8
[ 2045.197187] dwc2 c90c0000.usb: 	 Xfer Size: 1
[ 2045.197193] dwc2 c90c0000.usb: 	 Num Pkts: 1
[ 2045.197199] dwc2 c90c0000.usb: 	 Start PID: 0
[ 2045.197205] dwc2 c90c0000.usb: Wrote 02361900 to HCDMA(8)
[ 2045.197214] dwc2 c90c0000.usb: 	 Multi Cnt: 1
[ 2045.197220] dwc2 c90c0000.usb: Wrote 809c8801 to HCCHAR(8)
[ 2045.197233] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 2045.197242] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 2045.197247] dwc2 c90c0000.usb: HAINT=00000100
[ 2045.197255] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 8
[ 2045.197261] dwc2 c90c0000.usb:   hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 2045.197271] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: Channel Halted--
[ 2045.197277] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: DMA Channel Halted--
[ 2045.197286] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: NAK Received--
[ 2045.197293] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 2045.197299] dwc2 c90c0000.usb: DMA enabled
[ 2045.197304] dwc2 c90c0000.usb:   dwc2_release_channel: channel 8, halt_status 4
[ 2045.197312] dwc2 c90c0000.usb:   dwc2_deactivate_qh(2d4b2344,ba11d816,0)
[ 2045.197323] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 2045.197333] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 2045.197339] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04200029 gintmsk=0xf300000e
-------------- next part --------------
A non-text attachment was scrubbed...
Name: usbmon0.7z
Type: application/7z
Size: 722183 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20210713/3f5be4d1/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: c1-1.mon.out
Type: application/octet-stream
Size: 287748 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20210713/3f5be4d1/attachment.obj>


More information about the linux-amlogic mailing list