ODROID-C1/-C2 USB Detection only triggered by some devices dwc2
Martin Blumenstingl
martin.blumenstingl at googlemail.com
Sun Jul 11 10:56:07 PDT 2021
Hi Minas,
thanks for taking the time to get back to us!
On Sun, Jul 11, 2021 at 10:15 AM Minas Harutyunyan
<Minas.Harutyunyan at synopsys.com> wrote:
>
> Hi Martin,
>
> On 7/10/2021 9:07 PM, Martin Blumenstingl wrote:
> > Hi Minas,
> >
> > On Thu, Jul 1, 2021 at 1:09 AM Martin Blumenstingl
> > <martin.blumenstingl at googlemail.com> wrote:
> >>
> >> Hi Minas,
> >>
> > It's been a week since I sent my last mail
> > In case you are taking some days off: enjoy that time!
> > Please let us know if you have any questions about this as we're
> > looking forward to some hints on how to debug (and of course fix!)
> > this.
> >
> First of all sorry for late feedback. I missed this email thread because
> in the subject there are no "dwc2" and my Outlook not move it to "dwc2"
> folder of my mailbox based on rules. Today, because of rear count of
> emails in linux-usb I was able to catch it.
> I have added "dwc2" word in subject to avoid this situation later.
Understood - I'll try to keep that in mind for the future.
> Couple of questions to understand the case.
>
> 1. Is it work normally earlier? If it was works fine earlier then which
> Kernel version and after which version broke?
I am not sure in which kernel version it broke.
Commit cc10ce0c51b13d ("usb: dwc2: disable power_down on Amlogic
devices") submitted by myself made USB hotplug work (at least that's
what the commit message says and that's what I remember).
I haven't done any git bisect though yet
> 2. Do you saw in dmesg:
> dwc2_core_reset: HANG! Soft Reset timeout GRSTCTL_CSFTRST
> If yes, then PHY not initialized correctly. Core can't reset if some
> clocks from PHY are not available.
I think you saw this in Anand's kernel log output.
We came to the conclusion that some of his out-of-tree patches broke
USB for him.
> 3. During our recent testings we met the issue with PHY driver. Artur
> found a bug in phy_generic driver and submitted patch on July 10:
> [PATCH v2] usb: phy: Fix page fault from usb_phy_uevent
> In your case, as I understand correctly, used
> drivers/phy/amlogic/phy-meson8b-usb2.c. Could you please check if same
> issue exist there.
phy-meson8b-usb2.c uses the generic PHY framework (from drivers/phy)
instead of the USB PHY framework (from drivers/usb/phy).
The generic PHY framework does not have any event support.
I am also not seeing any kernel BUG or WARN in dmesg. So my conclusion
is that the phy-meson8b-usb2.c driver is not affected by the same
issue.
> 4. Can you provide full debug log for failed case?
sure, in my kernel config I now have:
CONFIG_USB_DWC2_DUAL_ROLE=y
CONFIG_USB_DWC2_DEBUG=y
# CONFIG_USB_DWC2_VERBOSE is not set
# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set
CONFIG_USB_DWC2_DEBUG_PERIODIC=y
With that, here's the output I get (including lsusb -t):
1. booting my Odroid-C1 with no external USB device plugged in (the
USB hub you see in the lsusb output is soldered down on the PCB, so
it's "always there")
2. plugging in a Corsair Voyager USB 3.0 flash drive (nothing
automatically happened), then running lsusb -vv and lsusb -t
3. unplugging the Corsair Voyager and plugging in a USB 3.0 card
reader (nothing automatically happened), then running lsusb -vv and
lsusb -t
4. reboot, keeping the USB 3.0 card reader plugged in during boot
lsusb -vv is needed to make newly plugged in devices show up after boot.
This works fine with a few cheap USB 2.0 flash drives and an USB 3.0
card reader that I have.
However, with a Corsair Voyager USB 3.0 flash drive this doesn't work,
I cannot see that on the bus at all.
There's also a fifth case for which I have not attached any logs (but
I can do so if required):
If I have for example the USB 3.0 card reader or a cheap USB 2.0 flash
drive plugged in during boot then USB hotplug is working.
Even the Corsair Voyager USB 3.0 flash drive is detected.
Please note that logfile 2 and 3 contain some "overlap" with the
previous log in the dmesg output.
For example: the first two lines in the "dmesg | tail -n13" output in
logfile 2 are from the first logfile.
I did this to show that I didn't omit anything by accident.
> 5. I would preferred to see output of 'lsusb -t' for pass and fail cases.
I included that output in all attached logs
If you need any additional info, logs, etc. then please don't hesitate to ask!
Best regards,
Martin
-------------- next part --------------
[root at alarm ~]# dmesg
[ 0.000002] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[ 0.000052] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.000114] Switching to timer-based delay loop, resolution 1000ns
[ 0.000923] Console: colour dummy device 80x30
[ 0.000989] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=4000)
[ 0.001011] pid_max: default: 32768 minimum: 301
[ 0.001774] LSM: Security Framework initializing
[ 0.002176] Smack: Initializing.
[ 0.002187] Smack: IPv6 port labeling enabled.
[ 0.003128] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.003151] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.007926] CPU: Testing write buffer coherency: ok
[ 0.008725] CPU0: thread -1, cpu 0, socket 2, mpidr 80000200
[ 0.011372] Setting up static identity map for 0x300000 - 0x300060
[ 0.011709] rcu: Hierarchical SRCU implementation.
[ 0.015050] smp: Bringing up secondary CPUs ...
[ 0.016732] CPU1: thread -1, cpu 1, socket 2, mpidr 80000201
[ 0.018465] CPU2: thread -1, cpu 2, socket 2, mpidr 80000202
[ 0.020135] CPU3: thread -1, cpu 3, socket 2, mpidr 80000203
[ 0.020269] smp: Brought up 1 node, 4 CPUs
[ 0.020299] SMP: Total of 4 processors activated (8.00 BogoMIPS).
[ 0.020312] CPU: All CPU(s) started in SVC mode.
[ 0.022361] devtmpfs: initialized
[ 0.075146] VFP support v0.3: implementor 41 architecture 2 part 30 variant 5 rev 1
[ 0.077165] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.077197] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.081595] pinctrl core: initialized pinctrl subsystem
[ 0.088493] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.091936] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.096914] audit: initializing netlink subsys (disabled)
[ 0.097485] audit: type=2000 audit(0.096:1): state=initialized audit_enabled=0 res=1
[ 0.102588] thermal_sys: Registered thermal governor 'fair_share'
[ 0.102603] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.102617] thermal_sys: Registered thermal governor 'step_wise'
[ 0.102626] thermal_sys: Registered thermal governor 'user_space'
[ 0.104444] cpuidle: using governor menu
[ 0.104658] No ATAGs?
[ 0.104837] hw-breakpoint: found 2 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.104858] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.341412] Kprobes globally optimized
[ 0.354799] cryptd: max_cpu_qlen set to 1000
[ 0.386093] VCC1V8: supplied by P5V0
[ 0.388419] VCC3V3: supplied by P5V0
[ 0.390747] DDR_VDDC: supplied by P5V0
[ 0.393159] VDD_RTC: supplied by VCC3V3
[ 0.399867] SCSI subsystem initialized
[ 0.400698] libata version 3.00 loaded.
[ 0.402701] usbcore: registered new interface driver usbfs
[ 0.403094] usbcore: registered new interface driver hub
[ 0.403339] usbcore: registered new device driver usb
[ 0.405025] mc: Linux media interface: v0.10
[ 0.405315] videodev: Linux video capture interface: v2.00
[ 0.406524] pps_core: LinuxPPS API ver. 1 registered
[ 0.406540] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[ 0.406733] PTP clock support registered
[ 0.407593] EDAC MC: Ver: 3.0.0
[ 0.412679] Advanced Linux Sound Architecture Driver Initialized.
[ 0.417454] Bluetooth: Core ver 2.22
[ 0.417762] NET: Registered PF_BLUETOOTH protocol family
[ 0.417776] Bluetooth: HCI device and connection manager initialized
[ 0.417814] Bluetooth: HCI socket layer initialized
[ 0.417847] Bluetooth: L2CAP socket layer initialized
[ 0.417949] Bluetooth: SCO socket layer initialized
[ 0.418062] NetLabel: Initializing
[ 0.418072] NetLabel: domain hash size = 128
[ 0.418081] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.418787] NetLabel: unlabeled traffic allowed by default
[ 0.421137] clocksource: Switched to clocksource timer
[ 0.423430] VFS: Disk quotas dquot_6.6.0
[ 0.423682] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.424886] FS-Cache: Loaded
[ 0.425873] CacheFiles: Loaded
[ 0.490591] NET: Registered PF_INET protocol family
[ 0.490962] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.494511] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.494618] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.494722] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.494835] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.495492] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.495584] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.496806] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.499539] RPC: Registered named UNIX socket transport module.
[ 0.499563] RPC: Registered udp transport module.
[ 0.499572] RPC: Registered tcp transport module.
[ 0.499581] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.502414] NET: Registered PF_XDP protocol family
[ 0.504250] Trying to unpack rootfs image as initramfs...
[ 0.509537] hw perfevents: enabled with armv7_cortex_a5 PMU driver, 3 counters available
[ 0.527026] Initialise system trusted keyrings
[ 0.527612] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.611884] zbud: loaded
[ 0.631192] DLM installed
[ 0.647934] Freeing initrd memory: 14928K
[ 0.650127] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.669226] NFS: Registering the id_resolver key type
[ 0.669333] Key type id_resolver registered
[ 0.669345] Key type id_legacy registered
[ 0.670404] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.670449] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.670462] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
[ 0.681782] FS-Cache: Netfs 'cifs' registered for caching
[ 0.687008] Key type cifs.spnego registered
[ 0.687097] Key type cifs.idmap registered
[ 0.688159] jffs2: version 2.2. (NAND) \xc2\xa9 2001-2006 Red Hat, Inc.
[ 0.697303] fuse: init (API version 7.34)
[ 0.706535] NILFS version 2 loaded
[ 0.819049] NET: Registered PF_ALG protocol family
[ 0.819144] xor: measuring software checksum speed
[ 0.828626] arm4regs : 1044 MB/sec
[ 0.839885] 8regs : 874 MB/sec
[ 0.849876] 32regs : 985 MB/sec
[ 0.859216] neon : 1058 MB/sec
[ 0.859229] xor: using function: neon (1058 MB/sec)
[ 0.859250] async_tx: api initialized (async)
[ 0.859262] Key type asymmetric registered
[ 0.859271] Asymmetric key parser 'x509' registered
[ 0.859507] bounce: pool size: 64 pages
[ 0.861029] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.861650] io scheduler mq-deadline registered
[ 0.861697] io scheduler kyber registered
[ 0.863438] io scheduler bfq registered
[ 0.882176] gpio-417 (usb-hub-reset): hogged as output/high
[ 0.899895] soc soc0: Amlogic Meson8b (S805) RevA (1b - 0:B72) detected
[ 0.902719] VCCK: supplied by regulator-dummy
[ 0.905679] VDDEE: supplied by regulator-dummy
[ 0.910088] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[ 0.926273] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 34, base_baud = 9960937) is a meson_uart
[ 1.932238] printk: console [ttyAML0] enabled
[ 1.946203] usbcore: registered new interface driver udl
[ 1.957654] lima d00c0000.gpu: gp - mali450 version major 0 minor 0
[ 1.958598] lima d00c0000.gpu: pp0 - mali450 version major 0 minor 0
[ 1.964954] lima d00c0000.gpu: pp1 - mali450 version major 0 minor 0
[ 1.971291] lima d00c0000.gpu: l2 cache 8K, 4-way, 64byte cache line, 128bit external bus
[ 1.979163] lima d00c0000.gpu: l2 cache 64K, 4-way, 64byte cache line, 128bit external bus
[ 1.990104] lima d00c0000.gpu: bus rate = 159375000
[ 1.992253] lima d00c0000.gpu: mod rate = 24000000
[ 2.006921] [drm] Initialized lima 1.1.0 20191231 for d00c0000.gpu on minor 0
[ 2.070907] brd: module loaded
[ 2.149385] loop: module loaded
[ 2.552665] drbd: initialized. Version: 8.4.11 (api:1/proto:86-101)
[ 2.553357] drbd: built-in
[ 2.556006] drbd: registered as block device major 147
[ 2.563716] rbd: loaded (major 253)
[ 2.568760] zram: Added device: zram0
[ 2.579800] null_blk: module loaded
[ 2.579838] dummy-irq: no IRQ given. Use irq=N
[ 2.586831] Loading iSCSI transport class v2.0-870.
[ 2.593017] rdac: device handler registered
[ 2.593563] hp_sw: device handler registered
[ 2.595828] emc: device handler registered
[ 2.600245] alua: device handler registered
[ 2.607402] iscsi: registered transport (tcp)
[ 2.619656] Rounding down aligned max_sectors from 4294967295 to 4294967288
[ 2.621546] db_root: cannot open: /etc/target
[ 2.632934] SSFDC read-only Flash Translation layer
[ 2.632990] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 2.660169] eql: Equalizer2002: Simon Janes (simon at ncm.com) and David S. Miller (davem at redhat.com)
[ 2.672277] MACsec IEEE 802.1AE
[ 2.681646] libphy: Fixed MDIO Bus: probed
[ 2.692099] tun: Universal TUN/TAP device driver, 1.6
[ 2.693688] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393 at maroon.tc.umn.edu>
[ 2.702130] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393 at maroon.tc.umn.edu>
[ 2.712236] usbcore: registered new interface driver ath9k_htc
[ 2.721704] aoe: AoE v85 initialised.
[ 2.724498] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.726293] ehci-platform: EHCI generic platform driver
[ 2.732298] usbcore: registered new interface driver cdc_acm
[ 2.737138] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.745515] usbcore: registered new interface driver usblp
[ 2.750918] usbcore: registered new interface driver cdc_wdm
[ 2.756494] usbcore: registered new interface driver usbtmc
[ 2.762437] usbcore: registered new interface driver uas
[ 2.767459] usbcore: registered new interface driver usb-storage
[ 2.773324] usbcore: registered new interface driver ums-alauda
[ 2.779198] usbcore: registered new interface driver ums-cypress
[ 2.785206] usbcore: registered new interface driver ums-datafab
[ 2.791171] usbcore: registered new interface driver ums_eneub6250
[ 2.797392] usbcore: registered new interface driver ums-freecom
[ 2.803336] usbcore: registered new interface driver ums-isd200
[ 2.809254] usbcore: registered new interface driver ums-jumpshot
[ 2.815389] usbcore: registered new interface driver ums-karma
[ 2.821166] usbcore: registered new interface driver ums-onetouch
[ 2.827328] usbcore: registered new interface driver ums-realtek
[ 2.833227] usbcore: registered new interface driver ums-sddr09
[ 2.839106] usbcore: registered new interface driver ums-sddr55
[ 2.845023] usbcore: registered new interface driver ums-usbat
[ 2.850850] udc-core: couldn't find an available UDC - added [g_ether] to list of pending drivers
[ 2.861683] mousedev: PS/2 mouse device common for all mice
[ 2.869770] usbcore: registered new interface driver appletouch
[ 2.871282] usbcore: registered new interface driver bcm5974
[ 2.878612] usbcore: registered new interface driver synaptics_usb
[ 2.884213] usbcore: registered new interface driver ati_remote2
[ 2.889157] cm109: Keymap for Komunikate KIP1000 phone loaded
[ 2.894843] usbcore: registered new interface driver cm109
[ 2.899950] cm109: CM109 phone driver: 20080805 (C) Alfred E. Heggestad
[ 2.908378] usbcore: registered new interface driver ims_pcu
[ 2.912560] usbcore: registered new interface driver keyspan_remote
[ 2.919556] usbcore: registered new interface driver powermate
[ 2.927665] usbcore: registered new interface driver yealink
[ 2.932833] i2c /dev entries driver
[ 2.935209] IR NEC protocol handler initialized
[ 2.937905] IR RC5(x/sz) protocol handler initialized
[ 2.942934] IR RC6 protocol handler initialized
[ 2.947446] IR JVC protocol handler initialized
[ 2.951961] IR Sony protocol handler initialized
[ 2.956564] IR SANYO protocol handler initialized
[ 2.961253] IR Sharp protocol handler initialized
[ 2.965955] IR MCE Keyboard/mouse protocol handler initialized
[ 2.971762] IR XMP protocol handler initialized
[ 2.976276] ir_imon_decoder: IR iMON protocol handler initialized
[ 2.982356] IR RCMM protocol handler initialized
[ 2.987329] usbcore: registered new interface driver ati_remote
[ 2.993564] usbcore: registered new interface driver imon
[ 2.998511] usbcore: registered new interface driver imon_raw
[ 3.004230] usbcore: registered new interface driver mceusb
[ 3.010634] Registered IR keymap rc-empty
[ 3.014157] rc rc0: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0
[ 3.023255] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
[ 3.032591] input: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0/input0
[ 3.042635] meson-ir c8100480.ir-receiver: receiver initialized
[ 3.047651] usbcore: registered new interface driver redrat3
[ 3.052906] usbcore: registered new interface driver streamzap
[ 3.058464] Registered IR keymap rc-empty
[ 3.062843] rc rc1: rc-core loopback device as /devices/virtual/rc/rc1
[ 3.069692] rc rc1: lirc_dev: driver rc-loopback registered at minor = 1, raw IR receiver, raw IR transmitter
[ 3.079523] input: rc-core loopback device as /devices/virtual/rc/rc1/input1
[ 3.088221] usbcore: registered new interface driver igorplugusb
[ 3.092006] usbcore: registered new interface driver iguanair
[ 3.097687] usbcore: registered new interface driver ttusbir
[ 3.103922] pps_ldisc: PPS line discipline registered
[ 3.112802] usbcore: registered new interface driver pcwd_usb
[ 3.117529] meson_wdt c1109900.watchdog: Watchdog enabled (timeout=8 sec, nowayout=1)
[ 3.123504] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=1)
[ 3.130087] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0
[ 3.137848] md-cluster: support raid1 and raid10 (limited support)
[ 3.143709] Registering Cluster MD functions
[ 3.150855] device-mapper: uevent: version 1.0.3
[ 3.155628] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel at redhat.com
[ 3.163747] device-mapper: multipath round-robin: version 1.2.0 loaded
[ 3.167529] device-mapper: multipath queue-length: version 0.2.0 loaded
[ 3.174119] device-mapper: multipath service-time: version 0.3.0 loaded
[ 3.183265] device-mapper: dm-log-userspace: version 1.3.0 loaded
[ 3.189989] Bluetooth: HCI UART driver ver 2.3
[ 3.191191] Bluetooth: HCI UART protocol H4 registered
[ 3.196334] Bluetooth: HCI UART protocol BCSP registered
[ 3.201884] Bluetooth: HCI UART protocol LL registered
[ 3.206756] Bluetooth: HCI UART protocol ATH3K registered
[ 3.212364] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 3.218708] Bluetooth: HCI UART protocol Intel registered
[ 3.224219] Bluetooth: HCI UART protocol Broadcom registered
[ 3.229620] Bluetooth: HCI UART protocol QCA registered
[ 3.260860] meson-mx-sdhc c1108e00.mmc: allocated mmc-pwrseq
[ 3.274060] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.275398] hid: raw HID events driver (C) Jiri Kosina
[ 3.306763] usbcore: registered new interface driver usbhid
[ 3.306803] usbhid: USB HID core driver
[ 3.323962] pktgen: Packet Generator for packet performance testing. Version: 2.75
[ 3.327471] NET: Registered PF_LLC protocol family
[ 3.330810] GACT probability on
[ 3.333879] Mirror/redirect action on
[ 3.337776] Simple TC action Loaded
[ 3.343779] netem: version 1.3
[ 3.344679] u32 classifier
[ 3.346679] Performance counters on
[ 3.350830] input device check on
[ 3.354218] Actions configured
[ 3.364523] xt_time: kernel timezone is -0000
[ 3.364627] IPVS: Registered protocols ()
[ 3.368018] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[ 3.375047] IPVS: ipvs loaded.
[ 3.377860] ipip: IPv4 and MPLS over IPv4 tunneling driver
[ 3.386113] gre: GRE over IPv4 demultiplexor driver
[ 3.387915] ip_gre: GRE over IPv4 tunneling driver
[ 3.391989] mmc1: new HS200 MMC card at address 0001
[ 3.400502] IPv4 over IPsec tunneling driver
[ 3.400733] mmcblk1: mmc1:0001 8GND3R 7.28 GiB
[ 3.408373] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[ 3.408548] mmcblk1boot0: mmc1:0001 8GND3R 4.00 MiB
[ 3.417888] Initializing XFRM netlink socket
[ 3.419435] mmcblk1boot1: mmc1:0001 8GND3R 4.00 MiB
[ 3.422152] IPsec XFRM device driver
[ 3.431764] mmcblk1: p1
[ 3.435428] NET: Registered PF_INET6 protocol family
[ 3.494902] Segment Routing with IPv6
[ 3.495962] mip6: Mobile IPv6
[ 3.505057] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 3.516318] ip6_gre: GRE over IPv6 tunneling driver
[ 3.519514] NET: Registered PF_PACKET protocol family
[ 3.520692] NET: Registered PF_KEY protocol family
[ 3.526407] Bridge firewalling registered
[ 3.530142] NET: Registered PF_APPLETALK protocol family
[ 3.535252] Bluetooth: RFCOMM TTY layer initialized
[ 3.539678] Bluetooth: RFCOMM socket layer initialized
[ 3.544793] Bluetooth: RFCOMM ver 1.11
[ 3.548536] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 3.553739] Bluetooth: BNEP filters: protocol multicast
[ 3.558965] Bluetooth: BNEP socket layer initialized
[ 3.563889] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 3.569856] Bluetooth: HIDP socket layer initialized
[ 3.575426] 8021q: 802.1Q VLAN Support v1.8
[ 3.588841] DCCP: Activated CCID 2 (TCP-like)
[ 3.590251] DCCP: Activated CCID 3 (TCP-Friendly Rate Control)
[ 3.599271] sctp: Hash tables configured (bind 512/512)
[ 3.603143] NET: Registered PF_RDS protocol family
[ 3.605114] Registered RDS/tcp transport
[ 3.607663] Key type dns_resolver registered
[ 3.611903] Key type ceph registered
[ 3.617036] libceph: loaded (mon/osd proto 15/24)
[ 3.620533] openvswitch: Open vSwitch switching datapath
[ 3.629997] NET: Registered PF_VSOCK protocol family
[ 3.630333] mpls_gso: MPLS GSO support
[ 3.636621] ThumbEE CPU extension supported.
[ 3.638394] Registering SWP/SWPB emulation handler
[ 3.667997] registered taskstats version 1
[ 3.668103] Loading compiled-in X.509 certificates
[ 3.678965] zswap: loaded using pool zstd/zbud
[ 3.681389] Key type ._fscrypt registered
[ 3.681784] Key type .fscrypt registered
[ 3.686961] Key type fscrypt-provisioning registered
[ 3.826215] TFLASH_VDD: supplied by VCC3V3
[ 3.833189] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[ 3.834180] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[ 3.843744] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[ 3.852519] meson8b-dwmac c9410000.ethernet: User ID: 0x10, Synopsys ID: 0x37
[ 3.854117] meson8b-dwmac c9410000.ethernet: DWMAC1000
[ 3.861180] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[ 3.866734] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[ 3.876024] meson8b-dwmac c9410000.ethernet: COE Type 2
[ 3.879413] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[ 3.888190] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[ 3.893224] meson8b-dwmac c9410000.ethernet: Normal descriptors
[ 3.898809] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[ 3.904591] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 3.916339] libphy: stmmac: probed
[ 4.143614] dwc2 c90c0000.usb: mapped PA c90c0000 to VA f1300000
[ 4.144320] dwc2 c90c0000.usb: supply vusb_d not found, using dummy regulator
[ 4.146729] dwc2 c90c0000.usb: supply vusb_a not found, using dummy regulator
[ 4.156080] dwc2 c90c0000.usb: registering common handler for irq35
[ 4.157607] dwc2 c90c0000.usb: Core Release: 3.10a (snpsid=4f54310a)
[ 4.157625] dwc2 c90c0000.usb: dwc2_core_reset()
[ 4.157635] dwc2 c90c0000.usb: Forcing mode to host
[ 4.217210] dwc2 c90c0000.usb: DWC OTG HCD INIT
[ 4.217219] dwc2 c90c0000.usb: hcfg=00000200
[ 4.217290] dwc2 c90c0000.usb: dwc2_core_init(c4271040)
[ 4.217301] dwc2 c90c0000.usb: HS UTMI+ PHY selected
[ 4.217309] dwc2 c90c0000.usb: Internal DMA Mode
[ 4.217317] dwc2 c90c0000.usb: Host Mode
[ 4.218754] dwc2 c90c0000.usb: DWC OTG Controller
[ 4.219909] dwc2 c90c0000.usb: new USB bus registered, assigned bus number 1
[ 4.224991] dwc2 c90c0000.usb: irq 35, io mem 0xc90c0000
[ 4.230223] dwc2 c90c0000.usb: DWC OTG HCD START
[ 4.230239] dwc2 c90c0000.usb: dwc2_core_host_init(c4271040)
[ 4.230248] dwc2 c90c0000.usb: Initializing HCFG.FSLSPClkSel to 00000000
[ 4.230257] dwc2 c90c0000.usb: initial grxfsiz=00000800
[ 4.230264] dwc2 c90c0000.usb: new grxfsiz=00000200
[ 4.230271] dwc2 c90c0000.usb: initial gnptxfsiz=08000800
[ 4.230278] dwc2 c90c0000.usb: new gnptxfsiz=01f40200
[ 4.230285] dwc2 c90c0000.usb: initial hptxfsiz=08000000
[ 4.230292] dwc2 c90c0000.usb: new hptxfsiz=01f403f4
[ 4.230299] dwc2 c90c0000.usb: Flush Tx FIFO 16
[ 4.230308] dwc2 c90c0000.usb: dwc2_flush_rx_fifo()
[ 4.230320] dwc2 c90c0000.usb: Init: Port Power? op_state=9
[ 4.230327] dwc2 c90c0000.usb: Init: Power Port (0)
[ 4.230334] dwc2 c90c0000.usb: dwc2_enable_host_interrupts()
[ 4.230341] dwc2 c90c0000.usb: DWC OTG HCD Has Root Hub
[ 4.231435] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[ 4.238432] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.245660] usb usb1: Product: DWC OTG Controller
[ 4.250320] usb usb1: Manufacturer: Linux 5.13.0-13688-gde5540965853 dwc2_hsotg
[ 4.257641] usb usb1: SerialNumber: c90c0000.usb
[ 4.264712] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 4.265425] hub 1-0:1.0: USB hub found
[ 4.266056] dwc2 c90c0000.usb: GetHubDescriptor
[ 4.266140] hub 1-0:1.0: 1 port detected
[ 4.271355] dwc2 c90c0000.usb: GetHubStatus
[ 4.271966] dwc2 c90c0000.usb: SetPortFeature
[ 4.273061] dwc2 c90c0000.usb:
[ 4.273071] dwc2 c90c0000.usb: ************************************************************
[ 4.273079] dwc2 c90c0000.usb: HCD State:
[ 4.273085] dwc2 c90c0000.usb: Num channels: 16
[ 4.273093] dwc2 c90c0000.usb: Channel 0:
[ 4.273100] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.273109] dwc2 c90c0000.usb: speed: 0
[ 4.273116] dwc2 c90c0000.usb: ep_type: 0
[ 4.273146] dwc2 c90c0000.usb: max_packet: 0
[ 4.273155] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.273162] dwc2 c90c0000.usb: multi_count: 0
[ 4.273168] dwc2 c90c0000.usb: xfer_started: 0
[ 4.273175] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.273183] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.273189] dwc2 c90c0000.usb: xfer_len: 0
[ 4.273196] dwc2 c90c0000.usb: xfer_count: 0
[ 4.273203] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.273210] dwc2 c90c0000.usb: halt_pending: 0
[ 4.273217] dwc2 c90c0000.usb: halt_status: 0
[ 4.273223] dwc2 c90c0000.usb: do_split: 0
[ 4.273230] dwc2 c90c0000.usb: complete_split: 0
[ 4.273237] dwc2 c90c0000.usb: hub_addr: 0
[ 4.273243] dwc2 c90c0000.usb: hub_port: 0
[ 4.273250] dwc2 c90c0000.usb: xact_pos: 0
[ 4.273257] dwc2 c90c0000.usb: requests: 0
[ 4.273263] dwc2 c90c0000.usb: qh: 00000000
[ 4.273270] dwc2 c90c0000.usb: Channel 1:
[ 4.273277] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.273285] dwc2 c90c0000.usb: speed: 0
[ 4.273292] dwc2 c90c0000.usb: ep_type: 0
[ 4.273298] dwc2 c90c0000.usb: max_packet: 0
[ 4.273305] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.273312] dwc2 c90c0000.usb: multi_count: 0
[ 4.273318] dwc2 c90c0000.usb: xfer_started: 0
[ 4.273325] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.273332] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.273339] dwc2 c90c0000.usb: xfer_len: 0
[ 4.273345] dwc2 c90c0000.usb: xfer_count: 0
[ 4.273352] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.273359] dwc2 c90c0000.usb: halt_pending: 0
[ 4.273365] dwc2 c90c0000.usb: halt_status: 0
[ 4.273372] dwc2 c90c0000.usb: do_split: 0
[ 4.273379] dwc2 c90c0000.usb: complete_split: 0
[ 4.273385] dwc2 c90c0000.usb: hub_addr: 0
[ 4.273392] dwc2 c90c0000.usb: hub_port: 0
[ 4.273398] dwc2 c90c0000.usb: xact_pos: 0
[ 4.273405] dwc2 c90c0000.usb: requests: 0
[ 4.273412] dwc2 c90c0000.usb: qh: 00000000
[ 4.273418] dwc2 c90c0000.usb: Channel 2:
[ 4.273425] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.273434] dwc2 c90c0000.usb: speed: 0
[ 4.273440] dwc2 c90c0000.usb: ep_type: 0
[ 4.273447] dwc2 c90c0000.usb: max_packet: 0
[ 4.273453] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.273460] dwc2 c90c0000.usb: multi_count: 0
[ 4.273467] dwc2 c90c0000.usb: xfer_started: 0
[ 4.273474] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.273481] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.273488] dwc2 c90c0000.usb: xfer_len: 0
[ 4.273494] dwc2 c90c0000.usb: xfer_count: 0
[ 4.273501] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.273508] dwc2 c90c0000.usb: halt_pending: 0
[ 4.273514] dwc2 c90c0000.usb: halt_status: 0
[ 4.273521] dwc2 c90c0000.usb: do_split: 0
[ 4.273527] dwc2 c90c0000.usb: complete_split: 0
[ 4.273534] dwc2 c90c0000.usb: hub_addr: 0
[ 4.273541] dwc2 c90c0000.usb: hub_port: 0
[ 4.273547] dwc2 c90c0000.usb: xact_pos: 0
[ 4.273554] dwc2 c90c0000.usb: requests: 0
[ 4.273561] dwc2 c90c0000.usb: qh: 00000000
[ 4.273568] dwc2 c90c0000.usb: Channel 3:
[ 4.273574] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.273583] dwc2 c90c0000.usb: speed: 0
[ 4.273589] dwc2 c90c0000.usb: ep_type: 0
[ 4.273596] dwc2 c90c0000.usb: max_packet: 0
[ 4.273602] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.273609] dwc2 c90c0000.usb: multi_count: 0
[ 4.273616] dwc2 c90c0000.usb: xfer_started: 0
[ 4.273622] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.273629] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.273636] dwc2 c90c0000.usb: xfer_len: 0
[ 4.273643] dwc2 c90c0000.usb: xfer_count: 0
[ 4.273649] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.273656] dwc2 c90c0000.usb: halt_pending: 0
[ 4.273662] dwc2 c90c0000.usb: halt_status: 0
[ 4.273669] dwc2 c90c0000.usb: do_split: 0
[ 4.273676] dwc2 c90c0000.usb: complete_split: 0
[ 4.273683] dwc2 c90c0000.usb: hub_addr: 0
[ 4.273689] dwc2 c90c0000.usb: hub_port: 0
[ 4.273696] dwc2 c90c0000.usb: xact_pos: 0
[ 4.273702] dwc2 c90c0000.usb: requests: 0
[ 4.273709] dwc2 c90c0000.usb: qh: 00000000
[ 4.273716] dwc2 c90c0000.usb: Channel 4:
[ 4.273723] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.273731] dwc2 c90c0000.usb: speed: 0
[ 4.273737] dwc2 c90c0000.usb: ep_type: 0
[ 4.273744] dwc2 c90c0000.usb: max_packet: 0
[ 4.273751] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.273758] dwc2 c90c0000.usb: multi_count: 0
[ 4.273764] dwc2 c90c0000.usb: xfer_started: 0
[ 4.273771] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.273778] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.273785] dwc2 c90c0000.usb: xfer_len: 0
[ 4.273791] dwc2 c90c0000.usb: xfer_count: 0
[ 4.273798] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.273805] dwc2 c90c0000.usb: halt_pending: 0
[ 4.273811] dwc2 c90c0000.usb: halt_status: 0
[ 4.273818] dwc2 c90c0000.usb: do_split: 0
[ 4.273825] dwc2 c90c0000.usb: complete_split: 0
[ 4.273831] dwc2 c90c0000.usb: hub_addr: 0
[ 4.273838] dwc2 c90c0000.usb: hub_port: 0
[ 4.273844] dwc2 c90c0000.usb: xact_pos: 0
[ 4.273851] dwc2 c90c0000.usb: requests: 0
[ 4.273858] dwc2 c90c0000.usb: qh: 00000000
[ 4.273864] dwc2 c90c0000.usb: Channel 5:
[ 4.273871] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.273879] dwc2 c90c0000.usb: speed: 0
[ 4.273886] dwc2 c90c0000.usb: ep_type: 0
[ 4.273893] dwc2 c90c0000.usb: max_packet: 0
[ 4.273899] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.273906] dwc2 c90c0000.usb: multi_count: 0
[ 4.273913] dwc2 c90c0000.usb: xfer_started: 0
[ 4.273919] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.273926] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.273933] dwc2 c90c0000.usb: xfer_len: 0
[ 4.273940] dwc2 c90c0000.usb: xfer_count: 0
[ 4.273946] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.273953] dwc2 c90c0000.usb: halt_pending: 0
[ 4.273960] dwc2 c90c0000.usb: halt_status: 0
[ 4.273967] dwc2 c90c0000.usb: do_split: 0
[ 4.273973] dwc2 c90c0000.usb: complete_split: 0
[ 4.273980] dwc2 c90c0000.usb: hub_addr: 0
[ 4.273987] dwc2 c90c0000.usb: hub_port: 0
[ 4.273993] dwc2 c90c0000.usb: xact_pos: 0
[ 4.274000] dwc2 c90c0000.usb: requests: 0
[ 4.274007] dwc2 c90c0000.usb: qh: 00000000
[ 4.274014] dwc2 c90c0000.usb: Channel 6:
[ 4.274020] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.274029] dwc2 c90c0000.usb: speed: 0
[ 4.274035] dwc2 c90c0000.usb: ep_type: 0
[ 4.274042] dwc2 c90c0000.usb: max_packet: 0
[ 4.274048] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.274055] dwc2 c90c0000.usb: multi_count: 0
[ 4.274062] dwc2 c90c0000.usb: xfer_started: 0
[ 4.274068] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.274075] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.274082] dwc2 c90c0000.usb: xfer_len: 0
[ 4.274089] dwc2 c90c0000.usb: xfer_count: 0
[ 4.274096] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.274102] dwc2 c90c0000.usb: halt_pending: 0
[ 4.274109] dwc2 c90c0000.usb: halt_status: 0
[ 4.274116] dwc2 c90c0000.usb: do_split: 0
[ 4.274122] dwc2 c90c0000.usb: complete_split: 0
[ 4.274129] dwc2 c90c0000.usb: hub_addr: 0
[ 4.274136] dwc2 c90c0000.usb: hub_port: 0
[ 4.274142] dwc2 c90c0000.usb: xact_pos: 0
[ 4.274149] dwc2 c90c0000.usb: requests: 0
[ 4.274156] dwc2 c90c0000.usb: qh: 00000000
[ 4.274163] dwc2 c90c0000.usb: Channel 7:
[ 4.274169] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.274178] dwc2 c90c0000.usb: speed: 0
[ 4.274184] dwc2 c90c0000.usb: ep_type: 0
[ 4.274191] dwc2 c90c0000.usb: max_packet: 0
[ 4.274197] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.274204] dwc2 c90c0000.usb: multi_count: 0
[ 4.274211] dwc2 c90c0000.usb: xfer_started: 0
[ 4.274217] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.274224] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.274231] dwc2 c90c0000.usb: xfer_len: 0
[ 4.274238] dwc2 c90c0000.usb: xfer_count: 0
[ 4.274244] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.274251] dwc2 c90c0000.usb: halt_pending: 0
[ 4.274258] dwc2 c90c0000.usb: halt_status: 0
[ 4.274265] dwc2 c90c0000.usb: do_split: 0
[ 4.274271] dwc2 c90c0000.usb: complete_split: 0
[ 4.274278] dwc2 c90c0000.usb: hub_addr: 0
[ 4.274284] dwc2 c90c0000.usb: hub_port: 0
[ 4.274291] dwc2 c90c0000.usb: xact_pos: 0
[ 4.274297] dwc2 c90c0000.usb: requests: 0
[ 4.274304] dwc2 c90c0000.usb: qh: 00000000
[ 4.274311] dwc2 c90c0000.usb: Channel 8:
[ 4.274317] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.274326] dwc2 c90c0000.usb: speed: 0
[ 4.274332] dwc2 c90c0000.usb: ep_type: 0
[ 4.274339] dwc2 c90c0000.usb: max_packet: 0
[ 4.274346] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.274353] dwc2 c90c0000.usb: multi_count: 0
[ 4.274359] dwc2 c90c0000.usb: xfer_started: 0
[ 4.274366] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.274373] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.274380] dwc2 c90c0000.usb: xfer_len: 0
[ 4.274386] dwc2 c90c0000.usb: xfer_count: 0
[ 4.274393] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.274400] dwc2 c90c0000.usb: halt_pending: 0
[ 4.274406] dwc2 c90c0000.usb: halt_status: 0
[ 4.274413] dwc2 c90c0000.usb: do_split: 0
[ 4.274420] dwc2 c90c0000.usb: complete_split: 0
[ 4.274426] dwc2 c90c0000.usb: hub_addr: 0
[ 4.274433] dwc2 c90c0000.usb: hub_port: 0
[ 4.274440] dwc2 c90c0000.usb: xact_pos: 0
[ 4.274447] dwc2 c90c0000.usb: requests: 0
[ 4.274453] dwc2 c90c0000.usb: qh: 00000000
[ 4.274460] dwc2 c90c0000.usb: Channel 9:
[ 4.274467] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.274475] dwc2 c90c0000.usb: speed: 0
[ 4.274482] dwc2 c90c0000.usb: ep_type: 0
[ 4.274488] dwc2 c90c0000.usb: max_packet: 0
[ 4.274495] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.274502] dwc2 c90c0000.usb: multi_count: 0
[ 4.274508] dwc2 c90c0000.usb: xfer_started: 0
[ 4.274515] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.274522] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.274529] dwc2 c90c0000.usb: xfer_len: 0
[ 4.274535] dwc2 c90c0000.usb: xfer_count: 0
[ 4.274542] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.274549] dwc2 c90c0000.usb: halt_pending: 0
[ 4.274555] dwc2 c90c0000.usb: halt_status: 0
[ 4.274562] dwc2 c90c0000.usb: do_split: 0
[ 4.274569] dwc2 c90c0000.usb: complete_split: 0
[ 4.274575] dwc2 c90c0000.usb: hub_addr: 0
[ 4.274582] dwc2 c90c0000.usb: hub_port: 0
[ 4.274589] dwc2 c90c0000.usb: xact_pos: 0
[ 4.274595] dwc2 c90c0000.usb: requests: 0
[ 4.274602] dwc2 c90c0000.usb: qh: 00000000
[ 4.274609] dwc2 c90c0000.usb: Channel 10:
[ 4.274616] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.274625] dwc2 c90c0000.usb: speed: 0
[ 4.274631] dwc2 c90c0000.usb: ep_type: 0
[ 4.274638] dwc2 c90c0000.usb: max_packet: 0
[ 4.274645] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.274651] dwc2 c90c0000.usb: multi_count: 0
[ 4.274658] dwc2 c90c0000.usb: xfer_started: 0
[ 4.274665] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.274672] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.274678] dwc2 c90c0000.usb: xfer_len: 0
[ 4.274685] dwc2 c90c0000.usb: xfer_count: 0
[ 4.274692] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.274698] dwc2 c90c0000.usb: halt_pending: 0
[ 4.274705] dwc2 c90c0000.usb: halt_status: 0
[ 4.274712] dwc2 c90c0000.usb: do_split: 0
[ 4.274718] dwc2 c90c0000.usb: complete_split: 0
[ 4.274725] dwc2 c90c0000.usb: hub_addr: 0
[ 4.274732] dwc2 c90c0000.usb: hub_port: 0
[ 4.274738] dwc2 c90c0000.usb: xact_pos: 0
[ 4.274745] dwc2 c90c0000.usb: requests: 0
[ 4.274752] dwc2 c90c0000.usb: qh: 00000000
[ 4.274758] dwc2 c90c0000.usb: Channel 11:
[ 4.274765] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.274773] dwc2 c90c0000.usb: speed: 0
[ 4.274780] dwc2 c90c0000.usb: ep_type: 0
[ 4.274787] dwc2 c90c0000.usb: max_packet: 0
[ 4.274793] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.274800] dwc2 c90c0000.usb: multi_count: 0
[ 4.274807] dwc2 c90c0000.usb: xfer_started: 0
[ 4.274814] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.274820] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.274827] dwc2 c90c0000.usb: xfer_len: 0
[ 4.274834] dwc2 c90c0000.usb: xfer_count: 0
[ 4.274840] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.274847] dwc2 c90c0000.usb: halt_pending: 0
[ 4.274854] dwc2 c90c0000.usb: halt_status: 0
[ 4.274861] dwc2 c90c0000.usb: do_split: 0
[ 4.274867] dwc2 c90c0000.usb: complete_split: 0
[ 4.274874] dwc2 c90c0000.usb: hub_addr: 0
[ 4.274880] dwc2 c90c0000.usb: hub_port: 0
[ 4.274887] dwc2 c90c0000.usb: xact_pos: 0
[ 4.274894] dwc2 c90c0000.usb: requests: 0
[ 4.274901] dwc2 c90c0000.usb: qh: 00000000
[ 4.274907] dwc2 c90c0000.usb: Channel 12:
[ 4.274914] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.274923] dwc2 c90c0000.usb: speed: 0
[ 4.274929] dwc2 c90c0000.usb: ep_type: 0
[ 4.274936] dwc2 c90c0000.usb: max_packet: 0
[ 4.274942] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.274949] dwc2 c90c0000.usb: multi_count: 0
[ 4.274956] dwc2 c90c0000.usb: xfer_started: 0
[ 4.274963] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.274970] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.274977] dwc2 c90c0000.usb: xfer_len: 0
[ 4.274983] dwc2 c90c0000.usb: xfer_count: 0
[ 4.274990] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.274997] dwc2 c90c0000.usb: halt_pending: 0
[ 4.275004] dwc2 c90c0000.usb: halt_status: 0
[ 4.275010] dwc2 c90c0000.usb: do_split: 0
[ 4.275017] dwc2 c90c0000.usb: complete_split: 0
[ 4.275024] dwc2 c90c0000.usb: hub_addr: 0
[ 4.275030] dwc2 c90c0000.usb: hub_port: 0
[ 4.275037] dwc2 c90c0000.usb: xact_pos: 0
[ 4.275043] dwc2 c90c0000.usb: requests: 0
[ 4.275050] dwc2 c90c0000.usb: qh: 00000000
[ 4.275057] dwc2 c90c0000.usb: Channel 13:
[ 4.275064] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.275072] dwc2 c90c0000.usb: speed: 0
[ 4.275079] dwc2 c90c0000.usb: ep_type: 0
[ 4.275086] dwc2 c90c0000.usb: max_packet: 0
[ 4.275092] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.275099] dwc2 c90c0000.usb: multi_count: 0
[ 4.275106] dwc2 c90c0000.usb: xfer_started: 0
[ 4.275112] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.275119] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.275126] dwc2 c90c0000.usb: xfer_len: 0
[ 4.275133] dwc2 c90c0000.usb: xfer_count: 0
[ 4.275139] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.275146] dwc2 c90c0000.usb: halt_pending: 0
[ 4.275152] dwc2 c90c0000.usb: halt_status: 0
[ 4.275159] dwc2 c90c0000.usb: do_split: 0
[ 4.275166] dwc2 c90c0000.usb: complete_split: 0
[ 4.275172] dwc2 c90c0000.usb: hub_addr: 0
[ 4.275179] dwc2 c90c0000.usb: hub_port: 0
[ 4.275185] dwc2 c90c0000.usb: xact_pos: 0
[ 4.275192] dwc2 c90c0000.usb: requests: 0
[ 4.275199] dwc2 c90c0000.usb: qh: 00000000
[ 4.275206] dwc2 c90c0000.usb: Channel 14:
[ 4.275213] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.275221] dwc2 c90c0000.usb: speed: 0
[ 4.275228] dwc2 c90c0000.usb: ep_type: 0
[ 4.275234] dwc2 c90c0000.usb: max_packet: 0
[ 4.275241] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.275248] dwc2 c90c0000.usb: multi_count: 0
[ 4.275254] dwc2 c90c0000.usb: xfer_started: 0
[ 4.275261] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.275268] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.275275] dwc2 c90c0000.usb: xfer_len: 0
[ 4.275281] dwc2 c90c0000.usb: xfer_count: 0
[ 4.275288] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.275295] dwc2 c90c0000.usb: halt_pending: 0
[ 4.275301] dwc2 c90c0000.usb: halt_status: 0
[ 4.275308] dwc2 c90c0000.usb: do_split: 0
[ 4.275314] dwc2 c90c0000.usb: complete_split: 0
[ 4.275321] dwc2 c90c0000.usb: hub_addr: 0
[ 4.275328] dwc2 c90c0000.usb: hub_port: 0
[ 4.275334] dwc2 c90c0000.usb: xact_pos: 0
[ 4.275341] dwc2 c90c0000.usb: requests: 0
[ 4.275347] dwc2 c90c0000.usb: qh: 00000000
[ 4.275354] dwc2 c90c0000.usb: Channel 15:
[ 4.275361] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.275369] dwc2 c90c0000.usb: speed: 0
[ 4.275376] dwc2 c90c0000.usb: ep_type: 0
[ 4.275383] dwc2 c90c0000.usb: max_packet: 0
[ 4.275389] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.275396] dwc2 c90c0000.usb: multi_count: 0
[ 4.275402] dwc2 c90c0000.usb: xfer_started: 0
[ 4.275409] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.275416] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.275423] dwc2 c90c0000.usb: xfer_len: 0
[ 4.275429] dwc2 c90c0000.usb: xfer_count: 0
[ 4.275436] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.275443] dwc2 c90c0000.usb: halt_pending: 0
[ 4.275449] dwc2 c90c0000.usb: halt_status: 0
[ 4.275456] dwc2 c90c0000.usb: do_split: 0
[ 4.275463] dwc2 c90c0000.usb: complete_split: 0
[ 4.275469] dwc2 c90c0000.usb: hub_addr: 0
[ 4.275476] dwc2 c90c0000.usb: hub_port: 0
[ 4.275483] dwc2 c90c0000.usb: xact_pos: 0
[ 4.275489] dwc2 c90c0000.usb: requests: 0
[ 4.275496] dwc2 c90c0000.usb: qh: 00000000
[ 4.275503] dwc2 c90c0000.usb: non_periodic_channels: 0
[ 4.275510] dwc2 c90c0000.usb: periodic_channels: 0
[ 4.275516] dwc2 c90c0000.usb: periodic_usecs: 0
[ 4.275523] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail: 8
[ 4.275530] dwc2 c90c0000.usb: NP Tx FIFO Space Avail: 500
[ 4.275538] dwc2 c90c0000.usb: P Tx Req Queue Space Avail: 8
[ 4.275545] dwc2 c90c0000.usb: P Tx FIFO Space Avail: 500
[ 4.275552] dwc2 c90c0000.usb: Core Global Registers
[ 4.275559] dwc2 c90c0000.usb: GOTGCTL @0xF1300000 : 0x02200000
[ 4.275567] dwc2 c90c0000.usb: GOTGINT @0xF1300004 : 0x00000000
[ 4.275576] dwc2 c90c0000.usb: GAHBCFG @0xF1300008 : 0x0000002A
[ 4.275584] dwc2 c90c0000.usb: GUSBCFG @0xF130000C : 0x0000140F
[ 4.275592] dwc2 c90c0000.usb: GRSTCTL @0xF1300010 : 0x80000000
[ 4.275600] dwc2 c90c0000.usb: GINTSTS @0xF1300014 : 0x05000021
[ 4.275608] dwc2 c90c0000.usb: GINTMSK @0xF1300018 : 0xF3000006
[ 4.275616] dwc2 c90c0000.usb: GRXSTSR @0xF130001C : 0x00000000
[ 4.275625] dwc2 c90c0000.usb: GRXFSIZ @0xF1300024 : 0x00000200
[ 4.275633] dwc2 c90c0000.usb: GNPTXFSIZ @0xF1300028 : 0x01F40200
[ 4.275641] dwc2 c90c0000.usb: GNPTXSTS @0xF130002C : 0x000801F4
[ 4.275649] dwc2 c90c0000.usb: GI2CCTL @0xF1300030 : 0x00000000
[ 4.275658] dwc2 c90c0000.usb: GPVNDCTL @0xF1300034 : 0x00000000
[ 4.275666] dwc2 c90c0000.usb: GGPIO @0xF1300038 : 0x00000000
[ 4.275674] dwc2 c90c0000.usb: GUID @0xF130003C : 0x12345678
[ 4.275683] dwc2 c90c0000.usb: GSNPSID @0xF1300040 : 0x4F54310A
[ 4.275691] dwc2 c90c0000.usb: GHWCFG1 @0xF1300044 : 0x00000000
[ 4.275699] dwc2 c90c0000.usb: GHWCFG2 @0xF1300048 : 0x228FC855
[ 4.275707] dwc2 c90c0000.usb: GHWCFG3 @0xF130004C : 0x07C05068
[ 4.275716] dwc2 c90c0000.usb: GHWCFG4 @0xF1300050 : 0xC9E04030
[ 4.275724] dwc2 c90c0000.usb: GLPMCFG @0xF1300054 : 0x00000000
[ 4.275732] dwc2 c90c0000.usb: GPWRDN @0xF1300058 : 0x08000010
[ 4.275740] dwc2 c90c0000.usb: GDFIFOCFG @0xF130005C : 0x07C00800
[ 4.275748] dwc2 c90c0000.usb: HPTXFSIZ @0xF1300100 : 0x01F403F4
[ 4.275757] dwc2 c90c0000.usb: PCGCTL @0xF1300E00 : 0x00000000
[ 4.275765] dwc2 c90c0000.usb: Host Global Registers
[ 4.275771] dwc2 c90c0000.usb: HCFG @0xF1300400 : 0x00000200
[ 4.275780] dwc2 c90c0000.usb: HFIR @0xF1300404 : 0x0001EA60
[ 4.275788] dwc2 c90c0000.usb: HFNUM @0xF1300408 : 0xEA603FFF
[ 4.275796] dwc2 c90c0000.usb: HPTXSTS @0xF1300410 : 0x000801F4
[ 4.275804] dwc2 c90c0000.usb: HAINT @0xF1300414 : 0x00000000
[ 4.275812] dwc2 c90c0000.usb: HAINTMSK @0xF1300418 : 0x00000000
[ 4.275821] dwc2 c90c0000.usb: HPRT0 @0xF1300440 : 0x00021403
[ 4.275829] dwc2 c90c0000.usb: Host Channel 0 Specific Registers
[ 4.275836] dwc2 c90c0000.usb: HCCHAR @0xF1300500 : 0x00000000
[ 4.275844] dwc2 c90c0000.usb: HCSPLT @0xF1300504 : 0x00000000
[ 4.275853] dwc2 c90c0000.usb: HCINT @0xF1300508 : 0x00000000
[ 4.275861] dwc2 c90c0000.usb: HCINTMSK @0xF130050C : 0x00000000
[ 4.275869] dwc2 c90c0000.usb: HCTSIZ @0xF1300510 : 0x00000000
[ 4.275877] dwc2 c90c0000.usb: HCDMA @0xF1300514 : 0x05078704
[ 4.275885] dwc2 c90c0000.usb: Host Channel 1 Specific Registers
[ 4.275892] dwc2 c90c0000.usb: HCCHAR @0xF1300520 : 0x00000000
[ 4.275900] dwc2 c90c0000.usb: HCSPLT @0xF1300524 : 0x00000000
[ 4.275908] dwc2 c90c0000.usb: HCINT @0xF1300528 : 0x00000000
[ 4.275916] dwc2 c90c0000.usb: HCINTMSK @0xF130052C : 0x00000000
[ 4.275924] dwc2 c90c0000.usb: HCTSIZ @0xF1300530 : 0x00000000
[ 4.275932] dwc2 c90c0000.usb: HCDMA @0xF1300534 : 0x3C042000
[ 4.275940] dwc2 c90c0000.usb: Host Channel 2 Specific Registers
[ 4.275947] dwc2 c90c0000.usb: HCCHAR @0xF1300540 : 0x00000000
[ 4.275955] dwc2 c90c0000.usb: HCSPLT @0xF1300544 : 0x00000000
[ 4.275963] dwc2 c90c0000.usb: HCINT @0xF1300548 : 0x00000000
[ 4.275971] dwc2 c90c0000.usb: HCINTMSK @0xF130054C : 0x00000000
[ 4.275979] dwc2 c90c0000.usb: HCTSIZ @0xF1300550 : 0x00000000
[ 4.275988] dwc2 c90c0000.usb: HCDMA @0xF1300554 : 0x05078DC8
[ 4.275996] dwc2 c90c0000.usb: Host Channel 3 Specific Registers
[ 4.276003] dwc2 c90c0000.usb: HCCHAR @0xF1300560 : 0x00000000
[ 4.276011] dwc2 c90c0000.usb: HCSPLT @0xF1300564 : 0x00000000
[ 4.276019] dwc2 c90c0000.usb: HCINT @0xF1300568 : 0x00000000
[ 4.276027] dwc2 c90c0000.usb: HCINTMSK @0xF130056C : 0x00000000
[ 4.276035] dwc2 c90c0000.usb: HCTSIZ @0xF1300570 : 0x00000000
[ 4.276043] dwc2 c90c0000.usb: HCDMA @0xF1300574 : 0x3C042000
[ 4.276051] dwc2 c90c0000.usb: Host Channel 4 Specific Registers
[ 4.276058] dwc2 c90c0000.usb: HCCHAR @0xF1300580 : 0x00000000
[ 4.276066] dwc2 c90c0000.usb: HCSPLT @0xF1300584 : 0x00000000
[ 4.276074] dwc2 c90c0000.usb: HCINT @0xF1300588 : 0x00000000
[ 4.276082] dwc2 c90c0000.usb: HCINTMSK @0xF130058C : 0x00000000
[ 4.276090] dwc2 c90c0000.usb: HCTSIZ @0xF1300590 : 0x00000000
[ 4.276098] dwc2 c90c0000.usb: HCDMA @0xF1300594 : 0x3C042000
[ 4.276106] dwc2 c90c0000.usb: Host Channel 5 Specific Registers
[ 4.276113] dwc2 c90c0000.usb: HCCHAR @0xF13005A0 : 0x00000000
[ 4.276121] dwc2 c90c0000.usb: HCSPLT @0xF13005A4 : 0x00000000
[ 4.276129] dwc2 c90c0000.usb: HCINT @0xF13005A8 : 0x00000000
[ 4.276137] dwc2 c90c0000.usb: HCINTMSK @0xF13005AC : 0x00000000
[ 4.276145] dwc2 c90c0000.usb: HCTSIZ @0xF13005B0 : 0x00000000
[ 4.276153] dwc2 c90c0000.usb: HCDMA @0xF13005B4 : 0x05078888
[ 4.276161] dwc2 c90c0000.usb: Host Channel 6 Specific Registers
[ 4.276168] dwc2 c90c0000.usb: HCCHAR @0xF13005C0 : 0x00000000
[ 4.276176] dwc2 c90c0000.usb: HCSPLT @0xF13005C4 : 0x00000000
[ 4.276184] dwc2 c90c0000.usb: HCINT @0xF13005C8 : 0x00000000
[ 4.276192] dwc2 c90c0000.usb: HCINTMSK @0xF13005CC : 0x00000000
[ 4.276200] dwc2 c90c0000.usb: HCTSIZ @0xF13005D0 : 0x00000000
[ 4.276208] dwc2 c90c0000.usb: HCDMA @0xF13005D4 : 0x05078704
[ 4.276216] dwc2 c90c0000.usb: Host Channel 7 Specific Registers
[ 4.276223] dwc2 c90c0000.usb: HCCHAR @0xF13005E0 : 0x00000000
[ 4.276231] dwc2 c90c0000.usb: HCSPLT @0xF13005E4 : 0x00000000
[ 4.276239] dwc2 c90c0000.usb: HCINT @0xF13005E8 : 0x00000000
[ 4.276247] dwc2 c90c0000.usb: HCINTMSK @0xF13005EC : 0x00000000
[ 4.276255] dwc2 c90c0000.usb: HCTSIZ @0xF13005F0 : 0x00000000
[ 4.276264] dwc2 c90c0000.usb: HCDMA @0xF13005F4 : 0x3C042000
[ 4.276272] dwc2 c90c0000.usb: Host Channel 8 Specific Registers
[ 4.276279] dwc2 c90c0000.usb: HCCHAR @0xF1300600 : 0x00000000
[ 4.276287] dwc2 c90c0000.usb: HCSPLT @0xF1300604 : 0x00000000
[ 4.276295] dwc2 c90c0000.usb: HCINT @0xF1300608 : 0x00000000
[ 4.276303] dwc2 c90c0000.usb: HCINTMSK @0xF130060C : 0x00000000
[ 4.276311] dwc2 c90c0000.usb: HCTSIZ @0xF1300610 : 0x00000000
[ 4.276319] dwc2 c90c0000.usb: HCDMA @0xF1300614 : 0x05081B88
[ 4.276327] dwc2 c90c0000.usb: Host Channel 9 Specific Registers
[ 4.276334] dwc2 c90c0000.usb: HCCHAR @0xF1300620 : 0x00000000
[ 4.276342] dwc2 c90c0000.usb: HCSPLT @0xF1300624 : 0x00000000
[ 4.276350] dwc2 c90c0000.usb: HCINT @0xF1300628 : 0x00000000
[ 4.276358] dwc2 c90c0000.usb: HCINTMSK @0xF130062C : 0x00000000
[ 4.276366] dwc2 c90c0000.usb: HCTSIZ @0xF1300630 : 0x00000000
[ 4.276374] dwc2 c90c0000.usb: HCDMA @0xF1300634 : 0x05078704
[ 4.276382] dwc2 c90c0000.usb: Host Channel 10 Specific Registers
[ 4.276389] dwc2 c90c0000.usb: HCCHAR @0xF1300640 : 0x00000000
[ 4.276397] dwc2 c90c0000.usb: HCSPLT @0xF1300644 : 0x00000000
[ 4.276405] dwc2 c90c0000.usb: HCINT @0xF1300648 : 0x00000000
[ 4.276413] dwc2 c90c0000.usb: HCINTMSK @0xF130064C : 0x00000000
[ 4.276421] dwc2 c90c0000.usb: HCTSIZ @0xF1300650 : 0x00000000
[ 4.276429] dwc2 c90c0000.usb: HCDMA @0xF1300654 : 0x05078D00
[ 4.276437] dwc2 c90c0000.usb: Host Channel 11 Specific Registers
[ 4.276445] dwc2 c90c0000.usb: HCCHAR @0xF1300660 : 0x00000000
[ 4.276452] dwc2 c90c0000.usb: HCSPLT @0xF1300664 : 0x00000000
[ 4.276460] dwc2 c90c0000.usb: HCINT @0xF1300668 : 0x00000000
[ 4.276468] dwc2 c90c0000.usb: HCINTMSK @0xF130066C : 0x00000000
[ 4.276476] dwc2 c90c0000.usb: HCTSIZ @0xF1300670 : 0x00000000
[ 4.276484] dwc2 c90c0000.usb: HCDMA @0xF1300674 : 0x3C042000
[ 4.276492] dwc2 c90c0000.usb: Host Channel 12 Specific Registers
[ 4.276500] dwc2 c90c0000.usb: HCCHAR @0xF1300680 : 0x00000000
[ 4.276508] dwc2 c90c0000.usb: HCSPLT @0xF1300684 : 0x00000000
[ 4.276515] dwc2 c90c0000.usb: HCINT @0xF1300688 : 0x00000000
[ 4.276523] dwc2 c90c0000.usb: HCINTMSK @0xF130068C : 0x00000000
[ 4.276531] dwc2 c90c0000.usb: HCTSIZ @0xF1300690 : 0x00000000
[ 4.276539] dwc2 c90c0000.usb: HCDMA @0xF1300694 : 0x05078888
[ 4.276547] dwc2 c90c0000.usb: Host Channel 13 Specific Registers
[ 4.276555] dwc2 c90c0000.usb: HCCHAR @0xF13006A0 : 0x00000000
[ 4.276563] dwc2 c90c0000.usb: HCSPLT @0xF13006A4 : 0x00000000
[ 4.276571] dwc2 c90c0000.usb: HCINT @0xF13006A8 : 0x00000000
[ 4.276579] dwc2 c90c0000.usb: HCINTMSK @0xF13006AC : 0x00000000
[ 4.276587] dwc2 c90c0000.usb: HCTSIZ @0xF13006B0 : 0x00000000
[ 4.276595] dwc2 c90c0000.usb: HCDMA @0xF13006B4 : 0x05078704
[ 4.276603] dwc2 c90c0000.usb: Host Channel 14 Specific Registers
[ 4.276610] dwc2 c90c0000.usb: HCCHAR @0xF13006C0 : 0x00000000
[ 4.276618] dwc2 c90c0000.usb: HCSPLT @0xF13006C4 : 0x00000000
[ 4.276627] dwc2 c90c0000.usb: HCINT @0xF13006C8 : 0x00000000
[ 4.276635] dwc2 c90c0000.usb: HCINTMSK @0xF13006CC : 0x00000000
[ 4.276643] dwc2 c90c0000.usb: HCTSIZ @0xF13006D0 : 0x00000000
[ 4.276651] dwc2 c90c0000.usb: HCDMA @0xF13006D4 : 0x3C042000
[ 4.276659] dwc2 c90c0000.usb: Host Channel 15 Specific Registers
[ 4.276666] dwc2 c90c0000.usb: HCCHAR @0xF13006E0 : 0x00000000
[ 4.276674] dwc2 c90c0000.usb: HCSPLT @0xF13006E4 : 0x00000000
[ 4.276682] dwc2 c90c0000.usb: HCINT @0xF13006E8 : 0x00000000
[ 4.276690] dwc2 c90c0000.usb: HCINTMSK @0xF13006EC : 0x00000000
[ 4.276698] dwc2 c90c0000.usb: HCTSIZ @0xF13006F0 : 0x00000000
[ 4.276707] dwc2 c90c0000.usb: HCDMA @0xF13006F4 : 0x05081B88
[ 4.276715] dwc2 c90c0000.usb: ************************************************************
[ 4.276721] dwc2 c90c0000.usb:
[ 4.276736] dwc2 c90c0000.usb: gintsts=05000021 gintmsk=f3000006
[ 4.276753] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x01000000
[ 4.276761] dwc2 c90c0000.usb: --Port Interrupt--
[ 4.276768] dwc2 c90c0000.usb: --Port Interrupt HPRT0=0x00021403 Port Connect Detected--
[ 4.276777] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.276783] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000021 gintmsk=0xf3000006
[ 4.277221] dwc2 c90c0000.usb: GetPortStatus wIndex=0x0001 flags=0x00000003
[ 4.277234] dwc2 c90c0000.usb: HPRT0: 0x00021401
[ 4.277243] dwc2 c90c0000.usb: port_status=00010101
[ 4.277360] dwc2 c90c0000.usb: ClearPortFeature USB_PORT_FEAT_C_CONNECTION
[ 4.288210] platform c1108c20.mmc:slot at 1: Got CD GPIO
[ 4.299873] printk: console [netcon0] enabled
[ 4.299907] netconsole: network logging started
[ 4.303580] gtp: GTP module loaded (pdp ctx size 64 bytes)
[ 4.313164] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.351291] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.353013] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 4.353503] ALSA device list:
[ 4.363287] cfg80211: failed to load regulatory.db
[ 4.363791] No soundcards found.
[ 4.392591] dwc2 c90c0000.usb: GetPortStatus wIndex=0x0001 flags=0x00000002
[ 4.392609] dwc2 c90c0000.usb: HPRT0: 0x00021401
[ 4.392617] dwc2 c90c0000.usb: port_status=00000101
[ 4.392788] dwc2 c90c0000.usb: SetPortFeature
[ 4.392800] dwc2 c90c0000.usb: SetPortFeature - USB_PORT_FEAT_RESET
[ 4.392808] dwc2 c90c0000.usb: In host mode, hprt0=00021501
[ 4.393232] mmc0: new high speed SDHC card at address 0001
[ 4.394321] Freeing unused kernel image (initmem) memory: 1024K
[ 4.396407] mmcblk0: mmc0:0001 EB1QT 29.8 GiB
[ 4.409042] mmcblk0: p1
[ 4.409470] Run /init as init process
[ 4.409589] with arguments:
[ 4.409593] /init
[ 4.409598] with environment:
[ 4.409601] HOME=/
[ 4.409605] TERM=linux
[ 4.449564] dwc2 c90c0000.usb: gintsts=05000021 gintmsk=f3000006
[ 4.449599] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x01000000
[ 4.449614] dwc2 c90c0000.usb: --Port Interrupt--
[ 4.449626] dwc2 c90c0000.usb: --Port Interrupt HPRT0=0x0000100d Port Enable Changed (now 1)--
[ 4.449642] dwc2 c90c0000.usb: dwc2_hprt0_enable(c4271040)
[ 4.449658] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.449670] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000021 gintmsk=0xf3000006
[ 4.517309] dwc2 c90c0000.usb: GetPortStatus wIndex=0x0001 flags=0x00000006
[ 4.517344] dwc2 c90c0000.usb: HPRT0: 0x00001005
[ 4.517359] dwc2 c90c0000.usb: port_status=00100503
[ 4.517589] dwc2 c90c0000.usb: ClearPortFeature USB_PORT_FEAT_C_RESET
[ 4.550241] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[ 4.577201] usb 1-1: new high-speed USB device number 2 using dwc2
[ 4.577836] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.577848] dwc2 c90c0000.usb: urb_enqueue, urb c48efa00
[ 4.577859] dwc2 c90c0000.usb: Device address: 0
[ 4.577866] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.577874] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.577882] dwc2 c90c0000.usb: Speed: HIGH
[ 4.577889] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.577897] dwc2 c90c0000.usb: Data buffer length: 64
[ 4.577904] dwc2 c90c0000.usb: Transfer buffer: c2b12400, Transfer DMA: 02b12400
[ 4.577914] dwc2 c90c0000.usb: Setup buffer: c2b23dc0, Setup DMA: 02b23dc0
[ 4.577922] dwc2 c90c0000.usb: Interval: 0
[ 4.577946] dwc2 c90c0000.usb: addr=0, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.578018] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.578036] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.578063] dwc2 c90c0000.usb: Control setup transaction
[ 4.578075] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.578094] dwc2 c90c0000.usb: DMA enabled
[ 4.578110] dwc2 c90c0000.usb: desc DMA disabled
[ 4.578119] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.578127] dwc2 c90c0000.usb: set HAINTMSK to 00000001
[ 4.578136] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.578154] dwc2 c90c0000.usb: set HCCHAR(0) to 00000040
[ 4.578164] dwc2 c90c0000.usb: dwc2_hc_init: Channel 0
[ 4.578183] dwc2 c90c0000.usb: Dev Addr: 0
[ 4.578201] dwc2 c90c0000.usb: Ep Num: 0
[ 4.578217] dwc2 c90c0000.usb: Is In: 0
[ 4.578226] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.578244] dwc2 c90c0000.usb: Ep Type: 0
[ 4.578261] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.578280] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.578288] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.578303] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.578318] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.578333] dwc2 c90c0000.usb: no split
[ 4.578343] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(0)
[ 4.578361] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 0
[ 4.578382] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.578394] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.578408] dwc2 c90c0000.usb: Start PID: 3
[ 4.578417] dwc2 c90c0000.usb: Wrote 02b23dc0 to HCDMA(0)
[ 4.578426] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.578433] dwc2 c90c0000.usb: Wrote 80100040 to HCCHAR(0)
[ 4.578462] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.578483] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.578498] dwc2 c90c0000.usb: HAINT=00000001
[ 4.578519] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 0
[ 4.578533] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.578549] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Channel Halted--
[ 4.578567] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: DMA Channel Halted--
[ 4.578588] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Transfer Complete--
[ 4.578601] dwc2 c90c0000.usb: Control setup transaction done
[ 4.578609] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.578623] dwc2 c90c0000.usb: dwc2_release_channel: channel 0, halt_status 1
[ 4.578646] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.578661] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.578668] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.578675] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.578683] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.578692] dwc2 c90c0000.usb: Control data transaction
[ 4.578698] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.578705] dwc2 c90c0000.usb: DMA enabled
[ 4.578711] dwc2 c90c0000.usb: desc DMA disabled
[ 4.578717] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.578724] dwc2 c90c0000.usb: set HAINTMSK to 00000002
[ 4.578731] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.578738] dwc2 c90c0000.usb: set HCCHAR(1) to 00008040
[ 4.578746] dwc2 c90c0000.usb: dwc2_hc_init: Channel 1
[ 4.578753] dwc2 c90c0000.usb: Dev Addr: 0
[ 4.578760] dwc2 c90c0000.usb: Ep Num: 0
[ 4.578766] dwc2 c90c0000.usb: Is In: 1
[ 4.578773] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.578780] dwc2 c90c0000.usb: Ep Type: 0
[ 4.578786] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.578794] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.578801] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.578808] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.578816] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.578822] dwc2 c90c0000.usb: no split
[ 4.578829] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(1)
[ 4.578838] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 1
[ 4.578845] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.578852] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.578859] dwc2 c90c0000.usb: Start PID: 2
[ 4.578865] dwc2 c90c0000.usb: Wrote 02b12400 to HCDMA(1)
[ 4.578874] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.578881] dwc2 c90c0000.usb: Wrote 80108040 to HCCHAR(1)
[ 4.578892] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.578899] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.579053] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.579066] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.579073] dwc2 c90c0000.usb: HAINT=00000002
[ 4.579080] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 1
[ 4.579088] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.579097] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: Channel Halted--
[ 4.579105] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: DMA Channel Halted--
[ 4.579113] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: Transfer Complete--
[ 4.579121] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=18
[ 4.579130] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 1
[ 4.579138] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.579145] dwc2 c90c0000.usb: hctsiz.xfersize 46
[ 4.579152] dwc2 c90c0000.usb: urb->transfer_buffer_length 64
[ 4.579159] dwc2 c90c0000.usb: urb->actual_length 18
[ 4.579165] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.579173] dwc2 c90c0000.usb: Control data transfer done
[ 4.579179] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.579186] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.579193] dwc2 c90c0000.usb: DMA enabled
[ 4.579199] dwc2 c90c0000.usb: dwc2_release_channel: channel 1, halt_status 1
[ 4.579207] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.579216] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.579223] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.579230] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.579237] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.579246] dwc2 c90c0000.usb: Control status transaction
[ 4.579253] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.579260] dwc2 c90c0000.usb: DMA enabled
[ 4.579266] dwc2 c90c0000.usb: desc DMA disabled
[ 4.579272] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.579279] dwc2 c90c0000.usb: set HAINTMSK to 00000004
[ 4.579286] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.579293] dwc2 c90c0000.usb: set HCCHAR(2) to 00000040
[ 4.579301] dwc2 c90c0000.usb: dwc2_hc_init: Channel 2
[ 4.579308] dwc2 c90c0000.usb: Dev Addr: 0
[ 4.579315] dwc2 c90c0000.usb: Ep Num: 0
[ 4.579321] dwc2 c90c0000.usb: Is In: 0
[ 4.579328] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.579335] dwc2 c90c0000.usb: Ep Type: 0
[ 4.579341] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.579349] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.579355] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.579362] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.579371] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.579378] dwc2 c90c0000.usb: no split
[ 4.579384] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(2)
[ 4.579392] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 2
[ 4.579399] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.579406] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.579413] dwc2 c90c0000.usb: Start PID: 2
[ 4.579420] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(2)
[ 4.579428] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.579435] dwc2 c90c0000.usb: Wrote 80100040 to HCCHAR(2)
[ 4.579444] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.579451] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf3000006
[ 4.579467] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.579475] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.579481] dwc2 c90c0000.usb: HAINT=00000004
[ 4.579489] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 2
[ 4.579496] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.579505] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Channel Halted--
[ 4.579512] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: DMA Channel Halted--
[ 4.579520] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Transfer Complete--
[ 4.579527] dwc2 c90c0000.usb: Control transfer complete
[ 4.579534] dwc2 c90c0000.usb: dwc2_host_complete: urb c48efa00 device 0 ep 0-IN status 0 actual 18
[ 4.579568] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.579576] dwc2 c90c0000.usb: dwc2_release_channel: channel 2, halt_status 2
[ 4.579584] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.579606] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.579614] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.579622] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.579629] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.603294] dwc2 c90c0000.usb: SetPortFeature
[ 4.603869] dwc2 c90c0000.usb: SetPortFeature - USB_PORT_FEAT_RESET
[ 4.604314] dwc2 c90c0000.usb: In host mode, hprt0=00001101
[ 4.605058] dwc2 c90c0000.usb: gintsts=05000029 gintmsk=f3000006
[ 4.605839] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x01000000
[ 4.606348] dwc2 c90c0000.usb: --Port Interrupt--
[ 4.606753] dwc2 c90c0000.usb: --Port Interrupt HPRT0=0x00001109 Port Enable Changed (now 0)--
[ 4.607191] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.607198] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.610802] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 4.613784] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 4.617157] dwc2 c90c0000.usb: DWC OTG HCD HUB STATUS DATA: Root port status changed
[ 4.619445] dwc2 c90c0000.usb: port_connect_status_change: 0
[ 4.619460] dwc2 c90c0000.usb: port_reset_change: 0
[ 4.619466] dwc2 c90c0000.usb: port_enable_change: 1
[ 4.619473] dwc2 c90c0000.usb: port_suspend_change: 0
[ 4.619479] dwc2 c90c0000.usb: port_over_current_change: 0
[ 4.637440] dwc2 c90c0000.usb: gintsts=05000029 gintmsk=f3000006
[ 4.637465] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x01000000
[ 4.637474] dwc2 c90c0000.usb: --Port Interrupt--
[ 4.637480] dwc2 c90c0000.usb: --Port Interrupt HPRT0=0x0000100d Port Enable Changed (now 1)--
[ 4.637489] dwc2 c90c0000.usb: dwc2_hprt0_enable(c4271040)
[ 4.637499] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.637505] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.705237] dwc2 c90c0000.usb: GetPortStatus wIndex=0x0001 flags=0x0000000e
[ 4.705259] dwc2 c90c0000.usb: HPRT0: 0x00001005
[ 4.705268] dwc2 c90c0000.usb: port_status=00120503
[ 4.705400] dwc2 c90c0000.usb: ClearPortFeature USB_PORT_FEAT_C_RESET
[ 4.765230] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.765249] dwc2 c90c0000.usb: urb_enqueue, urb c48efa00
[ 4.765260] dwc2 c90c0000.usb: Device address: 0
[ 4.765267] dwc2 c90c0000.usb: Endpoint: 0, OUT
[ 4.765274] dwc2 c90c0000.usb: Endpoint type: CONTROL OUT (OUT)
[ 4.765282] dwc2 c90c0000.usb: Speed: HIGH
[ 4.765289] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.765298] dwc2 c90c0000.usb: Data buffer length: 0
[ 4.765304] dwc2 c90c0000.usb: Transfer buffer: 00000000, Transfer DMA: 00000000
[ 4.765313] dwc2 c90c0000.usb: Setup buffer: c4f40700, Setup DMA: 04f40700
[ 4.765321] dwc2 c90c0000.usb: Interval: 0
[ 4.765345] dwc2 c90c0000.usb: addr=0, ep_num=0, ep_dir=0, ep_type=0, maxp=64 (1 mult)
[ 4.765371] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.765380] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.765391] dwc2 c90c0000.usb: Control setup transaction
[ 4.765398] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.765405] dwc2 c90c0000.usb: DMA enabled
[ 4.765411] dwc2 c90c0000.usb: desc DMA disabled
[ 4.765417] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.765424] dwc2 c90c0000.usb: set HAINTMSK to 00000008
[ 4.765431] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.765438] dwc2 c90c0000.usb: set HCCHAR(3) to 00000040
[ 4.765446] dwc2 c90c0000.usb: dwc2_hc_init: Channel 3
[ 4.765453] dwc2 c90c0000.usb: Dev Addr: 0
[ 4.765459] dwc2 c90c0000.usb: Ep Num: 0
[ 4.765465] dwc2 c90c0000.usb: Is In: 0
[ 4.765472] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.765478] dwc2 c90c0000.usb: Ep Type: 0
[ 4.765484] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.765492] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.765498] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.765506] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.765514] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.765521] dwc2 c90c0000.usb: no split
[ 4.765528] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(3)
[ 4.765536] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 3
[ 4.765543] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.765549] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.765556] dwc2 c90c0000.usb: Start PID: 3
[ 4.765563] dwc2 c90c0000.usb: Wrote 04f40700 to HCDMA(3)
[ 4.765571] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.765578] dwc2 c90c0000.usb: Wrote 80100040 to HCCHAR(3)
[ 4.765593] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.765606] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.765612] dwc2 c90c0000.usb: HAINT=00000008
[ 4.765621] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 3
[ 4.765628] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.765638] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Channel Halted--
[ 4.765646] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: DMA Channel Halted--
[ 4.765654] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Transfer Complete--
[ 4.765662] dwc2 c90c0000.usb: Control setup transaction done
[ 4.765668] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.765674] dwc2 c90c0000.usb: dwc2_release_channel: channel 3, halt_status 1
[ 4.765683] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.765693] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.765700] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.765706] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.765715] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.765724] dwc2 c90c0000.usb: Control status transaction
[ 4.765730] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.765737] dwc2 c90c0000.usb: DMA enabled
[ 4.765742] dwc2 c90c0000.usb: desc DMA disabled
[ 4.765748] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.765755] dwc2 c90c0000.usb: set HAINTMSK to 00000010
[ 4.765762] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.765769] dwc2 c90c0000.usb: set HCCHAR(4) to 00008040
[ 4.765777] dwc2 c90c0000.usb: dwc2_hc_init: Channel 4
[ 4.765783] dwc2 c90c0000.usb: Dev Addr: 0
[ 4.765790] dwc2 c90c0000.usb: Ep Num: 0
[ 4.765796] dwc2 c90c0000.usb: Is In: 1
[ 4.765803] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.765809] dwc2 c90c0000.usb: Ep Type: 0
[ 4.765816] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.765823] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.765829] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.765836] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.765845] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.765851] dwc2 c90c0000.usb: no split
[ 4.765857] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(4)
[ 4.765865] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 4
[ 4.765872] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.765878] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.765884] dwc2 c90c0000.usb: Start PID: 2
[ 4.765891] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(4)
[ 4.765899] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.765905] dwc2 c90c0000.usb: Wrote 80108040 to HCCHAR(4)
[ 4.765915] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.765922] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.766101] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.766110] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.766116] dwc2 c90c0000.usb: HAINT=00000010
[ 4.766124] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 4
[ 4.766131] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.766139] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Channel Halted--
[ 4.766147] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: DMA Channel Halted--
[ 4.766154] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Transfer Complete--
[ 4.766161] dwc2 c90c0000.usb: Control transfer complete
[ 4.766168] dwc2 c90c0000.usb: dwc2_host_complete: urb c48efa00 device 0 ep 0-OUT status 0 actual 0
[ 4.766203] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.766211] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.766218] dwc2 c90c0000.usb: DMA enabled
[ 4.766224] dwc2 c90c0000.usb: dwc2_release_channel: channel 4, halt_status 2
[ 4.766232] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.766257] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.766264] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.766272] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.766279] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.766356] dwc2 c90c0000.usb: DWC OTG HCD EP DISABLE: bEndpointAddress=0x00, ep->hcpriv=c3cafd00
[ 4.766369] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.766393] dwc2 c90c0000.usb: DWC OTG HCD EP DISABLE: bEndpointAddress=0x00, ep->hcpriv=00000000
[ 4.766404] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x00
[ 4.785251] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.785268] dwc2 c90c0000.usb: urb_enqueue, urb c48efa00
[ 4.785279] dwc2 c90c0000.usb: Device address: 2
[ 4.785286] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.785293] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.785301] dwc2 c90c0000.usb: Speed: HIGH
[ 4.785307] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.785316] dwc2 c90c0000.usb: Data buffer length: 18
[ 4.785323] dwc2 c90c0000.usb: Transfer buffer: c4f40700, Transfer DMA: 04f40700
[ 4.785331] dwc2 c90c0000.usb: Setup buffer: c4f401c0, Setup DMA: 04f401c0
[ 4.785340] dwc2 c90c0000.usb: Interval: 0
[ 4.785363] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.785408] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.785418] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.785428] dwc2 c90c0000.usb: Control setup transaction
[ 4.785434] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.785442] dwc2 c90c0000.usb: DMA enabled
[ 4.785448] dwc2 c90c0000.usb: desc DMA disabled
[ 4.785454] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.785462] dwc2 c90c0000.usb: set HAINTMSK to 00000020
[ 4.785469] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.785476] dwc2 c90c0000.usb: set HCCHAR(5) to 00800040
[ 4.785483] dwc2 c90c0000.usb: dwc2_hc_init: Channel 5
[ 4.785490] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.785497] dwc2 c90c0000.usb: Ep Num: 0
[ 4.785503] dwc2 c90c0000.usb: Is In: 0
[ 4.785510] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.785516] dwc2 c90c0000.usb: Ep Type: 0
[ 4.785523] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.785531] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.785537] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.785544] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.785553] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.785559] dwc2 c90c0000.usb: no split
[ 4.785566] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(5)
[ 4.785573] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 5
[ 4.785580] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.785587] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.785593] dwc2 c90c0000.usb: Start PID: 3
[ 4.785600] dwc2 c90c0000.usb: Wrote 04f401c0 to HCDMA(5)
[ 4.785609] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.785615] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(5)
[ 4.785628] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.785638] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.785644] dwc2 c90c0000.usb: HAINT=00000020
[ 4.785651] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 5
[ 4.785659] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.785668] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: Channel Halted--
[ 4.785676] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: DMA Channel Halted--
[ 4.785683] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: Transfer Complete--
[ 4.785691] dwc2 c90c0000.usb: Control setup transaction done
[ 4.785698] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.785704] dwc2 c90c0000.usb: dwc2_release_channel: channel 5, halt_status 1
[ 4.785713] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.785722] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.785728] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.785734] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.785742] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.785751] dwc2 c90c0000.usb: Control data transaction
[ 4.785757] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.785763] dwc2 c90c0000.usb: DMA enabled
[ 4.785769] dwc2 c90c0000.usb: desc DMA disabled
[ 4.785775] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.785782] dwc2 c90c0000.usb: set HAINTMSK to 00000040
[ 4.785789] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.785795] dwc2 c90c0000.usb: set HCCHAR(6) to 00808040
[ 4.785803] dwc2 c90c0000.usb: dwc2_hc_init: Channel 6
[ 4.785810] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.785816] dwc2 c90c0000.usb: Ep Num: 0
[ 4.785823] dwc2 c90c0000.usb: Is In: 1
[ 4.785829] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.785836] dwc2 c90c0000.usb: Ep Type: 0
[ 4.785842] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.785850] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.785857] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.785864] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.785872] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.785878] dwc2 c90c0000.usb: no split
[ 4.785884] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(6)
[ 4.785892] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 6
[ 4.785899] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.785906] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.785912] dwc2 c90c0000.usb: Start PID: 2
[ 4.785918] dwc2 c90c0000.usb: Wrote 04f40700 to HCDMA(6)
[ 4.785926] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.785933] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(6)
[ 4.785942] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.785949] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.786105] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.786114] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.786120] dwc2 c90c0000.usb: HAINT=00000040
[ 4.786128] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 6
[ 4.786135] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.786144] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: Channel Halted--
[ 4.786151] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: DMA Channel Halted--
[ 4.786158] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: Transfer Complete--
[ 4.786165] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=18
[ 4.786174] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 6
[ 4.786182] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.786189] dwc2 c90c0000.usb: hctsiz.xfersize 46
[ 4.786196] dwc2 c90c0000.usb: urb->transfer_buffer_length 18
[ 4.786202] dwc2 c90c0000.usb: urb->actual_length 18
[ 4.786209] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.786216] dwc2 c90c0000.usb: Control data transfer done
[ 4.786222] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.786229] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.786235] dwc2 c90c0000.usb: DMA enabled
[ 4.786241] dwc2 c90c0000.usb: dwc2_release_channel: channel 6, halt_status 1
[ 4.786249] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.786259] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.786265] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.786271] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.786278] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.786287] dwc2 c90c0000.usb: Control status transaction
[ 4.786294] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.786300] dwc2 c90c0000.usb: DMA enabled
[ 4.786306] dwc2 c90c0000.usb: desc DMA disabled
[ 4.786312] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.786319] dwc2 c90c0000.usb: set HAINTMSK to 00000080
[ 4.786326] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.786333] dwc2 c90c0000.usb: set HCCHAR(7) to 00800040
[ 4.786340] dwc2 c90c0000.usb: dwc2_hc_init: Channel 7
[ 4.786347] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.786354] dwc2 c90c0000.usb: Ep Num: 0
[ 4.786360] dwc2 c90c0000.usb: Is In: 0
[ 4.786366] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.786373] dwc2 c90c0000.usb: Ep Type: 0
[ 4.786379] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.786386] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.786392] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.786399] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.786407] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.786413] dwc2 c90c0000.usb: no split
[ 4.786419] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(7)
[ 4.786427] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 7
[ 4.786434] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.786440] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.786446] dwc2 c90c0000.usb: Start PID: 2
[ 4.786453] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(7)
[ 4.786461] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.786467] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(7)
[ 4.786476] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.786483] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf3000006
[ 4.786497] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.786505] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.786511] dwc2 c90c0000.usb: HAINT=00000080
[ 4.786518] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 7
[ 4.786525] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.786534] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: Channel Halted--
[ 4.786541] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: DMA Channel Halted--
[ 4.786548] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: Transfer Complete--
[ 4.786556] dwc2 c90c0000.usb: Control transfer complete
[ 4.786562] dwc2 c90c0000.usb: dwc2_host_complete: urb c48efa00 device 2 ep 0-IN status 0 actual 18
[ 4.786595] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.786604] dwc2 c90c0000.usb: dwc2_release_channel: channel 7, halt_status 2
[ 4.786613] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.786637] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.786644] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.786652] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.786658] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.786829] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.786840] dwc2 c90c0000.usb: urb_enqueue, urb c48efa00
[ 4.786849] dwc2 c90c0000.usb: Device address: 2
[ 4.786856] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.786863] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.786871] dwc2 c90c0000.usb: Speed: HIGH
[ 4.786877] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.786885] dwc2 c90c0000.usb: Data buffer length: 9
[ 4.786892] dwc2 c90c0000.usb: Transfer buffer: c4f401c0, Transfer DMA: 04f401c0
[ 4.786900] dwc2 c90c0000.usb: Setup buffer: c4f40100, Setup DMA: 04f40100
[ 4.786908] dwc2 c90c0000.usb: Interval: 0
[ 4.786931] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.786957] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.786965] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.786974] dwc2 c90c0000.usb: Control setup transaction
[ 4.786981] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.786987] dwc2 c90c0000.usb: DMA enabled
[ 4.786993] dwc2 c90c0000.usb: desc DMA disabled
[ 4.786999] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.787006] dwc2 c90c0000.usb: set HAINTMSK to 00000100
[ 4.787013] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.787020] dwc2 c90c0000.usb: set HCCHAR(8) to 00800040
[ 4.787028] dwc2 c90c0000.usb: dwc2_hc_init: Channel 8
[ 4.787035] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.787041] dwc2 c90c0000.usb: Ep Num: 0
[ 4.787047] dwc2 c90c0000.usb: Is In: 0
[ 4.787054] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.787060] dwc2 c90c0000.usb: Ep Type: 0
[ 4.787067] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.787074] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.787080] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.787087] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.787095] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.787102] dwc2 c90c0000.usb: no split
[ 4.787108] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(8)
[ 4.787115] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 8
[ 4.787122] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.787129] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.787135] dwc2 c90c0000.usb: Start PID: 3
[ 4.787142] dwc2 c90c0000.usb: Wrote 04f40100 to HCDMA(8)
[ 4.787150] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.787157] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(8)
[ 4.787168] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.787177] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.787184] dwc2 c90c0000.usb: HAINT=00000100
[ 4.787192] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 8
[ 4.787199] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.787208] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: Channel Halted--
[ 4.787216] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: DMA Channel Halted--
[ 4.787224] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: Transfer Complete--
[ 4.787232] dwc2 c90c0000.usb: Control setup transaction done
[ 4.787238] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.787245] dwc2 c90c0000.usb: dwc2_release_channel: channel 8, halt_status 1
[ 4.787253] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.787262] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.787268] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.787274] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.787281] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.787291] dwc2 c90c0000.usb: Control data transaction
[ 4.787297] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.787303] dwc2 c90c0000.usb: DMA enabled
[ 4.787309] dwc2 c90c0000.usb: desc DMA disabled
[ 4.787315] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.787321] dwc2 c90c0000.usb: set HAINTMSK to 00000200
[ 4.787328] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.787335] dwc2 c90c0000.usb: set HCCHAR(9) to 00808040
[ 4.787343] dwc2 c90c0000.usb: dwc2_hc_init: Channel 9
[ 4.787350] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.787356] dwc2 c90c0000.usb: Ep Num: 0
[ 4.787363] dwc2 c90c0000.usb: Is In: 1
[ 4.787369] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.787376] dwc2 c90c0000.usb: Ep Type: 0
[ 4.787383] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.787390] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.787396] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.787403] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.787411] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.787417] dwc2 c90c0000.usb: no split
[ 4.787424] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(9)
[ 4.787431] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 9
[ 4.787439] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.787445] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.787452] dwc2 c90c0000.usb: Start PID: 2
[ 4.787458] dwc2 c90c0000.usb: Wrote 04f401c0 to HCDMA(9)
[ 4.787466] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.787473] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(9)
[ 4.787482] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.787489] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.787651] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.787661] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.787667] dwc2 c90c0000.usb: HAINT=00000200
[ 4.787674] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 9
[ 4.787681] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.787690] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: Channel Halted--
[ 4.787697] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: DMA Channel Halted--
[ 4.787704] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: Transfer Complete--
[ 4.787712] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=9
[ 4.787720] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 9
[ 4.787728] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.787735] dwc2 c90c0000.usb: hctsiz.xfersize 55
[ 4.787741] dwc2 c90c0000.usb: urb->transfer_buffer_length 9
[ 4.787748] dwc2 c90c0000.usb: urb->actual_length 9
[ 4.787754] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.787761] dwc2 c90c0000.usb: Control data transfer done
[ 4.787768] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.787774] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.787780] dwc2 c90c0000.usb: DMA enabled
[ 4.787786] dwc2 c90c0000.usb: dwc2_release_channel: channel 9, halt_status 1
[ 4.787794] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.787803] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.787810] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.787816] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.787824] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.787832] dwc2 c90c0000.usb: Control status transaction
[ 4.787839] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.787845] dwc2 c90c0000.usb: DMA enabled
[ 4.787851] dwc2 c90c0000.usb: desc DMA disabled
[ 4.787857] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.787863] dwc2 c90c0000.usb: set HAINTMSK to 00000400
[ 4.787870] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.787877] dwc2 c90c0000.usb: set HCCHAR(10) to 00800040
[ 4.787885] dwc2 c90c0000.usb: dwc2_hc_init: Channel 10
[ 4.787892] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.787898] dwc2 c90c0000.usb: Ep Num: 0
[ 4.787905] dwc2 c90c0000.usb: Is In: 0
[ 4.787911] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.787917] dwc2 c90c0000.usb: Ep Type: 0
[ 4.787924] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.787931] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.787937] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.787944] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.787951] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.787958] dwc2 c90c0000.usb: no split
[ 4.787964] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(10)
[ 4.787972] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 10
[ 4.787979] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.787985] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.787992] dwc2 c90c0000.usb: Start PID: 2
[ 4.787998] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(10)
[ 4.788007] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.788013] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(10)
[ 4.788022] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.788029] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf3000006
[ 4.788043] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.788051] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.788057] dwc2 c90c0000.usb: HAINT=00000400
[ 4.788065] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 10
[ 4.788072] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.788081] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: Channel Halted--
[ 4.788088] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: DMA Channel Halted--
[ 4.788095] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: Transfer Complete--
[ 4.788102] dwc2 c90c0000.usb: Control transfer complete
[ 4.788109] dwc2 c90c0000.usb: dwc2_host_complete: urb c48efa00 device 2 ep 0-IN status 0 actual 9
[ 4.788140] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.788148] dwc2 c90c0000.usb: dwc2_release_channel: channel 10, halt_status 2
[ 4.788157] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.788181] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.788188] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.788196] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.788203] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.788312] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.788321] dwc2 c90c0000.usb: urb_enqueue, urb c48efa00
[ 4.788330] dwc2 c90c0000.usb: Device address: 2
[ 4.788337] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.788344] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.788352] dwc2 c90c0000.usb: Speed: HIGH
[ 4.788358] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.788366] dwc2 c90c0000.usb: Data buffer length: 41
[ 4.788373] dwc2 c90c0000.usb: Transfer buffer: c4f40100, Transfer DMA: 04f40100
[ 4.788381] dwc2 c90c0000.usb: Setup buffer: c4f40f40, Setup DMA: 04f40f40
[ 4.788390] dwc2 c90c0000.usb: Interval: 0
[ 4.788412] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.788437] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.788445] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.788454] dwc2 c90c0000.usb: Control setup transaction
[ 4.788460] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.788467] dwc2 c90c0000.usb: DMA enabled
[ 4.788473] dwc2 c90c0000.usb: desc DMA disabled
[ 4.788479] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.788486] dwc2 c90c0000.usb: set HAINTMSK to 00000800
[ 4.788493] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.788500] dwc2 c90c0000.usb: set HCCHAR(11) to 00800040
[ 4.788507] dwc2 c90c0000.usb: dwc2_hc_init: Channel 11
[ 4.788515] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.788521] dwc2 c90c0000.usb: Ep Num: 0
[ 4.788527] dwc2 c90c0000.usb: Is In: 0
[ 4.788534] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.788540] dwc2 c90c0000.usb: Ep Type: 0
[ 4.788547] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.788554] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.788560] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.788567] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.788575] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.788581] dwc2 c90c0000.usb: no split
[ 4.788588] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(11)
[ 4.788595] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 11
[ 4.788603] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.788609] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.788615] dwc2 c90c0000.usb: Start PID: 3
[ 4.788622] dwc2 c90c0000.usb: Wrote 04f40f40 to HCDMA(11)
[ 4.788630] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.788637] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(11)
[ 4.788648] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.788657] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.788663] dwc2 c90c0000.usb: HAINT=00000800
[ 4.788670] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 11
[ 4.788678] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.788687] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Channel Halted--
[ 4.788694] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: DMA Channel Halted--
[ 4.788701] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Transfer Complete--
[ 4.788708] dwc2 c90c0000.usb: Control setup transaction done
[ 4.788715] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.788721] dwc2 c90c0000.usb: dwc2_release_channel: channel 11, halt_status 1
[ 4.788729] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.788738] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.788745] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.788751] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.788758] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.788767] dwc2 c90c0000.usb: Control data transaction
[ 4.788773] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.788779] dwc2 c90c0000.usb: DMA enabled
[ 4.788785] dwc2 c90c0000.usb: desc DMA disabled
[ 4.788791] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.788798] dwc2 c90c0000.usb: set HAINTMSK to 00001000
[ 4.788805] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.788812] dwc2 c90c0000.usb: set HCCHAR(12) to 00808040
[ 4.788820] dwc2 c90c0000.usb: dwc2_hc_init: Channel 12
[ 4.788827] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.788833] dwc2 c90c0000.usb: Ep Num: 0
[ 4.788839] dwc2 c90c0000.usb: Is In: 1
[ 4.788846] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.788852] dwc2 c90c0000.usb: Ep Type: 0
[ 4.788859] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.788866] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.788872] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.788879] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.788887] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.788893] dwc2 c90c0000.usb: no split
[ 4.788899] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(12)
[ 4.788908] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 12
[ 4.788915] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.788921] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.788928] dwc2 c90c0000.usb: Start PID: 2
[ 4.788934] dwc2 c90c0000.usb: Wrote 04f40100 to HCDMA(12)
[ 4.788942] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.788949] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(12)
[ 4.788958] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.788965] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.789222] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.789231] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.789238] dwc2 c90c0000.usb: HAINT=00001000
[ 4.789245] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 12
[ 4.789252] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.789262] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: Channel Halted--
[ 4.789269] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: DMA Channel Halted--
[ 4.789277] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: Transfer Complete--
[ 4.789284] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=41
[ 4.789292] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 12
[ 4.789300] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.789307] dwc2 c90c0000.usb: hctsiz.xfersize 23
[ 4.789313] dwc2 c90c0000.usb: urb->transfer_buffer_length 41
[ 4.789320] dwc2 c90c0000.usb: urb->actual_length 41
[ 4.789326] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.789334] dwc2 c90c0000.usb: Control data transfer done
[ 4.789340] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.789346] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.789352] dwc2 c90c0000.usb: DMA enabled
[ 4.789358] dwc2 c90c0000.usb: dwc2_release_channel: channel 12, halt_status 1
[ 4.789367] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.789376] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.789382] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.789389] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.789396] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.789404] dwc2 c90c0000.usb: Control status transaction
[ 4.789410] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.789416] dwc2 c90c0000.usb: DMA enabled
[ 4.789422] dwc2 c90c0000.usb: desc DMA disabled
[ 4.789428] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.789435] dwc2 c90c0000.usb: set HAINTMSK to 00002000
[ 4.789442] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.789449] dwc2 c90c0000.usb: set HCCHAR(13) to 00800040
[ 4.789457] dwc2 c90c0000.usb: dwc2_hc_init: Channel 13
[ 4.789464] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.789470] dwc2 c90c0000.usb: Ep Num: 0
[ 4.789476] dwc2 c90c0000.usb: Is In: 0
[ 4.789483] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.789489] dwc2 c90c0000.usb: Ep Type: 0
[ 4.789496] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.789503] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.789509] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.789516] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.789524] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.789530] dwc2 c90c0000.usb: no split
[ 4.789536] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(13)
[ 4.789544] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 13
[ 4.789551] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.789558] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.789564] dwc2 c90c0000.usb: Start PID: 2
[ 4.789571] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(13)
[ 4.789579] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.789586] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(13)
[ 4.789594] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.789601] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf3000006
[ 4.789616] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.789624] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.789630] dwc2 c90c0000.usb: HAINT=00002000
[ 4.789638] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 13
[ 4.789645] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.789654] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: Channel Halted--
[ 4.789661] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: DMA Channel Halted--
[ 4.789668] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: Transfer Complete--
[ 4.789676] dwc2 c90c0000.usb: Control transfer complete
[ 4.789682] dwc2 c90c0000.usb: dwc2_host_complete: urb c48efa00 device 2 ep 0-IN status 0 actual 41
[ 4.789715] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.789722] dwc2 c90c0000.usb: dwc2_release_channel: channel 13, halt_status 2
[ 4.789732] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.789756] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.789763] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.789772] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.789779] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.789957] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.789968] dwc2 c90c0000.usb: urb_enqueue, urb c48efa00
[ 4.789976] dwc2 c90c0000.usb: Device address: 2
[ 4.789983] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.789990] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.789998] dwc2 c90c0000.usb: Speed: HIGH
[ 4.790004] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.790012] dwc2 c90c0000.usb: Data buffer length: 255
[ 4.790019] dwc2 c90c0000.usb: Transfer buffer: c4862800, Transfer DMA: 04862800
[ 4.790028] dwc2 c90c0000.usb: Setup buffer: c4f401c0, Setup DMA: 04f401c0
[ 4.790036] dwc2 c90c0000.usb: Interval: 0
[ 4.790060] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.790086] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.790094] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.790104] dwc2 c90c0000.usb: Control setup transaction
[ 4.790110] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.790117] dwc2 c90c0000.usb: DMA enabled
[ 4.790123] dwc2 c90c0000.usb: desc DMA disabled
[ 4.790129] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.790136] dwc2 c90c0000.usb: set HAINTMSK to 00004000
[ 4.790143] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.790150] dwc2 c90c0000.usb: set HCCHAR(14) to 00800040
[ 4.790158] dwc2 c90c0000.usb: dwc2_hc_init: Channel 14
[ 4.790165] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.790171] dwc2 c90c0000.usb: Ep Num: 0
[ 4.790178] dwc2 c90c0000.usb: Is In: 0
[ 4.790184] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.790191] dwc2 c90c0000.usb: Ep Type: 0
[ 4.790197] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.790204] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.790210] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.790217] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.790225] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.790232] dwc2 c90c0000.usb: no split
[ 4.790238] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(14)
[ 4.790246] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 14
[ 4.790253] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.790260] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.790266] dwc2 c90c0000.usb: Start PID: 3
[ 4.790273] dwc2 c90c0000.usb: Wrote 04f401c0 to HCDMA(14)
[ 4.790281] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.790288] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(14)
[ 4.790299] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.790309] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.790315] dwc2 c90c0000.usb: HAINT=00004000
[ 4.790322] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 14
[ 4.790329] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.790339] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: Channel Halted--
[ 4.790347] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: DMA Channel Halted--
[ 4.790354] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: Transfer Complete--
[ 4.790362] dwc2 c90c0000.usb: Control setup transaction done
[ 4.790369] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.790375] dwc2 c90c0000.usb: dwc2_release_channel: channel 14, halt_status 1
[ 4.790384] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.790393] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.790399] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.790406] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.790413] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.790422] dwc2 c90c0000.usb: Control data transaction
[ 4.790428] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.790434] dwc2 c90c0000.usb: DMA enabled
[ 4.790440] dwc2 c90c0000.usb: desc DMA disabled
[ 4.790445] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.790453] dwc2 c90c0000.usb: set HAINTMSK to 00008000
[ 4.790459] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.790467] dwc2 c90c0000.usb: set HCCHAR(15) to 00808040
[ 4.790474] dwc2 c90c0000.usb: dwc2_hc_init: Channel 15
[ 4.790481] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.790488] dwc2 c90c0000.usb: Ep Num: 0
[ 4.790494] dwc2 c90c0000.usb: Is In: 1
[ 4.790500] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.790507] dwc2 c90c0000.usb: Ep Type: 0
[ 4.790513] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.790520] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.790526] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.790534] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.790541] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.790548] dwc2 c90c0000.usb: no split
[ 4.790554] dwc2 c90c0000.usb: Wrote 40200100 to HCTSIZ(15)
[ 4.790562] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 15
[ 4.790569] dwc2 c90c0000.usb: Xfer Size: 256
[ 4.790575] dwc2 c90c0000.usb: Num Pkts: 4
[ 4.790582] dwc2 c90c0000.usb: Start PID: 2
[ 4.790588] dwc2 c90c0000.usb: Wrote 04862800 to HCDMA(15)
[ 4.790597] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.790603] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(15)
[ 4.790612] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.790619] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.790823] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.790832] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.790838] dwc2 c90c0000.usb: HAINT=00008000
[ 4.790846] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 15
[ 4.790853] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.790862] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: Channel Halted--
[ 4.790869] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: DMA Channel Halted--
[ 4.790877] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: Transfer Complete--
[ 4.790884] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=4
[ 4.790892] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 15
[ 4.790900] dwc2 c90c0000.usb: chan->xfer_len 256
[ 4.790907] dwc2 c90c0000.usb: hctsiz.xfersize 252
[ 4.790914] dwc2 c90c0000.usb: urb->transfer_buffer_length 255
[ 4.790921] dwc2 c90c0000.usb: urb->actual_length 4
[ 4.790927] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.790935] dwc2 c90c0000.usb: Control data transfer done
[ 4.790941] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.790948] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.790954] dwc2 c90c0000.usb: DMA enabled
[ 4.790959] dwc2 c90c0000.usb: dwc2_release_channel: channel 15, halt_status 1
[ 4.790968] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.790978] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.790984] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.790990] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.790997] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.791006] dwc2 c90c0000.usb: Control status transaction
[ 4.791012] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.791018] dwc2 c90c0000.usb: DMA enabled
[ 4.791023] dwc2 c90c0000.usb: desc DMA disabled
[ 4.791029] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.791036] dwc2 c90c0000.usb: set HAINTMSK to 00000001
[ 4.791043] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.791050] dwc2 c90c0000.usb: set HCCHAR(0) to 00800040
[ 4.791057] dwc2 c90c0000.usb: dwc2_hc_init: Channel 0
[ 4.791064] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.791071] dwc2 c90c0000.usb: Ep Num: 0
[ 4.791077] dwc2 c90c0000.usb: Is In: 0
[ 4.791083] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.791090] dwc2 c90c0000.usb: Ep Type: 0
[ 4.791096] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.791103] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.791109] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.791116] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.791124] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.791130] dwc2 c90c0000.usb: no split
[ 4.791136] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(0)
[ 4.791144] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 0
[ 4.791151] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.791157] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.791164] dwc2 c90c0000.usb: Start PID: 2
[ 4.791170] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(0)
[ 4.791178] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.791185] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(0)
[ 4.791193] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.791200] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf3000006
[ 4.791214] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.791223] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.791229] dwc2 c90c0000.usb: HAINT=00000001
[ 4.791236] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 0
[ 4.791243] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.791251] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Channel Halted--
[ 4.791258] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: DMA Channel Halted--
[ 4.791266] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Transfer Complete--
[ 4.791273] dwc2 c90c0000.usb: Control transfer complete
[ 4.791280] dwc2 c90c0000.usb: dwc2_host_complete: urb c48efa00 device 2 ep 0-IN status 0 actual 4
[ 4.791311] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.791318] dwc2 c90c0000.usb: dwc2_release_channel: channel 0, halt_status 2
[ 4.791327] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.791349] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.791356] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.791364] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.791371] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.791471] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.791481] dwc2 c90c0000.usb: urb_enqueue, urb c48efa00
[ 4.791489] dwc2 c90c0000.usb: Device address: 2
[ 4.791496] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.791503] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.791510] dwc2 c90c0000.usb: Speed: HIGH
[ 4.791516] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.791524] dwc2 c90c0000.usb: Data buffer length: 255
[ 4.791531] dwc2 c90c0000.usb: Transfer buffer: c4862800, Transfer DMA: 04862800
[ 4.791540] dwc2 c90c0000.usb: Setup buffer: c4f401c0, Setup DMA: 04f401c0
[ 4.791548] dwc2 c90c0000.usb: Interval: 0
[ 4.791571] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.791597] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.791605] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.791614] dwc2 c90c0000.usb: Control setup transaction
[ 4.791621] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.791627] dwc2 c90c0000.usb: DMA enabled
[ 4.791633] dwc2 c90c0000.usb: desc DMA disabled
[ 4.791639] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.791647] dwc2 c90c0000.usb: set HAINTMSK to 00000002
[ 4.791654] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.791660] dwc2 c90c0000.usb: set HCCHAR(1) to 00800040
[ 4.791668] dwc2 c90c0000.usb: dwc2_hc_init: Channel 1
[ 4.791675] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.791681] dwc2 c90c0000.usb: Ep Num: 0
[ 4.791688] dwc2 c90c0000.usb: Is In: 0
[ 4.791694] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.791701] dwc2 c90c0000.usb: Ep Type: 0
[ 4.791707] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.791715] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.791721] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.791728] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.791736] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.791743] dwc2 c90c0000.usb: no split
[ 4.791749] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(1)
[ 4.791756] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 1
[ 4.791763] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.791770] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.791776] dwc2 c90c0000.usb: Start PID: 3
[ 4.791783] dwc2 c90c0000.usb: Wrote 04f401c0 to HCDMA(1)
[ 4.791791] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.791798] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(1)
[ 4.791809] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.791818] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.791824] dwc2 c90c0000.usb: HAINT=00000002
[ 4.791832] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 1
[ 4.791839] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.791848] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: Channel Halted--
[ 4.791855] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: DMA Channel Halted--
[ 4.791862] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: Transfer Complete--
[ 4.791870] dwc2 c90c0000.usb: Control setup transaction done
[ 4.791876] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.791882] dwc2 c90c0000.usb: dwc2_release_channel: channel 1, halt_status 1
[ 4.791890] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.791900] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.791906] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.791912] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.791919] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.791928] dwc2 c90c0000.usb: Control data transaction
[ 4.791934] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.791940] dwc2 c90c0000.usb: DMA enabled
[ 4.791946] dwc2 c90c0000.usb: desc DMA disabled
[ 4.791952] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.791959] dwc2 c90c0000.usb: set HAINTMSK to 00000004
[ 4.791966] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.791973] dwc2 c90c0000.usb: set HCCHAR(2) to 00808040
[ 4.791980] dwc2 c90c0000.usb: dwc2_hc_init: Channel 2
[ 4.791987] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.791993] dwc2 c90c0000.usb: Ep Num: 0
[ 4.792000] dwc2 c90c0000.usb: Is In: 1
[ 4.792006] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.792013] dwc2 c90c0000.usb: Ep Type: 0
[ 4.792019] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.792026] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.792032] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.792039] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.792047] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.792053] dwc2 c90c0000.usb: no split
[ 4.792059] dwc2 c90c0000.usb: Wrote 40200100 to HCTSIZ(2)
[ 4.792067] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 2
[ 4.792074] dwc2 c90c0000.usb: Xfer Size: 256
[ 4.792081] dwc2 c90c0000.usb: Num Pkts: 4
[ 4.792087] dwc2 c90c0000.usb: Start PID: 2
[ 4.792094] dwc2 c90c0000.usb: Wrote 04862800 to HCDMA(2)
[ 4.792101] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.792108] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(2)
[ 4.792117] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.792124] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.792366] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.792375] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.792382] dwc2 c90c0000.usb: HAINT=00000004
[ 4.792389] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 2
[ 4.792396] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.792405] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Channel Halted--
[ 4.792412] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: DMA Channel Halted--
[ 4.792420] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Transfer Complete--
[ 4.792427] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=22
[ 4.792435] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 2
[ 4.792443] dwc2 c90c0000.usb: chan->xfer_len 256
[ 4.792450] dwc2 c90c0000.usb: hctsiz.xfersize 234
[ 4.792456] dwc2 c90c0000.usb: urb->transfer_buffer_length 255
[ 4.792463] dwc2 c90c0000.usb: urb->actual_length 22
[ 4.792470] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.792477] dwc2 c90c0000.usb: Control data transfer done
[ 4.792483] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.792489] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.792495] dwc2 c90c0000.usb: DMA enabled
[ 4.792501] dwc2 c90c0000.usb: dwc2_release_channel: channel 2, halt_status 1
[ 4.792509] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.792519] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.792525] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.792532] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.792539] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.792548] dwc2 c90c0000.usb: Control status transaction
[ 4.792554] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.792560] dwc2 c90c0000.usb: DMA enabled
[ 4.792566] dwc2 c90c0000.usb: desc DMA disabled
[ 4.792572] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.792578] dwc2 c90c0000.usb: set HAINTMSK to 00000008
[ 4.792585] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.792592] dwc2 c90c0000.usb: set HCCHAR(3) to 00800040
[ 4.792600] dwc2 c90c0000.usb: dwc2_hc_init: Channel 3
[ 4.792607] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.792613] dwc2 c90c0000.usb: Ep Num: 0
[ 4.792620] dwc2 c90c0000.usb: Is In: 0
[ 4.792626] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.792632] dwc2 c90c0000.usb: Ep Type: 0
[ 4.792639] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.792646] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.792652] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.792659] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.792667] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.792673] dwc2 c90c0000.usb: no split
[ 4.792680] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(3)
[ 4.792687] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 3
[ 4.792694] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.792701] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.792707] dwc2 c90c0000.usb: Start PID: 2
[ 4.792714] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(3)
[ 4.792721] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.792728] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(3)
[ 4.792738] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.792745] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf3000006
[ 4.792760] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.792768] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.792774] dwc2 c90c0000.usb: HAINT=00000008
[ 4.792781] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 3
[ 4.792788] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.792797] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Channel Halted--
[ 4.792803] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: DMA Channel Halted--
[ 4.792811] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Transfer Complete--
[ 4.792818] dwc2 c90c0000.usb: Control transfer complete
[ 4.792824] dwc2 c90c0000.usb: dwc2_host_complete: urb c48efa00 device 2 ep 0-IN status 0 actual 22
[ 4.792855] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.792863] dwc2 c90c0000.usb: dwc2_release_channel: channel 3, halt_status 2
[ 4.792871] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.792895] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.792902] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.792910] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.792917] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.793032] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 4.795661] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.802762] usb 1-1: Product: USB2.0 Hub
[ 4.808658] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 4.808758] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.808767] dwc2 c90c0000.usb: urb_enqueue, urb c48ef700
[ 4.808776] dwc2 c90c0000.usb: Device address: 2
[ 4.808783] dwc2 c90c0000.usb: Endpoint: 0, OUT
[ 4.808791] dwc2 c90c0000.usb: Endpoint type: CONTROL OUT (OUT)
[ 4.808798] dwc2 c90c0000.usb: Speed: HIGH
[ 4.808805] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.808813] dwc2 c90c0000.usb: Data buffer length: 0
[ 4.808820] dwc2 c90c0000.usb: Transfer buffer: 00000000, Transfer DMA: 00000000
[ 4.808828] dwc2 c90c0000.usb: Setup buffer: c4f40400, Setup DMA: 04f40400
[ 4.808837] dwc2 c90c0000.usb: Interval: 0
[ 4.808861] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=0, ep_type=0, maxp=64 (1 mult)
[ 4.808889] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.808899] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.808909] dwc2 c90c0000.usb: Control setup transaction
[ 4.808916] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.808923] dwc2 c90c0000.usb: DMA enabled
[ 4.808928] dwc2 c90c0000.usb: desc DMA disabled
[ 4.808935] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.808943] dwc2 c90c0000.usb: set HAINTMSK to 00000010
[ 4.808950] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.808957] dwc2 c90c0000.usb: set HCCHAR(4) to 00800040
[ 4.808965] dwc2 c90c0000.usb: dwc2_hc_init: Channel 4
[ 4.808972] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.808978] dwc2 c90c0000.usb: Ep Num: 0
[ 4.808984] dwc2 c90c0000.usb: Is In: 0
[ 4.808991] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.808997] dwc2 c90c0000.usb: Ep Type: 0
[ 4.809004] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.809011] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.809018] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.809025] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.809034] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.809041] dwc2 c90c0000.usb: no split
[ 4.809047] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(4)
[ 4.809055] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 4
[ 4.809062] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.809069] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.809075] dwc2 c90c0000.usb: Start PID: 3
[ 4.809082] dwc2 c90c0000.usb: Wrote 04f40400 to HCDMA(4)
[ 4.809091] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.809097] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(4)
[ 4.809109] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.809119] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.809126] dwc2 c90c0000.usb: HAINT=00000010
[ 4.809135] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 4
[ 4.809143] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.809152] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Channel Halted--
[ 4.809160] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: DMA Channel Halted--
[ 4.809169] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Transfer Complete--
[ 4.809178] dwc2 c90c0000.usb: Control setup transaction done
[ 4.809185] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.809192] dwc2 c90c0000.usb: dwc2_release_channel: channel 4, halt_status 1
[ 4.809200] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.809210] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.809217] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.809223] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.809233] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.809242] dwc2 c90c0000.usb: Control status transaction
[ 4.809248] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.809255] dwc2 c90c0000.usb: DMA enabled
[ 4.809261] dwc2 c90c0000.usb: desc DMA disabled
[ 4.809267] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.809274] dwc2 c90c0000.usb: set HAINTMSK to 00000020
[ 4.809280] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.809288] dwc2 c90c0000.usb: set HCCHAR(5) to 00808040
[ 4.809295] dwc2 c90c0000.usb: dwc2_hc_init: Channel 5
[ 4.809303] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.809309] dwc2 c90c0000.usb: Ep Num: 0
[ 4.809315] dwc2 c90c0000.usb: Is In: 1
[ 4.809322] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.809328] dwc2 c90c0000.usb: Ep Type: 0
[ 4.809334] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.809342] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.809348] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.809355] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.809364] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.809371] dwc2 c90c0000.usb: no split
[ 4.809377] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(5)
[ 4.809385] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 5
[ 4.809392] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.809399] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.809405] dwc2 c90c0000.usb: Start PID: 2
[ 4.809412] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(5)
[ 4.809420] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.809427] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(5)
[ 4.809437] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.809444] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.809614] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.809624] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.809630] dwc2 c90c0000.usb: HAINT=00000020
[ 4.809638] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 5
[ 4.809645] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.809654] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: Channel Halted--
[ 4.809662] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: DMA Channel Halted--
[ 4.809669] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: Transfer Complete--
[ 4.809677] dwc2 c90c0000.usb: Control transfer complete
[ 4.809683] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ef700 device 2 ep 0-OUT status 0 actual 0
[ 4.809717] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.809726] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.809732] dwc2 c90c0000.usb: DMA enabled
[ 4.809738] dwc2 c90c0000.usb: dwc2_release_channel: channel 5, halt_status 2
[ 4.809746] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.809768] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.809776] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.809785] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.809792] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.811292] hub 1-1:1.0: USB hub found
[ 4.811440] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.811451] dwc2 c90c0000.usb: urb_enqueue, urb c48ee080
[ 4.811460] dwc2 c90c0000.usb: Device address: 2
[ 4.811467] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.811474] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.811482] dwc2 c90c0000.usb: Speed: HIGH
[ 4.811489] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.811496] dwc2 c90c0000.usb: Data buffer length: 15
[ 4.811503] dwc2 c90c0000.usb: Transfer buffer: c2b23940, Transfer DMA: 02b23940
[ 4.811512] dwc2 c90c0000.usb: Setup buffer: c4ff6e80, Setup DMA: 04ff6e80
[ 4.811520] dwc2 c90c0000.usb: Interval: 0
[ 4.811546] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.811574] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.811582] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.811592] dwc2 c90c0000.usb: Control setup transaction
[ 4.811599] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.811605] dwc2 c90c0000.usb: DMA enabled
[ 4.811611] dwc2 c90c0000.usb: desc DMA disabled
[ 4.811617] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.811624] dwc2 c90c0000.usb: set HAINTMSK to 00000040
[ 4.811631] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.811638] dwc2 c90c0000.usb: set HCCHAR(6) to 00800040
[ 4.811646] dwc2 c90c0000.usb: dwc2_hc_init: Channel 6
[ 4.811653] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.811659] dwc2 c90c0000.usb: Ep Num: 0
[ 4.811666] dwc2 c90c0000.usb: Is In: 0
[ 4.811672] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.811678] dwc2 c90c0000.usb: Ep Type: 0
[ 4.811685] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.811692] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.811698] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.811705] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.811714] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.811721] dwc2 c90c0000.usb: no split
[ 4.811728] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(6)
[ 4.811736] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 6
[ 4.811743] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.811749] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.811756] dwc2 c90c0000.usb: Start PID: 3
[ 4.811762] dwc2 c90c0000.usb: Wrote 04ff6e80 to HCDMA(6)
[ 4.811771] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.811777] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(6)
[ 4.811789] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.811800] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.811806] dwc2 c90c0000.usb: HAINT=00000040
[ 4.811813] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 6
[ 4.811821] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.811830] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: Channel Halted--
[ 4.811838] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: DMA Channel Halted--
[ 4.811846] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: Transfer Complete--
[ 4.811854] dwc2 c90c0000.usb: Control setup transaction done
[ 4.811860] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.811867] dwc2 c90c0000.usb: dwc2_release_channel: channel 6, halt_status 1
[ 4.811877] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.811887] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.811893] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.811899] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.811907] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.811916] dwc2 c90c0000.usb: Control data transaction
[ 4.811923] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.811929] dwc2 c90c0000.usb: DMA enabled
[ 4.811934] dwc2 c90c0000.usb: desc DMA disabled
[ 4.811940] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.811947] dwc2 c90c0000.usb: set HAINTMSK to 00000080
[ 4.811954] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.811961] dwc2 c90c0000.usb: set HCCHAR(7) to 00808040
[ 4.811969] dwc2 c90c0000.usb: dwc2_hc_init: Channel 7
[ 4.811976] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.811982] dwc2 c90c0000.usb: Ep Num: 0
[ 4.811989] dwc2 c90c0000.usb: Is In: 1
[ 4.811995] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.812001] dwc2 c90c0000.usb: Ep Type: 0
[ 4.812008] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.812015] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.812022] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.812029] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.812037] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.812044] dwc2 c90c0000.usb: no split
[ 4.812050] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(7)
[ 4.812058] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 7
[ 4.812065] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.812072] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.812078] dwc2 c90c0000.usb: Start PID: 2
[ 4.812085] dwc2 c90c0000.usb: Wrote 02b23940 to HCDMA(7)
[ 4.812093] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.812100] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(7)
[ 4.812109] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.812117] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.812348] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.812358] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.812364] dwc2 c90c0000.usb: HAINT=00000080
[ 4.812372] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 7
[ 4.812379] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.812388] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: Channel Halted--
[ 4.812396] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: DMA Channel Halted--
[ 4.812403] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: Transfer Complete--
[ 4.812411] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=9
[ 4.812419] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 7
[ 4.812427] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.812434] dwc2 c90c0000.usb: hctsiz.xfersize 55
[ 4.812441] dwc2 c90c0000.usb: urb->transfer_buffer_length 15
[ 4.812448] dwc2 c90c0000.usb: urb->actual_length 9
[ 4.812454] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.812462] dwc2 c90c0000.usb: Control data transfer done
[ 4.812468] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.812474] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.812480] dwc2 c90c0000.usb: DMA enabled
[ 4.812486] dwc2 c90c0000.usb: dwc2_release_channel: channel 7, halt_status 1
[ 4.812494] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.812504] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.812510] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.812516] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.812524] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.812533] dwc2 c90c0000.usb: Control status transaction
[ 4.812539] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.812545] dwc2 c90c0000.usb: DMA enabled
[ 4.812551] dwc2 c90c0000.usb: desc DMA disabled
[ 4.812557] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.812563] dwc2 c90c0000.usb: set HAINTMSK to 00000100
[ 4.812570] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.812577] dwc2 c90c0000.usb: set HCCHAR(8) to 00800040
[ 4.812585] dwc2 c90c0000.usb: dwc2_hc_init: Channel 8
[ 4.812592] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.812598] dwc2 c90c0000.usb: Ep Num: 0
[ 4.812605] dwc2 c90c0000.usb: Is In: 0
[ 4.812611] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.812617] dwc2 c90c0000.usb: Ep Type: 0
[ 4.812624] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.812631] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.812637] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.812644] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.812653] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.812659] dwc2 c90c0000.usb: no split
[ 4.812665] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(8)
[ 4.812673] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 8
[ 4.812680] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.812686] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.812693] dwc2 c90c0000.usb: Start PID: 2
[ 4.812699] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(8)
[ 4.812707] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.812714] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(8)
[ 4.812722] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.812729] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf3000006
[ 4.812744] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.812752] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.812758] dwc2 c90c0000.usb: HAINT=00000100
[ 4.812765] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 8
[ 4.812773] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.812782] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: Channel Halted--
[ 4.812788] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: DMA Channel Halted--
[ 4.812796] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: Transfer Complete--
[ 4.812803] dwc2 c90c0000.usb: Control transfer complete
[ 4.812810] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee080 device 2 ep 0-IN status 0 actual 9
[ 4.812847] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.812855] dwc2 c90c0000.usb: dwc2_release_channel: channel 8, halt_status 2
[ 4.812864] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.812887] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.812895] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.812903] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.812909] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.813000] hub 1-1:1.0: 4 ports detected
[ 4.814493] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.814516] dwc2 c90c0000.usb: urb_enqueue, urb c48ef280
[ 4.814540] dwc2 c90c0000.usb: Device address: 2
[ 4.814553] dwc2 c90c0000.usb: Endpoint: 0, OUT
[ 4.814561] dwc2 c90c0000.usb: Endpoint type: CONTROL OUT (OUT)
[ 4.814569] dwc2 c90c0000.usb: Speed: HIGH
[ 4.814576] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.814599] dwc2 c90c0000.usb: Data buffer length: 0
[ 4.814616] dwc2 c90c0000.usb: Transfer buffer: 00000000, Transfer DMA: 00000000
[ 4.814627] dwc2 c90c0000.usb: Setup buffer: c4ff6dc0, Setup DMA: 04ff6dc0
[ 4.814636] dwc2 c90c0000.usb: Interval: 0
[ 4.814666] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=0, ep_type=0, maxp=64 (1 mult)
[ 4.814701] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.814722] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.814741] dwc2 c90c0000.usb: Control setup transaction
[ 4.814748] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.814755] dwc2 c90c0000.usb: DMA enabled
[ 4.814761] dwc2 c90c0000.usb: desc DMA disabled
[ 4.814767] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.814774] dwc2 c90c0000.usb: set HAINTMSK to 00000200
[ 4.814781] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.814789] dwc2 c90c0000.usb: set HCCHAR(9) to 00800040
[ 4.814796] dwc2 c90c0000.usb: dwc2_hc_init: Channel 9
[ 4.814803] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.814810] dwc2 c90c0000.usb: Ep Num: 0
[ 4.814816] dwc2 c90c0000.usb: Is In: 0
[ 4.814823] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.814829] dwc2 c90c0000.usb: Ep Type: 0
[ 4.814835] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.814843] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.814850] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.814857] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.814866] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.814873] dwc2 c90c0000.usb: no split
[ 4.814880] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(9)
[ 4.814887] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 9
[ 4.814895] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.814901] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.814907] dwc2 c90c0000.usb: Start PID: 3
[ 4.814914] dwc2 c90c0000.usb: Wrote 04ff6dc0 to HCDMA(9)
[ 4.814922] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.814929] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(9)
[ 4.814947] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.814961] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.814968] dwc2 c90c0000.usb: HAINT=00000200
[ 4.814976] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 9
[ 4.814984] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.814993] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: Channel Halted--
[ 4.815001] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: DMA Channel Halted--
[ 4.815009] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: Transfer Complete--
[ 4.815017] dwc2 c90c0000.usb: Control setup transaction done
[ 4.815023] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.815030] dwc2 c90c0000.usb: dwc2_release_channel: channel 9, halt_status 1
[ 4.815039] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.815049] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.815055] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.815062] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.815070] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.815078] dwc2 c90c0000.usb: Control status transaction
[ 4.815085] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.815091] dwc2 c90c0000.usb: DMA enabled
[ 4.815097] dwc2 c90c0000.usb: desc DMA disabled
[ 4.815103] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.815109] dwc2 c90c0000.usb: set HAINTMSK to 00000400
[ 4.815116] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.815123] dwc2 c90c0000.usb: set HCCHAR(10) to 00808040
[ 4.815132] dwc2 c90c0000.usb: dwc2_hc_init: Channel 10
[ 4.815139] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.815146] dwc2 c90c0000.usb: Ep Num: 0
[ 4.815152] dwc2 c90c0000.usb: Is In: 1
[ 4.815159] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.815166] dwc2 c90c0000.usb: Ep Type: 0
[ 4.815172] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.815179] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.815185] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.815193] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.815200] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.815207] dwc2 c90c0000.usb: no split
[ 4.815213] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(10)
[ 4.815221] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 10
[ 4.815228] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.815235] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.815241] dwc2 c90c0000.usb: Start PID: 2
[ 4.815248] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(10)
[ 4.815257] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.815264] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(10)
[ 4.815274] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.815281] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.815455] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.815466] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.815472] dwc2 c90c0000.usb: HAINT=00000400
[ 4.815480] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 10
[ 4.815487] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.815497] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: Channel Halted--
[ 4.815504] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: DMA Channel Halted--
[ 4.815512] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: Transfer Complete--
[ 4.815519] dwc2 c90c0000.usb: Control transfer complete
[ 4.815526] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ef280 device 2 ep 0-OUT status 0 actual 0
[ 4.815560] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.815568] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.815575] dwc2 c90c0000.usb: DMA enabled
[ 4.815581] dwc2 c90c0000.usb: dwc2_release_channel: channel 10, halt_status 2
[ 4.815589] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.815614] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.815622] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.815630] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.815637] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.815923] dwc2 c90c0000.usb: DWC OTG HCD EP DISABLE: bEndpointAddress=0x81, ep->hcpriv=00000000
[ 4.815939] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 4.816828] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.816843] dwc2 c90c0000.usb: urb_enqueue, urb c48ee380
[ 4.816852] dwc2 c90c0000.usb: Device address: 2
[ 4.816859] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.816867] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.816875] dwc2 c90c0000.usb: Speed: HIGH
[ 4.816881] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.816889] dwc2 c90c0000.usb: Data buffer length: 2
[ 4.816896] dwc2 c90c0000.usb: Transfer buffer: c4ff6340, Transfer DMA: 04ff6340
[ 4.816905] dwc2 c90c0000.usb: Setup buffer: c4ff6880, Setup DMA: 04ff6880
[ 4.816913] dwc2 c90c0000.usb: Interval: 0
[ 4.816939] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.816968] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.816977] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.817002] dwc2 c90c0000.usb: Control setup transaction
[ 4.817017] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.817026] dwc2 c90c0000.usb: DMA enabled
[ 4.817042] dwc2 c90c0000.usb: desc DMA disabled
[ 4.817058] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.817071] dwc2 c90c0000.usb: set HAINTMSK to 00000800
[ 4.817079] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.817086] dwc2 c90c0000.usb: set HCCHAR(11) to 00800040
[ 4.817094] dwc2 c90c0000.usb: dwc2_hc_init: Channel 11
[ 4.817101] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.817107] dwc2 c90c0000.usb: Ep Num: 0
[ 4.817114] dwc2 c90c0000.usb: Is In: 0
[ 4.817121] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.817128] dwc2 c90c0000.usb: Ep Type: 0
[ 4.817135] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.817144] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.817151] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.817158] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.817167] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.817174] dwc2 c90c0000.usb: no split
[ 4.817182] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(11)
[ 4.817190] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 11
[ 4.817198] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.817204] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.817211] dwc2 c90c0000.usb: Start PID: 3
[ 4.817219] dwc2 c90c0000.usb: Wrote 04ff6880 to HCDMA(11)
[ 4.817228] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.817235] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(11)
[ 4.817250] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.817265] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.817271] dwc2 c90c0000.usb: HAINT=00000800
[ 4.817280] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 11
[ 4.817287] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.817298] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Channel Halted--
[ 4.817305] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: DMA Channel Halted--
[ 4.817313] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Transfer Complete--
[ 4.817321] dwc2 c90c0000.usb: Control setup transaction done
[ 4.817328] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.817335] dwc2 c90c0000.usb: dwc2_release_channel: channel 11, halt_status 1
[ 4.817344] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.817354] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.817360] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.817367] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.817375] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.817384] dwc2 c90c0000.usb: Control data transaction
[ 4.817390] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.817397] dwc2 c90c0000.usb: DMA enabled
[ 4.817403] dwc2 c90c0000.usb: desc DMA disabled
[ 4.817409] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.817416] dwc2 c90c0000.usb: set HAINTMSK to 00001000
[ 4.817423] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.817430] dwc2 c90c0000.usb: set HCCHAR(12) to 00808040
[ 4.817438] dwc2 c90c0000.usb: dwc2_hc_init: Channel 12
[ 4.817445] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.817452] dwc2 c90c0000.usb: Ep Num: 0
[ 4.817458] dwc2 c90c0000.usb: Is In: 1
[ 4.817465] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.817471] dwc2 c90c0000.usb: Ep Type: 0
[ 4.817478] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.817485] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.817492] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.817499] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.817507] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.817514] dwc2 c90c0000.usb: no split
[ 4.817520] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(12)
[ 4.817528] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 12
[ 4.817535] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.817542] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.817548] dwc2 c90c0000.usb: Start PID: 2
[ 4.817555] dwc2 c90c0000.usb: Wrote 04ff6340 to HCDMA(12)
[ 4.817563] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.817570] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(12)
[ 4.817580] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.817588] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.817644] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.817656] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.817663] dwc2 c90c0000.usb: HAINT=00001000
[ 4.817670] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 12
[ 4.817678] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.817687] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: Channel Halted--
[ 4.817694] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: DMA Channel Halted--
[ 4.817701] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: Transfer Complete--
[ 4.817709] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=2
[ 4.817718] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 12
[ 4.817726] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.817732] dwc2 c90c0000.usb: hctsiz.xfersize 62
[ 4.817739] dwc2 c90c0000.usb: urb->transfer_buffer_length 2
[ 4.817746] dwc2 c90c0000.usb: urb->actual_length 2
[ 4.817752] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.817760] dwc2 c90c0000.usb: Control data transfer done
[ 4.817766] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.817773] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.817779] dwc2 c90c0000.usb: DMA enabled
[ 4.817785] dwc2 c90c0000.usb: dwc2_release_channel: channel 12, halt_status 1
[ 4.817793] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.817803] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.817809] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.817815] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.817822] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.817831] dwc2 c90c0000.usb: Control status transaction
[ 4.817837] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.817843] dwc2 c90c0000.usb: DMA enabled
[ 4.817849] dwc2 c90c0000.usb: desc DMA disabled
[ 4.817855] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.817862] dwc2 c90c0000.usb: set HAINTMSK to 00002000
[ 4.817869] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.817875] dwc2 c90c0000.usb: set HCCHAR(13) to 00800040
[ 4.817883] dwc2 c90c0000.usb: dwc2_hc_init: Channel 13
[ 4.817890] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.817897] dwc2 c90c0000.usb: Ep Num: 0
[ 4.817903] dwc2 c90c0000.usb: Is In: 0
[ 4.817910] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.817916] dwc2 c90c0000.usb: Ep Type: 0
[ 4.817922] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.817930] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.817936] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.817943] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.817951] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.817957] dwc2 c90c0000.usb: no split
[ 4.817963] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(13)
[ 4.817971] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 13
[ 4.817978] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.817985] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.817991] dwc2 c90c0000.usb: Start PID: 2
[ 4.817997] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(13)
[ 4.818006] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.818012] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(13)
[ 4.818021] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.818028] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf3000006
[ 4.818042] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.818051] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.818057] dwc2 c90c0000.usb: HAINT=00002000
[ 4.818064] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 13
[ 4.818071] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.818080] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: Channel Halted--
[ 4.818087] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: DMA Channel Halted--
[ 4.818095] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: Transfer Complete--
[ 4.818102] dwc2 c90c0000.usb: Control transfer complete
[ 4.818108] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee380 device 2 ep 0-IN status 0 actual 2
[ 4.818143] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.818151] dwc2 c90c0000.usb: dwc2_release_channel: channel 13, halt_status 2
[ 4.818159] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.818184] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.818191] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.818199] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.818205] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.818344] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.818357] dwc2 c90c0000.usb: urb_enqueue, urb c48ee380
[ 4.818366] dwc2 c90c0000.usb: Device address: 2
[ 4.818373] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.818381] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.818388] dwc2 c90c0000.usb: Speed: HIGH
[ 4.818394] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.818402] dwc2 c90c0000.usb: Data buffer length: 4
[ 4.818409] dwc2 c90c0000.usb: Transfer buffer: c2b23dc0, Transfer DMA: 02b23dc0
[ 4.818418] dwc2 c90c0000.usb: Setup buffer: c4ff6340, Setup DMA: 04ff6340
[ 4.818426] dwc2 c90c0000.usb: Interval: 0
[ 4.818451] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.818480] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.818489] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.818498] dwc2 c90c0000.usb: Control setup transaction
[ 4.818505] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.818511] dwc2 c90c0000.usb: DMA enabled
[ 4.818517] dwc2 c90c0000.usb: desc DMA disabled
[ 4.818523] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.818530] dwc2 c90c0000.usb: set HAINTMSK to 00004000
[ 4.818538] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.818544] dwc2 c90c0000.usb: set HCCHAR(14) to 00800040
[ 4.818553] dwc2 c90c0000.usb: dwc2_hc_init: Channel 14
[ 4.818560] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.818582] dwc2 c90c0000.usb: Ep Num: 0
[ 4.818600] dwc2 c90c0000.usb: Is In: 0
[ 4.818608] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.818615] dwc2 c90c0000.usb: Ep Type: 0
[ 4.818622] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.818630] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.818637] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.818644] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.818652] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.818658] dwc2 c90c0000.usb: no split
[ 4.818664] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(14)
[ 4.818673] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 14
[ 4.818680] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.818686] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.818693] dwc2 c90c0000.usb: Start PID: 3
[ 4.818699] dwc2 c90c0000.usb: Wrote 04ff6340 to HCDMA(14)
[ 4.818708] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.818714] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(14)
[ 4.818728] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.818741] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.818748] dwc2 c90c0000.usb: HAINT=00004000
[ 4.818755] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 14
[ 4.818763] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.818773] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: Channel Halted--
[ 4.818780] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: DMA Channel Halted--
[ 4.818788] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: Transfer Complete--
[ 4.818796] dwc2 c90c0000.usb: Control setup transaction done
[ 4.818802] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.818809] dwc2 c90c0000.usb: dwc2_release_channel: channel 14, halt_status 1
[ 4.818817] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.818827] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.818833] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.818839] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.818847] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.818856] dwc2 c90c0000.usb: Control data transaction
[ 4.818862] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.818868] dwc2 c90c0000.usb: DMA enabled
[ 4.818874] dwc2 c90c0000.usb: desc DMA disabled
[ 4.818880] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.818887] dwc2 c90c0000.usb: set HAINTMSK to 00008000
[ 4.818893] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.818900] dwc2 c90c0000.usb: set HCCHAR(15) to 00808040
[ 4.818908] dwc2 c90c0000.usb: dwc2_hc_init: Channel 15
[ 4.818915] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.818922] dwc2 c90c0000.usb: Ep Num: 0
[ 4.818928] dwc2 c90c0000.usb: Is In: 1
[ 4.818935] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.818941] dwc2 c90c0000.usb: Ep Type: 0
[ 4.818948] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.818955] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.818961] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.818968] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.818976] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.818982] dwc2 c90c0000.usb: no split
[ 4.818988] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(15)
[ 4.818996] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 15
[ 4.819004] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.819010] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.819017] dwc2 c90c0000.usb: Start PID: 2
[ 4.819023] dwc2 c90c0000.usb: Wrote 02b23dc0 to HCDMA(15)
[ 4.819031] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.819038] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(15)
[ 4.819047] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.819054] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.819275] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.819286] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.819293] dwc2 c90c0000.usb: HAINT=00008000
[ 4.819300] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 15
[ 4.819308] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.819317] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: Channel Halted--
[ 4.819324] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: DMA Channel Halted--
[ 4.819331] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: Transfer Complete--
[ 4.819339] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=4
[ 4.819347] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 15
[ 4.819355] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.819362] dwc2 c90c0000.usb: hctsiz.xfersize 60
[ 4.819368] dwc2 c90c0000.usb: urb->transfer_buffer_length 4
[ 4.819375] dwc2 c90c0000.usb: urb->actual_length 4
[ 4.819381] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.819389] dwc2 c90c0000.usb: Control data transfer done
[ 4.819395] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.819401] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.819407] dwc2 c90c0000.usb: DMA enabled
[ 4.819413] dwc2 c90c0000.usb: dwc2_release_channel: channel 15, halt_status 1
[ 4.819422] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.819431] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.819437] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.819444] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.819451] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.819460] dwc2 c90c0000.usb: Control status transaction
[ 4.819466] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.819472] dwc2 c90c0000.usb: DMA enabled
[ 4.819478] dwc2 c90c0000.usb: desc DMA disabled
[ 4.819484] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.819491] dwc2 c90c0000.usb: set HAINTMSK to 00000001
[ 4.819498] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.819505] dwc2 c90c0000.usb: set HCCHAR(0) to 00800040
[ 4.819512] dwc2 c90c0000.usb: dwc2_hc_init: Channel 0
[ 4.819519] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.819526] dwc2 c90c0000.usb: Ep Num: 0
[ 4.819532] dwc2 c90c0000.usb: Is In: 0
[ 4.819539] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.819545] dwc2 c90c0000.usb: Ep Type: 0
[ 4.819552] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.819559] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.819565] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.819572] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.819580] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.819586] dwc2 c90c0000.usb: no split
[ 4.819593] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(0)
[ 4.819600] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 0
[ 4.819608] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.819614] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.819620] dwc2 c90c0000.usb: Start PID: 2
[ 4.819627] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(0)
[ 4.819635] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.819641] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(0)
[ 4.819650] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.819657] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf3000006
[ 4.819669] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.819678] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.819684] dwc2 c90c0000.usb: HAINT=00000001
[ 4.819691] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 0
[ 4.819698] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.819707] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Channel Halted--
[ 4.819714] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: DMA Channel Halted--
[ 4.819721] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Transfer Complete--
[ 4.819728] dwc2 c90c0000.usb: Control transfer complete
[ 4.819735] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee380 device 2 ep 0-IN status 0 actual 4
[ 4.819767] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.819775] dwc2 c90c0000.usb: dwc2_release_channel: channel 0, halt_status 2
[ 4.819783] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.819806] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.819813] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.819821] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.819828] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.821692] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.821707] dwc2 c90c0000.usb: urb_enqueue, urb c48ee980
[ 4.821717] dwc2 c90c0000.usb: Device address: 2
[ 4.821724] dwc2 c90c0000.usb: Endpoint: 0, OUT
[ 4.821731] dwc2 c90c0000.usb: Endpoint type: CONTROL OUT (OUT)
[ 4.821739] dwc2 c90c0000.usb: Speed: HIGH
[ 4.821745] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.821753] dwc2 c90c0000.usb: Data buffer length: 0
[ 4.821760] dwc2 c90c0000.usb: Transfer buffer: 00000000, Transfer DMA: 00000000
[ 4.821768] dwc2 c90c0000.usb: Setup buffer: c4ff64c0, Setup DMA: 04ff64c0
[ 4.821777] dwc2 c90c0000.usb: Interval: 0
[ 4.821802] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=0, ep_type=0, maxp=64 (1 mult)
[ 4.821829] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.821838] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.821848] dwc2 c90c0000.usb: Control setup transaction
[ 4.821854] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.821861] dwc2 c90c0000.usb: DMA enabled
[ 4.821867] dwc2 c90c0000.usb: desc DMA disabled
[ 4.821873] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.821880] dwc2 c90c0000.usb: set HAINTMSK to 00000002
[ 4.821887] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.821894] dwc2 c90c0000.usb: set HCCHAR(1) to 00800040
[ 4.821902] dwc2 c90c0000.usb: dwc2_hc_init: Channel 1
[ 4.821909] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.821915] dwc2 c90c0000.usb: Ep Num: 0
[ 4.821922] dwc2 c90c0000.usb: Is In: 0
[ 4.821928] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.821935] dwc2 c90c0000.usb: Ep Type: 0
[ 4.821941] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.821949] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.821955] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.821962] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.821971] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.821978] dwc2 c90c0000.usb: no split
[ 4.821985] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(1)
[ 4.821993] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 1
[ 4.822000] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.822007] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.822013] dwc2 c90c0000.usb: Start PID: 3
[ 4.822019] dwc2 c90c0000.usb: Wrote 04ff64c0 to HCDMA(1)
[ 4.822028] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.822034] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(1)
[ 4.822048] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.822060] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.822067] dwc2 c90c0000.usb: HAINT=00000002
[ 4.822075] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 1
[ 4.822082] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.822092] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: Channel Halted--
[ 4.822100] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: DMA Channel Halted--
[ 4.822107] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: Transfer Complete--
[ 4.822115] dwc2 c90c0000.usb: Control setup transaction done
[ 4.822121] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.822128] dwc2 c90c0000.usb: dwc2_release_channel: channel 1, halt_status 1
[ 4.822137] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.822146] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.822153] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.822159] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.822167] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.822176] dwc2 c90c0000.usb: Control status transaction
[ 4.822183] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.822189] dwc2 c90c0000.usb: DMA enabled
[ 4.822195] dwc2 c90c0000.usb: desc DMA disabled
[ 4.822201] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.822208] dwc2 c90c0000.usb: set HAINTMSK to 00000004
[ 4.822214] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.822221] dwc2 c90c0000.usb: set HCCHAR(2) to 00808040
[ 4.822229] dwc2 c90c0000.usb: dwc2_hc_init: Channel 2
[ 4.822236] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.822242] dwc2 c90c0000.usb: Ep Num: 0
[ 4.822249] dwc2 c90c0000.usb: Is In: 1
[ 4.822255] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.822262] dwc2 c90c0000.usb: Ep Type: 0
[ 4.822268] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.822275] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.822282] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.822289] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.822296] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.822303] dwc2 c90c0000.usb: no split
[ 4.822309] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(2)
[ 4.822317] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 2
[ 4.822324] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.822331] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.822337] dwc2 c90c0000.usb: Start PID: 2
[ 4.822344] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(2)
[ 4.822352] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.822358] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(2)
[ 4.822368] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.822375] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.822611] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.822622] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.822629] dwc2 c90c0000.usb: HAINT=00000004
[ 4.822636] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 2
[ 4.822643] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.822652] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Channel Halted--
[ 4.822659] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: DMA Channel Halted--
[ 4.822667] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Transfer Complete--
[ 4.822674] dwc2 c90c0000.usb: Control transfer complete
[ 4.822681] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee980 device 2 ep 0-OUT status 0 actual 0
[ 4.822715] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.822723] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.822730] dwc2 c90c0000.usb: DMA enabled
[ 4.822736] dwc2 c90c0000.usb: dwc2_release_channel: channel 2, halt_status 2
[ 4.822744] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.822767] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.822774] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.822783] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.822790] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.822895] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.822905] dwc2 c90c0000.usb: urb_enqueue, urb c48ee980
[ 4.822914] dwc2 c90c0000.usb: Device address: 2
[ 4.822921] dwc2 c90c0000.usb: Endpoint: 0, OUT
[ 4.822928] dwc2 c90c0000.usb: Endpoint type: CONTROL OUT (OUT)
[ 4.822936] dwc2 c90c0000.usb: Speed: HIGH
[ 4.822942] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.822950] dwc2 c90c0000.usb: Data buffer length: 0
[ 4.822957] dwc2 c90c0000.usb: Transfer buffer: 00000000, Transfer DMA: 00000000
[ 4.822965] dwc2 c90c0000.usb: Setup buffer: c4ff64c0, Setup DMA: 04ff64c0
[ 4.822974] dwc2 c90c0000.usb: Interval: 0
[ 4.822996] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=0, ep_type=0, maxp=64 (1 mult)
[ 4.823021] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.823029] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.823039] dwc2 c90c0000.usb: Control setup transaction
[ 4.823045] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.823052] dwc2 c90c0000.usb: DMA enabled
[ 4.823058] dwc2 c90c0000.usb: desc DMA disabled
[ 4.823064] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.823071] dwc2 c90c0000.usb: set HAINTMSK to 00000008
[ 4.823078] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.823085] dwc2 c90c0000.usb: set HCCHAR(3) to 00800040
[ 4.823093] dwc2 c90c0000.usb: dwc2_hc_init: Channel 3
[ 4.823100] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.823106] dwc2 c90c0000.usb: Ep Num: 0
[ 4.823113] dwc2 c90c0000.usb: Is In: 0
[ 4.823119] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.823125] dwc2 c90c0000.usb: Ep Type: 0
[ 4.823132] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.823139] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.823145] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.823152] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.823160] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.823166] dwc2 c90c0000.usb: no split
[ 4.823173] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(3)
[ 4.823180] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 3
[ 4.823187] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.823194] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.823200] dwc2 c90c0000.usb: Start PID: 3
[ 4.823207] dwc2 c90c0000.usb: Wrote 04ff64c0 to HCDMA(3)
[ 4.823215] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.823221] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(3)
[ 4.823232] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.823241] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.823247] dwc2 c90c0000.usb: HAINT=00000008
[ 4.823255] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 3
[ 4.823262] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.823271] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Channel Halted--
[ 4.823278] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: DMA Channel Halted--
[ 4.823286] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Transfer Complete--
[ 4.823294] dwc2 c90c0000.usb: Control setup transaction done
[ 4.823300] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.823306] dwc2 c90c0000.usb: dwc2_release_channel: channel 3, halt_status 1
[ 4.823314] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.823323] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.823329] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.823336] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.823342] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.823351] dwc2 c90c0000.usb: Control status transaction
[ 4.823358] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.823364] dwc2 c90c0000.usb: DMA enabled
[ 4.823370] dwc2 c90c0000.usb: desc DMA disabled
[ 4.823376] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.823382] dwc2 c90c0000.usb: set HAINTMSK to 00000010
[ 4.823389] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.823396] dwc2 c90c0000.usb: set HCCHAR(4) to 00808040
[ 4.823404] dwc2 c90c0000.usb: dwc2_hc_init: Channel 4
[ 4.823411] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.823418] dwc2 c90c0000.usb: Ep Num: 0
[ 4.823424] dwc2 c90c0000.usb: Is In: 1
[ 4.823430] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.823437] dwc2 c90c0000.usb: Ep Type: 0
[ 4.823443] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.823450] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.823457] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.823463] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.823471] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.823478] dwc2 c90c0000.usb: no split
[ 4.823484] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(4)
[ 4.823492] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 4
[ 4.823499] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.823506] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.823512] dwc2 c90c0000.usb: Start PID: 2
[ 4.823518] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(4)
[ 4.823526] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.823533] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(4)
[ 4.823542] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.823549] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.823786] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.823795] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.823801] dwc2 c90c0000.usb: HAINT=00000010
[ 4.823808] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 4
[ 4.823815] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.823824] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Channel Halted--
[ 4.823831] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: DMA Channel Halted--
[ 4.823838] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Transfer Complete--
[ 4.823845] dwc2 c90c0000.usb: Control transfer complete
[ 4.823852] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee980 device 2 ep 0-OUT status 0 actual 0
[ 4.823881] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.823889] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.823895] dwc2 c90c0000.usb: DMA enabled
[ 4.823901] dwc2 c90c0000.usb: dwc2_release_channel: channel 4, halt_status 2
[ 4.823910] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.823932] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.823938] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.823947] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.823953] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.824044] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.824053] dwc2 c90c0000.usb: urb_enqueue, urb c48ee980
[ 4.824062] dwc2 c90c0000.usb: Device address: 2
[ 4.824069] dwc2 c90c0000.usb: Endpoint: 0, OUT
[ 4.824076] dwc2 c90c0000.usb: Endpoint type: CONTROL OUT (OUT)
[ 4.824083] dwc2 c90c0000.usb: Speed: HIGH
[ 4.824090] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.824097] dwc2 c90c0000.usb: Data buffer length: 0
[ 4.824104] dwc2 c90c0000.usb: Transfer buffer: 00000000, Transfer DMA: 00000000
[ 4.824112] dwc2 c90c0000.usb: Setup buffer: c4ff64c0, Setup DMA: 04ff64c0
[ 4.824120] dwc2 c90c0000.usb: Interval: 0
[ 4.824143] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=0, ep_type=0, maxp=64 (1 mult)
[ 4.824168] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.824177] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.824186] dwc2 c90c0000.usb: Control setup transaction
[ 4.824192] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.824198] dwc2 c90c0000.usb: DMA enabled
[ 4.824204] dwc2 c90c0000.usb: desc DMA disabled
[ 4.824210] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.824217] dwc2 c90c0000.usb: set HAINTMSK to 00000020
[ 4.824224] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.824231] dwc2 c90c0000.usb: set HCCHAR(5) to 00800040
[ 4.824239] dwc2 c90c0000.usb: dwc2_hc_init: Channel 5
[ 4.824245] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.824252] dwc2 c90c0000.usb: Ep Num: 0
[ 4.824258] dwc2 c90c0000.usb: Is In: 0
[ 4.824265] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.824271] dwc2 c90c0000.usb: Ep Type: 0
[ 4.824278] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.824285] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.824291] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.824298] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.824306] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.824313] dwc2 c90c0000.usb: no split
[ 4.824319] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(5)
[ 4.824327] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 5
[ 4.824334] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.824341] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.824347] dwc2 c90c0000.usb: Start PID: 3
[ 4.824354] dwc2 c90c0000.usb: Wrote 04ff64c0 to HCDMA(5)
[ 4.824362] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.824368] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(5)
[ 4.824379] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.824388] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.824395] dwc2 c90c0000.usb: HAINT=00000020
[ 4.824402] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 5
[ 4.824409] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.824418] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: Channel Halted--
[ 4.824425] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: DMA Channel Halted--
[ 4.824432] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: Transfer Complete--
[ 4.824439] dwc2 c90c0000.usb: Control setup transaction done
[ 4.824446] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.824452] dwc2 c90c0000.usb: dwc2_release_channel: channel 5, halt_status 1
[ 4.824460] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.824470] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.824476] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.824482] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.824490] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.824498] dwc2 c90c0000.usb: Control status transaction
[ 4.824504] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.824511] dwc2 c90c0000.usb: DMA enabled
[ 4.824517] dwc2 c90c0000.usb: desc DMA disabled
[ 4.824523] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.824529] dwc2 c90c0000.usb: set HAINTMSK to 00000040
[ 4.824536] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.824543] dwc2 c90c0000.usb: set HCCHAR(6) to 00808040
[ 4.824550] dwc2 c90c0000.usb: dwc2_hc_init: Channel 6
[ 4.824557] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.824564] dwc2 c90c0000.usb: Ep Num: 0
[ 4.824570] dwc2 c90c0000.usb: Is In: 1
[ 4.824577] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.824583] dwc2 c90c0000.usb: Ep Type: 0
[ 4.824590] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.824597] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.824603] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.824610] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.824618] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.824624] dwc2 c90c0000.usb: no split
[ 4.824630] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(6)
[ 4.824638] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 6
[ 4.824645] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.824651] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.824658] dwc2 c90c0000.usb: Start PID: 2
[ 4.824664] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(6)
[ 4.824672] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.824679] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(6)
[ 4.824687] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.824694] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.824930] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.824938] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.824945] dwc2 c90c0000.usb: HAINT=00000040
[ 4.824952] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 6
[ 4.824959] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.824967] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: Channel Halted--
[ 4.824974] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: DMA Channel Halted--
[ 4.824982] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: Transfer Complete--
[ 4.824989] dwc2 c90c0000.usb: Control transfer complete
[ 4.824995] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee980 device 2 ep 0-OUT status 0 actual 0
[ 4.825023] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.825030] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.825037] dwc2 c90c0000.usb: DMA enabled
[ 4.825043] dwc2 c90c0000.usb: dwc2_release_channel: channel 6, halt_status 2
[ 4.825051] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.825073] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.825080] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.825088] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.825095] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.825214] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.825223] dwc2 c90c0000.usb: urb_enqueue, urb c48ee980
[ 4.825232] dwc2 c90c0000.usb: Device address: 2
[ 4.825239] dwc2 c90c0000.usb: Endpoint: 0, OUT
[ 4.825246] dwc2 c90c0000.usb: Endpoint type: CONTROL OUT (OUT)
[ 4.825253] dwc2 c90c0000.usb: Speed: HIGH
[ 4.825260] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.825268] dwc2 c90c0000.usb: Data buffer length: 0
[ 4.825274] dwc2 c90c0000.usb: Transfer buffer: 00000000, Transfer DMA: 00000000
[ 4.825283] dwc2 c90c0000.usb: Setup buffer: c4ff64c0, Setup DMA: 04ff64c0
[ 4.825291] dwc2 c90c0000.usb: Interval: 0
[ 4.825313] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=0, ep_type=0, maxp=64 (1 mult)
[ 4.825338] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.825346] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.825355] dwc2 c90c0000.usb: Control setup transaction
[ 4.825362] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.825368] dwc2 c90c0000.usb: DMA enabled
[ 4.825374] dwc2 c90c0000.usb: desc DMA disabled
[ 4.825380] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.825387] dwc2 c90c0000.usb: set HAINTMSK to 00000080
[ 4.825394] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.825401] dwc2 c90c0000.usb: set HCCHAR(7) to 00800040
[ 4.825409] dwc2 c90c0000.usb: dwc2_hc_init: Channel 7
[ 4.825416] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.825423] dwc2 c90c0000.usb: Ep Num: 0
[ 4.825429] dwc2 c90c0000.usb: Is In: 0
[ 4.825436] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.825442] dwc2 c90c0000.usb: Ep Type: 0
[ 4.825448] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.825456] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.825462] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.825469] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.825477] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.825483] dwc2 c90c0000.usb: no split
[ 4.825490] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(7)
[ 4.825497] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 7
[ 4.825504] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.825511] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.825517] dwc2 c90c0000.usb: Start PID: 3
[ 4.825524] dwc2 c90c0000.usb: Wrote 04ff64c0 to HCDMA(7)
[ 4.825532] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.825539] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(7)
[ 4.825550] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.825561] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.825567] dwc2 c90c0000.usb: HAINT=00000080
[ 4.825574] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 7
[ 4.825581] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.825591] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: Channel Halted--
[ 4.825598] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: DMA Channel Halted--
[ 4.825606] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: Transfer Complete--
[ 4.825613] dwc2 c90c0000.usb: Control setup transaction done
[ 4.825619] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.825626] dwc2 c90c0000.usb: dwc2_release_channel: channel 7, halt_status 1
[ 4.825634] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.825643] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.825649] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.825655] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.825662] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.825671] dwc2 c90c0000.usb: Control status transaction
[ 4.825677] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.825683] dwc2 c90c0000.usb: DMA enabled
[ 4.825689] dwc2 c90c0000.usb: desc DMA disabled
[ 4.825695] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.825702] dwc2 c90c0000.usb: set HAINTMSK to 00000100
[ 4.825709] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.825716] dwc2 c90c0000.usb: set HCCHAR(8) to 00808040
[ 4.825724] dwc2 c90c0000.usb: dwc2_hc_init: Channel 8
[ 4.825731] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.825737] dwc2 c90c0000.usb: Ep Num: 0
[ 4.825743] dwc2 c90c0000.usb: Is In: 1
[ 4.825750] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.825756] dwc2 c90c0000.usb: Ep Type: 0
[ 4.825763] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.825770] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.825777] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.825784] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.825792] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.825799] dwc2 c90c0000.usb: no split
[ 4.825805] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(8)
[ 4.825812] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 8
[ 4.825819] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.825826] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.825832] dwc2 c90c0000.usb: Start PID: 2
[ 4.825839] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(8)
[ 4.825847] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.825854] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(8)
[ 4.825863] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.825870] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.826109] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.826118] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.826124] dwc2 c90c0000.usb: HAINT=00000100
[ 4.826132] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 8
[ 4.826139] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.826148] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: Channel Halted--
[ 4.826155] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: DMA Channel Halted--
[ 4.826162] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: Transfer Complete--
[ 4.826169] dwc2 c90c0000.usb: Control transfer complete
[ 4.826176] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee980 device 2 ep 0-OUT status 0 actual 0
[ 4.826206] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.826214] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.826221] dwc2 c90c0000.usb: DMA enabled
[ 4.826227] dwc2 c90c0000.usb: dwc2_release_channel: channel 8, halt_status 2
[ 4.826236] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.826258] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.826265] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.826273] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.826280] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.827562] dwc2 c90c0000.usb: GetPortStatus wIndex=0x0001 flags=0x0000000a
[ 4.827582] dwc2 c90c0000.usb: HPRT0: 0x00001005
[ 4.827591] dwc2 c90c0000.usb: port_status=00020503
[ 4.827728] dwc2 c90c0000.usb: ClearPortFeature USB_PORT_FEAT_C_ENABLE
[ 4.929252] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.929271] dwc2 c90c0000.usb: urb_enqueue, urb c48ee080
[ 4.929282] dwc2 c90c0000.usb: Device address: 2
[ 4.929290] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.929297] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.929305] dwc2 c90c0000.usb: Speed: HIGH
[ 4.929311] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.929319] dwc2 c90c0000.usb: Data buffer length: 4
[ 4.929326] dwc2 c90c0000.usb: Transfer buffer: c2b23dc0, Transfer DMA: 02b23dc0
[ 4.929335] dwc2 c90c0000.usb: Setup buffer: c505e700, Setup DMA: 0505e700
[ 4.929343] dwc2 c90c0000.usb: Interval: 0
[ 4.929366] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.929392] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.929401] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.929412] dwc2 c90c0000.usb: Control setup transaction
[ 4.929419] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.929425] dwc2 c90c0000.usb: DMA enabled
[ 4.929431] dwc2 c90c0000.usb: desc DMA disabled
[ 4.929437] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.929445] dwc2 c90c0000.usb: set HAINTMSK to 00000200
[ 4.929452] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.929459] dwc2 c90c0000.usb: set HCCHAR(9) to 00800040
[ 4.929466] dwc2 c90c0000.usb: dwc2_hc_init: Channel 9
[ 4.929473] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.929480] dwc2 c90c0000.usb: Ep Num: 0
[ 4.929486] dwc2 c90c0000.usb: Is In: 0
[ 4.929493] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.929499] dwc2 c90c0000.usb: Ep Type: 0
[ 4.929506] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.929514] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.929521] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.929528] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.929536] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.929543] dwc2 c90c0000.usb: no split
[ 4.929550] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(9)
[ 4.929558] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 9
[ 4.929565] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.929571] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.929578] dwc2 c90c0000.usb: Start PID: 3
[ 4.929584] dwc2 c90c0000.usb: Wrote 0505e700 to HCDMA(9)
[ 4.929593] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.929600] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(9)
[ 4.929615] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.929628] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.929634] dwc2 c90c0000.usb: HAINT=00000200
[ 4.929642] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 9
[ 4.929650] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.929660] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: Channel Halted--
[ 4.929667] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: DMA Channel Halted--
[ 4.929675] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: Transfer Complete--
[ 4.929683] dwc2 c90c0000.usb: Control setup transaction done
[ 4.929690] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.929696] dwc2 c90c0000.usb: dwc2_release_channel: channel 9, halt_status 1
[ 4.929705] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.929715] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.929721] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.929728] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.929736] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.929745] dwc2 c90c0000.usb: Control data transaction
[ 4.929751] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.929757] dwc2 c90c0000.usb: DMA enabled
[ 4.929763] dwc2 c90c0000.usb: desc DMA disabled
[ 4.929769] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.929775] dwc2 c90c0000.usb: set HAINTMSK to 00000400
[ 4.929782] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.929789] dwc2 c90c0000.usb: set HCCHAR(10) to 00808040
[ 4.929797] dwc2 c90c0000.usb: dwc2_hc_init: Channel 10
[ 4.929804] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.929811] dwc2 c90c0000.usb: Ep Num: 0
[ 4.929817] dwc2 c90c0000.usb: Is In: 1
[ 4.929824] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.929830] dwc2 c90c0000.usb: Ep Type: 0
[ 4.929837] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.929844] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.929850] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.929857] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.929865] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.929871] dwc2 c90c0000.usb: no split
[ 4.929877] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(10)
[ 4.929885] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 10
[ 4.929893] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.929899] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.929906] dwc2 c90c0000.usb: Start PID: 2
[ 4.929912] dwc2 c90c0000.usb: Wrote 02b23dc0 to HCDMA(10)
[ 4.929921] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.929928] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(10)
[ 4.929938] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.929944] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.930161] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.930170] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.930176] dwc2 c90c0000.usb: HAINT=00000400
[ 4.930183] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 10
[ 4.930191] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.930200] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: Channel Halted--
[ 4.930207] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: DMA Channel Halted--
[ 4.930215] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: Transfer Complete--
[ 4.930223] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=4
[ 4.930231] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 10
[ 4.930239] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.930246] dwc2 c90c0000.usb: hctsiz.xfersize 60
[ 4.930253] dwc2 c90c0000.usb: urb->transfer_buffer_length 4
[ 4.930260] dwc2 c90c0000.usb: urb->actual_length 4
[ 4.930266] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.930273] dwc2 c90c0000.usb: Control data transfer done
[ 4.930279] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.930286] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.930292] dwc2 c90c0000.usb: DMA enabled
[ 4.930298] dwc2 c90c0000.usb: dwc2_release_channel: channel 10, halt_status 1
[ 4.930306] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.930315] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.930321] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.930328] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.930335] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.930344] dwc2 c90c0000.usb: Control status transaction
[ 4.930350] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.930356] dwc2 c90c0000.usb: DMA enabled
[ 4.930362] dwc2 c90c0000.usb: desc DMA disabled
[ 4.930368] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.930375] dwc2 c90c0000.usb: set HAINTMSK to 00000800
[ 4.930382] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.930389] dwc2 c90c0000.usb: set HCCHAR(11) to 00800040
[ 4.930397] dwc2 c90c0000.usb: dwc2_hc_init: Channel 11
[ 4.930404] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.930410] dwc2 c90c0000.usb: Ep Num: 0
[ 4.930417] dwc2 c90c0000.usb: Is In: 0
[ 4.930423] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.930429] dwc2 c90c0000.usb: Ep Type: 0
[ 4.930436] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.930443] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.930449] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.930456] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.930464] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.930470] dwc2 c90c0000.usb: no split
[ 4.930476] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(11)
[ 4.930484] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 11
[ 4.930491] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.930498] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.930504] dwc2 c90c0000.usb: Start PID: 2
[ 4.930511] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(11)
[ 4.930519] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.930526] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(11)
[ 4.930534] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.930541] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf3000006
[ 4.930555] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.930563] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.930569] dwc2 c90c0000.usb: HAINT=00000800
[ 4.930576] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 11
[ 4.930583] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.930592] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Channel Halted--
[ 4.930600] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: DMA Channel Halted--
[ 4.930607] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Transfer Complete--
[ 4.930614] dwc2 c90c0000.usb: Control transfer complete
[ 4.930621] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee080 device 2 ep 0-IN status 0 actual 4
[ 4.930656] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.930664] dwc2 c90c0000.usb: dwc2_release_channel: channel 11, halt_status 2
[ 4.930672] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.930695] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.930703] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.930711] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.930717] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.930820] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.930829] dwc2 c90c0000.usb: urb_enqueue, urb c48ee080
[ 4.930838] dwc2 c90c0000.usb: Device address: 2
[ 4.930845] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.930852] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.930859] dwc2 c90c0000.usb: Speed: HIGH
[ 4.930866] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.930873] dwc2 c90c0000.usb: Data buffer length: 4
[ 4.930880] dwc2 c90c0000.usb: Transfer buffer: c2b23dc0, Transfer DMA: 02b23dc0
[ 4.930889] dwc2 c90c0000.usb: Setup buffer: c505e700, Setup DMA: 0505e700
[ 4.930897] dwc2 c90c0000.usb: Interval: 0
[ 4.930917] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.930942] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.930950] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.930959] dwc2 c90c0000.usb: Control setup transaction
[ 4.930965] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.930972] dwc2 c90c0000.usb: DMA enabled
[ 4.930978] dwc2 c90c0000.usb: desc DMA disabled
[ 4.930984] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.930991] dwc2 c90c0000.usb: set HAINTMSK to 00001000
[ 4.930998] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.931005] dwc2 c90c0000.usb: set HCCHAR(12) to 00800040
[ 4.931013] dwc2 c90c0000.usb: dwc2_hc_init: Channel 12
[ 4.931020] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.931026] dwc2 c90c0000.usb: Ep Num: 0
[ 4.931033] dwc2 c90c0000.usb: Is In: 0
[ 4.931039] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.931045] dwc2 c90c0000.usb: Ep Type: 0
[ 4.931052] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.931059] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.931065] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.931072] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.931080] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.931086] dwc2 c90c0000.usb: no split
[ 4.931092] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(12)
[ 4.931100] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 12
[ 4.931107] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.931114] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.931120] dwc2 c90c0000.usb: Start PID: 3
[ 4.931127] dwc2 c90c0000.usb: Wrote 0505e700 to HCDMA(12)
[ 4.931135] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.931142] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(12)
[ 4.931153] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.931163] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.931170] dwc2 c90c0000.usb: HAINT=00001000
[ 4.931177] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 12
[ 4.931184] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.931193] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: Channel Halted--
[ 4.931201] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: DMA Channel Halted--
[ 4.931208] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: Transfer Complete--
[ 4.931215] dwc2 c90c0000.usb: Control setup transaction done
[ 4.931222] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.931228] dwc2 c90c0000.usb: dwc2_release_channel: channel 12, halt_status 1
[ 4.931236] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.931245] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.931252] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.931258] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.931265] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.931274] dwc2 c90c0000.usb: Control data transaction
[ 4.931280] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.931286] dwc2 c90c0000.usb: DMA enabled
[ 4.931292] dwc2 c90c0000.usb: desc DMA disabled
[ 4.931298] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.931305] dwc2 c90c0000.usb: set HAINTMSK to 00002000
[ 4.931311] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.931318] dwc2 c90c0000.usb: set HCCHAR(13) to 00808040
[ 4.931326] dwc2 c90c0000.usb: dwc2_hc_init: Channel 13
[ 4.931334] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.931340] dwc2 c90c0000.usb: Ep Num: 0
[ 4.931347] dwc2 c90c0000.usb: Is In: 1
[ 4.931353] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.931359] dwc2 c90c0000.usb: Ep Type: 0
[ 4.931366] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.931373] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.931379] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.931386] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.931394] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.931400] dwc2 c90c0000.usb: no split
[ 4.931406] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(13)
[ 4.931415] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 13
[ 4.931422] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.931428] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.931434] dwc2 c90c0000.usb: Start PID: 2
[ 4.931441] dwc2 c90c0000.usb: Wrote 02b23dc0 to HCDMA(13)
[ 4.931449] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.931456] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(13)
[ 4.931464] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.931471] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.931688] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.931697] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.931703] dwc2 c90c0000.usb: HAINT=00002000
[ 4.931711] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 13
[ 4.931718] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.931727] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: Channel Halted--
[ 4.931734] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: DMA Channel Halted--
[ 4.931742] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: Transfer Complete--
[ 4.931749] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=4
[ 4.931757] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 13
[ 4.931765] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.931772] dwc2 c90c0000.usb: hctsiz.xfersize 60
[ 4.931779] dwc2 c90c0000.usb: urb->transfer_buffer_length 4
[ 4.931785] dwc2 c90c0000.usb: urb->actual_length 4
[ 4.931792] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.931799] dwc2 c90c0000.usb: Control data transfer done
[ 4.931805] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.931812] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.931818] dwc2 c90c0000.usb: DMA enabled
[ 4.931824] dwc2 c90c0000.usb: dwc2_release_channel: channel 13, halt_status 1
[ 4.931832] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.931842] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.931848] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.931854] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.931861] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.931870] dwc2 c90c0000.usb: Control status transaction
[ 4.931876] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.931882] dwc2 c90c0000.usb: DMA enabled
[ 4.931887] dwc2 c90c0000.usb: desc DMA disabled
[ 4.931893] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.931900] dwc2 c90c0000.usb: set HAINTMSK to 00004000
[ 4.931907] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.931914] dwc2 c90c0000.usb: set HCCHAR(14) to 00800040
[ 4.931922] dwc2 c90c0000.usb: dwc2_hc_init: Channel 14
[ 4.931929] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.931935] dwc2 c90c0000.usb: Ep Num: 0
[ 4.931941] dwc2 c90c0000.usb: Is In: 0
[ 4.931948] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.931954] dwc2 c90c0000.usb: Ep Type: 0
[ 4.931961] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.931968] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.931974] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.931981] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.931988] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.931995] dwc2 c90c0000.usb: no split
[ 4.932001] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(14)
[ 4.932008] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 14
[ 4.932016] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.932022] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.932029] dwc2 c90c0000.usb: Start PID: 2
[ 4.932035] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(14)
[ 4.932043] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.932050] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(14)
[ 4.932059] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.932065] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf3000006
[ 4.932080] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.932088] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.932094] dwc2 c90c0000.usb: HAINT=00004000
[ 4.932101] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 14
[ 4.932108] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.932117] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: Channel Halted--
[ 4.932124] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: DMA Channel Halted--
[ 4.932131] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: Transfer Complete--
[ 4.932138] dwc2 c90c0000.usb: Control transfer complete
[ 4.932145] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee080 device 2 ep 0-IN status 0 actual 4
[ 4.932176] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.932184] dwc2 c90c0000.usb: dwc2_release_channel: channel 14, halt_status 2
[ 4.932193] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.932216] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.932223] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.932231] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.932238] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.932328] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.932338] dwc2 c90c0000.usb: urb_enqueue, urb c48ee080
[ 4.932347] dwc2 c90c0000.usb: Device address: 2
[ 4.932354] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.932361] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.932368] dwc2 c90c0000.usb: Speed: HIGH
[ 4.932375] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.932383] dwc2 c90c0000.usb: Data buffer length: 4
[ 4.932390] dwc2 c90c0000.usb: Transfer buffer: c2b23dc0, Transfer DMA: 02b23dc0
[ 4.932398] dwc2 c90c0000.usb: Setup buffer: c505e700, Setup DMA: 0505e700
[ 4.932407] dwc2 c90c0000.usb: Interval: 0
[ 4.932427] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.932452] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.932459] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.932469] dwc2 c90c0000.usb: Control setup transaction
[ 4.932475] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.932481] dwc2 c90c0000.usb: DMA enabled
[ 4.932487] dwc2 c90c0000.usb: desc DMA disabled
[ 4.932493] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.932500] dwc2 c90c0000.usb: set HAINTMSK to 00008000
[ 4.932507] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.932514] dwc2 c90c0000.usb: set HCCHAR(15) to 00800040
[ 4.932522] dwc2 c90c0000.usb: dwc2_hc_init: Channel 15
[ 4.932529] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.932535] dwc2 c90c0000.usb: Ep Num: 0
[ 4.932542] dwc2 c90c0000.usb: Is In: 0
[ 4.932548] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.932555] dwc2 c90c0000.usb: Ep Type: 0
[ 4.932561] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.932568] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.932574] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.932581] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.932589] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.932595] dwc2 c90c0000.usb: no split
[ 4.932602] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(15)
[ 4.932609] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 15
[ 4.932617] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.932623] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.932630] dwc2 c90c0000.usb: Start PID: 3
[ 4.932636] dwc2 c90c0000.usb: Wrote 0505e700 to HCDMA(15)
[ 4.932645] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.932652] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(15)
[ 4.932663] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.932672] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.932679] dwc2 c90c0000.usb: HAINT=00008000
[ 4.932686] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 15
[ 4.932693] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.932702] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: Channel Halted--
[ 4.932709] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: DMA Channel Halted--
[ 4.932717] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: Transfer Complete--
[ 4.932724] dwc2 c90c0000.usb: Control setup transaction done
[ 4.932730] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.932737] dwc2 c90c0000.usb: dwc2_release_channel: channel 15, halt_status 1
[ 4.932745] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.932754] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.932760] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.932766] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.932774] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.932782] dwc2 c90c0000.usb: Control data transaction
[ 4.932788] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.932794] dwc2 c90c0000.usb: DMA enabled
[ 4.932800] dwc2 c90c0000.usb: desc DMA disabled
[ 4.932806] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.932813] dwc2 c90c0000.usb: set HAINTMSK to 00000001
[ 4.932820] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.932827] dwc2 c90c0000.usb: set HCCHAR(0) to 00808040
[ 4.932834] dwc2 c90c0000.usb: dwc2_hc_init: Channel 0
[ 4.932841] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.932848] dwc2 c90c0000.usb: Ep Num: 0
[ 4.932854] dwc2 c90c0000.usb: Is In: 1
[ 4.932860] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.932867] dwc2 c90c0000.usb: Ep Type: 0
[ 4.932873] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.932880] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.932886] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.932893] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.932901] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.932907] dwc2 c90c0000.usb: no split
[ 4.932913] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(0)
[ 4.932921] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 0
[ 4.932928] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.932934] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.932941] dwc2 c90c0000.usb: Start PID: 2
[ 4.932947] dwc2 c90c0000.usb: Wrote 02b23dc0 to HCDMA(0)
[ 4.932955] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.932962] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(0)
[ 4.932971] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.932978] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.933195] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.933203] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.933210] dwc2 c90c0000.usb: HAINT=00000001
[ 4.933217] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 0
[ 4.933224] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.933233] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Channel Halted--
[ 4.933240] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: DMA Channel Halted--
[ 4.933247] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Transfer Complete--
[ 4.933254] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=4
[ 4.933262] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 0
[ 4.933270] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.933277] dwc2 c90c0000.usb: hctsiz.xfersize 60
[ 4.933283] dwc2 c90c0000.usb: urb->transfer_buffer_length 4
[ 4.933291] dwc2 c90c0000.usb: urb->actual_length 4
[ 4.933297] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.933304] dwc2 c90c0000.usb: Control data transfer done
[ 4.933310] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.933317] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.933323] dwc2 c90c0000.usb: DMA enabled
[ 4.933328] dwc2 c90c0000.usb: dwc2_release_channel: channel 0, halt_status 1
[ 4.933336] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.933345] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.933352] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.933358] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.933366] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.933375] dwc2 c90c0000.usb: Control status transaction
[ 4.933381] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.933387] dwc2 c90c0000.usb: DMA enabled
[ 4.933393] dwc2 c90c0000.usb: desc DMA disabled
[ 4.933399] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.933406] dwc2 c90c0000.usb: set HAINTMSK to 00000002
[ 4.933413] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.933420] dwc2 c90c0000.usb: set HCCHAR(1) to 00800040
[ 4.933427] dwc2 c90c0000.usb: dwc2_hc_init: Channel 1
[ 4.933434] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.933441] dwc2 c90c0000.usb: Ep Num: 0
[ 4.933447] dwc2 c90c0000.usb: Is In: 0
[ 4.933453] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.933460] dwc2 c90c0000.usb: Ep Type: 0
[ 4.933466] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.933473] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.933479] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.933486] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.933494] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.933500] dwc2 c90c0000.usb: no split
[ 4.933506] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(1)
[ 4.933514] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 1
[ 4.933521] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.933527] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.933534] dwc2 c90c0000.usb: Start PID: 2
[ 4.933540] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(1)
[ 4.933548] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.933555] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(1)
[ 4.933563] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.933570] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf3000006
[ 4.933584] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.933592] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.933598] dwc2 c90c0000.usb: HAINT=00000002
[ 4.933605] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 1
[ 4.933612] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.933621] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: Channel Halted--
[ 4.933628] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: DMA Channel Halted--
[ 4.933635] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: Transfer Complete--
[ 4.933642] dwc2 c90c0000.usb: Control transfer complete
[ 4.933649] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee080 device 2 ep 0-IN status 0 actual 4
[ 4.933678] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.933686] dwc2 c90c0000.usb: dwc2_release_channel: channel 1, halt_status 2
[ 4.933694] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.933717] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.933724] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.933732] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.933739] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.933829] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.933839] dwc2 c90c0000.usb: urb_enqueue, urb c48ee080
[ 4.933848] dwc2 c90c0000.usb: Device address: 2
[ 4.933855] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.933862] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.933870] dwc2 c90c0000.usb: Speed: HIGH
[ 4.933877] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.933884] dwc2 c90c0000.usb: Data buffer length: 4
[ 4.933891] dwc2 c90c0000.usb: Transfer buffer: c2b23dc0, Transfer DMA: 02b23dc0
[ 4.933900] dwc2 c90c0000.usb: Setup buffer: c505e700, Setup DMA: 0505e700
[ 4.933908] dwc2 c90c0000.usb: Interval: 0
[ 4.933928] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.933952] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.933960] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.933969] dwc2 c90c0000.usb: Control setup transaction
[ 4.933976] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.933982] dwc2 c90c0000.usb: DMA enabled
[ 4.933988] dwc2 c90c0000.usb: desc DMA disabled
[ 4.933994] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.934001] dwc2 c90c0000.usb: set HAINTMSK to 00000004
[ 4.934008] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.934015] dwc2 c90c0000.usb: set HCCHAR(2) to 00800040
[ 4.934023] dwc2 c90c0000.usb: dwc2_hc_init: Channel 2
[ 4.934030] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.934036] dwc2 c90c0000.usb: Ep Num: 0
[ 4.934043] dwc2 c90c0000.usb: Is In: 0
[ 4.934049] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.934055] dwc2 c90c0000.usb: Ep Type: 0
[ 4.934062] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.934069] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.934075] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.934082] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.934090] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.934097] dwc2 c90c0000.usb: no split
[ 4.934103] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(2)
[ 4.934111] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 2
[ 4.934118] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.934124] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.934131] dwc2 c90c0000.usb: Start PID: 3
[ 4.934137] dwc2 c90c0000.usb: Wrote 0505e700 to HCDMA(2)
[ 4.934145] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.934152] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(2)
[ 4.934162] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.934172] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.934178] dwc2 c90c0000.usb: HAINT=00000004
[ 4.934186] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 2
[ 4.934192] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.934201] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Channel Halted--
[ 4.934209] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: DMA Channel Halted--
[ 4.934216] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Transfer Complete--
[ 4.934223] dwc2 c90c0000.usb: Control setup transaction done
[ 4.934230] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.934236] dwc2 c90c0000.usb: dwc2_release_channel: channel 2, halt_status 1
[ 4.934244] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.934253] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.934260] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.934266] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.934273] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.934281] dwc2 c90c0000.usb: Control data transaction
[ 4.934287] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.934293] dwc2 c90c0000.usb: DMA enabled
[ 4.934299] dwc2 c90c0000.usb: desc DMA disabled
[ 4.934305] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.934312] dwc2 c90c0000.usb: set HAINTMSK to 00000008
[ 4.934319] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.934326] dwc2 c90c0000.usb: set HCCHAR(3) to 00808040
[ 4.934333] dwc2 c90c0000.usb: dwc2_hc_init: Channel 3
[ 4.934340] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.934347] dwc2 c90c0000.usb: Ep Num: 0
[ 4.934353] dwc2 c90c0000.usb: Is In: 1
[ 4.934359] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.934366] dwc2 c90c0000.usb: Ep Type: 0
[ 4.934372] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.934379] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.934386] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.934393] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.934401] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.934407] dwc2 c90c0000.usb: no split
[ 4.934413] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(3)
[ 4.934421] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 3
[ 4.934429] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.934435] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.934442] dwc2 c90c0000.usb: Start PID: 2
[ 4.934448] dwc2 c90c0000.usb: Wrote 02b23dc0 to HCDMA(3)
[ 4.934456] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.934463] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(3)
[ 4.934472] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.934479] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.934697] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.934706] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.934713] dwc2 c90c0000.usb: HAINT=00000008
[ 4.934720] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 3
[ 4.934727] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.934736] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Channel Halted--
[ 4.934743] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: DMA Channel Halted--
[ 4.934750] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Transfer Complete--
[ 4.934757] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=4
[ 4.934765] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 3
[ 4.934773] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.934780] dwc2 c90c0000.usb: hctsiz.xfersize 60
[ 4.934786] dwc2 c90c0000.usb: urb->transfer_buffer_length 4
[ 4.934794] dwc2 c90c0000.usb: urb->actual_length 4
[ 4.934800] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.934807] dwc2 c90c0000.usb: Control data transfer done
[ 4.934813] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.934819] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.934825] dwc2 c90c0000.usb: DMA enabled
[ 4.934831] dwc2 c90c0000.usb: dwc2_release_channel: channel 3, halt_status 1
[ 4.934839] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.934848] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.934854] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.934861] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.934868] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.934877] dwc2 c90c0000.usb: Control status transaction
[ 4.934883] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.934889] dwc2 c90c0000.usb: DMA enabled
[ 4.934895] dwc2 c90c0000.usb: desc DMA disabled
[ 4.934901] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.934907] dwc2 c90c0000.usb: set HAINTMSK to 00000010
[ 4.934914] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.934921] dwc2 c90c0000.usb: set HCCHAR(4) to 00800040
[ 4.934929] dwc2 c90c0000.usb: dwc2_hc_init: Channel 4
[ 4.934936] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.934942] dwc2 c90c0000.usb: Ep Num: 0
[ 4.934948] dwc2 c90c0000.usb: Is In: 0
[ 4.934955] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.934961] dwc2 c90c0000.usb: Ep Type: 0
[ 4.934968] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.934974] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.934981] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.934988] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.934996] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.935002] dwc2 c90c0000.usb: no split
[ 4.935008] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(4)
[ 4.935016] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 4
[ 4.935023] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.935029] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.935036] dwc2 c90c0000.usb: Start PID: 2
[ 4.935042] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(4)
[ 4.935050] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.935057] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(4)
[ 4.935065] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.935072] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf3000006
[ 4.935086] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.935094] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.935101] dwc2 c90c0000.usb: HAINT=00000010
[ 4.935108] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 4
[ 4.935114] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.935124] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Channel Halted--
[ 4.935131] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: DMA Channel Halted--
[ 4.935138] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Transfer Complete--
[ 4.935145] dwc2 c90c0000.usb: Control transfer complete
[ 4.935151] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee080 device 2 ep 0-IN status 0 actual 4
[ 4.935180] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.935189] dwc2 c90c0000.usb: dwc2_release_channel: channel 4, halt_status 2
[ 4.935197] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.935219] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.935227] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.935234] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.935241] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.935304] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.935314] dwc2 c90c0000.usb: urb_enqueue, urb c48ee380
[ 4.935322] dwc2 c90c0000.usb: Device address: 2
[ 4.935329] dwc2 c90c0000.usb: Endpoint: 1, IN
[ 4.935336] dwc2 c90c0000.usb: Endpoint type: INTERRUPT IN (IN)
[ 4.935344] dwc2 c90c0000.usb: Speed: HIGH
[ 4.935350] dwc2 c90c0000.usb: Max packet size: 1 (1 mult)
[ 4.935358] dwc2 c90c0000.usb: Data buffer length: 1
[ 4.935364] dwc2 c90c0000.usb: Transfer buffer: c4f40400, Transfer DMA: 04f40400
[ 4.935373] dwc2 c90c0000.usb: Setup buffer: 00000000, Setup DMA: 00000000
[ 4.935381] dwc2 c90c0000.usb: Interval: 2048
[ 4.935402] dwc2 c90c0000.usb: addr=2, ep_num=1, ep_dir=80, ep_type=3, maxp=1 (1 mult)
[ 4.935443] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.935519] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.935528] dwc2 c90c0000.usb: urb_enqueue, urb c48ee080
[ 4.935536] dwc2 c90c0000.usb: Device address: 2
[ 4.935543] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.935550] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.935558] dwc2 c90c0000.usb: Speed: HIGH
[ 4.935564] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.935572] dwc2 c90c0000.usb: Data buffer length: 4
[ 4.935579] dwc2 c90c0000.usb: Transfer buffer: c2b23dc0, Transfer DMA: 02b23dc0
[ 4.935587] dwc2 c90c0000.usb: Setup buffer: c505e7c0, Setup DMA: 0505e7c0
[ 4.935595] dwc2 c90c0000.usb: Interval: 0
[ 4.935618] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.935644] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.935681] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.935692] dwc2 c90c0000.usb: Control setup transaction
[ 4.935699] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.935705] dwc2 c90c0000.usb: DMA enabled
[ 4.935711] dwc2 c90c0000.usb: desc DMA disabled
[ 4.935717] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.935724] dwc2 c90c0000.usb: set HAINTMSK to 00000020
[ 4.935731] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 4.935738] dwc2 c90c0000.usb: set HCCHAR(5) to 00800040
[ 4.935746] dwc2 c90c0000.usb: dwc2_hc_init: Channel 5
[ 4.935752] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.935759] dwc2 c90c0000.usb: Ep Num: 0
[ 4.935765] dwc2 c90c0000.usb: Is In: 0
[ 4.935771] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.935778] dwc2 c90c0000.usb: Ep Type: 0
[ 4.935784] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.935792] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.935799] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.935806] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.935814] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.935820] dwc2 c90c0000.usb: no split
[ 4.935827] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(5)
[ 4.935835] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 5
[ 4.935842] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.935848] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.935854] dwc2 c90c0000.usb: Start PID: 3
[ 4.935861] dwc2 c90c0000.usb: Wrote 0505e7c0 to HCDMA(5)
[ 4.935869] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.935876] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(5)
[ 4.935891] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 4.935900] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.935906] dwc2 c90c0000.usb: HAINT=00000020
[ 4.935913] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 5
[ 4.935920] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.935929] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: Channel Halted--
[ 4.935936] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: DMA Channel Halted--
[ 4.935943] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: Transfer Complete--
[ 4.935950] dwc2 c90c0000.usb: Control setup transaction done
[ 4.935956] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.935962] dwc2 c90c0000.usb: dwc2_release_channel: channel 5, halt_status 1
[ 4.935971] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.935980] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.935986] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.935992] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.936000] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.936008] dwc2 c90c0000.usb: Control data transaction
[ 4.936015] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.936021] dwc2 c90c0000.usb: DMA enabled
[ 4.936027] dwc2 c90c0000.usb: desc DMA disabled
[ 4.936033] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.936039] dwc2 c90c0000.usb: set HAINTMSK to 00000040
[ 4.936046] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 4.936053] dwc2 c90c0000.usb: set HCCHAR(6) to 00808040
[ 4.936061] dwc2 c90c0000.usb: dwc2_hc_init: Channel 6
[ 4.936068] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.936074] dwc2 c90c0000.usb: Ep Num: 0
[ 4.936081] dwc2 c90c0000.usb: Is In: 1
[ 4.936087] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.936093] dwc2 c90c0000.usb: Ep Type: 0
[ 4.936100] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.936107] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.936113] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.936121] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.936128] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.936135] dwc2 c90c0000.usb: no split
[ 4.936141] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(6)
[ 4.936148] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 6
[ 4.936156] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.936162] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.936169] dwc2 c90c0000.usb: Start PID: 2
[ 4.936175] dwc2 c90c0000.usb: Wrote 02b23dc0 to HCDMA(6)
[ 4.936183] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.936190] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(6)
[ 4.936198] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.936205] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf300000e
[ 4.936419] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.936429] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.936435] dwc2 c90c0000.usb: HAINT=00000040
[ 4.936442] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 6
[ 4.936449] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.936458] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: Channel Halted--
[ 4.936465] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: DMA Channel Halted--
[ 4.936472] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: Transfer Complete--
[ 4.936480] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=4
[ 4.936488] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 6
[ 4.936496] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.936502] dwc2 c90c0000.usb: hctsiz.xfersize 60
[ 4.936509] dwc2 c90c0000.usb: urb->transfer_buffer_length 4
[ 4.936516] dwc2 c90c0000.usb: urb->actual_length 4
[ 4.936522] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.936529] dwc2 c90c0000.usb: Control data transfer done
[ 4.936536] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.936542] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.936548] dwc2 c90c0000.usb: DMA enabled
[ 4.936554] dwc2 c90c0000.usb: dwc2_release_channel: channel 6, halt_status 1
[ 4.936562] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.936571] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.936577] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.936584] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.936591] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.936600] dwc2 c90c0000.usb: Control status transaction
[ 4.936606] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.936612] dwc2 c90c0000.usb: DMA enabled
[ 4.936618] dwc2 c90c0000.usb: desc DMA disabled
[ 4.936624] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.936630] dwc2 c90c0000.usb: set HAINTMSK to 00000080
[ 4.936637] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 4.936644] dwc2 c90c0000.usb: set HCCHAR(7) to 00800040
[ 4.936652] dwc2 c90c0000.usb: dwc2_hc_init: Channel 7
[ 4.936659] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.936665] dwc2 c90c0000.usb: Ep Num: 0
[ 4.936672] dwc2 c90c0000.usb: Is In: 0
[ 4.936679] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.936685] dwc2 c90c0000.usb: Ep Type: 0
[ 4.936691] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.936698] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.936705] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.936712] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.936719] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.936726] dwc2 c90c0000.usb: no split
[ 4.936732] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(7)
[ 4.936739] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 7
[ 4.936746] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.936753] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.936759] dwc2 c90c0000.usb: Start PID: 2
[ 4.936766] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(7)
[ 4.936774] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.936781] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(7)
[ 4.936789] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.936796] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf300000e
[ 4.936810] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 4.936818] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cad300)
[ 4.936827] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.936833] dwc2 c90c0000.usb: DMA enabled
[ 4.936839] dwc2 c90c0000.usb: desc DMA disabled
[ 4.936845] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.936852] dwc2 c90c0000.usb: set HAINTMSK to 00000180
[ 4.936859] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 4.936865] dwc2 c90c0000.usb: set HCCHAR(8) to 008c8801
[ 4.936873] dwc2 c90c0000.usb: dwc2_hc_init: Channel 8
[ 4.936880] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.936886] dwc2 c90c0000.usb: Ep Num: 1
[ 4.936893] dwc2 c90c0000.usb: Is In: 1
[ 4.936899] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.936905] dwc2 c90c0000.usb: Ep Type: 3
[ 4.936912] dwc2 c90c0000.usb: Max Pkt: 1
[ 4.936919] dwc2 c90c0000.usb: Queue periodic transactions
[ 4.936926] dwc2 c90c0000.usb: P Tx Req Queue Space Avail (before queue): 8
[ 4.936933] dwc2 c90c0000.usb: P Tx FIFO Space Avail (before queue): 500
[ 4.936940] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.936946] dwc2 c90c0000.usb: no split
[ 4.936952] dwc2 c90c0000.usb: Wrote 00080001 to HCTSIZ(8)
[ 4.936960] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 8
[ 4.936967] dwc2 c90c0000.usb: Xfer Size: 1
[ 4.936973] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.936980] dwc2 c90c0000.usb: Start PID: 0
[ 4.936986] dwc2 c90c0000.usb: Wrote 04f40400 to HCDMA(8)
[ 4.936995] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.937001] dwc2 c90c0000.usb: Wrote a09c8801 to HCCHAR(8)
[ 4.937010] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.937017] dwc2 c90c0000.usb: HAINT=00000180
[ 4.937024] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 7
[ 4.937031] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.937039] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: Channel Halted--
[ 4.937046] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: DMA Channel Halted--
[ 4.937054] dwc2 c90c0000.usb: --Host Channel 7 Interrupt: Transfer Complete--
[ 4.937060] dwc2 c90c0000.usb: Control transfer complete
[ 4.937067] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee080 device 2 ep 0-IN status 0 actual 4
[ 4.937098] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.937105] dwc2 c90c0000.usb: dwc2_release_channel: channel 7, halt_status 2
[ 4.937114] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.937137] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.937145] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.937155] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 8
[ 4.937162] dwc2 c90c0000.usb: hcint 0x00000012, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.937172] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: Channel Halted--
[ 4.937179] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: DMA Channel Halted--
[ 4.937187] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: NAK Received--
[ 4.937195] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.937201] dwc2 c90c0000.usb: DMA enabled
[ 4.937207] dwc2 c90c0000.usb: dwc2_release_channel: channel 8, halt_status 4
[ 4.937216] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cad300,0)
[ 4.937225] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.937233] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.937240] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf300000e
[ 4.937348] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.937360] dwc2 c90c0000.usb: urb_enqueue, urb c48ee080
[ 4.937368] dwc2 c90c0000.usb: Device address: 2
[ 4.937375] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.937382] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.937390] dwc2 c90c0000.usb: Speed: HIGH
[ 4.937396] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.937404] dwc2 c90c0000.usb: Data buffer length: 4
[ 4.937411] dwc2 c90c0000.usb: Transfer buffer: c2b23dc0, Transfer DMA: 02b23dc0
[ 4.937420] dwc2 c90c0000.usb: Setup buffer: c505e7c0, Setup DMA: 0505e7c0
[ 4.937428] dwc2 c90c0000.usb: Interval: 0
[ 4.937450] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.937477] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.937556] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.937567] dwc2 c90c0000.usb: Control setup transaction
[ 4.937573] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.937580] dwc2 c90c0000.usb: DMA enabled
[ 4.937586] dwc2 c90c0000.usb: desc DMA disabled
[ 4.937592] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.937599] dwc2 c90c0000.usb: set HAINTMSK to 00000200
[ 4.937606] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 4.937613] dwc2 c90c0000.usb: set HCCHAR(9) to 00800040
[ 4.937621] dwc2 c90c0000.usb: dwc2_hc_init: Channel 9
[ 4.937627] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.937634] dwc2 c90c0000.usb: Ep Num: 0
[ 4.937640] dwc2 c90c0000.usb: Is In: 0
[ 4.937647] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.937653] dwc2 c90c0000.usb: Ep Type: 0
[ 4.937660] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.937667] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.937673] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.937681] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.937688] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.937695] dwc2 c90c0000.usb: no split
[ 4.937701] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(9)
[ 4.937709] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 9
[ 4.937716] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.937722] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.937728] dwc2 c90c0000.usb: Start PID: 3
[ 4.937735] dwc2 c90c0000.usb: Wrote 0505e7c0 to HCDMA(9)
[ 4.937743] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.937749] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(9)
[ 4.937764] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 4.937772] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.937779] dwc2 c90c0000.usb: HAINT=00000200
[ 4.937787] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 9
[ 4.937794] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.937802] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: Channel Halted--
[ 4.937809] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: DMA Channel Halted--
[ 4.937817] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: Transfer Complete--
[ 4.937824] dwc2 c90c0000.usb: Control setup transaction done
[ 4.937831] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.937837] dwc2 c90c0000.usb: dwc2_release_channel: channel 9, halt_status 1
[ 4.937845] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.937854] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.937860] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.937867] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.937874] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.937882] dwc2 c90c0000.usb: Control data transaction
[ 4.937888] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.937894] dwc2 c90c0000.usb: DMA enabled
[ 4.937900] dwc2 c90c0000.usb: desc DMA disabled
[ 4.937906] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.937913] dwc2 c90c0000.usb: set HAINTMSK to 00000400
[ 4.937919] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 4.937926] dwc2 c90c0000.usb: set HCCHAR(10) to 00808040
[ 4.937934] dwc2 c90c0000.usb: dwc2_hc_init: Channel 10
[ 4.937941] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.937947] dwc2 c90c0000.usb: Ep Num: 0
[ 4.937954] dwc2 c90c0000.usb: Is In: 1
[ 4.937960] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.937967] dwc2 c90c0000.usb: Ep Type: 0
[ 4.937973] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.937980] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.937986] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.937994] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.938001] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.938007] dwc2 c90c0000.usb: no split
[ 4.938013] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(10)
[ 4.938021] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 10
[ 4.938029] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.938035] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.938041] dwc2 c90c0000.usb: Start PID: 2
[ 4.938048] dwc2 c90c0000.usb: Wrote 02b23dc0 to HCDMA(10)
[ 4.938056] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.938062] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(10)
[ 4.938072] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.938079] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf300000e
[ 4.938293] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.938302] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.938309] dwc2 c90c0000.usb: HAINT=00000400
[ 4.938317] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 10
[ 4.938324] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.938333] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: Channel Halted--
[ 4.938341] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: DMA Channel Halted--
[ 4.938348] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: Transfer Complete--
[ 4.938356] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=4
[ 4.938364] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 10
[ 4.938372] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.938379] dwc2 c90c0000.usb: hctsiz.xfersize 60
[ 4.938385] dwc2 c90c0000.usb: urb->transfer_buffer_length 4
[ 4.938392] dwc2 c90c0000.usb: urb->actual_length 4
[ 4.938399] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.938406] dwc2 c90c0000.usb: Control data transfer done
[ 4.938412] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.938418] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.938424] dwc2 c90c0000.usb: DMA enabled
[ 4.938430] dwc2 c90c0000.usb: dwc2_release_channel: channel 10, halt_status 1
[ 4.938439] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.938448] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.938454] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.938460] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.938468] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.938476] dwc2 c90c0000.usb: Control status transaction
[ 4.938483] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.938489] dwc2 c90c0000.usb: DMA enabled
[ 4.938495] dwc2 c90c0000.usb: desc DMA disabled
[ 4.938501] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.938508] dwc2 c90c0000.usb: set HAINTMSK to 00000800
[ 4.938514] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 4.938521] dwc2 c90c0000.usb: set HCCHAR(11) to 00800040
[ 4.938529] dwc2 c90c0000.usb: dwc2_hc_init: Channel 11
[ 4.938536] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.938543] dwc2 c90c0000.usb: Ep Num: 0
[ 4.938549] dwc2 c90c0000.usb: Is In: 0
[ 4.938556] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.938562] dwc2 c90c0000.usb: Ep Type: 0
[ 4.938568] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.938575] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.938582] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.938589] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.938596] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.938603] dwc2 c90c0000.usb: no split
[ 4.938608] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(11)
[ 4.938616] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 11
[ 4.938624] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.938630] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.938636] dwc2 c90c0000.usb: Start PID: 2
[ 4.938643] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(11)
[ 4.938651] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.938657] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(11)
[ 4.938667] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.938673] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf300000e
[ 4.938688] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 4.938696] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.938702] dwc2 c90c0000.usb: HAINT=00000800
[ 4.938710] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 11
[ 4.938717] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.938725] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Channel Halted--
[ 4.938733] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: DMA Channel Halted--
[ 4.938740] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Transfer Complete--
[ 4.938747] dwc2 c90c0000.usb: Control transfer complete
[ 4.938753] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee080 device 2 ep 0-IN status 0 actual 4
[ 4.938785] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.938793] dwc2 c90c0000.usb: dwc2_release_channel: channel 11, halt_status 2
[ 4.938802] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.938824] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.938831] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.938839] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.938846] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf300000e
[ 4.938953] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.938962] dwc2 c90c0000.usb: urb_enqueue, urb c48ee080
[ 4.938971] dwc2 c90c0000.usb: Device address: 2
[ 4.938978] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.938986] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.938993] dwc2 c90c0000.usb: Speed: HIGH
[ 4.939000] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.939007] dwc2 c90c0000.usb: Data buffer length: 4
[ 4.939014] dwc2 c90c0000.usb: Transfer buffer: c2b23dc0, Transfer DMA: 02b23dc0
[ 4.939022] dwc2 c90c0000.usb: Setup buffer: c505e7c0, Setup DMA: 0505e7c0
[ 4.939031] dwc2 c90c0000.usb: Interval: 0
[ 4.939053] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.939079] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.939181] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.939193] dwc2 c90c0000.usb: Control setup transaction
[ 4.939199] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.939205] dwc2 c90c0000.usb: DMA enabled
[ 4.939211] dwc2 c90c0000.usb: desc DMA disabled
[ 4.939217] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.939224] dwc2 c90c0000.usb: set HAINTMSK to 00001000
[ 4.939231] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 4.939238] dwc2 c90c0000.usb: set HCCHAR(12) to 00800040
[ 4.939246] dwc2 c90c0000.usb: dwc2_hc_init: Channel 12
[ 4.939253] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.939259] dwc2 c90c0000.usb: Ep Num: 0
[ 4.939265] dwc2 c90c0000.usb: Is In: 0
[ 4.939272] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.939278] dwc2 c90c0000.usb: Ep Type: 0
[ 4.939284] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.939292] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.939298] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.939305] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.939313] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.939319] dwc2 c90c0000.usb: no split
[ 4.939325] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(12)
[ 4.939333] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 12
[ 4.939341] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.939347] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.939353] dwc2 c90c0000.usb: Start PID: 3
[ 4.939360] dwc2 c90c0000.usb: Wrote 0505e7c0 to HCDMA(12)
[ 4.939368] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.939375] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(12)
[ 4.939389] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 4.939397] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.939403] dwc2 c90c0000.usb: HAINT=00001000
[ 4.939410] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 12
[ 4.939418] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.939427] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: Channel Halted--
[ 4.939434] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: DMA Channel Halted--
[ 4.939442] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: Transfer Complete--
[ 4.939450] dwc2 c90c0000.usb: Control setup transaction done
[ 4.939456] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.939462] dwc2 c90c0000.usb: dwc2_release_channel: channel 12, halt_status 1
[ 4.939471] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.939480] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.939487] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.939493] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.939500] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.939508] dwc2 c90c0000.usb: Control data transaction
[ 4.939514] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.939520] dwc2 c90c0000.usb: DMA enabled
[ 4.939526] dwc2 c90c0000.usb: desc DMA disabled
[ 4.939532] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.939539] dwc2 c90c0000.usb: set HAINTMSK to 00002000
[ 4.939546] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 4.939553] dwc2 c90c0000.usb: set HCCHAR(13) to 00808040
[ 4.939561] dwc2 c90c0000.usb: dwc2_hc_init: Channel 13
[ 4.939568] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.939575] dwc2 c90c0000.usb: Ep Num: 0
[ 4.939581] dwc2 c90c0000.usb: Is In: 1
[ 4.939587] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.939594] dwc2 c90c0000.usb: Ep Type: 0
[ 4.939600] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.939607] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.939613] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.939620] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.939628] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.939634] dwc2 c90c0000.usb: no split
[ 4.939640] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(13)
[ 4.939648] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 13
[ 4.939656] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.939662] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.939668] dwc2 c90c0000.usb: Start PID: 2
[ 4.939675] dwc2 c90c0000.usb: Wrote 02b23dc0 to HCDMA(13)
[ 4.939683] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.939690] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(13)
[ 4.939699] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.939706] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf300000e
[ 4.939920] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.939929] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.939936] dwc2 c90c0000.usb: HAINT=00002000
[ 4.939943] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 13
[ 4.939950] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.939959] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: Channel Halted--
[ 4.939966] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: DMA Channel Halted--
[ 4.939974] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: Transfer Complete--
[ 4.939981] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=4
[ 4.939989] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 13
[ 4.939997] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.940004] dwc2 c90c0000.usb: hctsiz.xfersize 60
[ 4.940010] dwc2 c90c0000.usb: urb->transfer_buffer_length 4
[ 4.940017] dwc2 c90c0000.usb: urb->actual_length 4
[ 4.940024] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.940031] dwc2 c90c0000.usb: Control data transfer done
[ 4.940037] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.940043] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.940050] dwc2 c90c0000.usb: DMA enabled
[ 4.940055] dwc2 c90c0000.usb: dwc2_release_channel: channel 13, halt_status 1
[ 4.940064] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.940073] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.940079] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.940086] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.940093] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.940101] dwc2 c90c0000.usb: Control status transaction
[ 4.940108] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.940114] dwc2 c90c0000.usb: DMA enabled
[ 4.940119] dwc2 c90c0000.usb: desc DMA disabled
[ 4.940125] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.940133] dwc2 c90c0000.usb: set HAINTMSK to 00004000
[ 4.940139] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 4.940146] dwc2 c90c0000.usb: set HCCHAR(14) to 00800040
[ 4.940154] dwc2 c90c0000.usb: dwc2_hc_init: Channel 14
[ 4.940161] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.940167] dwc2 c90c0000.usb: Ep Num: 0
[ 4.940174] dwc2 c90c0000.usb: Is In: 0
[ 4.940180] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.940187] dwc2 c90c0000.usb: Ep Type: 0
[ 4.940193] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.940200] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.940206] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.940213] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.940221] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.940227] dwc2 c90c0000.usb: no split
[ 4.940233] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(14)
[ 4.940241] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 14
[ 4.940248] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.940255] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.940261] dwc2 c90c0000.usb: Start PID: 2
[ 4.940268] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(14)
[ 4.940276] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.940282] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(14)
[ 4.940291] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.940298] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf300000e
[ 4.940311] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 4.940320] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.940327] dwc2 c90c0000.usb: HAINT=00004000
[ 4.940334] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 14
[ 4.940341] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.940350] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: Channel Halted--
[ 4.940357] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: DMA Channel Halted--
[ 4.940365] dwc2 c90c0000.usb: --Host Channel 14 Interrupt: Transfer Complete--
[ 4.940372] dwc2 c90c0000.usb: Control transfer complete
[ 4.940379] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee080 device 2 ep 0-IN status 0 actual 4
[ 4.940410] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.940418] dwc2 c90c0000.usb: dwc2_release_channel: channel 14, halt_status 2
[ 4.940426] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.940449] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.940457] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.940464] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.940471] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf300000e
[ 4.940612] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.940622] dwc2 c90c0000.usb: urb_enqueue, urb c48ee080
[ 4.940631] dwc2 c90c0000.usb: Device address: 2
[ 4.940638] dwc2 c90c0000.usb: Endpoint: 0, IN
[ 4.940646] dwc2 c90c0000.usb: Endpoint type: CONTROL IN (IN)
[ 4.940653] dwc2 c90c0000.usb: Speed: HIGH
[ 4.940659] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.940667] dwc2 c90c0000.usb: Data buffer length: 4
[ 4.940674] dwc2 c90c0000.usb: Transfer buffer: c2b23dc0, Transfer DMA: 02b23dc0
[ 4.940682] dwc2 c90c0000.usb: Setup buffer: c505e7c0, Setup DMA: 0505e7c0
[ 4.940690] dwc2 c90c0000.usb: Interval: 0
[ 4.940712] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=80, ep_type=0, maxp=64 (1 mult)
[ 4.940739] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.940806] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.940816] dwc2 c90c0000.usb: Control setup transaction
[ 4.940823] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.940829] dwc2 c90c0000.usb: DMA enabled
[ 4.940835] dwc2 c90c0000.usb: desc DMA disabled
[ 4.940841] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.940848] dwc2 c90c0000.usb: set HAINTMSK to 00008000
[ 4.940855] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 4.940862] dwc2 c90c0000.usb: set HCCHAR(15) to 00800040
[ 4.940870] dwc2 c90c0000.usb: dwc2_hc_init: Channel 15
[ 4.940877] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.940884] dwc2 c90c0000.usb: Ep Num: 0
[ 4.940890] dwc2 c90c0000.usb: Is In: 0
[ 4.940897] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.940903] dwc2 c90c0000.usb: Ep Type: 0
[ 4.940909] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.940917] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.940923] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.940930] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.940938] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.940944] dwc2 c90c0000.usb: no split
[ 4.940951] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(15)
[ 4.940958] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 15
[ 4.940966] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.940972] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.940979] dwc2 c90c0000.usb: Start PID: 3
[ 4.940985] dwc2 c90c0000.usb: Wrote 0505e7c0 to HCDMA(15)
[ 4.940993] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.941000] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(15)
[ 4.941014] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 4.941023] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.941029] dwc2 c90c0000.usb: HAINT=00008000
[ 4.941036] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 15
[ 4.941043] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.941053] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: Channel Halted--
[ 4.941060] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: DMA Channel Halted--
[ 4.941068] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: Transfer Complete--
[ 4.941075] dwc2 c90c0000.usb: Control setup transaction done
[ 4.941081] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.941088] dwc2 c90c0000.usb: dwc2_release_channel: channel 15, halt_status 1
[ 4.941096] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.941105] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.941111] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.941118] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.941125] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.941133] dwc2 c90c0000.usb: Control data transaction
[ 4.941139] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.941145] dwc2 c90c0000.usb: DMA enabled
[ 4.941151] dwc2 c90c0000.usb: desc DMA disabled
[ 4.941157] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.941164] dwc2 c90c0000.usb: set HAINTMSK to 00000001
[ 4.941171] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 4.941178] dwc2 c90c0000.usb: set HCCHAR(0) to 00808040
[ 4.941185] dwc2 c90c0000.usb: dwc2_hc_init: Channel 0
[ 4.941192] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.941198] dwc2 c90c0000.usb: Ep Num: 0
[ 4.941205] dwc2 c90c0000.usb: Is In: 1
[ 4.941211] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.941217] dwc2 c90c0000.usb: Ep Type: 0
[ 4.941224] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.941231] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.941237] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.941244] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.941252] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.941259] dwc2 c90c0000.usb: no split
[ 4.941264] dwc2 c90c0000.usb: Wrote 40080040 to HCTSIZ(0)
[ 4.941272] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 0
[ 4.941279] dwc2 c90c0000.usb: Xfer Size: 64
[ 4.941286] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.941292] dwc2 c90c0000.usb: Start PID: 2
[ 4.941299] dwc2 c90c0000.usb: Wrote 02b23dc0 to HCDMA(0)
[ 4.941307] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.941313] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(0)
[ 4.941322] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.941329] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf300000e
[ 4.941549] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.941559] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.941565] dwc2 c90c0000.usb: HAINT=00000001
[ 4.941572] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 0
[ 4.941579] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.941588] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Channel Halted--
[ 4.941595] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: DMA Channel Halted--
[ 4.941603] dwc2 c90c0000.usb: --Host Channel 0 Interrupt: Transfer Complete--
[ 4.941610] dwc2 c90c0000.usb: urb->actual_length=0 xfer_length=4
[ 4.941618] dwc2 c90c0000.usb: DWC_otg: dwc2_update_urb_state: IN, channel 0
[ 4.941626] dwc2 c90c0000.usb: chan->xfer_len 64
[ 4.941633] dwc2 c90c0000.usb: hctsiz.xfersize 60
[ 4.941639] dwc2 c90c0000.usb: urb->transfer_buffer_length 4
[ 4.941646] dwc2 c90c0000.usb: urb->actual_length 4
[ 4.941652] dwc2 c90c0000.usb: short_read 1, xfer_done 1
[ 4.941660] dwc2 c90c0000.usb: Control data transfer done
[ 4.941666] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.941672] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.941678] dwc2 c90c0000.usb: DMA enabled
[ 4.941684] dwc2 c90c0000.usb: dwc2_release_channel: channel 0, halt_status 1
[ 4.941692] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.941701] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.941707] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.941713] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.941720] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.941729] dwc2 c90c0000.usb: Control status transaction
[ 4.941735] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.941741] dwc2 c90c0000.usb: DMA enabled
[ 4.941747] dwc2 c90c0000.usb: desc DMA disabled
[ 4.941752] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.941759] dwc2 c90c0000.usb: set HAINTMSK to 00000002
[ 4.941766] dwc2 c90c0000.usb: set GINTMSK to f300000e
[ 4.941773] dwc2 c90c0000.usb: set HCCHAR(1) to 00800040
[ 4.941781] dwc2 c90c0000.usb: dwc2_hc_init: Channel 1
[ 4.941788] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.941794] dwc2 c90c0000.usb: Ep Num: 0
[ 4.941800] dwc2 c90c0000.usb: Is In: 0
[ 4.941807] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.941813] dwc2 c90c0000.usb: Ep Type: 0
[ 4.941820] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.941827] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.941833] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.941840] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.941847] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.941854] dwc2 c90c0000.usb: no split
[ 4.941860] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(1)
[ 4.941868] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 1
[ 4.941875] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.941881] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.941887] dwc2 c90c0000.usb: Start PID: 2
[ 4.941894] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(1)
[ 4.941902] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.941908] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(1)
[ 4.941917] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.941924] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x06000029 gintmsk=0xf300000e
[ 4.941938] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000008
[ 4.941946] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.941953] dwc2 c90c0000.usb: HAINT=00000002
[ 4.941959] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 1
[ 4.941966] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.941975] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: Channel Halted--
[ 4.941982] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: DMA Channel Halted--
[ 4.941990] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: Transfer Complete--
[ 4.941997] dwc2 c90c0000.usb: Control transfer complete
[ 4.942003] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee080 device 2 ep 0-IN status 0 actual 4
[ 4.942033] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.942042] dwc2 c90c0000.usb: dwc2_release_channel: channel 1, halt_status 2
[ 4.942050] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.942073] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.942080] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.942088] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.942095] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf300000e
[ 4.942176] dwc2 c90c0000.usb: DWC OTG HCD URB Dequeue
[ 4.942186] dwc2 c90c0000.usb: urb_dequeue, urb c48ee380
[ 4.942195] dwc2 c90c0000.usb: Device address: 2
[ 4.942201] dwc2 c90c0000.usb: Endpoint: 1, IN
[ 4.942209] dwc2 c90c0000.usb: Endpoint type: INTERRUPT IN (IN)
[ 4.942216] dwc2 c90c0000.usb: Speed: HIGH
[ 4.942223] dwc2 c90c0000.usb: Max packet size: 1 (1 mult)
[ 4.942230] dwc2 c90c0000.usb: Data buffer length: 1
[ 4.942237] dwc2 c90c0000.usb: Transfer buffer: c4f40400, Transfer DMA: 04f40400
[ 4.942245] dwc2 c90c0000.usb: Setup buffer: 00000000, Setup DMA: 00000000
[ 4.942253] dwc2 c90c0000.usb: Interval: 2048
[ 4.942277] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.942284] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.942318] dwc2 c90c0000.usb: Called usb_hcd_giveback_urb()
[ 4.942326] dwc2 c90c0000.usb: urb->status = -115
[ 4.942403] dwc2 c90c0000.usb: DWC OTG HCD URB Enqueue
[ 4.942412] dwc2 c90c0000.usb: urb_enqueue, urb c48ee080
[ 4.942421] dwc2 c90c0000.usb: Device address: 2
[ 4.942428] dwc2 c90c0000.usb: Endpoint: 0, OUT
[ 4.942435] dwc2 c90c0000.usb: Endpoint type: CONTROL OUT (OUT)
[ 4.942442] dwc2 c90c0000.usb: Speed: HIGH
[ 4.942448] dwc2 c90c0000.usb: Max packet size: 64 (1 mult)
[ 4.942456] dwc2 c90c0000.usb: Data buffer length: 0
[ 4.942463] dwc2 c90c0000.usb: Transfer buffer: 00000000, Transfer DMA: 00000000
[ 4.942471] dwc2 c90c0000.usb: Setup buffer: c505e700, Setup DMA: 0505e700
[ 4.942479] dwc2 c90c0000.usb: Interval: 0
[ 4.942502] dwc2 c90c0000.usb: addr=2, ep_num=0, ep_dir=0, ep_type=0, maxp=64 (1 mult)
[ 4.942528] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.942535] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.942545] dwc2 c90c0000.usb: Control setup transaction
[ 4.942551] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.942558] dwc2 c90c0000.usb: DMA enabled
[ 4.942564] dwc2 c90c0000.usb: desc DMA disabled
[ 4.942570] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.942577] dwc2 c90c0000.usb: set HAINTMSK to 00000004
[ 4.942583] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.942591] dwc2 c90c0000.usb: set HCCHAR(2) to 00800040
[ 4.942599] dwc2 c90c0000.usb: dwc2_hc_init: Channel 2
[ 4.942605] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.942612] dwc2 c90c0000.usb: Ep Num: 0
[ 4.942618] dwc2 c90c0000.usb: Is In: 0
[ 4.942625] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.942631] dwc2 c90c0000.usb: Ep Type: 0
[ 4.942638] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.942645] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.942651] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.942658] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.942666] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.942673] dwc2 c90c0000.usb: no split
[ 4.942679] dwc2 c90c0000.usb: Wrote 60080008 to HCTSIZ(2)
[ 4.942687] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 2
[ 4.942693] dwc2 c90c0000.usb: Xfer Size: 8
[ 4.942700] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.942706] dwc2 c90c0000.usb: Start PID: 3
[ 4.942713] dwc2 c90c0000.usb: Wrote 0505e700 to HCDMA(2)
[ 4.942721] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.942728] dwc2 c90c0000.usb: Wrote 80900040 to HCCHAR(2)
[ 4.942738] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.942748] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.942754] dwc2 c90c0000.usb: HAINT=00000004
[ 4.942762] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 2
[ 4.942769] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.942778] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Channel Halted--
[ 4.942785] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: DMA Channel Halted--
[ 4.942793] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Transfer Complete--
[ 4.942800] dwc2 c90c0000.usb: Control setup transaction done
[ 4.942806] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.942813] dwc2 c90c0000.usb: dwc2_release_channel: channel 2, halt_status 1
[ 4.942821] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,0)
[ 4.942830] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.942836] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.942842] dwc2 c90c0000.usb: dwc2_hcd_qh_add()
[ 4.942849] dwc2 c90c0000.usb: dwc2_assign_and_init_hc(c4271040,c3cafd00)
[ 4.942858] dwc2 c90c0000.usb: Control status transaction
[ 4.942864] dwc2 c90c0000.usb: dwc2_hc_init()
[ 4.942870] dwc2 c90c0000.usb: DMA enabled
[ 4.942876] dwc2 c90c0000.usb: desc DMA disabled
[ 4.942882] dwc2 c90c0000.usb: set HCINTMSK to 00000006
[ 4.942888] dwc2 c90c0000.usb: set HAINTMSK to 00000008
[ 4.942895] dwc2 c90c0000.usb: set GINTMSK to f3000006
[ 4.942902] dwc2 c90c0000.usb: set HCCHAR(3) to 00808040
[ 4.942910] dwc2 c90c0000.usb: dwc2_hc_init: Channel 3
[ 4.942917] dwc2 c90c0000.usb: Dev Addr: 2
[ 4.942923] dwc2 c90c0000.usb: Ep Num: 0
[ 4.942930] dwc2 c90c0000.usb: Is In: 1
[ 4.942936] dwc2 c90c0000.usb: Is Low Speed: 0
[ 4.942942] dwc2 c90c0000.usb: Ep Type: 0
[ 4.942949] dwc2 c90c0000.usb: Max Pkt: 64
[ 4.942956] dwc2 c90c0000.usb: Queue non-periodic transactions
[ 4.942962] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail (before queue): 8
[ 4.942969] dwc2 c90c0000.usb: NP Tx FIFO Space Avail (before queue): 500
[ 4.942977] dwc2 c90c0000.usb: dwc2_hc_start_transfer()
[ 4.942983] dwc2 c90c0000.usb: no split
[ 4.942990] dwc2 c90c0000.usb: Wrote 40080000 to HCTSIZ(3)
[ 4.942997] dwc2 c90c0000.usb: dwc2_hc_start_transfer: Channel 3
[ 4.943004] dwc2 c90c0000.usb: Xfer Size: 0
[ 4.943011] dwc2 c90c0000.usb: Num Pkts: 1
[ 4.943017] dwc2 c90c0000.usb: Start PID: 2
[ 4.943024] dwc2 c90c0000.usb: Wrote 3c042000 to HCDMA(3)
[ 4.943032] dwc2 c90c0000.usb: Multi Cnt: 1
[ 4.943038] dwc2 c90c0000.usb: Wrote 80908040 to HCCHAR(3)
[ 4.943047] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.943054] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000009 gintmsk=0xf3000006
[ 4.943193] dwc2 c90c0000.usb: DWC OTG HCD Interrupt Detected gintsts&gintmsk=0x02000000
[ 4.943201] dwc2 c90c0000.usb: dwc2_hc_intr()
[ 4.943207] dwc2 c90c0000.usb: HAINT=00000008
[ 4.943214] dwc2 c90c0000.usb: --Host Channel Interrupt--, Channel 3
[ 4.943221] dwc2 c90c0000.usb: hcint 0x00000023, hcintmsk 0x00000006, hcint&hcintmsk 0x00000002
[ 4.943230] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Channel Halted--
[ 4.943237] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: DMA Channel Halted--
[ 4.943244] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: Transfer Complete--
[ 4.943252] dwc2 c90c0000.usb: Control transfer complete
[ 4.943258] dwc2 c90c0000.usb: dwc2_host_complete: urb c48ee080 device 2 ep 0-OUT status 0 actual 0
[ 4.943288] dwc2 c90c0000.usb: dwc2_complete_non_periodic_xfer()
[ 4.943295] dwc2 c90c0000.usb: dwc2_halt_channel()
[ 4.943302] dwc2 c90c0000.usb: DMA enabled
[ 4.943307] dwc2 c90c0000.usb: dwc2_release_channel: channel 3, halt_status 2
[ 4.943315] dwc2 c90c0000.usb: dwc2_deactivate_qh(c4271040,c3cafd00,1)
[ 4.943338] dwc2 c90c0000.usb: dwc2_hcd_qh_deactivate()
[ 4.943345] dwc2 c90c0000.usb: dwc2_hcd_qh_unlink()
[ 4.943353] dwc2 c90c0000.usb: DWC OTG HCD Finished Servicing Interrupts
[ 4.943360] dwc2 c90c0000.usb: DWC OTG HCD gintsts=0x04000029 gintmsk=0xf3000006
[ 4.943474] dwc2 c90c0000.usb: SetPortFeature
[ 4.943483] dwc2 c90c0000.usb: SetPortFeature - USB_PORT_FEAT_SUSPEND
[ 4.943491] dwc2 c90c0000.usb: dwc2_port_suspend()
[ 4.943498] dwc2 c90c0000.usb: Entering host clock gating.
[ 6.668410] random: fast init done
[ 8.805789] EXT4-fs (mmcblk1p1): mounted filesystem with writeback data mode. Opts: (null). Quota mode: none.
[ 9.977896] systemd[1]: System time before build time, advancing clock.
[ 10.130332] systemd[1]: systemd 248.3-2-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 10.160719] systemd[1]: Detected architecture arm.
[ 10.181335] systemd[1]: Hostname set to <alarm>.
[ 11.779893] systemd[1]: Queued start job for default target Graphical Interface.
[ 11.799246] systemd[1]: Created slice system-getty.slice.
[ 11.835807] systemd[1]: Created slice system-modprobe.slice.
[ 11.874151] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 11.912484] systemd[1]: Created slice User and Session Slice.
[ 11.944290] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 11.975671] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 12.011956] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 12.037465] systemd[1]: Reached target Local Encrypted Volumes.
[ 12.060621] systemd[1]: Reached target Paths.
[ 12.074031] systemd[1]: Reached target Remote File Systems.
[ 12.090467] systemd[1]: Reached target Slices.
[ 12.108177] systemd[1]: Reached target Swap.
[ 12.122300] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[ 12.155969] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 12.190719] systemd[1]: Listening on LVM2 poll daemon socket.
[ 12.230701] systemd[1]: Listening on Process Core Dump Socket.
[ 12.260860] systemd[1]: Listening on Journal Audit Socket.
[ 12.284394] systemd[1]: Listening on Journal Socket (/dev/log).
[ 12.315767] systemd[1]: Listening on Journal Socket.
[ 12.340913] systemd[1]: Listening on Network Service Netlink Socket.
[ 12.384619] systemd[1]: Listening on udev Control Socket.
[ 12.404581] systemd[1]: Listening on udev Kernel Socket.
[ 12.426996] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 12.452032] systemd[1]: Mounting POSIX Message Queue File System...
[ 12.487190] systemd[1]: Mounting Kernel Debug File System...
[ 12.506424] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[ 12.511890] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
[ 12.539602] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 12.581280] systemd[1]: Starting Load Kernel Module configfs...
[ 12.624456] systemd[1]: Starting Load Kernel Module drm...
[ 12.656554] systemd[1]: Starting Load Kernel Module fuse...
[ 12.676746] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 12.680979] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 12.720007] systemd[1]: Starting Journal Service...
[ 12.745567] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[ 12.763751] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 12.782620] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 12.805427] systemd[1]: Starting Apply Kernel Variables...
[ 12.846228] EXT4-fs (mmcblk1p1): re-mounted. Opts: discard,commit=600,errors=remount-ro. Quota mode: none.
[ 12.858351] systemd[1]: Starting Coldplug All udev Devices...
[ 12.938699] systemd[1]: Mounted POSIX Message Queue File System.
[ 12.959815] systemd[1]: Mounted Kernel Debug File System.
[ 12.983247] systemd[1]: modprobe at configfs.service: Deactivated successfully.
[ 12.989694] systemd[1]: Finished Load Kernel Module configfs.
[ 13.011501] audit: type=1130 audit(1621433516.028:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=modprobe at configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.015798] systemd[1]: modprobe at drm.service: Deactivated successfully.
[ 13.029370] audit: type=1131 audit(1621433516.028:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=modprobe at configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.036946] systemd[1]: Finished Load Kernel Module drm.
[ 13.077755] audit: type=1130 audit(1621433516.096:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=modprobe at drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.083199] systemd[1]: modprobe at fuse.service: Deactivated successfully.
[ 13.091413] audit: type=1131 audit(1621433516.096:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=modprobe at drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.102767] systemd[1]: Finished Load Kernel Module fuse.
[ 13.141799] audit: type=1130 audit(1621433516.160:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=modprobe at fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.148536] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 13.157838] audit: type=1131 audit(1621433516.160:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=modprobe at fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.205824] audit: type=1130 audit(1621433516.224:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.212393] systemd[1]: Finished Apply Kernel Variables.
[ 13.245804] audit: type=1130 audit(1621433516.264:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.262695] systemd[1]: Mounting FUSE Control File System...
[ 13.297684] systemd[1]: Mounting Kernel Configuration File System...
[ 13.318266] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 13.332920] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 13.351127] systemd[1]: Starting Load/Save Random Seed...
[ 13.370565] systemd[1]: Condition check resulted in Create System Users being skipped.
[ 13.389551] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 13.434867] systemd[1]: Mounted FUSE Control File System.
[ 13.451805] systemd[1]: Mounted Kernel Configuration File System.
[ 13.695749] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 13.717832] audit: type=1130 audit(1621433516.736:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.748649] audit: type=1334 audit(1621433516.764:11): prog-id=6 op=LOAD
[ 13.759594] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 14.133379] systemd[1]: Started Rule-based Manager for Device Events and Files.
[ 14.209385] systemd[1]: Starting Network Service...
[ 14.605889] systemd[1]: Started Network Service.
[ 15.740423] systemd[1]: Finished Coldplug All udev Devices.
[ 16.485244] random: crng init done
[ 16.485305] random: 7 urandom warning(s) missed due to ratelimiting
[ 16.514250] systemd[1]: Finished Load/Save Random Seed.
[ 16.531345] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[ 16.556987] systemd[1]: Found device /dev/ttyAML0.
[ 17.009329] meson8b-dwmac c9410000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=49)
[ 17.029495] meson8b-dwmac c9410000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 17.045210] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
[ 17.047169] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
[ 17.075483] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 17.423993] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[ 17.466062] systemd[1]: Reached target Local File Systems (Pre).
[ 17.486201] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ 17.531013] systemd[1]: Mounting /tmp...
[ 17.545735] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
[ 17.576507] systemd[1]: Mounted /tmp.
[ 17.590327] systemd[1]: Reached target Local File Systems.
[ 17.627187] systemd[1]: Starting HDMI init...
[ 17.646602] systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
[ 17.650482] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
[ 17.666086] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[ 17.673831] systemd[1]: 0hdmi.service: Main process exited, code=exited, status=203/EXEC
[ 17.681940] systemd[1]: 0hdmi.service: Failed with result 'exit-code'.
[ 17.691049] systemd[1]: Failed to start HDMI init.
[ 19.650304] meson8b-dwmac c9410000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 19.653359] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 27.085523] systemd[1]: Started Journal Service.
[ 27.106060] kauditd_printk_skb: 9 callbacks suppressed
[ 27.106077] audit: type=1130 audit(1621433530.124:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 27.175627] systemd-journald[347]: Received client request to flush runtime journal.
[ 27.184445] systemd-journald[347]: File /var/log/journal/392c722cb333488a936e1ef30a44b893/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 28.469740] audit: type=1130 audit(1621433531.488:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 29.138942] audit: type=1130 audit(1621433532.156:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 29.241335] audit: type=1325 audit(1621433532.244:24): table=broute family=7 entries=0 op=xt_register pid=402 subj=_ comm="(rngd)"
[ 29.247714] audit: type=1325 audit(1621433532.244:24): table=filter family=7 entries=0 op=xt_register pid=402 subj=_ comm="(rngd)"
[ 29.263653] audit: type=1325 audit(1621433532.244:24): table=nat family=7 entries=0 op=xt_register pid=402 subj=_ comm="(rngd)"
[ 29.270844] audit: type=1130 audit(1621433532.260:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=rngd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 29.289298] audit: type=1334 audit(1621433532.284:26): prog-id=10 op=LOAD
[ 29.296097] audit: type=1300 audit(1621433532.244:24): arch=40000028 syscall=337 per=800000 success=yes exit=0 a0=40000000 a1=be8203b8 a2=0 a3=a5958900 items=0 ppid=1 pid=402 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="(rngd)" exe="/usr/lib/systemd/systemd" subj=_ key=(null)
[ 29.325551] audit: type=1327 audit(1621433532.244:24): proctitle="(rngd)"
[ 34.310697] kauditd_printk_skb: 24 callbacks suppressed
[ 34.310718] audit: type=1100 audit(1625094052.774:47): pid=418 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=alarm addr=? terminal=/dev/ttyAML0 res=success'
[ 34.366623] audit: type=1101 audit(1625094052.830:48): pid=418 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=alarm addr=? terminal=/dev/ttyAML0 res=success'
[ 34.389354] audit: type=1103 audit(1625094052.834:49): pid=418 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=alarm addr=? terminal=/dev/ttyAML0 res=success'
[ 34.412080] audit: type=1006 audit(1625094052.834:50): pid=418 uid=0 subj=_ old-auid=4294967295 auid=0 tty=ttyAML0 old-ses=4294967295 ses=1 res=1
[ 34.423372] audit: type=1300 audit(1625094052.834:50): arch=40000028 syscall=4 per=800000 success=yes exit=1 a0=4 a1=be9d0820 a2=1 a3=0 items=0 ppid=1 pid=418 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=ttyAML0 ses=1 comm="login" exe="/usr/bin/login" subj=_ key=(null)
[ 34.449049] audit: type=1327 audit(1625094052.834:50): proctitle=2F62696E2F6C6F67696E002D70002D2D
[ 35.805414] DDR_VDDC: disabling
[ 35.805568] VDD_RTC: disabling
[ 35.806065] TF_IO: disabling
[ 59.430244] audit: type=1105 audit(1625094077.890:51): pid=418 uid=0 auid=0 ses=1 subj=_ msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_env acct="root" exe="/usr/bin/login" hostname=alarm addr=? terminal=/dev/ttyAML0 res=success'
[ 59.479759] audit: type=1110 audit(1625094077.946:52): pid=418 uid=0 auid=0 ses=1 subj=_ msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=alarm addr=? terminal=/dev/ttyAML0 res=success'
[ 62.139033] audit: type=1131 audit(1625094080.602:53): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 62.645295] audit: type=1325 audit(1625094081.106:54): table=nat family=7 entries=0 op=xt_unregister pid=212 subj=_ comm="kworker/u8:2"
[ 62.653372] audit: type=1325 audit(1625094081.106:55): table=filter family=7 entries=0 op=xt_unregister pid=212 subj=_ comm="kworker/u8:2"
[ 62.667331] audit: type=1325 audit(1625094081.106:56): table=broute family=7 entries=0 op=xt_unregister pid=212 subj=_ comm="kworker/u8:2"
[ 62.872292] audit: type=1334 audit(1625094081.334:57): prog-id=17 op=UNLOAD
[ 62.874016] audit: type=1334 audit(1625094081.334:58): prog-id=16 op=UNLOAD
[ 62.882862] audit: type=1334 audit(1625094081.334:59): prog-id=15 op=UNLOAD
[root at alarm ~]# lsusb -vvt
/: 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
[root at alarm ~]#
-------------- next part --------------
[root at alarm ~]# lsusb -vvt
/: 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
[root at alarm ~]# dmesg | tail
[ 35.806065] TF_IO: disabling
[ 59.430244] audit: type=1105 audit(1625094077.890:51): pid=418 uid=0 auid=0 ses=1 subj=_ msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_env acct="root" exe="/usr/bin/login" hostname=alarm addr=? terminal=/dev/ttyAML0 res=success'
[ 59.479759] audit: type=1110 audit(1625094077.946:52): pid=418 uid=0 auid=0 ses=1 subj=_ msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=alarm addr=? terminal=/dev/ttyAML0 res=success'
[ 62.139033] audit: type=1131 audit(1625094080.602:53): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 62.645295] audit: type=1325 audit(1625094081.106:54): table=nat family=7 entries=0 op=xt_unregister pid=212 subj=_ comm="kworker/u8:2"
[ 62.653372] audit: type=1325 audit(1625094081.106:55): table=filter family=7 entries=0 op=xt_unregister pid=212 subj=_ comm="kworker/u8:2"
[ 62.667331] audit: type=1325 audit(1625094081.106:56): table=broute family=7 entries=0 op=xt_unregister pid=212 subj=_ comm="kworker/u8:2"
[ 62.872292] audit: type=1334 audit(1625094081.334:57): prog-id=17 op=UNLOAD
[ 62.874016] audit: type=1334 audit(1625094081.334:58): prog-id=16 op=UNLOAD
[ 62.882862] audit: type=1334 audit(1625094081.334:59): prog-id=15 op=UNLOAD
[root at alarm ~]#
-------------- next part --------------
[root at alarm ~]# lsusb -vv
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 2 TT per port
bMaxPacketSize0 64
idVendor 0x05e3 Genesys Logic, Inc.
idProduct 0x0610 Hub
bcdDevice 32.98
iManufacturer 0
iProduct 1 USB2.0 Hub
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0029
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 1 Single TT
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 12
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 1
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 2 TT per port
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 12
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 4
wHubCharacteristic 0x00e0
Ganged power switching
Ganged overcurrent protection
TT think time 32 FS bits
Port indicators
bPwrOn2PwrGood 50 * 2 milli seconds
bHubContrCurrent 100 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0100 power
Port 2: 0000.0100 power
Port 3: 0000.0100 power
Port 4: 0000.0100 power
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
bNumConfigurations 1
can't get debug descriptor: Resource temporarily unavailable
Device Status: 0x0001
Self Powered
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 1 Single TT
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0002 2.0 root hub
bcdDevice 5.13
iManufacturer 3 Linux 5.13.0-13688-gde5540965853 dwc2_hsotg
iProduct 2 DWC OTG Controller
iSerial 1 c90c0000.usb
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0019
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 1
wHubCharacteristic 0x0008
Ganged power switching
Per-port overcurrent protection
TT think time 8 FS bits
bPwrOn2PwrGood 1 * 2 milli seconds
bHubContrCurrent 0 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0503 highspeed power enable connect
can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
Device Status: 0x0001
Self Powered
[root at alarm ~]# [ 290.557221] usb 1-1.1: new high-speed USB device number 3 using dwc2
[ 290.668024] usb 1-1.1: New USB device found, idVendor=05e3, idProduct=0743, bcdDevice= 8.19
[ 290.670775] usb 1-1.1: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[ 290.679465] usb 1-1.1: Product: USB Storage
[ 290.682239] usb 1-1.1: Manufacturer: Generic
[ 290.686533] usb 1-1.1: SerialNumber: 000000000819
[ 290.710510] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[ 290.726579] scsi host0: usb-storage 1-1.1:1.0
[ 291.783905] scsi 0:0:0:0: Direct-Access Generic STORAGE DEVICE 0819 PQ: 0 ANSI: 6
[ 291.795089] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 291.835880] sd 0:0:0:0: [sda] Attached SCSI removable disk
[root at alarm ~]# lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc2/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 480M
[root at alarm ~]# dmesg | tail -n180
[ 51.667709] audit: type=1334 audit(1625094081.734:57): prog-id=17 op=UNLOAD
[ 51.669782] audit: type=1334 audit(1625094081.734:58): prog-id=16 op=UNLOAD
[ 51.676603] audit: type=1334 audit(1625094081.734:59): prog-id=15 op=UNLOAD
[ 95.465424] dwc2 c90c0000.usb: Exiting host clock gating.
[ 95.513315] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: Transaction Error--
[ 95.513403] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: Transaction Error--
[ 95.538633] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: STALL Received--
[ 95.557387] dwc2 c90c0000.usb: DWC OTG HCD URB Dequeue
[ 95.557447] dwc2 c90c0000.usb: Called usb_hcd_giveback_urb()
[ 95.557456] dwc2 c90c0000.usb: urb->status = -115
[ 95.557860] dwc2 c90c0000.usb: SetPortFeature
[ 95.557871] dwc2 c90c0000.usb: SetPortFeature - USB_PORT_FEAT_SUSPEND
[ 95.557878] dwc2 c90c0000.usb: dwc2_port_suspend()
[ 95.557886] dwc2 c90c0000.usb: Entering host clock gating.
[ 95.920547] dwc2 c90c0000.usb: GetHubDescriptor
[ 198.729176] dwc2 c90c0000.usb: Exiting host clock gating.
[ 198.777511] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: Transaction Error--
[ 198.800361] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: STALL Received--
[ 198.807143] dwc2 c90c0000.usb: DWC OTG HCD URB Dequeue
[ 198.807211] dwc2 c90c0000.usb: Called usb_hcd_giveback_urb()
[ 198.807222] dwc2 c90c0000.usb: urb->status = -115
[ 198.807662] dwc2 c90c0000.usb: SetPortFeature
[ 198.807678] dwc2 c90c0000.usb: SetPortFeature - USB_PORT_FEAT_SUSPEND
[ 198.807686] dwc2 c90c0000.usb: dwc2_port_suspend()
[ 198.807695] dwc2 c90c0000.usb: Entering host clock gating.
[ 199.171649] dwc2 c90c0000.usb: GetHubDescriptor
[ 290.005091] dwc2 c90c0000.usb: Exiting host clock gating.
[ 290.055685] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: Transaction Error--
[ 290.076087] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: STALL Received--
[ 290.082860] dwc2 c90c0000.usb: DWC OTG HCD URB Dequeue
[ 290.082928] dwc2 c90c0000.usb: Called usb_hcd_giveback_urb()
[ 290.082938] dwc2 c90c0000.usb: urb->status = -115
[ 290.083369] dwc2 c90c0000.usb: SetPortFeature
[ 290.083382] dwc2 c90c0000.usb: SetPortFeature - USB_PORT_FEAT_SUSPEND
[ 290.083391] dwc2 c90c0000.usb: dwc2_port_suspend()
[ 290.083399] dwc2 c90c0000.usb: Entering host clock gating.
[ 290.091830] dwc2 c90c0000.usb: gintsts=84000029 gintmsk=f3000006
[ 290.091852] dwc2 c90c0000.usb: ++Resume or Remote Wakeup Detected Interrupt++
[ 290.091861] dwc2 c90c0000.usb: dwc2_handle_wakeup_detected_intr lxstate = 2
[ 290.091871] dwc2 c90c0000.usb: Exiting host clock gating.
[ 290.165043] dwc2 c90c0000.usb: dwc2_wakeup_detected()
[ 290.165143] dwc2 c90c0000.usb: Resume: HPRT0=1841
[ 290.165189] dwc2 c90c0000.usb: Clear Resume: HPRT0=1805
[ 290.313101] dwc2 c90c0000.usb: DWC OTG HCD HUB STATUS DATA: Root port status changed
[ 290.313235] dwc2 c90c0000.usb: port_connect_status_change: 0
[ 290.313325] dwc2 c90c0000.usb: port_reset_change: 0
[ 290.313401] dwc2 c90c0000.usb: port_enable_change: 0
[ 290.313476] dwc2 c90c0000.usb: port_suspend_change: 1
[ 290.313549] dwc2 c90c0000.usb: port_over_current_change: 0
[ 290.321660] dwc2 c90c0000.usb: ClearPortFeature USB_PORT_FEAT_C_SUSPEND
[ 290.476257] dwc2 c90c0000.usb: GetHubDescriptor
[ 290.557221] usb 1-1.1: new high-speed USB device number 3 using dwc2
[ 290.641903] dwc2 c90c0000.usb: DWC OTG HCD EP DISABLE: bEndpointAddress=0x00, ep->hcpriv=c504ab00
[ 290.642007] dwc2 c90c0000.usb: DWC OTG HCD EP DISABLE: bEndpointAddress=0x00, ep->hcpriv=00000000
[ 290.642043] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x00
[ 290.668024] usb 1-1.1: New USB device found, idVendor=05e3, idProduct=0743, bcdDevice= 8.19
[ 290.670775] usb 1-1.1: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[ 290.679465] usb 1-1.1: Product: USB Storage
[ 290.682239] usb 1-1.1: Manufacturer: Generic
[ 290.686533] usb 1-1.1: SerialNumber: 000000000819
[ 290.709138] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 290.709159] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x02
[ 290.710510] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[ 290.726579] scsi host0: usb-storage 1-1.1:1.0
[ 291.783905] scsi 0:0:0:0: Direct-Access Generic STORAGE DEVICE 0819 PQ: 0 ANSI: 6
[ 291.795089] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 291.795460] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 291.796206] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.825961] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 291.826397] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.827718] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 291.828155] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.829212] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 291.829653] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.832586] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 291.833353] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.835090] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 291.835545] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.835880] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 291.873958] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 291.874248] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.876333] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 291.876656] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.890083] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 291.890374] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.891206] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 291.891504] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.893837] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 291.894126] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.894955] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 291.895246] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.928457] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 291.928750] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.953825] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 291.966816] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.994586] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 291.994875] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 291.995710] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 291.996012] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 294.017360] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 294.018167] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 296.063082] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 296.074819] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 298.048465] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 298.048914] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 300.063237] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 300.064069] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 302.096397] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 302.114038] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 304.127361] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 304.128190] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 306.143871] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 306.144866] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 308.162237] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 308.163067] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 310.174214] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 310.174667] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 312.191237] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 312.192059] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 314.207237] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 314.208079] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 316.223236] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 316.224062] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 318.237711] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 318.238141] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 320.255360] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 320.256196] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 322.271236] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 322.272065] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 324.287236] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 324.288078] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 326.306278] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: STALL Received--
[ 326.307719] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 328.317710] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: STALL Received--
[ 328.318006] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 330.335237] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: STALL Received--
[ 330.336073] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 332.351236] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: STALL Received--
[ 332.352064] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 334.367238] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: STALL Received--
[ 334.368069] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 336.383236] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: STALL Received--
[ 336.384070] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 338.399496] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: STALL Received--
[ 338.400502] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 340.415496] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: STALL Received--
[ 340.416496] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 342.431495] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: STALL Received--
[ 342.432503] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 344.445710] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: STALL Received--
[ 344.446140] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 346.465498] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: STALL Received--
[ 346.466501] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 348.519097] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: STALL Received--
[ 348.528409] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 350.559236] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: STALL Received--
[ 350.560070] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 352.575237] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: STALL Received--
[ 352.577833] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 354.591236] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: STALL Received--
[ 354.592067] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 355.757218] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: Frame Overrun--
[ 356.609113] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: STALL Received--
[ 356.609938] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 358.655237] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: STALL Received--
[ 358.658654] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 360.671236] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: STALL Received--
[ 360.672070] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 362.688871] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: STALL Received--
[ 362.689762] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 364.703236] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: STALL Received--
[ 364.704067] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 366.718086] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: STALL Received--
[ 366.718526] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 368.735236] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: STALL Received--
[ 368.736063] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 370.751237] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: STALL Received--
[ 370.755504] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 372.767236] dwc2 c90c0000.usb: --Host Channel 9 Interrupt: STALL Received--
[ 372.768072] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[root at alarm ~]#
-------------- next part --------------
[root at alarm ~]# lsusb -vv
Bus 001 Device 003: ID 05e3:0743 Genesys Logic, Inc. SDXC and microSDXC CardReader
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.10
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x05e3 Genesys Logic, Inc.
idProduct 0x0743 SDXC and microSDXC CardReader
bcdDevice 8.19
iManufacturer 3 Generic
iProduct 4 USB Storage
iSerial 5 000000000819
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0020
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 80 Bulk-Only
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Binary Object Store Descriptor:
bLength 5
bDescriptorType 15
wTotalLength 0x0016
bNumDeviceCaps 2
USB 2.0 Extension Device Capability:
bLength 7
bDescriptorType 16
bDevCapabilityType 2
bmAttributes 0x00000002
HIRD Link Power Management (LPM) Supported
SuperSpeed USB Device Capability:
bLength 10
bDescriptorType 16
bDevCapabilityType 3
bmAttributes 0x00
wSpeedsSupported 0x000e
Device can operate at Full Speed (12Mbps)
Device can operate at High Speed (480Mbps)
Device can operate at SuperSpeed (5Gbps)
bFunctionalitySupport 1
Lowest fully-functional device speed is Full Speed (12Mbps)
bU1DevExitLat 10 micro seconds
bU2DevExitLat 2047 micro seconds
can't get debug descriptor: Resource temporarily unavailable
Device Status: 0x0000
(Bus Powered)
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 2 TT per port
bMaxPacketSize0 64
idVendor 0x05e3 Genesys Logic, Inc.
idProduct 0x0610 Hub
bcdDevice 32.98
iManufacturer 0
iProduct 1 USB2.0 Hub
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0029
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 1 Single TT
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 12
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 1
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 2 TT per port
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 12
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 4
wHubCharacteristic 0x00e0
Ganged power switching
Ganged overcurrent protection
TT think time 32 FS bits
Port indicators
bPwrOn2PwrGood 50 * 2 milli seconds
bHubContrCurrent 100 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0503 highspeed power enable connect
Port 2: 0000.0100 power
Port 3: 0000.0100 power
Port 4: 0000.0100 power
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
bNumConfigurations 1
can't get debug descriptor: Resource temporarily unavailable
Device Status: 0x0001
Self Powered
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 1 Single TT
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0002 2.0 root hub
bcdDevice 5.13
iManufacturer 3 Linux 5.13.0-13688-gde5540965853 dwc2_hsotg
iProduct 2 DWC OTG Controller
iSerial 1 c90c0000.usb
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0019
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 1
wHubCharacteristic 0x0008
Ganged power switching
Per-port overcurrent protection
TT think time 8 FS bits
bPwrOn2PwrGood 1 * 2 milli seconds
bHubContrCurrent 0 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0503 highspeed power enable connect
can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
Device Status: 0x0001
Self Powered
[root at alarm ~]# lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc2/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 480M
[root at alarm ~]# dmesg
[ 0.000000] Booting Linux on physical CPU 0x200
[ 0.000000] Linux version 5.13.0-13688-gde5540965853 (xdarklight at blackbox) (arm-none-eabi-gcc (Arch Repository) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #220 SMP PREEMPT Sun Jul 11 19:38:02 CEST 2021
[ 0.000000] CPU: ARMv7 Processor [410fc051] revision 1 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Hardkernel ODROID-C1
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 64 MiB at 0x3c000000
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000003fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x00000000001fffff]
[ 0.000000] node 0: [mem 0x0000000000200000-0x000000003fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] percpu: Embedded 17 pages/cpu s38088 r8192 d23352 u69632
[ 0.000000] pcpu-alloc: s38088 r8192 d23352 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260416
[ 0.000000] Kernel command line: console=ttyAML0,115200 root=PARTUUID=e9a5de30-01 rw
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 919320K/1048576K available (20480K kernel code, 1564K rwdata, 7208K rodata, 1024K init, 988K bss, 63720K reserved, 65536K cma-reserved, 196608K highmem)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] random: get_random_u32 called from __kmem_cache_create+0x1c/0x448 with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] irq_meson_gpio: 119 to 8 gpio interrupt mux initialized
[ 0.000000] L2C: DT/platform modifies aux control register: 0x02060000 -> 0x32460000
[ 0.000000] L2C-310 erratum 769419 enabled
[ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines
[ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[ 0.000000] L2C-310 cache controller enabled, 8 ways, 512 kB
[ 0.000000] L2C-310: CACHE_ID 0x4100a0c9, AUX_CTRL 0x36460000
[ 0.000005] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[ 0.000055] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.000114] Switching to timer-based delay loop, resolution 1000ns
[ 0.000916] Console: colour dummy device 80x30
[ 0.000981] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=4000)
[ 0.001004] pid_max: default: 32768 minimum: 301
[ 0.001762] LSM: Security Framework initializing
[ 0.002157] Smack: Initializing.
[ 0.002169] Smack: IPv6 port labeling enabled.
[ 0.003103] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.003128] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.007865] CPU: Testing write buffer coherency: ok
[ 0.008661] CPU0: thread -1, cpu 0, socket 2, mpidr 80000200
[ 0.011284] Setting up static identity map for 0x300000 - 0x300060
[ 0.011618] rcu: Hierarchical SRCU implementation.
[ 0.014914] smp: Bringing up secondary CPUs ...
[ 0.016558] CPU1: thread -1, cpu 1, socket 2, mpidr 80000201
[ 0.018264] CPU2: thread -1, cpu 2, socket 2, mpidr 80000202
[ 0.019893] CPU3: thread -1, cpu 3, socket 2, mpidr 80000203
[ 0.020036] smp: Brought up 1 node, 4 CPUs
[ 0.020065] SMP: Total of 4 processors activated (8.00 BogoMIPS).
[ 0.020077] CPU: All CPU(s) started in SVC mode.
[ 0.022110] devtmpfs: initialized
[ 0.074515] VFP support v0.3: implementor 41 architecture 2 part 30 variant 5 rev 1
[ 0.076494] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.076527] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.080923] pinctrl core: initialized pinctrl subsystem
[ 0.087697] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.091244] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.096010] audit: initializing netlink subsys (disabled)
[ 0.096604] audit: type=2000 audit(0.096:1): state=initialized audit_enabled=0 res=1
[ 0.101614] thermal_sys: Registered thermal governor 'fair_share'
[ 0.101628] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.101641] thermal_sys: Registered thermal governor 'step_wise'
[ 0.101650] thermal_sys: Registered thermal governor 'user_space'
[ 0.103444] cpuidle: using governor menu
[ 0.103655] No ATAGs?
[ 0.103819] hw-breakpoint: found 2 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.103838] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.338426] Kprobes globally optimized
[ 0.351875] cryptd: max_cpu_qlen set to 1000
[ 0.382942] VCC1V8: supplied by P5V0
[ 0.385366] VCC3V3: supplied by P5V0
[ 0.387618] DDR_VDDC: supplied by P5V0
[ 0.390025] VDD_RTC: supplied by VCC3V3
[ 0.396769] SCSI subsystem initialized
[ 0.397595] libata version 3.00 loaded.
[ 0.399524] usbcore: registered new interface driver usbfs
[ 0.399910] usbcore: registered new interface driver hub
[ 0.400148] usbcore: registered new device driver usb
[ 0.401866] mc: Linux media interface: v0.10
[ 0.402152] videodev: Linux video capture interface: v2.00
[ 0.403355] pps_core: LinuxPPS API ver. 1 registered
[ 0.403368] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[ 0.403558] PTP clock support registered
[ 0.404461] EDAC MC: Ver: 3.0.0
[ 0.409562] Advanced Linux Sound Architecture Driver Initialized.
[ 0.414233] Bluetooth: Core ver 2.22
[ 0.414536] NET: Registered PF_BLUETOOTH protocol family
[ 0.414549] Bluetooth: HCI device and connection manager initialized
[ 0.414586] Bluetooth: HCI socket layer initialized
[ 0.414618] Bluetooth: L2CAP socket layer initialized
[ 0.414717] Bluetooth: SCO socket layer initialized
[ 0.414828] NetLabel: Initializing
[ 0.414838] NetLabel: domain hash size = 128
[ 0.414847] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.415531] NetLabel: unlabeled traffic allowed by default
[ 0.417869] clocksource: Switched to clocksource timer
[ 0.420164] VFS: Disk quotas dquot_6.6.0
[ 0.420451] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.421605] FS-Cache: Loaded
[ 0.422626] CacheFiles: Loaded
[ 0.487440] NET: Registered PF_INET protocol family
[ 0.487812] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.491531] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.491638] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.491741] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.491856] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.492506] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.492596] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.493793] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.496537] RPC: Registered named UNIX socket transport module.
[ 0.496560] RPC: Registered udp transport module.
[ 0.496569] RPC: Registered tcp transport module.
[ 0.496577] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.499412] NET: Registered PF_XDP protocol family
[ 0.501358] Trying to unpack rootfs image as initramfs...
[ 0.503984] hw perfevents: enabled with armv7_cortex_a5 PMU driver, 3 counters available
[ 0.520994] Initialise system trusted keyrings
[ 0.521656] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.604145] zbud: loaded
[ 0.623443] DLM installed
[ 0.641944] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.648931] Freeing initrd memory: 14928K
[ 0.661597] NFS: Registering the id_resolver key type
[ 0.661700] Key type id_resolver registered
[ 0.661711] Key type id_legacy registered
[ 0.662793] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.662837] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.662849] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
[ 0.674056] FS-Cache: Netfs 'cifs' registered for caching
[ 0.679231] Key type cifs.spnego registered
[ 0.679324] Key type cifs.idmap registered
[ 0.680378] jffs2: version 2.2. (NAND) \xc2\xa9 2001-2006 Red Hat, Inc.
[ 0.689402] fuse: init (API version 7.34)
[ 0.698601] NILFS version 2 loaded
[ 0.811110] NET: Registered PF_ALG protocol family
[ 0.811203] xor: measuring software checksum speed
[ 0.820682] arm4regs : 1044 MB/sec
[ 0.831944] 8regs : 874 MB/sec
[ 0.841938] 32regs : 985 MB/sec
[ 0.851280] neon : 1058 MB/sec
[ 0.851292] xor: using function: neon (1058 MB/sec)
[ 0.851311] async_tx: api initialized (async)
[ 0.851322] Key type asymmetric registered
[ 0.851332] Asymmetric key parser 'x509' registered
[ 0.851563] bounce: pool size: 64 pages
[ 0.853058] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.853469] io scheduler mq-deadline registered
[ 0.853514] io scheduler kyber registered
[ 0.855293] io scheduler bfq registered
[ 0.873796] gpio-417 (usb-hub-reset): hogged as output/high
[ 0.891285] soc soc0: Amlogic Meson8b (S805) RevA (1b - 0:B72) detected
[ 0.894053] VCCK: supplied by regulator-dummy
[ 0.896922] VDDEE: supplied by regulator-dummy
[ 0.901296] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[ 0.917370] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 34, base_baud = 9960937) is a meson_uart
[ 1.923338] printk: console [ttyAML0] enabled
[ 1.937198] usbcore: registered new interface driver udl
[ 1.948369] lima d00c0000.gpu: gp - mali450 version major 0 minor 0
[ 1.949312] lima d00c0000.gpu: pp0 - mali450 version major 0 minor 0
[ 1.955680] lima d00c0000.gpu: pp1 - mali450 version major 0 minor 0
[ 1.962032] lima d00c0000.gpu: l2 cache 8K, 4-way, 64byte cache line, 128bit external bus
[ 1.969878] lima d00c0000.gpu: l2 cache 64K, 4-way, 64byte cache line, 128bit external bus
[ 1.980720] lima d00c0000.gpu: bus rate = 159375000
[ 1.983008] lima d00c0000.gpu: mod rate = 24000000
[ 1.997419] [drm] Initialized lima 1.1.0 20191231 for d00c0000.gpu on minor 0
[ 2.060880] brd: module loaded
[ 2.138886] loop: module loaded
[ 2.540951] drbd: initialized. Version: 8.4.11 (api:1/proto:86-101)
[ 2.541600] drbd: built-in
[ 2.544335] drbd: registered as block device major 147
[ 2.551999] rbd: loaded (major 253)
[ 2.557002] zram: Added device: zram0
[ 2.567934] null_blk: module loaded
[ 2.567971] dummy-irq: no IRQ given. Use irq=N
[ 2.574977] Loading iSCSI transport class v2.0-870.
[ 2.581082] rdac: device handler registered
[ 2.581579] hp_sw: device handler registered
[ 2.583924] emc: device handler registered
[ 2.588300] alua: device handler registered
[ 2.595398] iscsi: registered transport (tcp)
[ 2.607575] Rounding down aligned max_sectors from 4294967295 to 4294967288
[ 2.609416] db_root: cannot open: /etc/target
[ 2.620762] SSFDC read-only Flash Translation layer
[ 2.620817] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 2.647848] eql: Equalizer2002: Simon Janes (simon at ncm.com) and David S. Miller (davem at redhat.com)
[ 2.659892] MACsec IEEE 802.1AE
[ 2.669126] libphy: Fixed MDIO Bus: probed
[ 2.679536] tun: Universal TUN/TAP device driver, 1.6
[ 2.681064] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393 at maroon.tc.umn.edu>
[ 2.689493] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393 at maroon.tc.umn.edu>
[ 2.699669] usbcore: registered new interface driver ath9k_htc
[ 2.709097] aoe: AoE v85 initialised.
[ 2.711933] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.713646] ehci-platform: EHCI generic platform driver
[ 2.719700] usbcore: registered new interface driver cdc_acm
[ 2.724589] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.732886] usbcore: registered new interface driver usblp
[ 2.738241] usbcore: registered new interface driver cdc_wdm
[ 2.743878] usbcore: registered new interface driver usbtmc
[ 2.749809] usbcore: registered new interface driver uas
[ 2.754852] usbcore: registered new interface driver usb-storage
[ 2.760696] usbcore: registered new interface driver ums-alauda
[ 2.766592] usbcore: registered new interface driver ums-cypress
[ 2.772577] usbcore: registered new interface driver ums-datafab
[ 2.778566] usbcore: registered new interface driver ums_eneub6250
[ 2.784770] usbcore: registered new interface driver ums-freecom
[ 2.790725] usbcore: registered new interface driver ums-isd200
[ 2.796622] usbcore: registered new interface driver ums-jumpshot
[ 2.802719] usbcore: registered new interface driver ums-karma
[ 2.808530] usbcore: registered new interface driver ums-onetouch
[ 2.814770] usbcore: registered new interface driver ums-realtek
[ 2.820602] usbcore: registered new interface driver ums-sddr09
[ 2.826500] usbcore: registered new interface driver ums-sddr55
[ 2.832399] usbcore: registered new interface driver ums-usbat
[ 2.838239] udc-core: couldn't find an available UDC - added [g_ether] to list of pending drivers
[ 2.849007] mousedev: PS/2 mouse device common for all mice
[ 2.857105] usbcore: registered new interface driver appletouch
[ 2.858706] usbcore: registered new interface driver bcm5974
[ 2.865967] usbcore: registered new interface driver synaptics_usb
[ 2.871592] usbcore: registered new interface driver ati_remote2
[ 2.876528] cm109: Keymap for Komunikate KIP1000 phone loaded
[ 2.882253] usbcore: registered new interface driver cm109
[ 2.887346] cm109: CM109 phone driver: 20080805 (C) Alfred E. Heggestad
[ 2.895785] usbcore: registered new interface driver ims_pcu
[ 2.899946] usbcore: registered new interface driver keyspan_remote
[ 2.906941] usbcore: registered new interface driver powermate
[ 2.915035] usbcore: registered new interface driver yealink
[ 2.920206] i2c /dev entries driver
[ 2.922582] IR NEC protocol handler initialized
[ 2.925273] IR RC5(x/sz) protocol handler initialized
[ 2.930332] IR RC6 protocol handler initialized
[ 2.934839] IR JVC protocol handler initialized
[ 2.939353] IR Sony protocol handler initialized
[ 2.943956] IR SANYO protocol handler initialized
[ 2.948645] IR Sharp protocol handler initialized
[ 2.953334] IR MCE Keyboard/mouse protocol handler initialized
[ 2.959154] IR XMP protocol handler initialized
[ 2.963669] ir_imon_decoder: IR iMON protocol handler initialized
[ 2.969747] IR RCMM protocol handler initialized
[ 2.974719] usbcore: registered new interface driver ati_remote
[ 2.980923] usbcore: registered new interface driver imon
[ 2.985921] usbcore: registered new interface driver imon_raw
[ 2.991614] usbcore: registered new interface driver mceusb
[ 2.998044] Registered IR keymap rc-empty
[ 3.001506] rc rc0: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0
[ 3.010690] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
[ 3.019969] input: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0/input0
[ 3.030016] meson-ir c8100480.ir-receiver: receiver initialized
[ 3.035010] usbcore: registered new interface driver redrat3
[ 3.040292] usbcore: registered new interface driver streamzap
[ 3.045871] Registered IR keymap rc-empty
[ 3.050233] rc rc1: rc-core loopback device as /devices/virtual/rc/rc1
[ 3.057051] rc rc1: lirc_dev: driver rc-loopback registered at minor = 1, raw IR receiver, raw IR transmitter
[ 3.066906] input: rc-core loopback device as /devices/virtual/rc/rc1/input1
[ 3.075607] usbcore: registered new interface driver igorplugusb
[ 3.079384] usbcore: registered new interface driver iguanair
[ 3.085070] usbcore: registered new interface driver ttusbir
[ 3.091289] pps_ldisc: PPS line discipline registered
[ 3.100128] usbcore: registered new interface driver pcwd_usb
[ 3.104846] meson_wdt c1109900.watchdog: Watchdog enabled (timeout=8 sec, nowayout=1)
[ 3.110907] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=1)
[ 3.117477] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0
[ 3.125235] md-cluster: support raid1 and raid10 (limited support)
[ 3.131115] Registering Cluster MD functions
[ 3.138194] device-mapper: uevent: version 1.0.3
[ 3.142980] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel at redhat.com
[ 3.151106] device-mapper: multipath round-robin: version 1.2.0 loaded
[ 3.154918] device-mapper: multipath queue-length: version 0.2.0 loaded
[ 3.161505] device-mapper: multipath service-time: version 0.3.0 loaded
[ 3.170627] device-mapper: dm-log-userspace: version 1.3.0 loaded
[ 3.177295] Bluetooth: HCI UART driver ver 2.3
[ 3.178609] Bluetooth: HCI UART protocol H4 registered
[ 3.183720] Bluetooth: HCI UART protocol BCSP registered
[ 3.189271] Bluetooth: HCI UART protocol LL registered
[ 3.194148] Bluetooth: HCI UART protocol ATH3K registered
[ 3.199754] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 3.206109] Bluetooth: HCI UART protocol Intel registered
[ 3.211608] Bluetooth: HCI UART protocol Broadcom registered
[ 3.217008] Bluetooth: HCI UART protocol QCA registered
[ 3.248781] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.250112] hid: raw HID events driver (C) Jiri Kosina
[ 3.250115] meson-mx-sdhc c1108e00.mmc: allocated mmc-pwrseq
[ 3.281627] usbcore: registered new interface driver usbhid
[ 3.281666] usbhid: USB HID core driver
[ 3.296642] pktgen: Packet Generator for packet performance testing. Version: 2.75
[ 3.302059] NET: Registered PF_LLC protocol family
[ 3.303450] GACT probability on
[ 3.306566] Mirror/redirect action on
[ 3.310420] Simple TC action Loaded
[ 3.316430] netem: version 1.3
[ 3.317341] u32 classifier
[ 3.319359] Performance counters on
[ 3.325074] input device check on
[ 3.326833] Actions configured
[ 3.337016] xt_time: kernel timezone is -0000
[ 3.337120] IPVS: Registered protocols ()
[ 3.340667] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[ 3.347494] IPVS: ipvs loaded.
[ 3.350343] ipip: IPv4 and MPLS over IPv4 tunneling driver
[ 3.355265] mmc1: new HS200 MMC card at address 0001
[ 3.358429] gre: GRE over IPv4 demultiplexor driver
[ 3.363496] mmcblk1: mmc1:0001 8GND3R 7.28 GiB
[ 3.365439] ip_gre: GRE over IPv4 tunneling driver
[ 3.371527] mmcblk1boot0: mmc1:0001 8GND3R 4.00 MiB
[ 3.381248] mmcblk1boot1: mmc1:0001 8GND3R 4.00 MiB
[ 3.382676] IPv4 over IPsec tunneling driver
[ 3.389231] mmcblk1: p1
[ 3.393804] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[ 3.398394] Initializing XFRM netlink socket
[ 3.402129] IPsec XFRM device driver
[ 3.410345] NET: Registered PF_INET6 protocol family
[ 3.473693] Segment Routing with IPv6
[ 3.475017] mip6: Mobile IPv6
[ 3.482823] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 3.490814] ip6_gre: GRE over IPv6 tunneling driver
[ 3.497395] NET: Registered PF_PACKET protocol family
[ 3.497516] NET: Registered PF_KEY protocol family
[ 3.502758] Bridge firewalling registered
[ 3.506274] NET: Registered PF_APPLETALK protocol family
[ 3.511424] Bluetooth: RFCOMM TTY layer initialized
[ 3.515805] Bluetooth: RFCOMM socket layer initialized
[ 3.520959] Bluetooth: RFCOMM ver 1.11
[ 3.524783] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 3.529954] Bluetooth: BNEP filters: protocol multicast
[ 3.535188] Bluetooth: BNEP socket layer initialized
[ 3.540106] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 3.546008] Bluetooth: HIDP socket layer initialized
[ 3.551683] 8021q: 802.1Q VLAN Support v1.8
[ 3.565002] DCCP: Activated CCID 2 (TCP-like)
[ 3.566408] DCCP: Activated CCID 3 (TCP-Friendly Rate Control)
[ 3.575349] sctp: Hash tables configured (bind 512/512)
[ 3.579183] NET: Registered PF_RDS protocol family
[ 3.581176] Registered RDS/tcp transport
[ 3.583779] Key type dns_resolver registered
[ 3.588019] Key type ceph registered
[ 3.593025] libceph: loaded (mon/osd proto 15/24)
[ 3.596602] openvswitch: Open vSwitch switching datapath
[ 3.606052] NET: Registered PF_VSOCK protocol family
[ 3.606409] mpls_gso: MPLS GSO support
[ 3.612713] ThumbEE CPU extension supported.
[ 3.614419] Registering SWP/SWPB emulation handler
[ 3.643843] registered taskstats version 1
[ 3.643947] Loading compiled-in X.509 certificates
[ 3.655162] zswap: loaded using pool zstd/zbud
[ 3.657481] Key type ._fscrypt registered
[ 3.659941] Key type .fscrypt registered
[ 3.661910] Key type fscrypt-provisioning registered
[ 3.798768] TFLASH_VDD: supplied by VCC3V3
[ 3.805591] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[ 3.808579] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[ 3.815913] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[ 3.822913] meson8b-dwmac c9410000.ethernet: User ID: 0x10, Synopsys ID: 0x37
[ 3.827637] meson8b-dwmac c9410000.ethernet: DWMAC1000
[ 3.831074] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[ 3.840433] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[ 3.846020] meson8b-dwmac c9410000.ethernet: COE Type 2
[ 3.851255] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[ 3.858262] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[ 3.865044] meson8b-dwmac c9410000.ethernet: Normal descriptors
[ 3.870601] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[ 3.876455] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 3.888091] libphy: stmmac: probed
[ 4.114434] dwc2 c90c0000.usb: mapped PA c90c0000 to VA f1300000
[ 4.115129] dwc2 c90c0000.usb: supply vusb_d not found, using dummy regulator
[ 4.117483] dwc2 c90c0000.usb: supply vusb_a not found, using dummy regulator
[ 4.125962] dwc2 c90c0000.usb: registering common handler for irq35
[ 4.127451] dwc2 c90c0000.usb: Core Release: 3.10a (snpsid=4f54310a)
[ 4.127469] dwc2 c90c0000.usb: Forcing mode to host
[ 4.186035] dwc2 c90c0000.usb: DWC OTG HCD INIT
[ 4.186060] dwc2 c90c0000.usb: hcfg=00000200
[ 4.186222] dwc2 c90c0000.usb: dwc2_core_init(c4c2c040)
[ 4.186248] dwc2 c90c0000.usb: HS UTMI+ PHY selected
[ 4.186265] dwc2 c90c0000.usb: Internal DMA Mode
[ 4.186283] dwc2 c90c0000.usb: Host Mode
[ 4.189707] dwc2 c90c0000.usb: DWC OTG Controller
[ 4.192398] dwc2 c90c0000.usb: new USB bus registered, assigned bus number 1
[ 4.196115] dwc2 c90c0000.usb: irq 35, io mem 0xc90c0000
[ 4.203412] dwc2 c90c0000.usb: DWC OTG HCD START
[ 4.203427] dwc2 c90c0000.usb: dwc2_core_host_init(c4c2c040)
[ 4.203436] dwc2 c90c0000.usb: Initializing HCFG.FSLSPClkSel to 00000000
[ 4.203446] dwc2 c90c0000.usb: initial grxfsiz=00000800
[ 4.203453] dwc2 c90c0000.usb: new grxfsiz=00000200
[ 4.203460] dwc2 c90c0000.usb: initial gnptxfsiz=08000800
[ 4.203467] dwc2 c90c0000.usb: new gnptxfsiz=01f40200
[ 4.203474] dwc2 c90c0000.usb: initial hptxfsiz=08000000
[ 4.203481] dwc2 c90c0000.usb: new hptxfsiz=01f403f4
[ 4.203496] dwc2 c90c0000.usb: Init: Port Power? op_state=9
[ 4.203503] dwc2 c90c0000.usb: Init: Power Port (0)
[ 4.203510] dwc2 c90c0000.usb: dwc2_enable_host_interrupts()
[ 4.203518] dwc2 c90c0000.usb: DWC OTG HCD Has Root Hub
[ 4.204650] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[ 4.209401] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.219290] usb usb1: Product: DWC OTG Controller
[ 4.221275] usb usb1: Manufacturer: Linux 5.13.0-13688-gde5540965853 dwc2_hsotg
[ 4.231267] usb usb1: SerialNumber: c90c0000.usb
[ 4.236296] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 4.237131] hub 1-0:1.0: USB hub found
[ 4.237306] dwc2 c90c0000.usb: GetHubDescriptor
[ 4.237409] hub 1-0:1.0: 1 port detected
[ 4.241189] dwc2 c90c0000.usb: GetHubStatus
[ 4.241939] dwc2 c90c0000.usb: SetPortFeature
[ 4.243262] dwc2 c90c0000.usb:
[ 4.243274] dwc2 c90c0000.usb: ************************************************************
[ 4.243283] dwc2 c90c0000.usb: HCD State:
[ 4.243290] dwc2 c90c0000.usb: Num channels: 16
[ 4.243300] dwc2 c90c0000.usb: Channel 0:
[ 4.243308] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.243319] dwc2 c90c0000.usb: speed: 0
[ 4.243327] dwc2 c90c0000.usb: ep_type: 0
[ 4.243335] dwc2 c90c0000.usb: max_packet: 0
[ 4.243343] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.243351] dwc2 c90c0000.usb: multi_count: 0
[ 4.243359] dwc2 c90c0000.usb: xfer_started: 0
[ 4.243367] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.243376] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.243385] dwc2 c90c0000.usb: xfer_len: 0
[ 4.243393] dwc2 c90c0000.usb: xfer_count: 0
[ 4.243401] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.243409] dwc2 c90c0000.usb: halt_pending: 0
[ 4.243417] dwc2 c90c0000.usb: halt_status: 0
[ 4.243425] dwc2 c90c0000.usb: do_split: 0
[ 4.243434] dwc2 c90c0000.usb: complete_split: 0
[ 4.243442] dwc2 c90c0000.usb: hub_addr: 0
[ 4.243450] dwc2 c90c0000.usb: hub_port: 0
[ 4.243458] dwc2 c90c0000.usb: xact_pos: 0
[ 4.243467] dwc2 c90c0000.usb: requests: 0
[ 4.243475] dwc2 c90c0000.usb: qh: 00000000
[ 4.243483] dwc2 c90c0000.usb: Channel 1:
[ 4.243492] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.243502] dwc2 c90c0000.usb: speed: 0
[ 4.243510] dwc2 c90c0000.usb: ep_type: 0
[ 4.243518] dwc2 c90c0000.usb: max_packet: 0
[ 4.243526] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.243534] dwc2 c90c0000.usb: multi_count: 0
[ 4.243542] dwc2 c90c0000.usb: xfer_started: 0
[ 4.243550] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.243559] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.243567] dwc2 c90c0000.usb: xfer_len: 0
[ 4.243575] dwc2 c90c0000.usb: xfer_count: 0
[ 4.243583] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.243592] dwc2 c90c0000.usb: halt_pending: 0
[ 4.243600] dwc2 c90c0000.usb: halt_status: 0
[ 4.243608] dwc2 c90c0000.usb: do_split: 0
[ 4.243616] dwc2 c90c0000.usb: complete_split: 0
[ 4.243625] dwc2 c90c0000.usb: hub_addr: 0
[ 4.243633] dwc2 c90c0000.usb: hub_port: 0
[ 4.243641] dwc2 c90c0000.usb: xact_pos: 0
[ 4.243649] dwc2 c90c0000.usb: requests: 0
[ 4.243657] dwc2 c90c0000.usb: qh: 00000000
[ 4.243666] dwc2 c90c0000.usb: Channel 2:
[ 4.243674] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.243684] dwc2 c90c0000.usb: speed: 0
[ 4.243692] dwc2 c90c0000.usb: ep_type: 0
[ 4.243700] dwc2 c90c0000.usb: max_packet: 0
[ 4.243708] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.243716] dwc2 c90c0000.usb: multi_count: 0
[ 4.243724] dwc2 c90c0000.usb: xfer_started: 0
[ 4.243732] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.243741] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.243749] dwc2 c90c0000.usb: xfer_len: 0
[ 4.243757] dwc2 c90c0000.usb: xfer_count: 0
[ 4.243765] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.243773] dwc2 c90c0000.usb: halt_pending: 0
[ 4.243781] dwc2 c90c0000.usb: halt_status: 0
[ 4.243790] dwc2 c90c0000.usb: do_split: 0
[ 4.243798] dwc2 c90c0000.usb: complete_split: 0
[ 4.243806] dwc2 c90c0000.usb: hub_addr: 0
[ 4.243814] dwc2 c90c0000.usb: hub_port: 0
[ 4.243822] dwc2 c90c0000.usb: xact_pos: 0
[ 4.243830] dwc2 c90c0000.usb: requests: 0
[ 4.243839] dwc2 c90c0000.usb: qh: 00000000
[ 4.243847] dwc2 c90c0000.usb: Channel 3:
[ 4.243855] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.243865] dwc2 c90c0000.usb: speed: 0
[ 4.243874] dwc2 c90c0000.usb: ep_type: 0
[ 4.243882] dwc2 c90c0000.usb: max_packet: 0
[ 4.243890] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.243898] dwc2 c90c0000.usb: multi_count: 0
[ 4.243906] dwc2 c90c0000.usb: xfer_started: 0
[ 4.243914] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.243923] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.243931] dwc2 c90c0000.usb: xfer_len: 0
[ 4.243939] dwc2 c90c0000.usb: xfer_count: 0
[ 4.243947] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.243955] dwc2 c90c0000.usb: halt_pending: 0
[ 4.243964] dwc2 c90c0000.usb: halt_status: 0
[ 4.243972] dwc2 c90c0000.usb: do_split: 0
[ 4.243980] dwc2 c90c0000.usb: complete_split: 0
[ 4.243988] dwc2 c90c0000.usb: hub_addr: 0
[ 4.243996] dwc2 c90c0000.usb: hub_port: 0
[ 4.244004] dwc2 c90c0000.usb: xact_pos: 0
[ 4.244012] dwc2 c90c0000.usb: requests: 0
[ 4.244020] dwc2 c90c0000.usb: qh: 00000000
[ 4.244029] dwc2 c90c0000.usb: Channel 4:
[ 4.244037] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.244047] dwc2 c90c0000.usb: speed: 0
[ 4.244055] dwc2 c90c0000.usb: ep_type: 0
[ 4.244063] dwc2 c90c0000.usb: max_packet: 0
[ 4.244071] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.244079] dwc2 c90c0000.usb: multi_count: 0
[ 4.244087] dwc2 c90c0000.usb: xfer_started: 0
[ 4.244095] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.244104] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.244112] dwc2 c90c0000.usb: xfer_len: 0
[ 4.244120] dwc2 c90c0000.usb: xfer_count: 0
[ 4.244128] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.244136] dwc2 c90c0000.usb: halt_pending: 0
[ 4.244145] dwc2 c90c0000.usb: halt_status: 0
[ 4.244153] dwc2 c90c0000.usb: do_split: 0
[ 4.244161] dwc2 c90c0000.usb: complete_split: 0
[ 4.244169] dwc2 c90c0000.usb: hub_addr: 0
[ 4.244177] dwc2 c90c0000.usb: hub_port: 0
[ 4.244186] dwc2 c90c0000.usb: xact_pos: 0
[ 4.244194] dwc2 c90c0000.usb: requests: 0
[ 4.244202] dwc2 c90c0000.usb: qh: 00000000
[ 4.244210] dwc2 c90c0000.usb: Channel 5:
[ 4.244218] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.244229] dwc2 c90c0000.usb: speed: 0
[ 4.244237] dwc2 c90c0000.usb: ep_type: 0
[ 4.244245] dwc2 c90c0000.usb: max_packet: 0
[ 4.244253] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.244261] dwc2 c90c0000.usb: multi_count: 0
[ 4.244269] dwc2 c90c0000.usb: xfer_started: 0
[ 4.244278] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.244286] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.244294] dwc2 c90c0000.usb: xfer_len: 0
[ 4.244303] dwc2 c90c0000.usb: xfer_count: 0
[ 4.244311] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.244319] dwc2 c90c0000.usb: halt_pending: 0
[ 4.244327] dwc2 c90c0000.usb: halt_status: 0
[ 4.244335] dwc2 c90c0000.usb: do_split: 0
[ 4.244344] dwc2 c90c0000.usb: complete_split: 0
[ 4.244352] dwc2 c90c0000.usb: hub_addr: 0
[ 4.244360] dwc2 c90c0000.usb: hub_port: 0
[ 4.244368] dwc2 c90c0000.usb: xact_pos: 0
[ 4.244376] dwc2 c90c0000.usb: requests: 0
[ 4.244385] dwc2 c90c0000.usb: qh: 00000000
[ 4.244393] dwc2 c90c0000.usb: Channel 6:
[ 4.244401] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.244412] dwc2 c90c0000.usb: speed: 0
[ 4.244420] dwc2 c90c0000.usb: ep_type: 0
[ 4.244428] dwc2 c90c0000.usb: max_packet: 0
[ 4.244436] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.244444] dwc2 c90c0000.usb: multi_count: 0
[ 4.244452] dwc2 c90c0000.usb: xfer_started: 0
[ 4.244461] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.244469] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.244478] dwc2 c90c0000.usb: xfer_len: 0
[ 4.244486] dwc2 c90c0000.usb: xfer_count: 0
[ 4.244494] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.244502] dwc2 c90c0000.usb: halt_pending: 0
[ 4.244510] dwc2 c90c0000.usb: halt_status: 0
[ 4.244518] dwc2 c90c0000.usb: do_split: 0
[ 4.244526] dwc2 c90c0000.usb: complete_split: 0
[ 4.244535] dwc2 c90c0000.usb: hub_addr: 0
[ 4.244543] dwc2 c90c0000.usb: hub_port: 0
[ 4.244551] dwc2 c90c0000.usb: xact_pos: 0
[ 4.244559] dwc2 c90c0000.usb: requests: 0
[ 4.244567] dwc2 c90c0000.usb: qh: 00000000
[ 4.244576] dwc2 c90c0000.usb: Channel 7:
[ 4.244584] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.244594] dwc2 c90c0000.usb: speed: 0
[ 4.244602] dwc2 c90c0000.usb: ep_type: 0
[ 4.244610] dwc2 c90c0000.usb: max_packet: 0
[ 4.244618] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.244627] dwc2 c90c0000.usb: multi_count: 0
[ 4.244635] dwc2 c90c0000.usb: xfer_started: 0
[ 4.244643] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.244651] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.244660] dwc2 c90c0000.usb: xfer_len: 0
[ 4.244668] dwc2 c90c0000.usb: xfer_count: 0
[ 4.244676] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.244684] dwc2 c90c0000.usb: halt_pending: 0
[ 4.244692] dwc2 c90c0000.usb: halt_status: 0
[ 4.244700] dwc2 c90c0000.usb: do_split: 0
[ 4.244709] dwc2 c90c0000.usb: complete_split: 0
[ 4.244717] dwc2 c90c0000.usb: hub_addr: 0
[ 4.244725] dwc2 c90c0000.usb: hub_port: 0
[ 4.244733] dwc2 c90c0000.usb: xact_pos: 0
[ 4.244741] dwc2 c90c0000.usb: requests: 0
[ 4.244749] dwc2 c90c0000.usb: qh: 00000000
[ 4.244758] dwc2 c90c0000.usb: Channel 8:
[ 4.244766] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.244776] dwc2 c90c0000.usb: speed: 0
[ 4.244784] dwc2 c90c0000.usb: ep_type: 0
[ 4.244792] dwc2 c90c0000.usb: max_packet: 0
[ 4.244800] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.244808] dwc2 c90c0000.usb: multi_count: 0
[ 4.244817] dwc2 c90c0000.usb: xfer_started: 0
[ 4.244825] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.244833] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.244842] dwc2 c90c0000.usb: xfer_len: 0
[ 4.244850] dwc2 c90c0000.usb: xfer_count: 0
[ 4.244858] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.244866] dwc2 c90c0000.usb: halt_pending: 0
[ 4.244874] dwc2 c90c0000.usb: halt_status: 0
[ 4.244882] dwc2 c90c0000.usb: do_split: 0
[ 4.244890] dwc2 c90c0000.usb: complete_split: 0
[ 4.244899] dwc2 c90c0000.usb: hub_addr: 0
[ 4.244907] dwc2 c90c0000.usb: hub_port: 0
[ 4.244915] dwc2 c90c0000.usb: xact_pos: 0
[ 4.244923] dwc2 c90c0000.usb: requests: 0
[ 4.244932] dwc2 c90c0000.usb: qh: 00000000
[ 4.244940] dwc2 c90c0000.usb: Channel 9:
[ 4.244948] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.244958] dwc2 c90c0000.usb: speed: 0
[ 4.244966] dwc2 c90c0000.usb: ep_type: 0
[ 4.244974] dwc2 c90c0000.usb: max_packet: 0
[ 4.244982] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.244991] dwc2 c90c0000.usb: multi_count: 0
[ 4.244999] dwc2 c90c0000.usb: xfer_started: 0
[ 4.245007] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.245015] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.245024] dwc2 c90c0000.usb: xfer_len: 0
[ 4.245032] dwc2 c90c0000.usb: xfer_count: 0
[ 4.245040] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.245048] dwc2 c90c0000.usb: halt_pending: 0
[ 4.245057] dwc2 c90c0000.usb: halt_status: 0
[ 4.245065] dwc2 c90c0000.usb: do_split: 0
[ 4.245073] dwc2 c90c0000.usb: complete_split: 0
[ 4.245081] dwc2 c90c0000.usb: hub_addr: 0
[ 4.245089] dwc2 c90c0000.usb: hub_port: 0
[ 4.245097] dwc2 c90c0000.usb: xact_pos: 0
[ 4.245105] dwc2 c90c0000.usb: requests: 0
[ 4.245114] dwc2 c90c0000.usb: qh: 00000000
[ 4.245122] dwc2 c90c0000.usb: Channel 10:
[ 4.245131] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.245141] dwc2 c90c0000.usb: speed: 0
[ 4.245149] dwc2 c90c0000.usb: ep_type: 0
[ 4.245157] dwc2 c90c0000.usb: max_packet: 0
[ 4.245166] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.245174] dwc2 c90c0000.usb: multi_count: 0
[ 4.245182] dwc2 c90c0000.usb: xfer_started: 0
[ 4.245190] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.245199] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.245207] dwc2 c90c0000.usb: xfer_len: 0
[ 4.245215] dwc2 c90c0000.usb: xfer_count: 0
[ 4.245223] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.245231] dwc2 c90c0000.usb: halt_pending: 0
[ 4.245240] dwc2 c90c0000.usb: halt_status: 0
[ 4.245248] dwc2 c90c0000.usb: do_split: 0
[ 4.245256] dwc2 c90c0000.usb: complete_split: 0
[ 4.245264] dwc2 c90c0000.usb: hub_addr: 0
[ 4.245272] dwc2 c90c0000.usb: hub_port: 0
[ 4.245280] dwc2 c90c0000.usb: xact_pos: 0
[ 4.245289] dwc2 c90c0000.usb: requests: 0
[ 4.245297] dwc2 c90c0000.usb: qh: 00000000
[ 4.245305] dwc2 c90c0000.usb: Channel 11:
[ 4.245314] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.245324] dwc2 c90c0000.usb: speed: 0
[ 4.245332] dwc2 c90c0000.usb: ep_type: 0
[ 4.245340] dwc2 c90c0000.usb: max_packet: 0
[ 4.245348] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.245356] dwc2 c90c0000.usb: multi_count: 0
[ 4.245364] dwc2 c90c0000.usb: xfer_started: 0
[ 4.245373] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.245381] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.245389] dwc2 c90c0000.usb: xfer_len: 0
[ 4.245397] dwc2 c90c0000.usb: xfer_count: 0
[ 4.245405] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.245414] dwc2 c90c0000.usb: halt_pending: 0
[ 4.245422] dwc2 c90c0000.usb: halt_status: 0
[ 4.245430] dwc2 c90c0000.usb: do_split: 0
[ 4.245438] dwc2 c90c0000.usb: complete_split: 0
[ 4.245446] dwc2 c90c0000.usb: hub_addr: 0
[ 4.245454] dwc2 c90c0000.usb: hub_port: 0
[ 4.245462] dwc2 c90c0000.usb: xact_pos: 0
[ 4.245471] dwc2 c90c0000.usb: requests: 0
[ 4.245479] dwc2 c90c0000.usb: qh: 00000000
[ 4.245487] dwc2 c90c0000.usb: Channel 12:
[ 4.245495] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.245506] dwc2 c90c0000.usb: speed: 0
[ 4.245514] dwc2 c90c0000.usb: ep_type: 0
[ 4.245522] dwc2 c90c0000.usb: max_packet: 0
[ 4.245530] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.245538] dwc2 c90c0000.usb: multi_count: 0
[ 4.245546] dwc2 c90c0000.usb: xfer_started: 0
[ 4.245554] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.245562] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.245571] dwc2 c90c0000.usb: xfer_len: 0
[ 4.245579] dwc2 c90c0000.usb: xfer_count: 0
[ 4.245587] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.245595] dwc2 c90c0000.usb: halt_pending: 0
[ 4.245603] dwc2 c90c0000.usb: halt_status: 0
[ 4.245612] dwc2 c90c0000.usb: do_split: 0
[ 4.245620] dwc2 c90c0000.usb: complete_split: 0
[ 4.245628] dwc2 c90c0000.usb: hub_addr: 0
[ 4.245636] dwc2 c90c0000.usb: hub_port: 0
[ 4.245645] dwc2 c90c0000.usb: xact_pos: 0
[ 4.245653] dwc2 c90c0000.usb: requests: 0
[ 4.245661] dwc2 c90c0000.usb: qh: 00000000
[ 4.245669] dwc2 c90c0000.usb: Channel 13:
[ 4.245677] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.245687] dwc2 c90c0000.usb: speed: 0
[ 4.245695] dwc2 c90c0000.usb: ep_type: 0
[ 4.245703] dwc2 c90c0000.usb: max_packet: 0
[ 4.245711] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.245720] dwc2 c90c0000.usb: multi_count: 0
[ 4.245728] dwc2 c90c0000.usb: xfer_started: 0
[ 4.245736] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.245744] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.245753] dwc2 c90c0000.usb: xfer_len: 0
[ 4.245761] dwc2 c90c0000.usb: xfer_count: 0
[ 4.245769] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.245777] dwc2 c90c0000.usb: halt_pending: 0
[ 4.245785] dwc2 c90c0000.usb: halt_status: 0
[ 4.245793] dwc2 c90c0000.usb: do_split: 0
[ 4.245801] dwc2 c90c0000.usb: complete_split: 0
[ 4.245810] dwc2 c90c0000.usb: hub_addr: 0
[ 4.245818] dwc2 c90c0000.usb: hub_port: 0
[ 4.245826] dwc2 c90c0000.usb: xact_pos: 0
[ 4.245834] dwc2 c90c0000.usb: requests: 0
[ 4.245842] dwc2 c90c0000.usb: qh: 00000000
[ 4.245927] dwc2 c90c0000.usb: Channel 14:
[ 4.245939] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.245949] dwc2 c90c0000.usb: speed: 0
[ 4.245958] dwc2 c90c0000.usb: ep_type: 0
[ 4.245966] dwc2 c90c0000.usb: max_packet: 0
[ 4.245974] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.245982] dwc2 c90c0000.usb: multi_count: 0
[ 4.245991] dwc2 c90c0000.usb: xfer_started: 0
[ 4.245999] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.246008] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.246016] dwc2 c90c0000.usb: xfer_len: 0
[ 4.246024] dwc2 c90c0000.usb: xfer_count: 0
[ 4.246032] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.246041] dwc2 c90c0000.usb: halt_pending: 0
[ 4.246049] dwc2 c90c0000.usb: halt_status: 0
[ 4.246057] dwc2 c90c0000.usb: do_split: 0
[ 4.246066] dwc2 c90c0000.usb: complete_split: 0
[ 4.246074] dwc2 c90c0000.usb: hub_addr: 0
[ 4.246082] dwc2 c90c0000.usb: hub_port: 0
[ 4.246090] dwc2 c90c0000.usb: xact_pos: 0
[ 4.246098] dwc2 c90c0000.usb: requests: 0
[ 4.246106] dwc2 c90c0000.usb: qh: 00000000
[ 4.246115] dwc2 c90c0000.usb: Channel 15:
[ 4.246124] dwc2 c90c0000.usb: dev_addr: 0, ep_num: 0, ep_is_in: 0
[ 4.246134] dwc2 c90c0000.usb: speed: 0
[ 4.246142] dwc2 c90c0000.usb: ep_type: 0
[ 4.246150] dwc2 c90c0000.usb: max_packet: 0
[ 4.246158] dwc2 c90c0000.usb: data_pid_start: 0
[ 4.246166] dwc2 c90c0000.usb: multi_count: 0
[ 4.246174] dwc2 c90c0000.usb: xfer_started: 0
[ 4.246182] dwc2 c90c0000.usb: xfer_buf: 00000000
[ 4.246191] dwc2 c90c0000.usb: xfer_dma: 00000000
[ 4.246199] dwc2 c90c0000.usb: xfer_len: 0
[ 4.246207] dwc2 c90c0000.usb: xfer_count: 0
[ 4.246215] dwc2 c90c0000.usb: halt_on_queue: 0
[ 4.246224] dwc2 c90c0000.usb: halt_pending: 0
[ 4.246232] dwc2 c90c0000.usb: halt_status: 0
[ 4.246240] dwc2 c90c0000.usb: do_split: 0
[ 4.246248] dwc2 c90c0000.usb: complete_split: 0
[ 4.246256] dwc2 c90c0000.usb: hub_addr: 0
[ 4.246264] dwc2 c90c0000.usb: hub_port: 0
[ 4.246272] dwc2 c90c0000.usb: xact_pos: 0
[ 4.246281] dwc2 c90c0000.usb: requests: 0
[ 4.246289] dwc2 c90c0000.usb: qh: 00000000
[ 4.246297] dwc2 c90c0000.usb: non_periodic_channels: 0
[ 4.246306] dwc2 c90c0000.usb: periodic_channels: 0
[ 4.246314] dwc2 c90c0000.usb: periodic_usecs: 0
[ 4.246323] dwc2 c90c0000.usb: NP Tx Req Queue Space Avail: 8
[ 4.246332] dwc2 c90c0000.usb: NP Tx FIFO Space Avail: 500
[ 4.246341] dwc2 c90c0000.usb: P Tx Req Queue Space Avail: 8
[ 4.246349] dwc2 c90c0000.usb: P Tx FIFO Space Avail: 500
[ 4.246358] dwc2 c90c0000.usb: Core Global Registers
[ 4.246366] dwc2 c90c0000.usb: GOTGCTL @0xF1300000 : 0x02200000
[ 4.246376] dwc2 c90c0000.usb: GOTGINT @0xF1300004 : 0x00000000
[ 4.246386] dwc2 c90c0000.usb: GAHBCFG @0xF1300008 : 0x0000002A
[ 4.246395] dwc2 c90c0000.usb: GUSBCFG @0xF130000C : 0x0000140F
[ 4.246406] dwc2 c90c0000.usb: GRSTCTL @0xF1300010 : 0x80000000
[ 4.246415] dwc2 c90c0000.usb: GINTSTS @0xF1300014 : 0x05000021
[ 4.246425] dwc2 c90c0000.usb: GINTMSK @0xF1300018 : 0xF3000006
[ 4.246435] dwc2 c90c0000.usb: GRXSTSR @0xF130001C : 0x00000000
[ 4.246444] dwc2 c90c0000.usb: GRXFSIZ @0xF1300024 : 0x00000200
[ 4.246454] dwc2 c90c0000.usb: GNPTXFSIZ @0xF1300028 : 0x01F40200
[ 4.246464] dwc2 c90c0000.usb: GNPTXSTS @0xF130002C : 0x000801F4
[ 4.246474] dwc2 c90c0000.usb: GI2CCTL @0xF1300030 : 0x00000000
[ 4.246484] dwc2 c90c0000.usb: GPVNDCTL @0xF1300034 : 0x00000000
[ 4.246494] dwc2 c90c0000.usb: GGPIO @0xF1300038 : 0x00000000
[ 4.246503] dwc2 c90c0000.usb: GUID @0xF130003C : 0x12345678
[ 4.246513] dwc2 c90c0000.usb: GSNPSID @0xF1300040 : 0x4F54310A
[ 4.246523] dwc2 c90c0000.usb: GHWCFG1 @0xF1300044 : 0x00000000
[ 4.246533] dwc2 c90c0000.usb: GHWCFG2 @0xF1300048 : 0x228FC855
[ 4.246543] dwc2 c90c0000.usb: GHWCFG3 @0xF130004C : 0x07C05068
[ 4.246552] dwc2 c90c0000.usb: GHWCFG4 @0xF1300050 : 0xC9E04030
[ 4.246562] dwc2 c90c0000.usb: GLPMCFG @0xF1300054 : 0x00000000
[ 4.246572] dwc2 c90c0000.usb: GPWRDN @0xF1300058 : 0x08000010
[ 4.246582] dwc2 c90c0000.usb: GDFIFOCFG @0xF130005C : 0x07C00800
[ 4.246592] dwc2 c90c0000.usb: HPTXFSIZ @0xF1300100 : 0x01F403F4
[ 4.246602] dwc2 c90c0000.usb: PCGCTL @0xF1300E00 : 0x00000000
[ 4.246611] dwc2 c90c0000.usb: Host Global Registers
[ 4.246619] dwc2 c90c0000.usb: HCFG @0xF1300400 : 0x00000200
[ 4.246629] dwc2 c90c0000.usb: HFIR @0xF1300404 : 0x0001EA60
[ 4.246639] dwc2 c90c0000.usb: HFNUM @0xF1300408 : 0xEA603FFF
[ 4.246649] dwc2 c90c0000.usb: HPTXSTS @0xF1300410 : 0x000801F4
[ 4.246659] dwc2 c90c0000.usb: HAINT @0xF1300414 : 0x00000000
[ 4.246669] dwc2 c90c0000.usb: HAINTMSK @0xF1300418 : 0x00000000
[ 4.246678] dwc2 c90c0000.usb: HPRT0 @0xF1300440 : 0x00021403
[ 4.246688] dwc2 c90c0000.usb: Host Channel 0 Specific Registers
[ 4.246697] dwc2 c90c0000.usb: HCCHAR @0xF1300500 : 0x00000000
[ 4.246707] dwc2 c90c0000.usb: HCSPLT @0xF1300504 : 0x00000000
[ 4.246716] dwc2 c90c0000.usb: HCINT @0xF1300508 : 0x00000000
[ 4.246726] dwc2 c90c0000.usb: HCINTMSK @0xF130050C : 0x00000000
[ 4.246736] dwc2 c90c0000.usb: HCTSIZ @0xF1300510 : 0x00000000
[ 4.246745] dwc2 c90c0000.usb: HCDMA @0xF1300514 : 0x065FCD08
[ 4.246755] dwc2 c90c0000.usb: Host Channel 1 Specific Registers
[ 4.246764] dwc2 c90c0000.usb: HCCHAR @0xF1300520 : 0x00000000
[ 4.246773] dwc2 c90c0000.usb: HCSPLT @0xF1300524 : 0x00000000
[ 4.246783] dwc2 c90c0000.usb: HCINT @0xF1300528 : 0x00000000
[ 4.246792] dwc2 c90c0000.usb: HCINTMSK @0xF130052C : 0x00000000
[ 4.246802] dwc2 c90c0000.usb: HCTSIZ @0xF1300530 : 0x00000000
[ 4.246812] dwc2 c90c0000.usb: HCDMA @0xF1300534 : 0x3C042000
[ 4.246822] dwc2 c90c0000.usb: Host Channel 2 Specific Registers
[ 4.246830] dwc2 c90c0000.usb: HCCHAR @0xF1300540 : 0x00000000
[ 4.246840] dwc2 c90c0000.usb: HCSPLT @0xF1300544 : 0x00000000
[ 4.246850] dwc2 c90c0000.usb: HCINT @0xF1300548 : 0x00000000
[ 4.246859] dwc2 c90c0000.usb: HCINTMSK @0xF130054C : 0x00000000
[ 4.246869] dwc2 c90c0000.usb: HCTSIZ @0xF1300550 : 0x00000000
[ 4.246879] dwc2 c90c0000.usb: HCDMA @0xF1300554 : 0x3C043010
[ 4.246888] dwc2 c90c0000.usb: Host Channel 3 Specific Registers
[ 4.246897] dwc2 c90c0000.usb: HCCHAR @0xF1300560 : 0x00000000
[ 4.246907] dwc2 c90c0000.usb: HCSPLT @0xF1300564 : 0x00000000
[ 4.246916] dwc2 c90c0000.usb: HCINT @0xF1300568 : 0x00000000
[ 4.246926] dwc2 c90c0000.usb: HCINTMSK @0xF130056C : 0x00000000
[ 4.246935] dwc2 c90c0000.usb: HCTSIZ @0xF1300570 : 0x00000000
[ 4.246945] dwc2 c90c0000.usb: HCDMA @0xF1300574 : 0x05029340
[ 4.246954] dwc2 c90c0000.usb: Host Channel 4 Specific Registers
[ 4.246963] dwc2 c90c0000.usb: HCCHAR @0xF1300580 : 0x00000000
[ 4.246973] dwc2 c90c0000.usb: HCSPLT @0xF1300584 : 0x00000000
[ 4.246982] dwc2 c90c0000.usb: HCINT @0xF1300588 : 0x00000000
[ 4.246992] dwc2 c90c0000.usb: HCINTMSK @0xF130058C : 0x00000000
[ 4.247001] dwc2 c90c0000.usb: HCTSIZ @0xF1300590 : 0x00000000
[ 4.247011] dwc2 c90c0000.usb: HCDMA @0xF1300594 : 0x05029340
[ 4.247020] dwc2 c90c0000.usb: Host Channel 5 Specific Registers
[ 4.247029] dwc2 c90c0000.usb: HCCHAR @0xF13005A0 : 0x00000000
[ 4.247039] dwc2 c90c0000.usb: HCSPLT @0xF13005A4 : 0x00000000
[ 4.247048] dwc2 c90c0000.usb: HCINT @0xF13005A8 : 0x00000000
[ 4.247058] dwc2 c90c0000.usb: HCINTMSK @0xF13005AC : 0x00000000
[ 4.247068] dwc2 c90c0000.usb: HCTSIZ @0xF13005B0 : 0x00000000
[ 4.247077] dwc2 c90c0000.usb: HCDMA @0xF13005B4 : 0x05029340
[ 4.247087] dwc2 c90c0000.usb: Host Channel 6 Specific Registers
[ 4.247095] dwc2 c90c0000.usb: HCCHAR @0xF13005C0 : 0x00000000
[ 4.247105] dwc2 c90c0000.usb: HCSPLT @0xF13005C4 : 0x00000000
[ 4.247114] dwc2 c90c0000.usb: HCINT @0xF13005C8 : 0x00000000
[ 4.247124] dwc2 c90c0000.usb: HCINTMSK @0xF13005CC : 0x00000000
[ 4.247134] dwc2 c90c0000.usb: HCTSIZ @0xF13005D0 : 0x00000000
[ 4.247143] dwc2 c90c0000.usb: HCDMA @0xF13005D4 : 0x05029340
[ 4.247153] dwc2 c90c0000.usb: Host Channel 7 Specific Registers
[ 4.247161] dwc2 c90c0000.usb: HCCHAR @0xF13005E0 : 0x00000000
[ 4.247171] dwc2 c90c0000.usb: HCSPLT @0xF13005E4 : 0x00000000
[ 4.247180] dwc2 c90c0000.usb: HCINT @0xF13005E8 : 0x00000000
[ 4.247190] dwc2 c90c0000.usb: HCINTMSK @0xF13005EC : 0x00000000
[ 4.247200] dwc2 c90c0000.usb: HCTSIZ @0xF13005F0 : 0x00000000
[ 4.247209] dwc2 c90c0000.usb: HCDMA @0xF13005F4 : 0x05029340
[ 4.247219] dwc2 c90c0000.usb: Host Channel 8 Specific Registers
[ 4.247227] dwc2 c90c0000.usb: HCCHAR @0xF1300600 : 0x00000000
[ 4.247237] dwc2 c90c0000.usb: HCSPLT @0xF1300604 : 0x00000000
[ 4.247247] dwc2 c90c0000.usb: HCINT @0xF1300608 : 0x00000000
[ 4.247256] dwc2 c90c0000.usb: HCINTMSK @0xF130060C : 0x00000000
[ 4.247266] dwc2 c90c0000.usb: HCTSIZ @0xF1300610 : 0x00000000
[ 4.247276] dwc2 c90c0000.usb: HCDMA @0xF1300614 : 0x05029340
[ 4.247285] dwc2 c90c0000.usb: Host Channel 9 Specific Registers
[ 4.247294] dwc2 c90c0000.usb: HCCHAR @0xF1300620 : 0x00000000
[ 4.247303] dwc2 c90c0000.usb: HCSPLT @0xF1300624 : 0x00000000
[ 4.247313] dwc2 c90c0000.usb: HCINT @0xF1300628 : 0x00000000
[ 4.247323] dwc2 c90c0000.usb: HCINTMSK @0xF130062C : 0x00000000
[ 4.247333] dwc2 c90c0000.usb: HCTSIZ @0xF1300630 : 0x00000000
[ 4.247342] dwc2 c90c0000.usb: HCDMA @0xF1300634 : 0x05029340
[ 4.247352] dwc2 c90c0000.usb: Host Channel 10 Specific Registers
[ 4.247360] dwc2 c90c0000.usb: HCCHAR @0xF1300640 : 0x00000000
[ 4.247370] dwc2 c90c0000.usb: HCSPLT @0xF1300644 : 0x00000000
[ 4.247379] dwc2 c90c0000.usb: HCINT @0xF1300648 : 0x00000000
[ 4.247389] dwc2 c90c0000.usb: HCINTMSK @0xF130064C : 0x00000000
[ 4.247398] dwc2 c90c0000.usb: HCTSIZ @0xF1300650 : 0x00000000
[ 4.247408] dwc2 c90c0000.usb: HCDMA @0xF1300654 : 0x05029340
[ 4.247417] dwc2 c90c0000.usb: Host Channel 11 Specific Registers
[ 4.247426] dwc2 c90c0000.usb: HCCHAR @0xF1300660 : 0x00000000
[ 4.247436] dwc2 c90c0000.usb: HCSPLT @0xF1300664 : 0x00000000
[ 4.247445] dwc2 c90c0000.usb: HCINT @0xF1300668 : 0x00000000
[ 4.247455] dwc2 c90c0000.usb: HCINTMSK @0xF130066C : 0x00000000
[ 4.247465] dwc2 c90c0000.usb: HCTSIZ @0xF1300670 : 0x00000000
[ 4.247474] dwc2 c90c0000.usb: HCDMA @0xF1300674 : 0x3C043020
[ 4.247484] dwc2 c90c0000.usb: Host Channel 12 Specific Registers
[ 4.247493] dwc2 c90c0000.usb: HCCHAR @0xF1300680 : 0x00000000
[ 4.247502] dwc2 c90c0000.usb: HCSPLT @0xF1300684 : 0x00000000
[ 4.247512] dwc2 c90c0000.usb: HCINT @0xF1300688 : 0x00000000
[ 4.247521] dwc2 c90c0000.usb: HCINTMSK @0xF130068C : 0x00000000
[ 4.247531] dwc2 c90c0000.usb: HCTSIZ @0xF1300690 : 0x00000000
[ 4.247540] dwc2 c90c0000.usb: HCDMA @0xF1300694 : 0x3C043010
[ 4.247550] dwc2 c90c0000.usb: Host Channel 13 Specific Registers
[ 4.247559] dwc2 c90c0000.usb: HCCHAR @0xF13006A0 : 0x00000000
[ 4.247568] dwc2 c90c0000.usb: HCSPLT @0xF13006A4 : 0x00000000
[ 4.247578] dwc2 c90c0000.usb: HCINT @0xF13006A8 : 0x00000000
[ 4.247587] dwc2 c90c0000.usb: HCINTMSK @0xF13006AC : 0x00000000
[ 4.247597] dwc2 c90c0000.usb: HCTSIZ @0xF13006B0 : 0x00000000
[ 4.247607] dwc2 c90c0000.usb: HCDMA @0xF13006B4 : 0x3C043020
[ 4.247616] dwc2 c90c0000.usb: Host Channel 14 Specific Registers
[ 4.247625] dwc2 c90c0000.usb: HCCHAR @0xF13006C0 : 0x00000000
[ 4.247635] dwc2 c90c0000.usb: HCSPLT @0xF13006C4 : 0x00000000
[ 4.247644] dwc2 c90c0000.usb: HCINT @0xF13006C8 : 0x00000000
[ 4.247654] dwc2 c90c0000.usb: HCINTMSK @0xF13006CC : 0x00000000
[ 4.247664] dwc2 c90c0000.usb: HCTSIZ @0xF13006D0 : 0x00000000
[ 4.247673] dwc2 c90c0000.usb: HCDMA @0xF13006D4 : 0x1FD7AB54
[ 4.247683] dwc2 c90c0000.usb: Host Channel 15 Specific Registers
[ 4.247691] dwc2 c90c0000.usb: HCCHAR @0xF13006E0 : 0x00000000
[ 4.247701] dwc2 c90c0000.usb: HCSPLT @0xF13006E4 : 0x00000000
[ 4.247710] dwc2 c90c0000.usb: HCINT @0xF13006E8 : 0x00000000
[ 4.247720] dwc2 c90c0000.usb: HCINTMSK @0xF13006EC : 0x00000000
[ 4.247730] dwc2 c90c0000.usb: HCTSIZ @0xF13006F0 : 0x00000000
[ 4.247739] dwc2 c90c0000.usb: HCDMA @0xF13006F4 : 0x3C043000
[ 4.247749] dwc2 c90c0000.usb: ************************************************************
[ 4.247757] dwc2 c90c0000.usb:
[ 4.247775] dwc2 c90c0000.usb: gintsts=05000021 gintmsk=f3000006
[ 4.250131] dwc2 c90c0000.usb: ClearPortFeature USB_PORT_FEAT_C_CONNECTION
[ 4.260608] platform c1108c20.mmc:slot at 1: Got CD GPIO
[ 4.268340] printk: console [netcon0] enabled
[ 4.268374] netconsole: network logging started
[ 4.272028] gtp: GTP module loaded (pdp ctx size 64 bytes)
[ 4.280325] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.316795] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.321208] ALSA device list:
[ 4.321251] No soundcards found.
[ 4.321505] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 4.333247] cfg80211: failed to load regulatory.db
[ 4.355974] dwc2 c90c0000.usb: SetPortFeature
[ 4.356145] dwc2 c90c0000.usb: SetPortFeature - USB_PORT_FEAT_RESET
[ 4.356157] dwc2 c90c0000.usb: In host mode, hprt0=00021501
[ 4.357172] Freeing unused kernel image (initmem) memory: 1024K
[ 4.361680] mmc0: new high speed SDHC card at address 0001
[ 4.365782] mmcblk0: mmc0:0001 EB1QT 29.8 GiB
[ 4.376685] mmcblk0: p1
[ 4.378342] Run /init as init process
[ 4.378385] with arguments:
[ 4.378392] /init
[ 4.378398] with environment:
[ 4.378403] HOME=/
[ 4.378410] TERM=linux
[ 4.414512] dwc2 c90c0000.usb: gintsts=05000021 gintmsk=f3000006
[ 4.482260] dwc2 c90c0000.usb: ClearPortFeature USB_PORT_FEAT_C_RESET
[ 4.521369] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[ 4.541954] usb 1-1: new high-speed USB device number 2 using dwc2
[ 4.543165] dwc2 c90c0000.usb: SetPortFeature
[ 4.543185] dwc2 c90c0000.usb: SetPortFeature - USB_PORT_FEAT_RESET
[ 4.543199] dwc2 c90c0000.usb: In host mode, hprt0=00001101
[ 4.543224] dwc2 c90c0000.usb: gintsts=05000029 gintmsk=f3000006
[ 4.560990] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 4.564418] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 4.602196] dwc2 c90c0000.usb: gintsts=05000029 gintmsk=f3000006
[ 4.617870] dwc2 c90c0000.usb: DWC OTG HCD HUB STATUS DATA: Root port status changed
[ 4.617891] dwc2 c90c0000.usb: port_connect_status_change: 0
[ 4.617901] dwc2 c90c0000.usb: port_reset_change: 1
[ 4.617908] dwc2 c90c0000.usb: port_enable_change: 1
[ 4.617915] dwc2 c90c0000.usb: port_suspend_change: 0
[ 4.617922] dwc2 c90c0000.usb: port_over_current_change: 0
[ 4.670067] dwc2 c90c0000.usb: ClearPortFeature USB_PORT_FEAT_C_RESET
[ 4.730295] dwc2 c90c0000.usb: DWC OTG HCD EP DISABLE: bEndpointAddress=0x00, ep->hcpriv=c2ef3700
[ 4.730335] dwc2 c90c0000.usb: DWC OTG HCD EP DISABLE: bEndpointAddress=0x00, ep->hcpriv=00000000
[ 4.730346] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x00
[ 4.752015] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 4.754602] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.761728] usb 1-1: Product: USB2.0 Hub
[ 4.767568] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 4.769293] hub 1-1:1.0: USB hub found
[ 4.769962] hub 1-1:1.0: 4 ports detected
[ 4.773954] dwc2 c90c0000.usb: DWC OTG HCD EP DISABLE: bEndpointAddress=0x81, ep->hcpriv=00000000
[ 4.773993] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 4.781014] dwc2 c90c0000.usb: ClearPortFeature USB_PORT_FEAT_C_ENABLE
[ 5.005190] random: fast init done
[ 5.065913] usb 1-1.1: new high-speed USB device number 3 using dwc2
[ 5.150300] dwc2 c90c0000.usb: DWC OTG HCD EP DISABLE: bEndpointAddress=0x00, ep->hcpriv=c2ee1300
[ 5.150340] dwc2 c90c0000.usb: DWC OTG HCD EP DISABLE: bEndpointAddress=0x00, ep->hcpriv=00000000
[ 5.150351] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x00
[ 5.173760] usb 1-1.1: New USB device found, idVendor=05e3, idProduct=0743, bcdDevice= 8.19
[ 5.176528] usb 1-1.1: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[ 5.183804] usb 1-1.1: Product: USB Storage
[ 5.188002] usb 1-1.1: Manufacturer: Generic
[ 5.192239] usb 1-1.1: SerialNumber: 000000000819
[ 5.198829] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 5.198851] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x02
[ 5.200485] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[ 5.206389] scsi host0: usb-storage 1-1.1:1.0
[ 6.239924] scsi 0:0:0:0: Direct-Access Generic STORAGE DEVICE 0819 PQ: 0 ANSI: 6
[ 6.246964] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: STALL Received--
[ 6.247453] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.248322] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 6.283344] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: STALL Received--
[ 6.283754] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.284971] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 6.285408] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.286346] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: STALL Received--
[ 6.286779] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.287719] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 6.287995] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.294712] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: STALL Received--
[ 6.295140] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.295358] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 6.314331] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 6.314775] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.321703] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: STALL Received--
[ 6.322018] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.322856] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 6.323260] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.325210] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: STALL Received--
[ 6.325524] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.326577] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 6.326887] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.350212] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: STALL Received--
[ 6.350519] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.354330] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: STALL Received--
[ 6.354618] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.355708] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: STALL Received--
[ 6.356058] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 6.613632] random: crng init done
[ 6.613681] random: 7 urandom warning(s) missed due to ratelimiting
[ 11.643369] dwc2 c90c0000.usb: --Host Channel 12 Interrupt: Frame Overrun--
[ 11.673718] EXT4-fs (mmcblk1p1): mounted filesystem with writeback data mode. Opts: (null). Quota mode: none.
[ 19.478537] systemd[1]: System time before build time, advancing clock.
[ 20.301301] systemd[1]: systemd 248.3-2-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 20.328563] systemd[1]: Detected architecture arm.
[ 20.352461] systemd[1]: Hostname set to <alarm>.
[ 26.240830] systemd[1]: Queued start job for default target Graphical Interface.
[ 26.262310] systemd[1]: Created slice system-getty.slice.
[ 26.292548] systemd[1]: Created slice system-modprobe.slice.
[ 26.330312] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 26.364551] systemd[1]: Created slice User and Session Slice.
[ 26.390416] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 26.417801] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 26.453610] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 26.482495] systemd[1]: Reached target Local Encrypted Volumes.
[ 26.503782] systemd[1]: Reached target Paths.
[ 26.518846] systemd[1]: Reached target Remote File Systems.
[ 26.536859] systemd[1]: Reached target Slices.
[ 26.554818] systemd[1]: Reached target Swap.
[ 26.572582] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[ 26.597038] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 26.657972] systemd[1]: Listening on LVM2 poll daemon socket.
[ 26.700901] systemd[1]: Listening on Process Core Dump Socket.
[ 26.733161] systemd[1]: Listening on Journal Audit Socket.
[ 26.758101] systemd[1]: Listening on Journal Socket (/dev/log).
[ 26.787934] systemd[1]: Listening on Journal Socket.
[ 26.817168] systemd[1]: Listening on Network Service Netlink Socket.
[ 27.261522] systemd[1]: Listening on udev Control Socket.
[ 27.440676] systemd[1]: Listening on udev Kernel Socket.
[ 27.672015] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 27.771262] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: Frame Overrun--
[ 27.952672] systemd[1]: Mounting POSIX Message Queue File System...
[ 27.988486] systemd[1]: Mounting Kernel Debug File System...
[ 28.007070] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[ 28.010552] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
[ 28.041477] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 28.082605] systemd[1]: Starting Load Kernel Module configfs...
[ 28.121247] systemd[1]: Starting Load Kernel Module drm...
[ 28.154101] systemd[1]: Starting Load Kernel Module fuse...
[ 28.177352] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 28.181479] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 28.220307] systemd[1]: Starting Journal Service...
[ 28.246528] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[ 28.264504] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 28.291059] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 28.312112] systemd[1]: Starting Apply Kernel Variables...
[ 28.337927] EXT4-fs (mmcblk1p1): re-mounted. Opts: discard,commit=600,errors=remount-ro. Quota mode: none.
[ 28.355037] systemd[1]: Starting Coldplug All udev Devices...
[ 28.366457] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: STALL Received--
[ 28.366917] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 28.368623] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: STALL Received--
[ 28.369033] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 28.423605] systemd[1]: Mounted POSIX Message Queue File System.
[ 28.444437] systemd[1]: Mounted Kernel Debug File System.
[ 28.471981] systemd[1]: modprobe at configfs.service: Deactivated successfully.
[ 28.478635] systemd[1]: Finished Load Kernel Module configfs.
[ 28.504590] audit: type=1130 audit(1621433522.020:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=modprobe at configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.522108] audit: type=1131 audit(1621433522.036:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=modprobe at configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.525789] systemd[1]: modprobe at drm.service: Deactivated successfully.
[ 28.549569] systemd[1]: Finished Load Kernel Module drm.
[ 28.570496] audit: type=1130 audit(1621433522.088:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=modprobe at drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.575509] systemd[1]: modprobe at fuse.service: Deactivated successfully.
[ 28.584287] audit: type=1131 audit(1621433522.088:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=modprobe at drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.596314] systemd[1]: Finished Load Kernel Module fuse.
[ 28.634487] audit: type=1130 audit(1621433522.152:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=modprobe at fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.641803] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 28.648227] audit: type=1131 audit(1621433522.152:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=modprobe at fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.698564] audit: type=1130 audit(1621433522.216:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.705579] systemd[1]: Finished Apply Kernel Variables.
[ 28.738495] audit: type=1130 audit(1621433522.256:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.755733] systemd[1]: Mounting FUSE Control File System...
[ 28.789033] systemd[1]: Mounting Kernel Configuration File System...
[ 28.807158] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 28.821997] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 28.842016] systemd[1]: Starting Load/Save Random Seed...
[ 28.863292] systemd[1]: Condition check resulted in Create System Users being skipped.
[ 28.881362] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 28.908624] systemd[1]: Mounted FUSE Control File System.
[ 28.924257] systemd[1]: Mounted Kernel Configuration File System.
[ 28.959276] systemd[1]: Finished Load/Save Random Seed.
[ 28.975677] audit: type=1130 audit(1621433522.492:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.991920] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[ 29.186858] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 29.206515] audit: type=1130 audit(1621433522.724:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 29.249634] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 29.601295] systemd[1]: Started Rule-based Manager for Device Events and Files.
[ 29.727469] systemd[1]: Starting Network Service...
[ 29.941912] unwind: Unknown symbol address c0300000
[ 29.941960] unwind: Index not found c0300000
[ 29.945490] unwind: Unknown symbol address c0300000
[ 29.950286] unwind: Index not found c0300000
[ 29.954591] unwind: Unknown symbol address c0300000
[ 29.959405] unwind: Index not found c0300000
[ 29.963690] unwind: Unknown symbol address c0300000
[ 29.968522] unwind: Index not found c0300000
[ 29.972807] unwind: Unknown symbol address c0300000
[ 29.977640] unwind: Index not found c0300000
[ 29.981934] unwind: Unknown symbol address c0300000
[ 29.986758] unwind: Index not found c0300000
[ 29.991041] unwind: Unknown symbol address c0300000
[ 29.995876] unwind: Index not found c0300000
[ 30.000178] unwind: Unknown symbol address c0300000
[ 30.004995] unwind: Index not found c0300000
[ 30.009290] unwind: Unknown symbol address c0300000
[ 30.014113] unwind: Index not found c0300000
[ 30.018396] unwind: Unknown symbol address c0300000
[ 30.023233] unwind: Index not found c0300000
[ 30.238938] systemd[1]: Started Network Service.
[ 31.166330] dwc2 c90c0000.usb: --Host Channel 13 Interrupt: STALL Received--
[ 31.166794] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 31.321525] systemd[1]: Started Journal Service.
[ 31.421040] systemd-journald[353]: Received client request to flush runtime journal.
[ 31.432877] systemd-journald[353]: File /var/log/journal/392c722cb333488a936e1ef30a44b893/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 32.357108] dwc2 c90c0000.usb: --Host Channel 8 Interrupt: STALL Received--
[ 32.357662] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 32.368093] dwc2 c90c0000.usb: --Host Channel 1 Interrupt: STALL Received--
[ 32.368537] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 32.466257] meson8b-dwmac c9410000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=49)
[ 32.480082] meson8b-dwmac c9410000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 32.493976] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
[ 32.495939] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
[ 32.510551] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 32.557722] dwc2 c90c0000.usb: --Host Channel 10 Interrupt: STALL Received--
[ 32.558146] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 32.580831] dwc2 c90c0000.usb: --Host Channel 2 Interrupt: STALL Received--
[ 32.581282] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 32.669078] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: STALL Received--
[ 32.669526] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 32.670724] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: STALL Received--
[ 32.671164] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 32.834969] dwc2 c90c0000.usb: --Host Channel 11 Interrupt: STALL Received--
[ 32.835433] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 32.836453] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: STALL Received--
[ 32.836745] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 33.946587] kauditd_printk_skb: 11 callbacks suppressed
[ 33.946604] audit: type=1130 audit(1621433527.464:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 34.180080] audit: type=1325 audit(1621433527.684:24): table=broute family=7 entries=0 op=xt_register pid=406 subj=_ comm="(rngd)"
[ 34.187790] audit: type=1325 audit(1621433527.684:24): table=filter family=7 entries=0 op=xt_register pid=406 subj=_ comm="(rngd)"
[ 34.200083] audit: type=1325 audit(1621433527.684:24): table=nat family=7 entries=0 op=xt_register pid=406 subj=_ comm="(rngd)"
[ 34.222687] audit: type=1130 audit(1621433527.740:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=rngd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 34.235802] audit: type=1300 audit(1621433527.684:24): arch=40000028 syscall=337 per=800000 success=yes exit=0 a0=40000000 a1=bef4c3b8 a2=0 a3=72efe800 items=0 ppid=1 pid=406 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="(rngd)" exe="/usr/lib/systemd/systemd" subj=_ key=(null)
[ 34.265389] audit: type=1327 audit(1621433527.684:24): proctitle="(rngd)"
[ 34.265625] audit: type=1334 audit(1621433527.764:26): prog-id=10 op=LOAD
[ 34.315432] audit: type=1334 audit(1621433527.832:27): prog-id=11 op=LOAD
[ 34.873967] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: STALL Received--
[ 34.874407] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 34.919423] audit: type=1127 audit(1621433528.436:28): pid=413 uid=0 auid=4294967295 ses=4294967295 subj=_ msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 35.075316] meson8b-dwmac c9410000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 35.079978] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 35.873133] DDR_VDDC: disabling
[ 35.873184] VDD_RTC: disabling
[ 35.873703] TF_IO: disabling
[ 36.944676] dwc2 c90c0000.usb: --Host Channel 3 Interrupt: STALL Received--
[ 36.956309] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 39.069843] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: STALL Received--
[ 39.070513] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 41.133573] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: STALL Received--
[ 41.148828] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 43.343053] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: STALL Received--
[ 43.355256] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 45.179236] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: Frame Overrun--
[ 45.585344] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 45.598959] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 46.498348] kauditd_printk_skb: 21 callbacks suppressed
[ 46.498372] audit: type=1130 audit(1625094058.998:46): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 47.663982] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 47.678882] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 49.696106] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 49.696938] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 51.035807] audit: type=1100 audit(1625094063.534:47): pid=422 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=alarm addr=? terminal=/dev/ttyAML0 res=success'
[ 51.071490] audit: type=1101 audit(1625094063.566:48): pid=422 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=alarm addr=? terminal=/dev/ttyAML0 res=success'
[ 51.106892] audit: type=1103 audit(1625094063.606:49): pid=422 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=alarm addr=? terminal=/dev/ttyAML0 res=success'
[ 51.128347] audit: type=1006 audit(1625094063.606:50): pid=422 uid=0 subj=_ old-auid=4294967295 auid=0 tty=ttyAML0 old-ses=4294967295 ses=1 res=1
[ 51.143614] audit: type=1300 audit(1625094063.606:50): arch=40000028 syscall=4 per=800000 success=yes exit=1 a0=4 a1=beebd820 a2=1 a3=0 items=0 ppid=1 pid=422 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=ttyAML0 ses=1 comm="login" exe="/usr/bin/login" subj=_ key=(null)
[ 51.167121] audit: type=1327 audit(1625094063.606:50): proctitle=2F62696E2F6C6F67696E002D70002D2D
[ 51.712106] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 51.714703] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 53.726830] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 53.727269] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 55.744491] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 55.745370] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 57.760105] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 57.760930] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 59.916287] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 59.941035] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 61.952231] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 61.953059] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 63.968106] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 63.968939] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 65.984105] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 65.986575] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 68.016129] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 68.033434] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 70.133742] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 70.152299] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 72.193981] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 72.194814] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 74.207858] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 74.208664] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 76.172926] audit: type=1105 audit(1625094088.670:51): pid=422 uid=0 auid=0 ses=1 subj=_ msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_env acct="root" exe="/usr/bin/login" hostname=alarm addr=? terminal=/dev/ttyAML0 res=success'
[ 76.196982] audit: type=1110 audit(1625094088.674:52): pid=422 uid=0 auid=0 ses=1 subj=_ msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=alarm addr=? terminal=/dev/ttyAML0 res=success'
[ 76.222955] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 76.223374] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 78.238960] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 78.239402] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 78.943575] audit: type=1131 audit(1625094091.442:53): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 79.473064] audit: type=1325 audit(1625094091.970:54): table=nat family=7 entries=0 op=xt_unregister pid=7 subj=_ comm="kworker/u8:0"
[ 79.480977] audit: type=1325 audit(1625094091.970:55): table=filter family=7 entries=0 op=xt_unregister pid=7 subj=_ comm="kworker/u8:0"
[ 79.493872] audit: type=1325 audit(1625094091.970:56): table=broute family=7 entries=0 op=xt_unregister pid=7 subj=_ comm="kworker/u8:0"
[ 79.696218] audit: type=1334 audit(1625094092.194:57): prog-id=17 op=UNLOAD
[ 79.697679] audit: type=1334 audit(1625094092.194:58): prog-id=16 op=UNLOAD
[ 79.704687] audit: type=1334 audit(1625094092.194:59): prog-id=15 op=UNLOAD
[ 80.255980] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 80.256821] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 82.272105] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: STALL Received--
[ 82.272937] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 84.288106] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: STALL Received--
[ 84.288929] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 86.304105] dwc2 c90c0000.usb: --Host Channel 4 Interrupt: STALL Received--
[ 86.304933] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 88.045616] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: STALL Received--
[ 88.320366] dwc2 c90c0000.usb: --Host Channel 15 Interrupt: STALL Received--
[ 88.321365] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 88.405037] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: STALL Received--
[ 88.415391] dwc2 c90c0000.usb: GetHubDescriptor
[ 90.337602] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: STALL Received--
[ 90.339000] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 92.352106] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: STALL Received--
[ 92.352956] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 94.368230] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: STALL Received--
[ 94.369069] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 96.384230] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: STALL Received--
[ 96.385077] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 98.448213] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: STALL Received--
[ 98.469499] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 100.529020] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: STALL Received--
[ 100.542746] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 102.591955] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: STALL Received--
[ 102.592385] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 104.608231] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: STALL Received--
[ 104.609064] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 106.624105] dwc2 c90c0000.usb: --Host Channel 6 Interrupt: STALL Received--
[ 106.624944] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 108.640106] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 108.640941] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 110.656106] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 110.656946] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 112.674479] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 112.678577] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[ 114.688107] dwc2 c90c0000.usb: --Host Channel 5 Interrupt: STALL Received--
[ 114.688945] dwc2 c90c0000.usb: DWC OTG HCD EP RESET: bEndpointAddress=0x81
[root at alarm ~]#
More information about the linux-amlogic
mailing list