linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* USB 2.0: No giveback comes for one submitted URB
       [not found] ` <CA+vmRF6SCfvN2B6TnV1_XSoGmVG2WdRn2Cv-J-w+_tMd8hbeuw@mail.gmail.com>
@ 2012-11-22 13:20   ` naveen yadav
  2012-11-22 15:38     ` Alan Stern
  0 siblings, 1 reply; 4+ messages in thread
From: naveen yadav @ 2012-11-22 13:20 UTC (permalink / raw)
  To: linux-kernel, majordomo, linux-usb, marcel, padovan, stern

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

Hi,

we are using 3.2.2 version of kernel.

When Bluetooth(connected to USB 2.0) is suspended, urb->use_count
value does not become zero and eventually there is a continuous wait
in wait_event() of usb_kill_urb().
          wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0);

urb_count is incremented at only one place in usb_hcd_submit_urb() and
decremented in usb_hcd_giveback_urb(). (Also, in error case inside
usb_hcd_submit_urb()). After taking print of  urb->use_count at all
these places, I see, even without connecting the Bluetooth device
urb_count is incremented while below execution has never been
decremented.

dwc_otg: version 2.93a 15-MAY-2011
[    2.440000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1
pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.450000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0
pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.460000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1
pipe=1077969280 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.480000] Core Release: 2.81a
.....
.....
[    3.490000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0
pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.540000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 2
pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.540000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 1
pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]

urb->use_count corresponding to pipe 1077969280 incremented from 0 to
2 and never decremented back to 0 till Linux boots up.
Please find the complete log attached herewith.

Thanks

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


cfi_probe: cfi_flash base: 0xc0000000 size: 0x04000000

Copying Bb
## Starting Barebox at 0x01000000 ...


barebox 2011.06.0-dirty (Oct  4 2012 - 15:43:56)

Board: Mindspeed C2000
c2k_spi_probe
c2k_otp_probe.
cbus_baseaddr: 9c000000, ddr_baseaddr: 03800000, ddr_phys_baseaddr: 03800000
class init complete
tmu init complete
bmu1 init: done
bmu2 init: done
util init complete
GPI1 init complete
GPI2 init complete
HGPI init complete
HIF rx desc: base_va: 03e80000, base_pa: 03e80000
HIF tx desc: base_va: 03e80400, base_pa: 03e80400
HIF init complete
bmu1 enabled
bmu2 enabled
pfe_hw_init: done
pfe_firmware_init
pfe_load_elf
pfe_load_elf no of sections: 10
pfe_firmware_init: class firmware loaded
pfe_load_elf
pfe_load_elf no of sections: 10
pfe_firmware_init: tmu firmware loaded
pfe_load_elf
pfe_load_elf no of sections: 14
pfe_firmware_init: util firmware loaded
eth@eth0: got MAC address from EEPROM: D6:44:A0:FF:25:36
eth@eth1: got MAC address from EEPROM: 32:94:81:C0:D7:BD
cfi_probe: cfi_flash base: 0xc0000000 size: 0x04000000
cfi_protect: protect 0xc0060000 (size 131072)

Si5356 disable output
Si5356 pll disable
Si5356 Config
Si5356 soft reset
Si5356 output enable
Malloc space: 0x00c00000 -> 0x01000000 (size  4 MB)
Stack space : 0x00bf8000 -> 0x00c00000 (size 32 kB)
running /env/bin/init...
Unknown command 'export' - try 'help'

Hit any key to stop autoboot:  0
booting kernel of type uimage from /dev/nor0.kernel
   Verifying Checksum ... OK
   Image Name:   Linux-3.2.2
   Created:      2012-11-22   8:40:53 UTC
   Image Type:   <NULL> <NULL> <NULL> (<NULL>)
   Data Size:    2280808 Bytes =  2.2 MB
   Load Address: 03008000
   Entry Point:  03008000
OK

Starting kernel ...

commandline: console=ttyS0,115200n8, init=/etc/preinit nosmp ip=none root=/dev/mtdblock4 rootfstype=jffs2 rw noinitrd mtdparts=comcertoflash.0:128k(uloader)ro,256k(barebox)ro,128k(env),4M(kernel),-(rootfs);comcerto_nand:1024k(barebox)ro,1024k(bareboxenv),4M(kernel),-(rootfs)
arch_number: 1094
Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Linux version 3.2.2 (vbhagat@leo) (gcc version 4.5.4 20110808 (prerelease) (Linaro GCC 4.5-2011.08) ) #8 SMP Thu Nov 22 14:10:50 IST 2012
[    0.000000] CPU: ARMv7 Processor [412fc091] revision 1 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Comcerto 2000 EVM
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] PERCPU: Embedded 8 pages/cpu @c08f8000 s9408 r8192 d15168 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 124928
[    0.000000] Kernel command line: console=ttyS0,115200n8, init=/etc/preinit nosmp ip=none root=/dev/mtdblock4 rootfstype=jffs2 rw noinitrd mtdparts=comcertoflash.0:128k(uloader)ro,256k(barebox)ro,128k(env),4M(kernel),-(rootfs);comcerto_nand:1024k(barebox)ro,1024k(bareboxenv),4M(kernel),-(rootfs)
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 48MB 444MB = 492MB total
[    0.000000] Memory: 494164k/494164k available, 30124k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xf0000000   ( 248 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0444000   (4336 kB)
[    0.000000]       .init : 0xc0444000 - 0xc04694c0   ( 150 kB)
[    0.000000]       .data : 0xc046a000 - 0xc049dc78   ( 208 kB)
[    0.000000]        .bss : 0xc049dc9c - 0xc04f3a68   ( 344 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:256
[    0.000000] PLL0 running at 1800 MHz, PLL1 at 1000 MHz PLL2 running at 1500 MHz PLL3 running at 801 MHz
[    0.000000] Calibrating delay loop... 1797.32 BogoMIPS (lpj=8986624)
[    0.060000] pid_max: default: 32768 minimum: 301
[    0.060000] Mount-cache hash table entries: 512
[    0.060000] Initializing cgroup subsys cpuacct
[    0.060000] Initializing cgroup subsys devices
[    0.060000] CPU: Testing write buffer coherency: ok
[    0.060000] CPU0: thread -1, cpu 0, socket 9, mpidr 80000900
[    0.060000] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[    0.060000] Brought up 1 CPUs
[    0.060000] SMP: Total of 1 processors activated (1797.32 BogoMIPS).
[    0.060000] NET: Registered protocol family 16
[    0.060000] L310 cache controller enabled
[    0.060000] l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x00040000, PREFETCH_CTRL 0x00000000, Cache size: 262144 B
[    0.060000] ARMv7 AUX CTRL(0): 0x41
[    0.060000] ARMv7 AUX CTRL(0): 0x41
[    0.070000] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.070000] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.070000] wait_cmu_ok: Polling on CMU_OK :
[    0.070000] Passed
[    0.080000] comcerto_pcie_link_up:178 Link up success
[    0.080000] wait_cmu_ok: Polling on CMU_OK :
[    0.080000] Passed
[    0.080000] comcerto_pcie_link_up:178 Link up success
[    0.080000] PCI: bus0: Fast back to back transfers disabled
[    0.080000] PCI: bus1: Fast back to back transfers disabled
[    0.080000] pci 0000:01:00.0: BAR 0: assigned [mem 0xb0000000-0xb0ffffff]
[    0.080000] pci 0000:01:00.0: BAR 0: set to [mem 0xb0000000-0xb0ffffff] (PCI address [0xb0000000-0xb0ffffff])
[    0.080000] pci 0000:01:00.0: BAR 4: assigned [mem 0xb1000000-0xb100ffff]
[    0.080000] pci 0000:01:00.0: BAR 4: set to [mem 0xb1000000-0xb100ffff] (PCI address [0xb1000000-0xb100ffff])
[    0.080000] pci 0000:01:00.0: BAR 5: assigned [mem 0xb1010000-0xb1010fff]
[    0.080000] pci 0000:01:00.0: BAR 5: set to [mem 0xb1010000-0xb1010fff] (PCI address [0xb1010000-0xb1010fff])
[    0.080000] pci 0000:00:00.0: BAR 0: assigned [mem 0xa0000000-0xa001ffff 64bit]
[    0.080000] pci 0000:00:00.0: BAR 0: set to [mem 0xa0000000-0xa001ffff 64bit] (PCI address [0xa0000000-0xa001ffff])
[    0.080000] pci 0000:00:00.0: BAR 6: assigned [mem 0xa0020000-0xa002ffff pref]
[    0.120000] bio: create slab <bio-0> at 0
[    0.120000] vgaarb: loaded
[    0.120000] SCSI subsystem initialized
[    0.120000] usbcore: registered new interface driver usbfs
[    0.120000] usbcore: registered new interface driver hub
[    0.130000] usbcore: registered new device driver usb
[    0.130000] Switching to clocksource timer2
[    0.140000] NET: Registered protocol family 2
[    0.140000] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.140000] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.140000] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[    0.140000] TCP: Hash tables configured (established 16384 bind 16384)
[    0.140000] TCP reno registered
[    0.140000] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.140000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.140000] NET: Registered protocol family 1
[    0.140000] RPC: Registered named UNIX socket transport module.
[    0.140000] RPC: Registered udp transport module.
[    0.140000] RPC: Registered tcp transport module.
[    0.140000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.140000] membuf_init: created membuf device(253, 0)
[    0.140000] clock_frequency_set: (1:24) NTG INCR value is 422212465
[    0.160000] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.160000] msgmni has been set to 965
[    0.160000] io scheduler noop registered (default)
[    0.160000] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.180000] serial8250.0: ttyS0 at MMIO 0x96300000 (irq = 58) is a 16550A
[    0.720000] console [ttyS0] enabled
[    0.720000] wait_cmu_ok: Polling on CMU_OK :
[    0.730000] Passed
[    0.730000] ahci ahci: forcing PORTS_IMPL to 0x3
[    0.730000] ahci ahci: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl platform mode
[    0.740000] ahci ahci: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
[    0.750000] scsi0 : ahci_platform
[    0.760000] scsi1 : ahci_platform
[    0.760000] ata1: SATA max UDMA/133 mmio [mem 0x9d000000-0x9d00ffff] port 0x100 irq 48
[    0.770000] ata2: SATA max UDMA/133 mmio [mem 0x9d000000-0x9d00ffff] port 0x180 irq 48
[    0.780000] comcertoflash.0: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x002301
[    0.790000] Amd/Fujitsu Extended Query Table at 0x0040
[    0.790000]   Amd/Fujitsu Extended Query version 1.5.
[    0.800000] number of CFI chips: 1
[    0.800000] 5 cmdlinepart partitions found on MTD device comcertoflash.0
[    0.810000] Creating 5 MTD partitions on "comcertoflash.0":
[    0.820000] 0x000000000000-0x000000020000 : "uloader"
[    0.820000] 0x000000020000-0x000000060000 : "barebox"
[    0.830000] 0x000000060000-0x000000080000 : "env"
[    0.830000] 0x000000080000-0x000000480000 : "kernel"
[    0.840000] 0x000000480000-0x000004000000 : "rootfs"
[    0.850000] mtd: partition "rootfs" set to be root filesystem
[    0.850000] split_squashfs: no squashfs found in "comcertoflash.0"
[    0.860000] pdev->resource->start = c8300000, pdev->resource->end = c8301fff
[    0.870000] nand_probe: comcertonand base: 0xe0814000
[    0.870000] ONFI flash detected
[    0.880000] ONFI param page 0 valid
[    0.880000] NAND device: Manufacturer ID: 0x2c, Chip ID: 0x48 (Micron MT29F16G08CBACAWP)
[    0.890000] Scanning device for bad blocks
[    0.920000] Bad eraseblock 90 at 0x000005a00000
[    0.930000] Bad eraseblock 91 at 0x000005b00000
[    1.540000] dw_spi_c2000_probe:Initializing SPI Controller : use_dma=0 CLK(DUS)=250000000 Hz
[    1.550000] dw_spi_c2000_probe:Initializing SPI Controller : use_dma=0 CLK(spi_i2c)=250000000 Hz
[    1.560000] Fixed MDIO Bus: probed
[    1.570000] ## xhci_plat_probe
[    1.570000] ### comcerto_start_xhci
[    1.580000] xhci-hcd xhci-hcd: xHCI Host Controller
[    1.580000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 1
[    1.590000] xhci-hcd xhci-hcd: irq 54, io mem 0x9f000000
[    1.590000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x0000] [pid=0x0000][devno=1]
[    1.600000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x0000] [pid=0x0000][devno=1]
[    1.610000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.620000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.640000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.650000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.660000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.670000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.680000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.690000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.700000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.710000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.720000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.730000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.740000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.750000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.750000] usb usb1: Product: xHCI Host Controller
[    1.760000] usb usb1: Manufacturer: Linux 3.2.2 xhci-hcd
[    1.760000] usb usb1: SerialNumber: xhci-hcd
[    1.770000] ata1: SATA link down (SStatus 0 SControl 300)
[    1.770000] ata2: SATA link down (SStatus 0 SControl 300)
[    1.780000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.790000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.800000] hub 1-0:1.0: USB hub found
[    1.800000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.810000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.830000] hub 1-0:1.0: 1 port detected
[    1.830000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.840000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.850000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.860000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.870000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.880000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    1.890000] xhci-hcd xhci-hcd: xHCI Host Controller
[    1.900000] xhci-hcd xhci-hcd: new USB bus registered, assigned bus number 2
[    1.900000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x0000] [pid=0x0000][devno=1]
[    1.910000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x0000] [pid=0x0000][devno=1]
[    1.930000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    1.940000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    1.950000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    1.960000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    1.970000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    1.980000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    1.990000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.000000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.010000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.020000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.030000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.040000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.050000] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    2.060000] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.060000] usb usb2: Product: xHCI Host Controller
[    2.070000] usb usb2: Manufacturer: Linux 3.2.2 xhci-hcd
[    2.070000] usb usb2: SerialNumber: xhci-hcd
[    2.080000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.090000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.100000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.110000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.120000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.130000] hub 2-0:1.0: USB hub found
[    2.140000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.150000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.160000] hub 2-0:1.0: 1 port detected
[    2.160000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.170000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.180000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.190000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.200000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.210000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.220000] Initializing USB Mass Storage driver...
[    2.230000] usbcore: registered new interface driver usb-storage
[    2.230000] USB Mass Storage support registered.
[    2.240000] dwc_otg: version 2.93a 15-MAY-2011
[    2.440000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.450000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.460000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0003][devno=1]
[    2.480000] Core Release: 2.81a
[    2.480000] Setting default values for core params
[    2.680000] Using Buffer DMA mode
[    2.690000] Periodic Transfer Interrupt Enhancement - disabled
[    2.690000] Multiprocessor Interrupt Enhancement - disabled
[    2.700000] OTG VER PARAM: 1, OTG VER FLAG: 1
[    2.700000] dwc_otg dwc_otg.0: DWC OTG Controller
[    2.710000] dwc_otg dwc_otg.0: new USB bus registered, assigned bus number 3
[    2.710000] dwc_otg dwc_otg.0: irq 53, io mem 0x00000000
[    2.720000] Init: Port Power? op_state=1
[    2.720000] Init: Power Port (0)
[    2.730000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x0000] [pid=0x0000][devno=1]
[    2.740000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x0000] [pid=0x0000][devno=1]
[    2.750000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.760000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.770000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.780000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.790000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.800000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.810000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.820000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.830000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.840000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.850000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.860000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.870000] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.880000] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.890000] usb usb3: Product: DWC OTG Controller
[    2.890000] usb usb3: Manufacturer: Linux 3.2.2 dwc_otg
[    2.900000] usb usb3: SerialNumber: dwc_otg.0
[    2.900000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.910000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.920000] hub 3-0:1.0: USB hub found
[    2.930000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.940000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.950000] hub 3-0:1.0: 1 port detected
[    2.950000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.960000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.970000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.980000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    2.990000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.000000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.020000] mousedev: PS/2 mouse device common for all mice
[    3.020000] c2k-rtc c2k-rtc: rtc core: registered c2k as rtc0
[    3.030000] C2000 RTC, (c) 2012 Mindspeed Technologies
[    3.030000] comcerto_i2c_calculate_dividers: speed=97kHz, M=1, N=7, dividers=0x0f
[    3.040000] i2c-core: driver [eeprom] using legacy suspend method
[    3.050000] i2c-core: driver [eeprom] using legacy resume method
[    3.050000] ZN200PCIE Gotxila Multifunction device  (1a33:8201)
[    3.060000] ZN200PCIE PCIe driver version - 2.0.c28ec089bad4
[    3.070000] ZN200PCIE < built >Nov 22 2012,13:25:46
[    3.070000] PCI: enabling device 0000:01:00.0 (0140 -> 0142)
[    3.080000] ZN200PCIE 0000:01:00.0: xmem mapped address = e7000000, xmem length = 0x01000000
[    3.090000] ZN200PCIE 0000:01:00.0: xreg mapped address = e0960000, xreg length = 0x00010000
[    3.090000] ZN200PCIE 0000:01:00.0: wnd mapped address = e081c000, wnd length = 0x00001000
[    3.100000] ZN200PCIE 0000:01:00.0: Interrupt enabled 160
[    3.110000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.120000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.130000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.140000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.150000] ZN200PCIE 0000:01:00.0: [added]
[    3.160000] ZN200PCIE module (major = 252) [registered]
[    3.160000] TCP cubic registered
[    3.160000] NET: Registered protocol family 10
[    3.170000] IPv6 over IPv4 tunneling driver
[    3.180000] NET: Registered protocol family 17
[    3.190000] Bridge firewalling registered
[    3.190000] 8021q: 802.1Q VLAN Support v1.8
[    3.190000] c2k-rtc c2k-rtc: setting system clock to 2137-10-10 12:53:00 UTC (999498284)
[    3.250000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.260000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.270000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.280000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.290000] Indeed it is in host mode hprt0 = 00021501
[    3.350000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.480000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.490000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.540000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 2 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.540000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.560000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.570000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.580000] usb 3-1: new high-speed USB device number 2 using dwc_otg
[    3.590000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483776 [vid=0x0000] [pid=0x0000][devno=0]
[    3.600000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483776 [vid=0x0000] [pid=0x0000][devno=0]
[    3.640000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.650000] Indeed it is in host mode hprt0 = 00001101
[    3.710000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.790000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 2 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.790000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.810000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.820000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.890000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.900000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    3.910000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483648 [vid=0x0000] [pid=0x0000][devno=0]
[    3.920000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483648 [vid=0x0000] [pid=0x0000][devno=0]
[    3.970000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0000] [pid=0x0000][devno=2]
[    3.980000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0000] [pid=0x0000][devno=2]
[    3.990000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.000000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.020000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.030000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.040000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 2 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.040000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.060000] usb 3-1: New USB device found, idVendor=0424, idProduct=2513
[    4.070000] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.100000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.110000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.120000] hub 3-1:1.0: USB hub found
[    4.130000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.140000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.160000] hub 3-1:1.0: 3 ports detected
[    4.160000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.170000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.190000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.200000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.210000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.220000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.240000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.250000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.260000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.270000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.290000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 2 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.290000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 1 pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.310000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.320000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484160 [vid=0x0424] [pid=0x2513][devno=2]
[    4.330000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.340000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.350000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.370000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147483904 [vid=0x1d6b] [pid=0x0002][devno=1]
[    4.430000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.440000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.450000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.470000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.480000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.490000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0 pipe=2147484288 [vid=0x0424] [pid=0x2513][devno=2]
[    4.510000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 1 pipe=1077969536 [vid=0x0424] [pid=0x2513][devno=2]
[   27.540000] VFS: Mounted root (jffs2 filesystem) on device 31:4.
[   27.550000] Freeing init memory: 148K
- preinit -
Press the [f] key and hit [enter] to enter failsafe mode
- regular preinit -
- init -

Please press Enter to activate this console. [   57.100000] pfe_module_init
[   57.110000] pfe_platform_probe
[   57.110000] ipsec: baseaddr :9a000000 --- e0a00000
[   57.110000] pfe_probe
[   57.120000] PFE Driver version:
[   57.120000] pfe_ctrl_c2k_beta_rc2_00_0
[   57.120000] built with pfe sources version: pfe_c2k_beta_rc2_00_1
[   57.130000] cbus_baseaddr: ea000000, ddr_baseaddr: e9000000, ddr_phys_baseaddr: 3800000, ddr_size: c00000
[   57.140000] pfe_hw_init
[   57.140000] CLASS version: 20
[   57.150000] TMU version: 1011231
[   57.150000] BMU1 version: 21
[   57.150000] BMU2 version: 21
[   57.150000] EMAC1 network cfg: 80000
[   57.160000] EMAC2 network cfg: 80000
[   57.160000] EMAC3 network cfg: 80000
[   57.170000] EGPI1 version: 50
[   57.170000] EGPI2 version: 50
[   57.170000] EGPI3 version: 50
[   57.170000] HGPI version: 50
[   57.180000] GPT version: 0
[   57.180000] HIF version: 10
[   57.180000] HIF NOPCY version: 10
[   57.190000] UTIL version: 20
[   57.190000] bmu_init(1) done
[   57.190000] bmu_init(2) done
[   57.200000] class_init() done
[   57.210000] tmu_init: mem init
[   57.210000] tmu_init: lmem init
[   57.210000] tmu_init() done
[   57.210000] util_init() done
[   57.220000] gpi_init(1) done
[   57.220000] gpi_init(2) done
[   57.220000] gpi_init(3) done
[   57.230000] gpi_init(hif) done
[   57.230000] bmu_enable(1) done
[   57.230000] bmu_enable(2) done
[   57.230000] pfe_hif_lib_init
[   57.240000] pfe_hif_init
[   57.240000] pfe_hif_alloc_descr
[   57.240000] pfe_hif_init_buffers
[   57.250000] pfe_firmware_init
[   57.900000] pfe_load_elf
[   57.930000] PFE binary version: pfe_c2k_beta_rc2_00_1
[   57.940000] pfe_firmware_init: class firmware loaded 0xc20 0xc3010000
[   57.940000] pfe_load_elf
[   57.950000] pfe_firmware_init: tmu firmware loaded 0x1c0
[   57.950000] pfe_load_elf
[   57.960000] pfe_firmware_init: util firmware loaded 0x10e0
[   57.960000] pfe_ctrl_init
[   57.990000] timer_add bf04a258
[   58.000000] timer_add bf04a2b8
[   58.000000] timer_add bf04a288
[   58.000000] timer_add bf04a318
[   58.000000] timer_add bf04a240
[   58.010000] timer_add bf04a300
[   58.010000] ifg = 171717
[   58.010000] timer_add bf04a2e8
[   58.020000] ipsec_common_hard_init ipsec_baseaddr:e0a00000 - espah_base:e0a80000
[   58.030000] timer_add bf04a330
[   58.030000] pfe_ctrl_init finished
[   58.030000] pfe_eth_init
[   58.040000] pfe_ctrl_timer
[   58.040000] Comcerto MDIO Bus: probed
[   58.050000] eth0: pfe_eth_init_one: created interface, baseaddr: ea200000
[   58.060000] eth2: pfe_eth_init_one: created interface, baseaddr: ea220000
[   58.070000] eth3: pfe_eth_init_one: created interface, baseaddr: ea330000
[   58.080000] pfe_vwd_init
[   58.080000] pfe_pcap_init
[   58.170000] m86xxx_elp: Unknown symbol crypto_done (err 0)
[   58.170000] m86xxx_elp: Unknown symbol crypto_unregister_all (err 0)
[   58.180000] m86xxx_elp: Unknown symbol crypto_kdone (err 0)
[   58.180000] m86xxx_elp: Unknown symbol crypto_get_driverid (err 0)
[   58.190000] m86xxx_elp: Unknown symbol crypto_kregister (err 0)
[   58.200000] m86xxx_elp: Unknown symbol crypto_register (err 0)
[   58.440000] eth0: pfe_eth_open
[   58.450000] hif_process_client_req: register client_id 0
[   58.450000] pfe_hif_client_register
[   58.460000] eth0: pfe_gemac_init
[   58.990000] PPP generic driver version 2.4.2
[   59.110000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   59.400000] NET: Registered protocol family 24
[   59.510000] nf_conntrack version 0.5.0 (7723 buckets, 30892 max)
[   59.700000] eth2: pfe_eth_open
[   59.710000] hif_process_client_req: register client_id 1
[   59.710000] pfe_hif_client_register
[   59.720000] eth2: pfe_gemac_init
[   60.740000] xt_time: kernel timezone is -0000
[   61.080000] Netfilter messages via NETLINK v0.30.
[   61.110000] Ebtables v2.0 registered
[   61.310000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   61.500000] ctnetlink v0.93: registering with nfnetlink.
[   61.550000] asf: module license 'Proprietary' taints kernel.
[   61.550000] Disabling lock debugging due to kernel taint
[   62.080000] ath_hal: 0.9.17.1 (AR5212, AR5416, AR9380, RF5111, RF5112, RF2413, RF5413, RF2316, RF2317, DEBUG, WRITE_EEPROM, 11D)
[   62.150000] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved
[   62.210000] ath_dfs: Version 2.0.0
[   62.210000] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved
[   62.440000] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved
[   62.950000] ath_pci: 9.2.0_U10.5.13 (Atheros/multi-bss)
[   62.950000] PCI: enabling device 0000:00:00.0 (0140 -> 0142)
[   62.960000] ath_pci_probe: **************** MSI Enabled***************************
[   62.970000] __ath_attach: Set global_scn[0]
[   62.970000] ACBKMinfree = 48
[   62.970000] ACBEMinfree = 32
[   62.980000] ACVIMinfree = 16
[   62.980000] ACVOMinfree = 0
[   62.980000] CABMinfree = 48
[   62.980000] UAPSDMinfree = 0
[   62.990000] ar9300RadioAttach: Need analog access recipe!!
[   63.220000] dfs_attach: use DFS enhancements
[   63.230000] DFS min filter rssiThresh = 15
[   63.230000] DFS max pulse dur = 151 ticks
[   63.230000] ath_get_caps[5123] rx chainmask mismatch actual 7 sc_chainmak 0
[   63.240000] ath_get_caps[5098] tx chainmask mismatch actual 7 sc_chainmak 0
[   63.270000] wifi0: Atheros 9380: mem=0xa0000000, irq=96 hw_base=0xe0f00000
[   63.320000] LA2352 IRQ 46
[   63.320000] ePavisII: Lionic Corp. LA2352 (ffc00000,1d000000)
[   63.330000] add_security_dev: add one, minor=999.
[   63.350000] lc_ioremap:lcdev->csr.decomp=e0ef2000
[   63.360000] Decompress IRQ 47
[   63.360000] (14000,16000,FFD80000,1D140000)
[   63.360000] Decomp: Lionic Corp. decompress (ffd80000,1d140000)
[   63.370000] add_decomp_dev: add one, minor=899.
[   63.420000] CI_get_decomp_device: switch to Decompress device.
[   63.420000] Lionic Decompress module. minor=899
[   63.430000] Created decomp00~decomp00, rar sess=1.
[   63.500000] usbcore: registered new interface driver usbserial
[   63.500000] USB Serial support registered for generic
[   63.510000] usbcore: registered new interface driver usbserial_generic
[   63.520000] usbserial: USB Serial Driver core
[   63.640000] USB Serial support registered for cp210x
[   63.640000] usbcore: registered new interface driver cp210x
[   63.650000] cp210x: v0.09:Silicon Labs CP210x RS232 serial adaptor driver
[   63.700000] USB Serial support registered for FTDI USB Serial Device
[   63.710000] usbcore: registered new interface driver ftdi_sio
[   63.710000] ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
[   63.850000] Bluetooth: Core ver 2.16
[   63.850000] NET: Registered protocol family 31
[   63.860000] Bluetooth: HCI device and connection manager initialized
[   63.870000] Bluetooth: HCI socket layer initialized
[   63.870000] Bluetooth: L2CAP socket layer initialized
[   63.880000] Bluetooth: SCO socket layer initialized
[   63.920000] Bluetooth: RFCOMM TTY layer initialized
[   63.920000] Bluetooth: RFCOMM socket layer initialized
[   63.930000] Bluetooth: RFCOMM ver 1.11
[   63.950000] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   63.960000] Bluetooth: BNEP filters: protocol multicast
[   63.990000] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   64.010000] Bluetooth: HCI UART driver ver 2.2
[   64.020000] Bluetooth: HCI H4 protocol initialized
[   64.020000] Bluetooth: HCI BCSP protocol initialized
[   64.050000] Bluetooth: Generic Bluetooth USB driver ver 0.6
[   64.050000] usbcore: registered new interface driver btusb
[   65.310000] wlan_vap_create : enter. devhandle=0xdd80c3a0, opmode=IEEE80211_M_HOSTAP, flags=0x1
[   65.320000] ------------[ cut here ]------------
[   65.320000] WARNING: at kernel/softirq.c:159 local_bh_enable_ip+0x4c/0xc0()
[   65.320000] Modules linked in: btusb hci_uart hidp bnep rfcomm bluetooth ftdi_sio cp210x hid usbserial evdev turnkey_decomp(P) decomp(P) cie(P) ath_pktlog(P) umac(O) ath_dev(P) ath_dfs(P) ath_rate_atheros(P) ath_hal(P) asf(P) adf(O) nf_conntrack_netlink ip6t_REJECT ip6t_LOG ip6t_rt ip6t_hbh ip6t_mh ip6t_ipv6header ip6t_frag ip6t_eui64 ip6t_ah ip6table_raw ip6_queue ip6table_mangle ip6table_filter ip6_tables nf_conntrack_ipv6 nf_defrag_ipv6 ebt_redirect ebt_mark ebt_vlan ebt_stp ebt_pkttype ebt_mark_m ebt_limit ebt_among ebt_802_3 ebtable_nat ebtable_filter ebtable_broute ebtables nfnetlink nf_nat_tftp nf_conntrack_tftp nf_nat_sip nf_conntrack_sip nf_nat_pptp nf_conntrack_pptp nf_nat_h323 nf_conntrack_h323 nf_nat_proto_gre nf_conntrack_proto_gre nf_nat_amanda nf_conntrack_amanda nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp xt_iprange xt_HL xt_hl ipt_ECN xt_CLASSIFY xt_time xt_tcpmss xt_statistic xt_mark xt_length ipt_ecn xt_DSCP xt_dscp xt_string xt_layer7 xt_quota xt_pkttype xt_physdev xt_owner ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE iptable_nat nf_nat xt_recent xt_helper xt_connmark xt_connbytes xt_conntrack xt_NOTRACK iptable_raw xt_state nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack pppoe pppox ipt_REJECT xt_TCPMSS ipt_LOG xt_comment xt_multiport xt_mac xt_limit iptable_mangle iptable_filter ip_tables xt_tcpudp x_tables ppp_async ppp_generic slhc vfat fat ext4 jbd2 mbcache nls_iso8859_15 nls_iso8859_1 nls_cp437 ts_fsm ts_bm ts_kmp crc16 crc_ccitt arc4 aes_generic pfe(O)
[   65.320000] Backtrace:
[   65.320000] [<c000c514>] (dump_backtrace+0x0/0x110) from [<c0348acc>] (dump_stack+0x18/0x1c)
[   65.320000]  r6:0000009f r5:c03e5a5a r4:00000000 r3:c047ef7c
[   65.320000] [<c0348ab4>] (dump_stack+0x0/0x1c) from [<c002b8e8>] (warn_slowpath_common+0x54/0x6c)
[   65.320000] [<c002b894>] (warn_slowpath_common+0x0/0x6c) from [<c002b924>] (warn_slowpath_null+0x24/0x2c)
[   65.320000]  r8:dd80d954 r7:dd80d950 r6:de3dc000 r5:de3dc378 r4:c04bf100
[   65.320000] r3:00000009
[   65.320000] [<c002b900>] (warn_slowpath_null+0x0/0x2c) from [<c0032504>] (local_bh_enable_ip+0x4c/0xc0)
[   65.320000] [<c00324b8>] (local_bh_enable_ip+0x0/0xc0) from [<c034b768>] (_raw_spin_unlock_bh+0x28/0x2c)
[   65.320000]  r4:de2cf000 r3:00000000
[   65.320000] [<c034b740>] (_raw_spin_unlock_bh+0x0/0x2c) from [<bf438754>] (ieee80211_alloc_node+0x274/0x33c [umac])
[   65.320000] [<bf4384e0>] (ieee80211_alloc_node+0x0/0x33c [umac]) from [<bf438f08>] (ieee80211_reset_bss+0x44/0xfc [umac])
[   65.320000] [<bf438ec4>] (ieee80211_reset_bss+0x0/0xfc [umac]) from [<bf439218>] (ieee80211_node_latevattach+0x84/0xb8 [umac])
[   65.320000] [<bf439194>] (ieee80211_node_latevattach+0x0/0xb8 [umac]) from [<bf43cb6c>] (ieee80211_vap_attach+0x14/0x48 [umac])
[   65.320000]  r7:00001090 r6:00000000 r5:dd80c3a0 r4:de3dc000
[   65.320000] [<bf43cb58>] (ieee80211_vap_attach+0x0/0x48 [umac]) from [<bf44b700>] (ath_vap_create+0x480/0x6bc [umac])
[   65.320000]  r5:dd80c3a0 r4:de3dc000
[   65.320000] [<bf44b280>] (ath_vap_create+0x0/0x6bc [umac]) from [<bf43d2ec>] (wlan_vap_create+0x54/0x17c [umac])
[   65.320000] [<bf43d298>] (wlan_vap_create+0x0/0x17c [umac]) from [<bf491d88>] (osif_ioctl_create_vap+0x1e4/0x484 [umac])
[   65.320000] [<bf491ba4>] (osif_ioctl_create_vap+0x0/0x484 [umac]) from [<bf484370>] (ath_ioctl+0xc8/0x61c [umac])
[   65.320000] [<bf4842a8>] (ath_ioctl+0x0/0x61c [umac]) from [<c0269560>] (dev_ifsioc+0x310/0x330)
[   65.320000] [<c0269250>] (dev_ifsioc+0x0/0x330) from [<c0269b4c>] (dev_ioctl+0x5cc/0x6b4)
[   65.320000]  r7:00000000 r6:bee079f0 r5:c04edac0 r4:000089f7
[   65.320000] [<c0269580>] (dev_ioctl+0x0/0x6b4) from [<c025498c>] (sock_ioctl+0x214/0x244)
[   65.320000] [<c0254778>] (sock_ioctl+0x0/0x244) from [<c00d6918>] (do_vfs_ioctl+0x4fc/0x570)
[   65.320000]  r6:bee079f0 r5:de2dae60 r4:df596e80 r3:c0254778
[   65.320000] [<c00d641c>] (do_vfs_ioctl+0x0/0x570) from [<c00d69cc>] (sys_ioctl+0x40/0x64)
[   65.320000]  r9:df168000 r8:c00092a4 r6:bee079f0 r5:000089f7 r4:00000003
[   65.320000] [<c00d698c>] (sys_ioctl+0x0/0x64) from [<c0009120>] (ret_fast_syscall+0x0/0x30)
[   65.320000]  r7:00000036 r6:00000003 r5:bee07a10 r4:00000003
[   65.320000] ---[ end trace a063baeddd6766de ]---
[   65.710000] wlan_vap_create : exit. devhandle=0xdd80c3a0, opmode=IEEE80211_M_HOSTAP, flags=0x1.
[   65.720000] VAP device ath0 created
[   66.110000] WARNING: Fragmentation with HT mode NOT ALLOWED!!
[   66.220000]
[   66.220000]  DES SSID SET=shgwap
[   66.720000]  ieee80211_ioctl_siwmode: imr.ifm_active=918144, new mode=3, valid=1
[   66.950000]
[   66.950000]  DES SSID SET=shgwap
[   68.350000] could not find the VoIP firmware
[   68.380000] NET: Registered protocol family 27



BusyBox v1.18.5 (2012-10-11 15:47:17 KST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 M I N D S P E E D  Technologies - Build vc2k_alpha.rc7-1 for Comcerto
 -----------------------------------------------------
root@OpenWrt:/#

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

* Re: USB 2.0: No giveback comes for one submitted URB
  2012-11-22 13:20   ` USB 2.0: No giveback comes for one submitted URB naveen yadav
@ 2012-11-22 15:38     ` Alan Stern
  2012-11-26 12:23       ` naveen yadav
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Stern @ 2012-11-22 15:38 UTC (permalink / raw)
  To: naveen yadav; +Cc: linux-kernel, majordomo, linux-usb, marcel, padovan

On Thu, 22 Nov 2012, naveen yadav wrote:

> Hi,
> 
> we are using 3.2.2 version of kernel.
> 
> When Bluetooth(connected to USB 2.0) is suspended, urb->use_count
> value does not become zero and eventually there is a continuous wait
> in wait_event() of usb_kill_urb().
>           wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0);
> 
> urb_count is incremented at only one place in usb_hcd_submit_urb() and

That's how it is _supposed_ to work.  You have discovered that
something else increments urb->use_count.

> decremented in usb_hcd_giveback_urb(). (Also, in error case inside
> usb_hcd_submit_urb()). After taking print of  urb->use_count at all
> these places, I see, even without connecting the Bluetooth device
> urb_count is incremented while below execution has never been
> decremented.

> .....
> [    3.490000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0
> pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
> [    3.540000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 2
> pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
> [    3.540000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 1
> pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]

Now you need to find out what other code has changed urb->use_count and
fix it.

Alan Stern


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

* Re: USB 2.0: No giveback comes for one submitted URB
  2012-11-22 15:38     ` Alan Stern
@ 2012-11-26 12:23       ` naveen yadav
  2012-11-26 16:11         ` Alan Stern
  0 siblings, 1 reply; 4+ messages in thread
From: naveen yadav @ 2012-11-26 12:23 UTC (permalink / raw)
  To: Alan Stern
  Cc: linux-kernel, linux-usb, marcel, padovan, linux-bluetooth, vivek bhagat

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

Dear Alan,

Thanks for your reply ,

We check on 3.2.34 and 3.6.7 on X86 host machine. and result is same
without connecting Bluetooth device.
I am attaching log



On Thu, Nov 22, 2012 at 9:08 PM, Alan Stern <stern@rowland.harvard.edu> wrote:
> On Thu, 22 Nov 2012, naveen yadav wrote:
>
>> Hi,
>>
>> we are using 3.2.2 version of kernel.
>>
>> When Bluetooth(connected to USB 2.0) is suspended, urb->use_count
>> value does not become zero and eventually there is a continuous wait
>> in wait_event() of usb_kill_urb().
>>           wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0);
>>
>> urb_count is incremented at only one place in usb_hcd_submit_urb() and
>
> That's how it is _supposed_ to work.  You have discovered that
> something else increments urb->use_count.
>
>> decremented in usb_hcd_giveback_urb(). (Also, in error case inside
>> usb_hcd_submit_urb()). After taking print of  urb->use_count at all
>> these places, I see, even without connecting the Bluetooth device
>> urb_count is incremented while below execution has never been
>> decremented.
>
>> .....
>> [    3.490000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 0
>> pipe=2147484032 [vid=0x1d6b] [pid=0x0002][devno=1]
>> [    3.540000] ====>[usb_hcd_submit_urb][1482] urb->use_count = 2
>> pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
>> [    3.540000] ====>[usb_hcd_giveback_urb][1626] urb->use_count = 1
>> pipe=1077969280 [vid=0x1d6b] [pid=0x0002][devno=1]
>
> Now you need to find out what other code has changed urb->use_count and
> fix it.
>
> Alan Stern
>

[-- Attachment #2: 3.2.34_USB.log --]
[-- Type: application/octet-stream, Size: 85522 bytes --]

[    1.463111] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0000][devno=1]
[    1.463116] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0000][devno=1]
[    1.463121] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463125] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463129] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463133] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463139] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463142] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463156] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463158] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463160] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463162] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463164] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463166] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463232] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463234] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463278] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463280] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463287] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463289] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463291] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463292] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.463297] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf5bdf800] [pid=0x0002][devno=1]
[    1.463301] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf5bdf800] [pid=0x0002][devno=1]
[    1.463303] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf5bdf800] [pid=0x0002][devno=1]
[    1.463307] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf5bdf800] [pid=0x0002][devno=1]
[    1.477063] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0000][devno=1]
[    1.477067] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0000][devno=1]
[    1.477072] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477075] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477079] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477083] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477088] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477092] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477098] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477101] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477112] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477114] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477116] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477117] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477179] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477181] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477221] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477223] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477229] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477231] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477233] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477235] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.477239] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf5bdf680] [pid=0x0002][devno=1]
[    1.477243] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf5bdf680] [pid=0x0002][devno=1]
[    1.477244] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf5bdf680] [pid=0x0002][devno=1]
[    1.477248] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf5bdf680] [pid=0x0002][devno=1]
[    1.562781] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bd9980] [pid=0x0002][devno=1]
[    1.562795] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bd9980] [pid=0x0002][devno=1]
[    1.562803] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf5bd9980] [pid=0x0002][devno=1]
[    1.562810] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf5bd9980] [pid=0x0002][devno=1]
[    1.562814] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bd9980] [pid=0x0002][devno=1]
[    1.562819] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bd9980] [pid=0x0002][devno=1]
[    1.576727] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bd9980] [pid=0x0002][devno=1]
[    1.576737] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bd9980] [pid=0x0002][devno=1]
[    1.576744] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf5bd9980] [pid=0x0002][devno=1]
[    1.576750] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf5bd9980] [pid=0x0002][devno=1]
[    1.576754] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf5bd9980] [pid=0x0002][devno=1]
[    1.576759] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf5bd9980] [pid=0x0002][devno=1]
[    1.662459] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=1077969280 [urb=0xf5bdf880] [pid=0x0002][devno=1]
[    1.662533] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf58b4980] [pid=0x0002][devno=1]
[    1.662537] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf58b4980] [pid=0x0002][devno=1]
[    1.662544] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf58b4980] [pid=0x0002][devno=1]
[    1.662548] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf58b4980] [pid=0x0002][devno=1]
[    1.676403] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=1077969280 [urb=0xf5bdf700] [pid=0x0002][devno=1]
[    1.713291] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf58b4980] [pid=0x0002][devno=1]
[    1.713583] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf58b4980] [pid=0x0002][devno=1]
[    1.764109] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf59c7800] [pid=0x0002][devno=1]
[    1.764116] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf59c7800] [pid=0x0002][devno=1]
[    1.764125] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483776 [urb=0xf59c7800] [pid=0x0000][devno=0]
[    1.764172] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483776 [urb=0xf59c7800] [pid=0x0000][devno=0]
[    1.764182] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf59f4280] [pid=0x0002][devno=1]
[    1.764188] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf59f4280] [pid=0x0002][devno=1]
[    1.814972] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf4c8e600] [pid=0x0002][devno=1]
[    1.815258] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf4c8e600] [pid=0x0002][devno=1]
[    1.865776] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf59f4280] [pid=0x0002][devno=1]
[    1.865786] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf59f4280] [pid=0x0002][devno=1]
[    1.865792] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483648 [urb=0xf59f4280] [pid=0x0000][devno=0]
[    1.865846] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483648 [urb=0xf59f4280] [pid=0x0000][devno=0]
[    1.877801] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf5afc280] [pid=0x0000][devno=2]
[    1.877932] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf5afc280] [pid=0x0000][devno=2]
[    1.877960] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4e00] [pid=0x0024][devno=2]
[    1.878056] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4e00] [pid=0x0024][devno=2]
[    1.878065] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4e00] [pid=0x0024][devno=2]
[    1.878174] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4e00] [pid=0x0024][devno=2]
[    1.878278] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf5afcb80] [pid=0x0024][devno=2]
[    1.878430] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf5afcb80] [pid=0x0024][devno=2]
[    1.878496] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4c80] [pid=0x0024][devno=2]
[    1.878547] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4c80] [pid=0x0024][devno=2]
[    1.878562] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4c80] [pid=0x0024][devno=2]
[    1.878704] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4c80] [pid=0x0024][devno=2]
[    1.878712] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4c80] [pid=0x0024][devno=2]
[    1.878822] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4c80] [pid=0x0024][devno=2]
[    1.878843] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4280] [pid=0x0024][devno=2]
[    1.878931] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4280] [pid=0x0024][devno=2]
[    1.878939] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4280] [pid=0x0024][devno=2]
[    1.879065] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4280] [pid=0x0024][devno=2]
[    1.879079] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4280] [pid=0x0024][devno=2]
[    1.879177] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4280] [pid=0x0024][devno=2]
[    1.879185] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4280] [pid=0x0024][devno=2]
[    1.879315] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4280] [pid=0x0024][devno=2]
[    1.879365] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf59f4280] [pid=0x0002][devno=1]
[    1.879371] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf59f4280] [pid=0x0002][devno=1]
[    1.879382] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf59f4280] [pid=0x0002][devno=1]
[    1.879395] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf59f4280] [pid=0x0002][devno=1]
[    1.929567] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf59f4600] [pid=0x0002][devno=1]
[    1.929880] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf59f4600] [pid=0x0002][devno=1]
[    1.978409] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    1.978473] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    1.978480] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    1.978595] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    1.978602] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    1.978720] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    1.978726] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    1.978845] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    1.978851] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=1077969536 [urb=0xf59f4c80] [pid=0x0024][devno=2]
[    1.980399] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf59f4600] [pid=0x0002][devno=1]
[    1.980405] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf59f4600] [pid=0x0002][devno=1]
[    1.980413] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483776 [urb=0xf59f4600] [pid=0x0000][devno=0]
[    1.980472] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483776 [urb=0xf59f4600] [pid=0x0000][devno=0]
[    1.980481] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf59f4600] [pid=0x0002][devno=1]
[    1.980487] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf59f4600] [pid=0x0002][devno=1]
[    2.031238] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484032 [urb=0xf59f4600] [pid=0x0002][devno=1]
[    2.031423] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484032 [urb=0xf59f4600] [pid=0x0002][devno=1]
[    2.082075] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483904 [urb=0xf59f4600] [pid=0x0002][devno=1]
[    2.082082] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483904 [urb=0xf59f4600] [pid=0x0002][devno=1]
[    2.082086] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483648 [urb=0xf59f4600] [pid=0x0000][devno=0]
[    2.082134] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483648 [urb=0xf59f4600] [pid=0x0000][devno=0]
[    2.094035] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4600] [pid=0x0000][devno=2]
[    2.094102] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4600] [pid=0x0000][devno=2]
[    2.094120] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.094239] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.094248] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.094364] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.094446] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.094608] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.094643] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.094733] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.094745] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.094843] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.094851] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.094988] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.095001] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.095098] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.095107] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.095238] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.095246] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.095341] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.095347] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.095484] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.095493] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.095611] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.095619] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.095714] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.194709] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.194774] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.194783] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.194912] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.194920] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.195036] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.195044] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.195160] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.195169] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.195282] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.195293] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.195409] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.195418] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.195515] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.195524] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.195659] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.294383] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=1077969536 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.294455] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf5afcf00] [pid=0x0024][devno=2]
[    2.294587] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf5afcf00] [pid=0x0024][devno=2]
[    2.294604] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.294720] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.305343] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.305423] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.316310] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.316387] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.367145] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.367219] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.367238] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483776 [urb=0xf59f4b00] [pid=0x0000][devno=0]
[    2.367492] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483776 [urb=0xf59f4b00] [pid=0x0000][devno=0]
[    2.367502] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.367607] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.378106] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.378169] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.389076] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.389153] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.439910] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.439986] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b00] [pid=0x0024][devno=2]
[    2.440002] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483648 [urb=0xf59f4b00] [pid=0x0000][devno=0]
[    2.440116] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483648 [urb=0xf59f4b00] [pid=0x0000][devno=0]
[    2.451874] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484544 [urb=0xf59f4b00] [pid=0x0000][devno=3]
[    2.452342] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484544 [urb=0xf59f4b00] [pid=0x0000][devno=3]
[    2.452355] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484544 [urb=0xf59f4b00] [pid=0x6001][devno=3]
[    2.452442] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484544 [urb=0xf59f4b00] [pid=0x6001][devno=3]
[    2.452454] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484544 [urb=0xf59f4b00] [pid=0x6001][devno=3]
[    2.452677] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484544 [urb=0xf59f4b00] [pid=0x6001][devno=3]
[    2.452688] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484544 [urb=0xf59f4b00] [pid=0x6001][devno=3]
[    2.452927] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484544 [urb=0xf59f4b00] [pid=0x6001][devno=3]
[    2.452940] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484544 [urb=0xf59f4b00] [pid=0x6001][devno=3]
[    2.453301] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484544 [urb=0xf59f4b00] [pid=0x6001][devno=3]
[    2.453361] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484544 [urb=0xf5afcb80] [pid=0x6001][devno=3]
[    2.453695] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484544 [urb=0xf5afcb80] [pid=0x6001][devno=3]
[    2.453708] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484544 [urb=0xf59f4b80] [pid=0x6001][devno=3]
[    2.453963] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484544 [urb=0xf59f4b80] [pid=0x6001][devno=3]
[    2.453976] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484544 [urb=0xf59f4b80] [pid=0x6001][devno=3]
[    2.456075] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484544 [urb=0xf59f4b80] [pid=0x6001][devno=3]
[    2.456087] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484544 [urb=0xf59f4b80] [pid=0x6001][devno=3]
[    2.457038] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484544 [urb=0xf59f4b80] [pid=0x6001][devno=3]
[    2.457048] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484544 [urb=0xf59f4b80] [pid=0x6001][devno=3]
[    2.458408] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484544 [urb=0xf59f4b80] [pid=0x6001][devno=3]
[    2.458494] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484416 [urb=0xf59f4b80] [pid=0x6001][devno=3]
[    2.458656] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484416 [urb=0xf59f4b80] [pid=0x6001][devno=3]
[    2.458674] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484544 [urb=0xf59f4b80] [pid=0x6001][devno=3]
[    2.460922] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484544 [urb=0xf59f4b80] [pid=0x6001][devno=3]
[    2.461009] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.461149] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.461159] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.461277] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.471803] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.471864] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.483763] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.483825] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.493669] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077969536 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.493673] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077969536 [urb=0xf59f4600] [pid=0x0024][devno=2]
[    2.534598] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.534678] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.534697] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483776 [urb=0xf59f4b80] [pid=0x0000][devno=0]
[    2.535302] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483776 [urb=0xf59f4b80] [pid=0x0000][devno=0]
[    2.535313] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.535407] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.545566] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.545624] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4b80] [pid=0x0024][devno=2]
[    2.556530] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4380] [pid=0x0024][devno=2]
[    2.556604] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4380] [pid=0x0024][devno=2]
[    2.607370] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484160 [urb=0xf59f4400] [pid=0x0024][devno=2]
[    2.607425] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484160 [urb=0xf59f4400] [pid=0x0024][devno=2]
[    2.607441] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147483648 [urb=0xf59f4400] [pid=0x0000][devno=0]
[    2.607671] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147483648 [urb=0xf59f4400] [pid=0x0000][devno=0]
[    2.619327] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484800 [urb=0xf59f4400] [pid=0x0000][devno=4]
[    2.619902] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484800 [urb=0xf59f4400] [pid=0x0000][devno=4]
[    2.619917] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484800 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.620545] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484800 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.620557] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484800 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.621542] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484800 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.621560] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484800 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.621895] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484800 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.621909] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484800 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.622771] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484800 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.622860] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484672 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.623137] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484672 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.623247] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484672 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.623530] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484672 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.623542] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484800 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.624903] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484800 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[    2.625099] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=2147484288 [urb=0xf59f4880] [pid=0x0024][devno=2]
[    2.625256] ====>[usb_hcd_giveback_urb][1617] use count = 0 pipe=2147484288 [urb=0xf59f4880] [pid=0x0024][devno=2]
[   13.177009] ====>[usb_hcd_submit_urb][1479] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.774102] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.774110] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.782070] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.782076] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.790036] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.790041] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.797976] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.797981] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.805952] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.805958] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.813920] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.813925] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.821892] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.821897] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.829905] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.829910] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.837879] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.837884] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.845857] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.845862] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.853832] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.853837] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.861800] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.861805] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.869776] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.869781] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.877747] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.877752] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.885721] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.885726] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.893695] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.893700] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.901656] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.901662] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.909647] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.909652] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.917618] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.917623] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.925593] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.925598] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.933567] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.933572] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.941540] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.941545] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.949514] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.949519] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.957487] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.957492] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.965438] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.965443] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.973437] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.973442] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.981409] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.981414] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.989384] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.989389] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.997356] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   29.997361] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.005332] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.005336] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.021280] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.021285] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.029254] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.029259] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.037227] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.037232] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.045218] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.045225] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.053177] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.053182] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.061151] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.061156] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.069123] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.069128] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.077097] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.077101] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.085071] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.085076] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.093047] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.093052] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.101018] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.101022] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.108997] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.109002] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.116968] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.116973] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.124943] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.124948] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.132915] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.132920] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.140888] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.140893] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.148864] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.148868] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.156837] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.156842] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.164812] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.164816] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.172785] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.172790] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.180758] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.180763] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.188733] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.188738] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.196705] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.196710] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.499735] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.499743] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.507697] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.507702] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.515666] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.515671] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.523643] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.523648] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.531615] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.531620] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.539596] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.539601] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.547564] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.547569] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.555540] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.555545] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.563511] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.563516] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.571486] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.571490] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.579461] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.579466] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.587433] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.587438] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.595409] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.595414] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.603384] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.603389] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.611360] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.611365] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.619333] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.619338] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.627303] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.627308] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.635277] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.635282] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.643250] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.643255] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.707044] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.707049] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.794765] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.794771] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.810709] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   30.810714] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.041957] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.041962] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.073849] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.073854] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.185485] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.185489] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.241303] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.241308] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.249278] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.249283] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.352922] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.352927] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.368872] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.368877] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.384807] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.384811] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.392779] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.392785] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.400753] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.400758] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.408735] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.408743] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.416713] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.416718] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.424680] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.424686] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.432683] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.432688] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.440657] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.440662] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.448630] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.448635] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.456606] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.456611] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.464577] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.464582] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.472551] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.472555] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.480524] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.480529] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.488499] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.488504] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.496472] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.496477] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.504446] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.504450] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.512421] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.512425] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.520393] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.520398] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.528369] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.528374] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.536342] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.536346] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.544315] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.544320] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.552292] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.552297] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.560242] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.560248] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.568214] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.568219] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.576211] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.576216] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.584185] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.584190] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.592159] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.592163] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.600134] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.600138] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.608110] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.608115] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.616084] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.616089] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.624061] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.624066] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.632029] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.632034] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.640003] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.640008] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.647977] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.647982] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.663908] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.663913] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.671900] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.671904] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.679874] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.679879] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.687847] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.687852] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.695821] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.695825] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.703794] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.703799] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.711770] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.711774] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.719743] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.719748] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.727718] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.727723] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.735662] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.735666] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.743669] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.743674] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.751640] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.751645] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.759613] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.759617] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.767587] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.767591] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.775561] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.775566] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.783535] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.783540] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.791510] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.791515] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.799483] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.799487] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.807458] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.807463] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.815431] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.815436] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.823407] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.823412] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.831379] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.831383] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.839357] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.839362] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.847327] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.847332] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.855304] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.855309] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.863279] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.863283] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.871252] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.871257] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.879226] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.879231] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.887200] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.887205] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.895171] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.895176] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.903100] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.903104] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.911103] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.911108] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.919066] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.919071] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.927071] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.927076] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.935043] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.935047] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.943017] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.943021] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.950990] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.950995] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.958963] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.958968] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.966938] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.966943] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.974913] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.974917] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.982886] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.982891] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.990860] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.990865] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.998835] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   31.998840] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.006810] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.006815] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.014782] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.014787] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.022770] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.022777] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.030731] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.030735] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.038710] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.038715] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.046679] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.046684] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.054653] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.054658] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.062600] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.062605] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.070603] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.070607] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.078575] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.078579] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.086551] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.086555] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.094524] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.094529] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.102499] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.102503] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.110471] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.110476] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.134393] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   32.134397] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   35.316043] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   35.316051] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   35.419703] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   35.419710] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.153260] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.153265] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.161256] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.161262] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.169199] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.169202] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.177203] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.177208] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.185150] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.185153] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.193152] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.193157] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.201110] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.201112] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.209069] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.209072] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.217051] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.217055] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.225026] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.225030] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.232995] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.232999] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.240977] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.240982] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.248952] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.248958] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.256934] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.256942] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.264898] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.264902] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.272865] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.272868] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.280841] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.280845] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.288812] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.288816] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.296789] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.296793] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.304774] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.304780] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.312735] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.312738] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.320710] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.320714] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.328683] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.328687] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.336689] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.336694] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.344628] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.344630] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.352617] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.352623] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.360579] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.360582] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.368553] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.368556] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.376525] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.376528] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.384537] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.384545] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.392473] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.392476] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.400484] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.400491] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.408435] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.408438] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.416445] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.416450] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.424367] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.424370] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.432390] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.432394] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.440315] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.440318] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.448337] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.448342] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.456277] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.456280] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.464286] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.464290] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.472210] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.472212] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.480236] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.480241] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.488174] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.488177] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.496182] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.496186] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.504109] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.504112] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.512092] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.512097] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.520070] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.520073] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.528080] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.528085] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.536017] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.536019] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.544028] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.544032] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.551966] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.551969] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.559974] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.559979] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.567898] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.567901] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.575923] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.575928] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.647658] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.647661] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.679538] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   36.679541] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   37.150064] ====>[usb_hcd_submit_urb][1479] use count = 2 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]
[   37.150071] ====>[usb_hcd_giveback_urb][1617] use count = 1 pipe=1077970048 [urb=0xf59f4400] [pid=0x4d64][devno=4]

[-- Attachment #3: 3.6.7_USB.log --]
[-- Type: application/octet-stream, Size: 194566 bytes --]

[    1.146809] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0000][devno=1]
[    1.146813] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0000][devno=1]
[    1.146819] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146822] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146824] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146827] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146832] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146834] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146839] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146842] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146845] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146856] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146857] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146859] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146934] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146935] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146973] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146975] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146982] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146983] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146985] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146986] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.146990] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf5aaef00] [pid=0x0002][devno=1]
[    1.146993] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf5aaef00] [pid=0x0002][devno=1]
[    1.146995] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf5aaef00] [pid=0x0002][devno=1]
[    1.146998] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf5aaef00] [pid=0x0002][devno=1]
[    1.156772] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aae200] [pid=0x0000][devno=1]
[    1.156775] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aae200] [pid=0x0000][devno=1]
[    1.156779] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156781] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156784] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156787] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156791] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156793] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156798] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156801] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156804] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156807] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156810] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156812] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156887] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156888] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156924] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156925] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156931] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156933] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156934] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156935] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.156939] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf5aae180] [pid=0x0002][devno=1]
[    1.156942] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf5aae180] [pid=0x0002][devno=1]
[    1.156943] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf5aae180] [pid=0x0002][devno=1]
[    1.156947] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf5aae180] [pid=0x0002][devno=1]
[    1.246483] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf58b6480] [pid=0x0002][devno=1]
[    1.246495] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf58b6480] [pid=0x0002][devno=1]
[    1.246502] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf58b6480] [pid=0x0002][devno=1]
[    1.246507] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf58b6480] [pid=0x0002][devno=1]
[    1.246510] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf58b6480] [pid=0x0002][devno=1]
[    1.246514] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf58b6480] [pid=0x0002][devno=1]
[    1.256440] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf58b6480] [pid=0x0002][devno=1]
[    1.256450] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf58b6480] [pid=0x0002][devno=1]
[    1.256456] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf58b6480] [pid=0x0002][devno=1]
[    1.256461] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf58b6480] [pid=0x0002][devno=1]
[    1.256464] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf58b6480] [pid=0x0002][devno=1]
[    1.256468] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf58b6480] [pid=0x0002][devno=1]
[    1.346161] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=1077969280 [urb=0xf5aaee80] [pid=0x0002][devno=1]
[    1.346233] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5b2f800] [pid=0x0002][devno=1]
[    1.346236] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5b2f800] [pid=0x0002][devno=1]
[    1.346242] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf5b2f800] [pid=0x0002][devno=1]
[    1.346246] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf5b2f800] [pid=0x0002][devno=1]
[    1.356121] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=1077969280 [urb=0xf5aae200] [pid=0x0002][devno=1]
[    1.396992] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf5b2f800] [pid=0x0002][devno=1]
[    1.397182] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf5b2f800] [pid=0x0002][devno=1]
[    1.447815] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf5b2f080] [pid=0x0002][devno=1]
[    1.447821] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf5b2f080] [pid=0x0002][devno=1]
[    1.447828] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483776 [urb=0xf5b2f080] [pid=0x0000][devno=0]
[    1.447897] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483776 [urb=0xf5b2f080] [pid=0x0000][devno=0]
[    1.447905] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf51d9a00] [pid=0x0002][devno=1]
[    1.447911] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf51d9a00] [pid=0x0002][devno=1]
[    1.498648] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf53b5780] [pid=0x0002][devno=1]
[    1.498857] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf53b5780] [pid=0x0002][devno=1]
[    1.549476] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf4cd1500] [pid=0x0002][devno=1]
[    1.549484] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf4cd1500] [pid=0x0002][devno=1]
[    1.549488] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483648 [urb=0xf4cd1500] [pid=0x0000][devno=0]
[    1.549566] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483648 [urb=0xf4cd1500] [pid=0x0000][devno=0]
[    1.561436] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1380] [pid=0x0000][devno=2]
[    1.561540] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1380] [pid=0x0000][devno=2]
[    1.561568] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1380] [pid=0x0024][devno=2]
[    1.561654] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1380] [pid=0x0024][devno=2]
[    1.561662] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1380] [pid=0x0024][devno=2]
[    1.561786] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1380] [pid=0x0024][devno=2]
[    1.561887] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1380] [pid=0x0024][devno=2]
[    1.562033] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1380] [pid=0x0024][devno=2]
[    1.562108] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1380] [pid=0x0024][devno=2]
[    1.562156] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1380] [pid=0x0024][devno=2]
[    1.562179] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1380] [pid=0x0024][devno=2]
[    1.562276] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1380] [pid=0x0024][devno=2]
[    1.562294] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1380] [pid=0x0024][devno=2]
[    1.562402] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1380] [pid=0x0024][devno=2]
[    1.562414] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1500] [pid=0x0024][devno=2]
[    1.562540] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1500] [pid=0x0024][devno=2]
[    1.562548] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1500] [pid=0x0024][devno=2]
[    1.562652] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1500] [pid=0x0024][devno=2]
[    1.562659] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1500] [pid=0x0024][devno=2]
[    1.562788] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1500] [pid=0x0024][devno=2]
[    1.562803] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1500] [pid=0x0024][devno=2]
[    1.562900] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1500] [pid=0x0024][devno=2]
[    1.562941] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf4cd1500] [pid=0x0002][devno=1]
[    1.562954] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf4cd1500] [pid=0x0002][devno=1]
[    1.562959] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf4cd1500] [pid=0x0002][devno=1]
[    1.562963] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf4cd1500] [pid=0x0002][devno=1]
[    1.613267] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf4cd1b80] [pid=0x0002][devno=1]
[    1.613479] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf4cd1b80] [pid=0x0002][devno=1]
[    1.662112] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1b80] [pid=0x0024][devno=2]
[    1.662196] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1b80] [pid=0x0024][devno=2]
[    1.662204] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1b80] [pid=0x0024][devno=2]
[    1.662319] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1b80] [pid=0x0024][devno=2]
[    1.662324] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1b80] [pid=0x0024][devno=2]
[    1.662443] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1b80] [pid=0x0024][devno=2]
[    1.662449] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1b80] [pid=0x0024][devno=2]
[    1.662568] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1b80] [pid=0x0024][devno=2]
[    1.662573] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=1077969536 [urb=0xf4cd1380] [pid=0x0024][devno=2]
[    1.664100] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf4cd1b80] [pid=0x0002][devno=1]
[    1.664106] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf4cd1b80] [pid=0x0002][devno=1]
[    1.664112] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483776 [urb=0xf4cd1b80] [pid=0x0000][devno=0]
[    1.664205] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483776 [urb=0xf4cd1b80] [pid=0x0000][devno=0]
[    1.664214] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf4cd1b80] [pid=0x0002][devno=1]
[    1.664220] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf4cd1b80] [pid=0x0002][devno=1]
[    1.714941] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484032 [urb=0xf4cd1400] [pid=0x0002][devno=1]
[    1.715144] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484032 [urb=0xf4cd1400] [pid=0x0002][devno=1]
[    1.765776] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483904 [urb=0xf4cd1980] [pid=0x0002][devno=1]
[    1.765783] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483904 [urb=0xf4cd1980] [pid=0x0002][devno=1]
[    1.765786] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483648 [urb=0xf4cd1980] [pid=0x0000][devno=0]
[    1.765864] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483648 [urb=0xf4cd1980] [pid=0x0000][devno=0]
[    1.777739] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1c00] [pid=0x0000][devno=2]
[    1.777820] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1c00] [pid=0x0000][devno=2]
[    1.777841] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1c00] [pid=0x0024][devno=2]
[    1.777943] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1c00] [pid=0x0024][devno=2]
[    1.777948] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1c00] [pid=0x0024][devno=2]
[    1.778067] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1c00] [pid=0x0024][devno=2]
[    1.778171] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1980] [pid=0x0024][devno=2]
[    1.778331] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1980] [pid=0x0024][devno=2]
[    1.778375] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1980] [pid=0x0024][devno=2]
[    1.778455] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1980] [pid=0x0024][devno=2]
[    1.778468] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1980] [pid=0x0024][devno=2]
[    1.778568] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1980] [pid=0x0024][devno=2]
[    1.778572] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf58b6380] [pid=0x0024][devno=2]
[    1.778691] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf58b6380] [pid=0x0024][devno=2]
[    1.778703] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1180] [pid=0x0024][devno=2]
[    1.778816] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1180] [pid=0x0024][devno=2]
[    1.778823] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1180] [pid=0x0024][devno=2]
[    1.778939] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1180] [pid=0x0024][devno=2]
[    1.778944] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1180] [pid=0x0024][devno=2]
[    1.779063] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1180] [pid=0x0024][devno=2]
[    1.779068] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1180] [pid=0x0024][devno=2]
[    1.779189] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1180] [pid=0x0024][devno=2]
[    1.779193] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf58b6b80] [pid=0x0024][devno=2]
[    1.779314] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf58b6b80] [pid=0x0024][devno=2]
[    1.779320] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1b80] [pid=0x0024][devno=2]
[    1.779437] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1b80] [pid=0x0024][devno=2]
[    1.878412] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.878514] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.878524] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.878634] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.878641] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.878758] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.878766] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.878885] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.878892] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.879008] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.879020] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.879134] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.879141] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.879257] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.879267] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.879381] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf5b05380] [pid=0x0024][devno=2]
[    1.978084] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=1077969536 [urb=0xf4cd1c00] [pid=0x0024][devno=2]
[    1.978156] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf5b27800] [pid=0x0024][devno=2]
[    1.978305] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf5b27800] [pid=0x0024][devno=2]
[    1.978323] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1800] [pid=0x0024][devno=2]
[    1.978428] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1800] [pid=0x0024][devno=2]
[    1.989073] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1280] [pid=0x0024][devno=2]
[    1.989136] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1280] [pid=0x0024][devno=2]
[    2.000012] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1600] [pid=0x0024][devno=2]
[    2.000121] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1600] [pid=0x0024][devno=2]
[    2.050845] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1100] [pid=0x0024][devno=2]
[    2.050962] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1100] [pid=0x0024][devno=2]
[    2.050976] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483776 [urb=0xf4cd1100] [pid=0x0000][devno=0]
[    2.051216] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483776 [urb=0xf4cd1100] [pid=0x0000][devno=0]
[    2.051224] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1100] [pid=0x0024][devno=2]
[    2.051327] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1100] [pid=0x0024][devno=2]
[    2.061813] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1580] [pid=0x0024][devno=2]
[    2.061916] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1580] [pid=0x0024][devno=2]
[    2.072773] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1580] [pid=0x0024][devno=2]
[    2.072856] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1580] [pid=0x0024][devno=2]
[    2.123607] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1200] [pid=0x0024][devno=2]
[    2.123721] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1200] [pid=0x0024][devno=2]
[    2.123731] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483648 [urb=0xf4cd1200] [pid=0x0000][devno=0]
[    2.123839] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483648 [urb=0xf4cd1200] [pid=0x0000][devno=0]
[    2.135577] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484544 [urb=0xf4cd1200] [pid=0x0000][devno=3]
[    2.136064] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484544 [urb=0xf4cd1200] [pid=0x0000][devno=3]
[    2.136074] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.136179] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.136189] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.136562] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.136573] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.136817] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.136827] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.137167] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.137175] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.137541] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.137551] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.137650] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.137659] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.139764] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.139770] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.140672] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.140681] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.142008] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.142135] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484416 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.142275] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484416 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.142309] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.144519] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484544 [urb=0xf4cd1200] [pid=0x6001][devno=3]
[    2.144584] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1200] [pid=0x0024][devno=2]
[    2.144747] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1200] [pid=0x0024][devno=2]
[    2.144760] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf4cd1200] [pid=0x0024][devno=2]
[    2.144871] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf4cd1200] [pid=0x0024][devno=2]
[    2.155507] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf4cd1480] [pid=0x0024][devno=2]
[    2.155610] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf4cd1480] [pid=0x0024][devno=2]
[    2.166470] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf58b6b80] [pid=0x0024][devno=2]
[    2.166582] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf58b6b80] [pid=0x0024][devno=2]
[    2.173280] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077969536 [urb=0xf4cd1c00] [pid=0x0024][devno=2]
[    2.173284] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077969536 [urb=0xf4cd1c00] [pid=0x0024][devno=2]
[    2.217304] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf58b6f00] [pid=0x0024][devno=2]
[    2.217411] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf58b6f00] [pid=0x0024][devno=2]
[    2.217421] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483776 [urb=0xf58b6f00] [pid=0x0000][devno=0]
[    2.218009] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483776 [urb=0xf58b6f00] [pid=0x0000][devno=0]
[    2.218015] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf58b6f00] [pid=0x0024][devno=2]
[    2.218133] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf58b6f00] [pid=0x0024][devno=2]
[    2.228271] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf58b6580] [pid=0x0024][devno=2]
[    2.228376] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf58b6580] [pid=0x0024][devno=2]
[    2.239231] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf58b6f00] [pid=0x0024][devno=2]
[    2.239314] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf58b6f00] [pid=0x0024][devno=2]
[    2.290071] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484160 [urb=0xf58b6e00] [pid=0x0024][devno=2]
[    2.290167] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484160 [urb=0xf58b6e00] [pid=0x0024][devno=2]
[    2.290175] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147483648 [urb=0xf58b6e00] [pid=0x0000][devno=0]
[    2.290561] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147483648 [urb=0xf58b6e00] [pid=0x0000][devno=0]
[    2.302032] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484800 [urb=0xf58b6b80] [pid=0x0000][devno=4]
[    2.302648] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484800 [urb=0xf58b6b80] [pid=0x0000][devno=4]
[    2.302658] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484800 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.303271] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484800 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.303279] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484800 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.304233] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484800 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.304244] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484800 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.304600] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484800 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.304607] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484800 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.305599] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484800 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.305713] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484672 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.306118] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484672 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.306186] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484672 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.306470] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484672 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.306476] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484800 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.307841] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484800 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[    2.308008] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=2147484288 [urb=0xf58b6800] [pid=0x0024][devno=2]
[    2.308090] ====>[usb_hcd_giveback_urb][1620] use count = 0 pipe=2147484288 [urb=0xf58b6800] [pid=0x0024][devno=2]
[   12.628129] ====>[usb_hcd_submit_urb][1482] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.387845] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.387852] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.395816] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.395822] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.403785] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.403789] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.411757] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.411761] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.419731] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.419735] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.427708] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.427713] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.435679] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.435683] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.443653] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.443658] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.595159] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.595163] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.603136] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.603140] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.611108] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.611112] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.619082] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.619086] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.627057] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.627062] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.635031] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.635035] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.643006] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.643011] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.650980] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.650984] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.658951] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.658954] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.666924] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.666928] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.674900] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.674904] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.682873] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.682877] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.690846] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.690850] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.698822] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.698826] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.706796] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.706800] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.714769] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.714773] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.722744] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.722748] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.730716] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.730720] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.738690] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.738694] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.746666] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   37.746670] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.137393] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.137397] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.145366] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.145370] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.153340] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.153344] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.161315] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.161319] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.169290] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.169294] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.177262] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.177265] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.185236] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.185240] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.193212] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.193216] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.201183] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.201187] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.209157] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.209161] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.217133] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.217137] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.225106] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.225110] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.233080] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.233084] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.241055] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.241059] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.249027] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.249031] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.257002] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.257006] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.264977] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.264981] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.272950] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.272954] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.280924] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.280928] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.288898] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.288902] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.296871] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.296875] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.312820] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.312824] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.320795] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.320799] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.368639] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.368643] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.376612] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.376616] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.384586] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.384589] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.392561] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.392565] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.400536] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.400540] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.408516] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.408522] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.416483] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.416487] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.424459] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.424464] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.432431] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.432435] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.440402] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.440406] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.448379] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.448383] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.456356] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.456360] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.464327] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.464331] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.472304] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.472308] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.480277] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.480281] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.488248] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.488252] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.496223] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.496227] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.504196] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.504200] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.512171] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.512174] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.520146] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.520150] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.528121] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.528125] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.536092] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.536096] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.544068] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.544072] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.552041] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.552044] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.560014] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.560018] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.567991] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.567994] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.575962] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.575966] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.583936] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.583940] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.591911] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.591914] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.599885] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.599889] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.607860] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.607864] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.615833] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.615837] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.623806] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   38.623810] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.102247] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.102251] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.110223] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.110227] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.118197] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.118201] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.126170] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.126173] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.134144] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.134148] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.150092] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.150096] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.158066] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.158070] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.174025] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.174032] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.700310] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.700317] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.708278] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.708283] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.716248] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.716252] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.724222] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.724226] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.732196] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.732200] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.740168] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.740172] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.748145] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.748149] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.756121] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.756124] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.764092] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.764096] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.772068] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.772071] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.788015] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   39.788019] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.067106] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.067110] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.075079] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.075083] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.083051] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.083055] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.091025] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.091029] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.098999] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.099003] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.106974] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.106978] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.114948] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.114952] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.122922] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.122926] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.130895] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.130899] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.138870] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.138874] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.146846] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.146851] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.154818] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.154822] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.162792] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.162796] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.170765] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.170769] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.178739] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.178743] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.186714] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.186718] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.194688] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.194692] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.202662] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.202666] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.210639] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.210643] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.218614] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.218618] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.226583] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.226587] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.234557] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.234561] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.242531] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.242535] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.258480] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.258484] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.689081] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.689085] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.800728] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   40.800735] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.430670] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.430678] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.438638] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.438644] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.446610] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.446614] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.454583] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.454587] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.462558] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.462562] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.470533] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.470537] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.478506] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.478510] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.486480] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.486484] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.494452] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.494456] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.502393] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.502397] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.510402] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.510406] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.518375] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.518379] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.526349] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.526353] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.534323] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.534327] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.542296] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.542300] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.550273] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.550277] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.558248] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.558253] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.566221] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.566225] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.574195] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.574199] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.582169] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.582173] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.590144] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.590148] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.598114] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.598119] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.606090] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.606094] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.614064] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.614067] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.622039] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.622043] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.630014] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.630018] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.637985] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.637989] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.645959] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.645963] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.653934] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.653938] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.661908] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.661913] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.669882] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.669887] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.677856] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.677860] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.685829] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.685833] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.693803] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.693807] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.701781] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.701785] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.709752] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.709756] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.717727] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.717731] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.725700] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.725704] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.733672] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.733677] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.741648] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.741653] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.749622] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.749626] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.757607] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.757614] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.765571] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.765575] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.773529] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.773536] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.781520] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.781525] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.789494] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.789498] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.797467] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.797471] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.805442] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.805446] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.813416] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.813420] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.821388] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.821392] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.829362] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.829366] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.837336] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.837340] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.845319] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.845326] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.853286] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.853290] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.861259] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.861263] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.869234] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.869238] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.925049] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.925053] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.933024] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.933029] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.940999] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.941003] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.948973] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.948977] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.956949] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.956953] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.964920] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.964924] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.972898] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.972901] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.980868] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.980872] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.988842] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.988846] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.996817] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   41.996821] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.004787] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.004791] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.012765] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.012769] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.020747] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.020753] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.036692] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.036697] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.044664] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.044668] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.084532] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.084536] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.092504] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.092508] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.100479] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.100483] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.124400] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.124404] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.140349] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.140352] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.148321] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.148326] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.156296] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.156300] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.164272] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.164276] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.267934] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.267938] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.275907] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.275912] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.283880] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.283885] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.291855] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.291859] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.299830] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.299834] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.307799] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.307803] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.315777] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.315781] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.323751] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.323755] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.331725] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.331729] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.339698] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.339702] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.347674] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.347678] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.355632] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.355638] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.363623] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.363627] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.371595] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.371600] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.379570] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.379574] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.387544] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.387548] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.395518] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.395523] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.411466] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.411470] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.419438] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.419442] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.435386] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.435390] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.499180] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.499184] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.642713] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.642717] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.746382] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   42.746388] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.153061] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.153068] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.161027] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.161032] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.169003] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.169009] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.176975] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.176980] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.184947] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.184952] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.192922] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.192927] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.200857] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.200862] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.208849] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.208854] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.216816] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.216822] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.224789] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.224796] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.232814] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.232821] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.240774] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.240780] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.248707] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.248713] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.256677] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.256681] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.264649] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.264654] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.272667] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.272673] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.280609] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.280613] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.288569] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.288574] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.296581] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.296587] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.304523] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.304528] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.312496] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.312502] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.320467] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.320471] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.328457] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.328462] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.336456] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.336461] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.344391] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.344396] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.352359] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.352363] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.360381] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.360388] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.368349] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.368354] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.376323] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.376328] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.384296] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.384300] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.392234] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.392238] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.400254] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.400262] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.408222] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.408227] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.416195] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.416199] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.424172] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.424179] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.432140] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.432144] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.440115] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.440119] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.448062] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.448066] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.456040] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.456044] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.463998] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.464003] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.471969] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.471972] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.479990] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.479996] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.487961] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.487966] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.495895] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.495901] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.503865] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.503868] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.511838] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.511841] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.519814] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.519817] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.527832] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.527838] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.535804] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.535809] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.543776] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.543781] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.551752] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.551757] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.559688] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.559693] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.567662] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.567667] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.575672] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.575676] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.583648] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.583652] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.591580] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.591583] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.599559] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.599566] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.607574] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.607580] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.615508] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.615513] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.631453] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.631459] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.783013] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.783021] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.918561] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[   43.918567] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.417779] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.417787] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.425741] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.425746] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.433712] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.433716] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.441687] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.441691] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.449659] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.449663] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.457633] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.457637] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.465607] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.465611] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.473583] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.473586] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.481558] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.481562] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.489529] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.489533] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.497514] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.497521] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.505478] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.505482] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.513451] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.513455] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.521425] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.521429] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.529399] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.529403] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.537375] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.537379] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.545347] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.545351] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.553321] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.553325] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.561295] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.561299] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.569269] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.569272] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.577258] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.577265] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.585220] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.585224] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.593192] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.593196] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.601166] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.601170] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.609143] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.609147] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.617113] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.617117] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.625088] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.625092] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.633061] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.633065] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.641035] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.641039] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.649009] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.649013] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.672934] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.672938] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.680906] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.680910] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.688879] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.688883] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.696853] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.696857] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.704828] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.704832] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.712801] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.712805] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.720776] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.720779] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.728749] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.728753] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.736725] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.736729] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.744697] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.744701] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.752672] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.752676] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.760646] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.760650] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.768619] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.768623] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.776595] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.776599] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.784570] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.784573] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.792543] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.792547] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.800518] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.800522] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.808492] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.808496] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.816466] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.816470] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.824438] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.824442] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.832412] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.832416] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.840388] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.840392] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.848361] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.848365] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.856334] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.856338] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.864308] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.864312] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.872282] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.872286] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.880256] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.880260] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.888232] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.888237] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.896204] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.896208] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.904178] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.904182] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.912152] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.912156] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.920125] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.920129] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.928099] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.928103] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.936075] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.936079] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.944048] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.944052] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.952022] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.952026] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.959996] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.960000] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.967971] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.967974] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.975905] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.975909] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.983918] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.983922] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.991892] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.991897] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.999866] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  153.999870] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.007839] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.007843] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.047709] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.047713] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.055683] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.055687] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.063657] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.063661] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.071633] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.071637] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.079607] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.079610] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.087580] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.087584] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.095553] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.095557] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.103528] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.103532] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.111502] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.111506] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.119477] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.119480] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.127450] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.127454] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.135388] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.135392] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.143398] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.143402] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.151373] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.151377] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.159349] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.159354] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.167320] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.167324] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.223141] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.223145] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.231115] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.231119] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.239090] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.239094] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.247062] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.247066] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.255003] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.255008] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.263015] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.263021] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.270986] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.270990] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.454385] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.454389] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.462362] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.462366] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.470334] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.470339] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.478307] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.478311] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.502233] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.502238] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.510204] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.510208] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.526154] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.526159] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.542100] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.542104] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.558047] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.558051] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.566021] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.566025] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.573996] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.574000] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.589942] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.589946] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.892956] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.892960] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.924852] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.924856] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.948773] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.948777] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.964721] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  154.964725] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.164074] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.164079] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.172049] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.172053] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.180021] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.180024] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.187995] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.187999] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.195969] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.195973] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.203942] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.203946] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.211917] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.211921] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.219890] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.219894] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.227866] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.227870] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.235840] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.235845] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.243813] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.243817] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.251786] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.251789] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.259762] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.259765] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.299632] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.299636] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.307605] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.307609] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.339501] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.339505] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.347474] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.347478] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.379372] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.379376] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.387347] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.387351] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.395319] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.395323] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.403294] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.403297] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.411267] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.411271] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.419242] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.419245] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.427218] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.427223] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.435190] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.435195] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.443163] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.443167] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.451137] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.451141] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.459111] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.459115] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.467085] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.467088] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.475059] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.475063] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.483033] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.483036] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.498982] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.498985] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.506957] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.506960] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.514934] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.514938] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.530840] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.530844] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.666437] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.666441] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.690359] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.690363] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.706306] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.706310] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.714280] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.714285] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.722254] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.722258] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.738201] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.738205] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.762124] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.762128] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.786047] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.786051] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.913633] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.913636] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.937553] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.937557] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.969449] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.969453] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.985396] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  155.985400] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.033240] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.033244] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.081084] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.081088] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.097035] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.097039] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.136904] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.136908] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.192721] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.192725] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.304358] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.304362] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.312333] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.312337] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.320305] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.320308] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.336253] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.336257] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.551554] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.551557] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.567499] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.567503] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.647241] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.647245] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.663187] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.663191] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.934305] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.934310] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.942279] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.942283] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.950253] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.950257] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.958196] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.958203] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.966169] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.966174] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.974143] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.974147] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.982118] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.982123] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.998097] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  156.998101] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.205425] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.205429] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.213397] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.213401] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.221369] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.221373] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.229342] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.229346] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.237318] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.237322] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.253265] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.253269] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.261241] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.261245] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.269215] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.269219] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.277188] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.277192] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.420727] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.420732] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.428697] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.428702] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.444643] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.444647] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.468564] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.468569] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.476539] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.476543] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.516412] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.516417] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.548304] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.548308] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.564252] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.564256] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.620070] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.620074] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.683863] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.683867] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.715758] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.715762] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.723732] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.723736] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.739683] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.739687] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.747656] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.747659] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.755628] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.755632] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.779553] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.779557] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.787525] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.787529] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.843342] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.843346] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.867264] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.867268] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.875238] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.875241] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.907134] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.907138] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.931056] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  157.931060] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.034721] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.034725] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.042692] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.042696] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.066615] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.066619] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.074590] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.074594] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.082562] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.082566] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.090537] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.090541] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.098510] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.098514] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.106485] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.106489] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.122409] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.122415] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.202175] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.202179] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.210148] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.210152] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.226095] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.226099] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.242043] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.242047] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.321785] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.321789] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.345707] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.345711] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.353680] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.353684] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.696565] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.696569] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.704537] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.704541] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.720483] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.720487] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.752380] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.752384] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.776302] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.776306] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.784276] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.784280] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.824150] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.824154] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.903888] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  158.903891] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.039448] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.039453] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.055393] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.055397] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.063370] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.063373] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.079316] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.079320] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.103240] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.103244] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.119148] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.119152] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.159056] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.159060] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.175005] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.175010] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.182978] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.182982] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.206899] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.206903] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.214875] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.214879] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.230822] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.230826] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.246769] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.246773] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.270699] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.270704] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.278667] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.278671] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.485991] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.485995] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.493965] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.493969] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.501938] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.501942] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.509915] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.509919] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.517888] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.517892] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.525862] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.525866] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.533835] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.533839] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.541809] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.541814] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.549782] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.549786] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.996331] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  159.996336] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.107963] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.107967] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.123911] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.123915] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.395028] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.395032] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.418952] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.418956] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.602357] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.602362] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.634250] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.634254] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.642224] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.642228] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.698041] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.698045] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.841577] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.841581] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.849552] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.849556] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.873472] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.873476] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.913339] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  160.913343] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.439627] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.439632] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.447600] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.447604] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.455572] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.455575] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.463546] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.463550] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.471520] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.471524] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.479494] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.479498] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.638975] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.638979] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.646950] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.646954] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.694798] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.694802] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.718716] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.718719] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.750614] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.750618] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.806429] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.806433] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.854277] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.854282] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.878196] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.878200] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.902119] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.902124] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.949948] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  161.949952] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.348667] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.348673] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.404484] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.404489] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.420431] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.420435] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.436377] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.436381] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.715468] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.715472] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.747364] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.747367] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.763312] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  162.763316] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.225807] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.225811] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.241755] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.241759] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.257700] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.257704] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.265674] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.265678] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.297572] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.297576] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.656403] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.656408] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.736156] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.736164] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.744118] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.744122] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.752091] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.752095] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.760064] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.760067] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.768020] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.768028] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.776025] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.776032] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.783959] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.783967] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.791928] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.791933] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.799947] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.799954] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.807918] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.807927] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.815859] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.815867] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.823825] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.823831] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.831836] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.831845] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.839808] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.839813] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.847751] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.847759] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.855767] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.855774] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.863715] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.863725] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.871708] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.871716] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.879655] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.879666] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.887652] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.887661] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.895627] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.895632] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.903597] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.903601] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.911572] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.911576] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.919548] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.919552] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.927496] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.927503] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.935511] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.935518] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.943439] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.943446] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.951430] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.951437] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.959416] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.959420] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.967365] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.967372] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.975342] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.975352] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.983314] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.983324] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.991317] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.991324] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.999301] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  163.999312] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.007247] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.007255] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.015208] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.015215] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.023185] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.023195] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.031195] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.031202] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.039128] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.039136] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.047097] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.047102] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.055109] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.055124] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.063052] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.063057] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.071029] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.071036] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.079036] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.079044] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.087014] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.087021] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.094988] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.094997] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.102922] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.102930] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.110887] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.110892] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.118870] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.118877] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.126875] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.126883] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.134830] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.134838] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.142804] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.142812] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.150768] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.150779] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.158749] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.158758] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.166713] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.166721] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.174681] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.174687] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.182697] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.182705] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.190636] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.190643] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.198608] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.198615] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.206622] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.206629] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.214580] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.214588] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.222540] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.222550] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.238519] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.238527] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.246480] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.246485] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.254416] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.254420] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.262429] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.262433] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.270402] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.270406] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.278375] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.278379] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.286350] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.286354] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.294335] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.294344] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.302310] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.302318] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.310259] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.310266] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.318220] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.318228] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.326235] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.326241] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.334195] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.334199] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.342137] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.342143] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.350144] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.350150] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.358116] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.358120] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.366090] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.366094] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.374063] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.374067] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.382008] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.382013] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.390026] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.390033] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.397989] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.397996] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.405941] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.405948] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.852514] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.852519] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.860468] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.860475] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.908336] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.908342] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.916298] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.916302] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.924271] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.924275] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.932245] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.932249] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.940219] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.940223] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.948193] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.948197] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.956167] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.956171] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.964140] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.964144] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.972114] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.972118] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.980090] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.980094] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.988066] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.988071] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.996037] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  164.996041] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.004011] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.004015] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.011983] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.011987] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.019957] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.019961] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.027930] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.027933] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.035909] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.035913] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.043881] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.043885] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.067802] ====>[usb_hcd_submit_urb][1482] use count = 2 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]
[  165.067806] ====>[usb_hcd_giveback_urb][1620] use count = 1 pipe=1077970048 [urb=0xf58b6b80] [pid=0x4d64][devno=4]

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

* Re: USB 2.0: No giveback comes for one submitted URB
  2012-11-26 12:23       ` naveen yadav
@ 2012-11-26 16:11         ` Alan Stern
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Stern @ 2012-11-26 16:11 UTC (permalink / raw)
  To: naveen yadav
  Cc: linux-kernel, linux-usb, marcel, padovan, linux-bluetooth, vivek bhagat

On Mon, 26 Nov 2012, naveen yadav wrote:

> Dear Alan,
> 
> Thanks for your reply ,
> 
> We check on 3.2.34 and 3.6.7 on X86 host machine. and result is same
> without connecting Bluetooth device.
> I am attaching log

Yes, very good.  But you still have to do what I mentioned in my
earlier email:

> On Thu, Nov 22, 2012 at 9:08 PM, Alan Stern <stern@rowland.harvard.edu> wrote:

> > Now you need to find out what other code has changed urb->use_count and
> > fix it.

Alan Stern


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

end of thread, other threads:[~2012-11-26 16:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CA+vmRF6jXXu+-ZMFgYNVJXV=kXUrezyYzpu5HOKPme95xQt0ug@mail.gmail.com>
     [not found] ` <CA+vmRF6SCfvN2B6TnV1_XSoGmVG2WdRn2Cv-J-w+_tMd8hbeuw@mail.gmail.com>
2012-11-22 13:20   ` USB 2.0: No giveback comes for one submitted URB naveen yadav
2012-11-22 15:38     ` Alan Stern
2012-11-26 12:23       ` naveen yadav
2012-11-26 16:11         ` Alan Stern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).