usb dongle disconnect/connect loop

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
apologies if this is wrong place to ask, but I've got a problem with a USB dongle appearing then disappearing in /dev/bus/usb. The dongle is an authentication dongle for some software that runs on WindowsXP, which I would like to have running in a virtual machine, but the file need to be present so that it can be passed through to the virtual machine.

The problem first showed itself in that there is an LED on the dongle which in Windows flickers briefly when the dongle is inserted, then stays lit except for the occasional flicker whilst the software is running. When inserted in Linux it instead continuously flickers. I've captured the USB activity in a WireShark log, dmesg log and a separate usbmon text output. Looking at that it seems that the dongle almost connects correctly, but that after having read the strings at locations 0, 2, 1 and 3, then setting the configuration. It then tries to read a string from location 4 which gets some valid data back. Finally the host tries to read from location 5 and gets an error. Sometime during that the host creates the /dev/bus/usb file, but shortly (0.1s or so) after that there's a disconnect, followed by the dongle reconnecting and starting the loop over again. I'm guessing that the dongle isn't handling the read request correctly and resetting itself.

With a bit of luck I captured the lsusb output for the split second the file existed, which shows the information that has been read before the disconnect happens. The dongle has vendor:product 04b4:0526

I've tried this under kernel 2.6.35-rc4 and the current debian testing kernel 2.6.32 package, both for x86-64 (processor is Intel core2 duo), and also 2.6.22-3-486 on an old p200 with the same result.

I'm aware that this is a problem most likely caused by the dongle not following standards, given that I haven't had any other USB problems, but I was wondering if anyone could help point toward a possible solution that stops the extra string reads for this device that I think are causing the problem? If the disconnect could be avoided then it might be possible to pass the file through the virtual machine for the Windows-only dongle drivers to handle. I hope I've provided enough useful information, please let me know if there's anything else I could provide,

cheers,

Paul Mortier.
[ 1894.808089] usb usb5: suspend_rh
[ 1928.507186] usb usb5: usb wakeup-resume
[ 1928.507197] usb usb5: usb auto-resume
[ 1928.507203] usb usb5: wakeup_rh
[ 1928.544035] hub 5-0:1.0: hub_resume
[ 1928.544055] uhci_hcd 0000:00:1d.0: port 1 portsc 01a3,00
[ 1928.544064] hub 5-0:1.0: port 1: status 0301 change 0001
[ 1928.648060] hub 5-0:1.0: state 7 ports 2 chg 0002 evt 0000
[ 1928.648083] hub 5-0:1.0: port 1, status 0301, change 0000, 1.5 Mb/s
[ 1928.760038] usb 5-1: new low speed USB device using uhci_hcd and address 98
[ 1928.919077] usb 5-1: default language 0x0409
[ 1928.942074] usb 5-1: udev 98, busnum 5, minor = 609
[ 1928.942081] usb 5-1: New USB device found, idVendor=04b4, idProduct=0526
[ 1928.942088] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1928.942094] usb 5-1: Product: USB Dog Key
[ 1928.942099] usb 5-1: Manufacturer: Artisman Inc.
[ 1928.942104] usb 5-1: SerialNumber: 0000001
[ 1928.942309] usb 5-1: usb_probe_device
[ 1928.942317] usb 5-1: configuration #1 chosen from 1 choice
[ 1928.954087] usb 5-1: adding 5-1:1.0 (config #1, interface 0)
[ 1928.972053] usb 5-1: uhci_result_common: failed with status 440000
[ 1928.976057] usb 5-1: uhci_result_common: failed with status 440000
[ 1928.976181] drivers/usb/core/inode.c: creating file '098'
[ 1928.983113] usb usb6: usb auto-resume
[ 1928.983122] usb usb6: wakeup_rh
[ 1929.020041] hub 6-0:1.0: hub_resume
[ 1929.020096] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1929.020292] usb usb4: usb auto-resume
[ 1929.020298] usb usb4: wakeup_rh
[ 1929.061034] hub 4-0:1.0: hub_resume
[ 1929.061077] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1929.061149] usb usb3: usb auto-resume
[ 1929.061155] usb usb3: wakeup_rh
[ 1929.096119] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 1929.096143] uhci_hcd 0000:00:1d.0: port 1 portsc 01ab,00
[ 1929.096176] hub 5-0:1.0: port 1, status 0301, change 0003, 1.5 Mb/s
[ 1929.096183] usb 5-1: USB disconnect, address 98
[ 1929.096187] usb 5-1: unregistering device
[ 1929.096193] usb 5-1: usb_disable_device nuking all URBs
[ 1929.096203] usb 5-1: unregistering interface 5-1:1.0
[ 1929.101048] hub 3-0:1.0: hub_resume
[ 1929.224074] hub 5-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x301
[ 1929.336065] usb 5-1: new low speed USB device using uhci_hcd and address 99
[ 1929.496089] usb 5-1: default language 0x0409
[ 1929.519067] usb 5-1: udev 99, busnum 5, minor = 610
[ 1929.519074] usb 5-1: New USB device found, idVendor=04b4, idProduct=0526
[ 1929.519081] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1929.519087] usb 5-1: Product: USB Dog Key
[ 1929.519091] usb 5-1: Manufacturer: Artisman Inc.
[ 1929.519096] usb 5-1: SerialNumber: 0000001
[ 1929.519269] usb 5-1: usb_probe_device
[ 1929.519276] usb 5-1: configuration #1 chosen from 1 choice
[ 1929.531089] usb 5-1: adding 5-1:1.0 (config #1, interface 0)
[ 1929.548050] usb 5-1: uhci_result_common: failed with status 440000
[ 1929.552061] usb 5-1: uhci_result_common: failed with status 440000
[ 1929.552198] drivers/usb/core/inode.c: creating file '099'
[ 1929.552254] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1929.552272] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 1929.552290] uhci_hcd 0000:00:1d.0: port 1 portsc 008a,00
[ 1929.552322] hub 5-0:1.0: port 1, status 0100, change 0003, 12 Mb/s
[ 1929.552328] usb 5-1: USB disconnect, address 99
[ 1929.552333] usb 5-1: unregistering device
[ 1929.552338] usb 5-1: usb_disable_device nuking all URBs
[ 1929.554058] usb 5-1: unregistering interface 5-1:1.0


Attachment: dongle_wireshark_log
Description: Binary data

MPOSlaptop:/home/paul# lsusb -v -s 4:

Bus 004 Device 022: ID 04b4:0526 Cypress Semiconductor Corp. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x04b4 Cypress Semiconductor Corp.
  idProduct          0x0526 
  bcdDevice            1.00
  iManufacturer           1 
  iProduct                2 
  iSerial                 3 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          4 
    bmAttributes         0x00
      (Missing must-be-set bit!)
      (Bus Powered)
    MaxPower               26mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         0 (Defined at Interface level)
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              5 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
cannot read device status, No such device (19)

Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.35-rc4 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 04) (prog-if 00 [UHCI])
	Subsystem: Acer Incorporated [ALI] Device 011e
	Flags: bus master, medium devsel, latency 0, IRQ 16
	I/O ports at 50c0 [size=32]
	Kernel driver in use: uhci_hcd

00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 04) (prog-if 00 [UHCI])
	Subsystem: Acer Incorporated [ALI] Device 011e
	Flags: bus master, medium devsel, latency 0, IRQ 21
	I/O ports at 50a0 [size=32]
	Kernel driver in use: uhci_hcd

00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 04) (prog-if 20 [EHCI])
	Subsystem: Acer Incorporated [ALI] Device 011e
	Flags: bus master, medium devsel, latency 0, IRQ 18
	Memory at 98404c00 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Kernel driver in use: ehci_hcd

00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 04) (prog-if 00 [UHCI])
	Subsystem: Acer Incorporated [ALI] Device 011e
	Flags: bus master, medium devsel, latency 0, IRQ 23
	I/O ports at 5080 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 04) (prog-if 00 [UHCI])
	Subsystem: Acer Incorporated [ALI] Device 011e
	Flags: bus master, medium devsel, latency 0, IRQ 19
	I/O ports at 5060 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 04) (prog-if 00 [UHCI])
	Subsystem: Acer Incorporated [ALI] Device 011e
	Flags: bus master, medium devsel, latency 0, IRQ 18
	I/O ports at 5040 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 04) (prog-if 20 [EHCI])
	Subsystem: Acer Incorporated [ALI] Device 011e
	Flags: bus master, medium devsel, latency 0, IRQ 23
	Memory at 98404800 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Kernel driver in use: ehci_hcd


ffff88007182acc0 2579613231 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007182acc0 2579613254 C Ci:5:001:0 0 4 = 01030100
ffff88007182acc0 2579613261 S Co:5:001:0 s 23 01 0010 0001 0000 0
ffff88007182acc0 2579613268 C Co:5:001:0 0 0
ffff88007182acc0 2579613271 S Ci:5:001:0 s a3 00 0000 0002 0004 4 <
ffff88007182acc0 2579613279 C Ci:5:001:0 0 4 = 00010000
ffff88007c47ee40 2579717208 S Ii:5:001:1 -115:128 2 <
ffff88007182acc0 2579717228 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007182acc0 2579717239 C Ci:5:001:0 0 4 = 01030000
ffff88007182acc0 2579717256 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff88007182acc0 2579717264 C Co:5:001:0 0 0
ffff88007182acc0 2579773200 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007182acc0 2579773232 C Ci:5:001:0 0 4 = 03030000
ffff88007182acc0 2579829248 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff88007182acc0 2579829256 C Co:5:001:0 0 0
ffff88007182acc0 2579829277 S Ci:5:000:0 s 80 06 0100 0000 0040 64 <
ffff88007182acc0 2579836261 C Ci:5:000:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff88007bec20c0 2579836293 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff88007bec20c0 2579836302 C Co:5:001:0 0 0
ffff88007bec20c0 2579889193 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007bec20c0 2579889224 C Ci:5:001:0 0 4 = 03030000
ffff88007bec20c0 2579945192 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff88007bec20c0 2579945201 C Co:5:001:0 0 0
ffff88007bec20c0 2579945208 S Co:5:000:0 s 00 05 004d 0000 0000 0
ffff88007bec20c0 2579947264 C Co:5:000:0 0 0
ffff88007182af00 2579965231 S Ci:5:077:0 s 80 06 0100 0000 0012 18 <
ffff88007182af00 2579971262 C Ci:5:077:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff88007bec20c0 2579971292 S Ci:5:077:0 s 80 06 0200 0000 0009 9 <
ffff88007bec20c0 2579976258 C Ci:5:077:0 0 9 = 09022000 01010400 0d
ffff88007bec20c0 2579976282 S Ci:5:077:0 s 80 06 0200 0000 0020 32 <
ffff88007bec20c0 2579983263 C Ci:5:077:0 0 32 = 09022000 01010400 0d090400 00020000 00050705 81030800 0a070502 0308000a
ffff88007bec2480 2579983298 S Ci:5:077:0 s 80 06 0300 0000 00ff 255 <
ffff88007bec2480 2579988259 C Ci:5:077:0 0 4 = 04030904
ffff88007bec2480 2579988283 S Ci:5:077:0 s 80 06 0302 0409 00ff 255 <
ffff88007bec2480 2579996259 C Ci:5:077:0 0 24 = 18035500 53004200 20004400 6f006700 20004b00 65007900
ffff88007bec2480 2579996285 S Ci:5:077:0 s 80 06 0301 0409 00ff 255 <
ffff88007bec2480 2580004259 C Ci:5:077:0 0 28 = 1c034100 72007400 69007300 6d006100 6e002000 49006e00 63002e00
ffff88007bec2480 2580004283 S Ci:5:077:0 s 80 06 0303 0409 00ff 255 <
ffff88007bec2480 2580011258 C Ci:5:077:0 0 16 = 10033000 30003000 30003000 30003100
ffff88007bec2780 2580011534 S Co:5:077:0 s 00 09 0001 0000 0000 0
ffff88007bec2780 2580014251 C Co:5:077:0 0 0
ffff88007cdf7600 2580014311 S Ci:5:077:0 s 80 06 0304 0409 00ff 255 <
ffff88007cdf7600 2580023258 C Ci:5:077:0 0 36 = 24034100 52005400 49005300 4d004100 4e002000 57004100 54004300 48004400
ffff88003771b480 2580023387 S Ci:5:077:0 s 80 06 0305 0409 00ff 255 <
ffff88003771b480 2580041266 C Ci:5:077:0 -84 0
ffff88003771b480 2580041286 S Ci:5:077:0 s 80 06 0305 0409 0002 2 <
ffff88003771b480 2580045256 C Ci:5:077:0 -71 0
ffff88007c47ee40 2580081198 C Ii:5:001:1 0:128 1 = 02
ffff88007c47ee40 2580081206 S Ii:5:001:1 -115:128 2 <
ffff88007c6c0840 2580261241 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007c6c0840 2580261254 C Ci:5:001:0 0 4 = 01030300
ffff88007c6c0840 2580261258 S Co:5:001:0 s 23 01 0010 0001 0000 0
ffff88007c6c0840 2580261265 C Co:5:001:0 0 0
ffff88007c6c0840 2580261269 S Co:5:001:0 s 23 01 0011 0001 0000 0
ffff88007c6c0840 2580261275 C Co:5:001:0 0 0
ffff88007c6c0840 2580261769 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007c6c0840 2580261779 C Ci:5:001:0 0 4 = 01030000
ffff88007c6c00c0 2580293223 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007c6c00c0 2580293237 C Ci:5:001:0 0 4 = 01030000
ffff88007c6c00c0 2580325247 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007c6c00c0 2580325259 C Ci:5:001:0 0 4 = 01030000
ffff88007c6c00c0 2580357248 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007c6c00c0 2580357259 C Ci:5:001:0 0 4 = 01030000
ffff88007c6c00c0 2580389234 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007c6c00c0 2580389245 C Ci:5:001:0 0 4 = 01030000
ffff88007c6c00c0 2580389262 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff88007c6c00c0 2580389271 C Co:5:001:0 0 0
ffff88007e107f00 2580445192 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007e107f00 2580445224 C Ci:5:001:0 0 4 = 03030000
ffff88007e107f00 2580501183 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff88007e107f00 2580501190 C Co:5:001:0 0 0
ffff88007e107f00 2580501210 S Ci:5:000:0 s 80 06 0100 0000 0040 64 <
ffff88007e107f00 2580507254 C Ci:5:000:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff88007e107f00 2580507278 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff88007e107f00 2580507286 C Co:5:001:0 0 0
ffff88007e107f00 2580561181 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007e107f00 2580561215 C Ci:5:001:0 0 4 = 03030000
ffff88007e107f00 2580617226 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff88007e107f00 2580617232 C Co:5:001:0 0 0
ffff88007e107f00 2580617238 S Co:5:000:0 s 00 05 004e 0000 0000 0
ffff88007e107f00 2580620255 C Co:5:000:0 0 0
ffff88007e1079c0 2580637208 S Ci:5:078:0 s 80 06 0100 0000 0012 18 <
ffff88007e1079c0 2580642256 C Ci:5:078:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff88007c9d6f00 2580642287 S Ci:5:078:0 s 80 06 0200 0000 0009 9 <
ffff88007c9d6f00 2580647261 C Ci:5:078:0 0 9 = 09022000 01010400 0d
ffff88007c9d6f00 2580647290 S Ci:5:078:0 s 80 06 0200 0000 0020 32 <
ffff88007c9d6f00 2580654252 C Ci:5:078:0 0 32 = 09022000 01010400 0d090400 00020000 00050705 81030800 0a070502 0308000a
ffff88007c9d69c0 2580654281 S Ci:5:078:0 s 80 06 0300 0000 00ff 255 <
ffff88007c9d69c0 2580659254 C Ci:5:078:0 0 4 = 04030904
ffff88007c9d69c0 2580659281 S Ci:5:078:0 s 80 06 0302 0409 00ff 255 <
ffff88007c9d69c0 2580667248 C Ci:5:078:0 0 24 = 18035500 53004200 20004400 6f006700 20004b00 65007900
ffff88007c9d69c0 2580667273 S Ci:5:078:0 s 80 06 0301 0409 00ff 255 <
ffff88007c9d69c0 2580675251 C Ci:5:078:0 0 28 = 1c034100 72007400 69007300 6d006100 6e002000 49006e00 63002e00
ffff88007c9d69c0 2580675278 S Ci:5:078:0 s 80 06 0303 0409 00ff 255 <
ffff88007c9d69c0 2580682252 C Ci:5:078:0 0 16 = 10033000 30003000 30003000 30003100
ffff88007c9d6a80 2580682529 S Co:5:078:0 s 00 09 0001 0000 0000 0
ffff88007c9d6a80 2580685248 C Co:5:078:0 0 0
ffff88006ad67d80 2580685279 S Ci:5:078:0 s 80 06 0304 0409 00ff 255 <
ffff88006ad67d80 2580694244 C Ci:5:078:0 0 36 = 24034100 52005400 49005300 4d004100 4e002000 57004100 54004300 48004400
ffff88007be56240 2580694319 S Ci:5:078:0 s 80 06 0305 0409 00ff 255 <
ffff88007be56240 2580713257 C Ci:5:078:0 -84 0
ffff88007be56240 2580713311 S Ci:5:078:0 s 80 06 0305 0409 0002 2 <
ffff88007be56240 2580717249 C Ci:5:078:0 -71 0
ffff88007c47ee40 2580821234 C Ii:5:001:1 0:128 1 = 02
ffff88007c47ee40 2580821242 S Ii:5:001:1 -115:128 2 <
ffff88007cacea80 2580933216 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007cacea80 2580933228 C Ci:5:001:0 0 4 = 01030300
ffff88007cacea80 2580933233 S Co:5:001:0 s 23 01 0010 0001 0000 0
ffff88007cacea80 2580933239 C Co:5:001:0 0 0
ffff88007cacea80 2580933243 S Co:5:001:0 s 23 01 0011 0001 0000 0
ffff88007cacea80 2580933249 C Co:5:001:0 0 0
ffff88007cacea80 2580933743 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007cacea80 2580933752 C Ci:5:001:0 0 4 = 01030000
ffff88007cacea80 2580965235 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007cacea80 2580965249 C Ci:5:001:0 0 4 = 01030000
ffff88007cacea80 2580997286 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007cacea80 2580997298 C Ci:5:001:0 0 4 = 01030000
ffff88007cacea80 2581029220 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007cacea80 2581029231 C Ci:5:001:0 0 4 = 01030000
ffff88007ca45d80 2581061183 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca45d80 2581061200 C Ci:5:001:0 0 4 = 01030000
ffff88007ca45d80 2581061217 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff88007ca45d80 2581061224 C Co:5:001:0 0 0
ffff88007ca45d80 2581117232 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca45d80 2581117265 C Ci:5:001:0 0 4 = 03030000
ffff88007ca45d80 2581174196 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff88007ca45d80 2581174203 C Co:5:001:0 0 0
ffff88007ca45d80 2581174226 S Ci:5:000:0 s 80 06 0100 0000 0040 64 <
ffff88007ca45d80 2581181249 C Ci:5:000:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff88007ca45d80 2581181274 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff88007ca45d80 2581181282 C Co:5:001:0 0 0
ffff88007ca45d80 2581237217 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca45d80 2581237252 C Ci:5:001:0 0 4 = 03030000
ffff88007ca45d80 2581293213 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff88007ca45d80 2581293220 C Co:5:001:0 0 0
ffff88007ca45d80 2581293226 S Co:5:000:0 s 00 05 004f 0000 0000 0
ffff88007ca45d80 2581296246 C Co:5:000:0 0 0
ffff88007ca45d80 2581313215 S Ci:5:079:0 s 80 06 0100 0000 0012 18 <
ffff88007ca45d80 2581318245 C Ci:5:079:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff88007ca45d80 2581318279 S Ci:5:079:0 s 80 06 0200 0000 0009 9 <
ffff88007ca45d80 2581323245 C Ci:5:079:0 0 9 = 09022000 01010400 0d
ffff88007ca45d80 2581323269 S Ci:5:079:0 s 80 06 0200 0000 0020 32 <
ffff88007ca45d80 2581330246 C Ci:5:079:0 0 32 = 09022000 01010400 0d090400 00020000 00050705 81030800 0a070502 0308000a
ffff88007ca459c0 2581330275 S Ci:5:079:0 s 80 06 0300 0000 00ff 255 <
ffff88007ca459c0 2581335245 C Ci:5:079:0 0 4 = 04030904
ffff88007ca459c0 2581335273 S Ci:5:079:0 s 80 06 0302 0409 00ff 255 <
ffff88007ca459c0 2581343246 C Ci:5:079:0 0 24 = 18035500 53004200 20004400 6f006700 20004b00 65007900
ffff88007ca459c0 2581343276 S Ci:5:079:0 s 80 06 0301 0409 00ff 255 <
ffff88007ca459c0 2581351245 C Ci:5:079:0 0 28 = 1c034100 72007400 69007300 6d006100 6e002000 49006e00 63002e00
ffff88007ca459c0 2581351275 S Ci:5:079:0 s 80 06 0303 0409 00ff 255 <
ffff88007ca459c0 2581358244 C Ci:5:079:0 0 16 = 10033000 30003000 30003000 30003100
ffff88007ca45300 2581358521 S Co:5:079:0 s 00 09 0001 0000 0000 0
ffff88007ca45300 2581361242 C Co:5:079:0 0 0
ffff88007ca45300 2581361276 S Ci:5:079:0 s 80 06 0304 0409 00ff 255 <
ffff88007ca45300 2581370244 C Ci:5:079:0 0 36 = 24034100 52005400 49005300 4d004100 4e002000 57004100 54004300 48004400
ffff880037749c00 2581370316 S Ci:5:079:0 s 80 06 0305 0409 00ff 255 <
ffff880037749c00 2581385250 C Ci:5:079:0 -84 0
ffff880037749c00 2581385302 S Ci:5:079:0 s 80 06 0305 0409 0002 2 <
ffff880037749c00 2581389244 C Ci:5:079:0 -71 0
ffff88007c47ee40 2581565205 C Ii:5:001:1 0:128 1 = 02
ffff88007c47ee40 2581565213 S Ii:5:001:1 -115:128 2 <
ffff88007e1bd3c0 2581605245 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007e1bd3c0 2581605259 C Ci:5:001:0 0 4 = 01030300
ffff88007e1bd3c0 2581605265 S Co:5:001:0 s 23 01 0010 0001 0000 0
ffff88007e1bd3c0 2581605272 C Co:5:001:0 0 0
ffff88007e1bd3c0 2581605275 S Co:5:001:0 s 23 01 0011 0001 0000 0
ffff88007e1bd3c0 2581605281 C Co:5:001:0 0 0
ffff88007e1bd3c0 2581605783 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007e1bd3c0 2581605794 C Ci:5:001:0 0 4 = 01030000
ffff88007e1bd6c0 2581637233 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007e1bd6c0 2581637246 C Ci:5:001:0 0 4 = 01030000
ffff88007e1bd6c0 2581669205 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007e1bd6c0 2581669216 C Ci:5:001:0 0 4 = 01030000
ffff88007e1bd6c0 2581701195 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007e1bd6c0 2581701207 C Ci:5:001:0 0 4 = 01030000
ffff88007e1bd6c0 2581733234 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007e1bd6c0 2581733247 C Ci:5:001:0 0 4 = 01030000
ffff88007e1bd6c0 2581733263 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff88007e1bd6c0 2581733271 C Co:5:001:0 0 0
ffff88007e1bd6c0 2581789188 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007e1bd6c0 2581789221 C Ci:5:001:0 0 4 = 01030000
ffff88007e1bd6c0 2581845218 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007e1bd6c0 2581845229 C Ci:5:001:0 0 4 = 03030000
ffff88007e1bd6c0 2581901219 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff88007e1bd6c0 2581901225 C Co:5:001:0 0 0
ffff88007e1bd6c0 2581901247 S Ci:5:000:0 s 80 06 0100 0000 0040 64 <
ffff88007e1bd6c0 2581908241 C Ci:5:000:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff88007e1bd6c0 2581908297 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff88007e1bd6c0 2581908308 C Co:5:001:0 0 0
ffff88007e1bd6c0 2581961204 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007e1bd6c0 2581961234 C Ci:5:001:0 0 4 = 03030000
ffff88007e1bd900 2582017227 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff88007e1bd900 2582017233 C Co:5:001:0 0 0
ffff88007e1bd900 2582017239 S Co:5:000:0 s 00 05 0050 0000 0000 0
ffff88007e1bd900 2582020237 C Co:5:000:0 0 0
ffff88007e1bd3c0 2582037219 S Ci:5:080:0 s 80 06 0100 0000 0012 18 <
ffff88007e1bd3c0 2582043238 C Ci:5:080:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff88007e1bd3c0 2582043265 S Ci:5:080:0 s 80 06 0200 0000 0009 9 <
ffff88007e1bd3c0 2582048234 C Ci:5:080:0 0 9 = 09022000 01010400 0d
ffff88007e1bd3c0 2582048251 S Ci:5:080:0 s 80 06 0200 0000 0020 32 <
ffff88007e1bd3c0 2582055235 C Ci:5:080:0 0 32 = 09022000 01010400 0d090400 00020000 00050705 81030800 0a070502 0308000a
ffff88007e2c70c0 2582055261 S Ci:5:080:0 s 80 06 0300 0000 00ff 255 <
ffff88007e2c70c0 2582060230 C Ci:5:080:0 0 4 = 04030904
ffff88007e2c70c0 2582060249 S Ci:5:080:0 s 80 06 0302 0409 00ff 255 <
ffff88007e2c70c0 2582068236 C Ci:5:080:0 0 24 = 18035500 53004200 20004400 6f006700 20004b00 65007900
ffff88007e1bd6c0 2582068262 S Ci:5:080:0 s 80 06 0301 0409 00ff 255 <
ffff88007e1bd6c0 2582076232 C Ci:5:080:0 0 28 = 1c034100 72007400 69007300 6d006100 6e002000 49006e00 63002e00
ffff88007e1bd6c0 2582076253 S Ci:5:080:0 s 80 06 0303 0409 00ff 255 <
ffff88007e1bd6c0 2582083236 C Ci:5:080:0 0 16 = 10033000 30003000 30003000 30003100
ffff88007e2c7540 2582083502 S Co:5:080:0 s 00 09 0001 0000 0000 0
ffff88007e2c7540 2582086227 C Co:5:080:0 0 0
ffff88006ace4b40 2582086288 S Ci:5:080:0 s 80 06 0304 0409 00ff 255 <
ffff88006ace4b40 2582095236 C Ci:5:080:0 0 36 = 24034100 52005400 49005300 4d004100 4e002000 57004100 54004300 48004400
ffff8800376d59c0 2582095308 S Ci:5:080:0 s 80 06 0305 0409 00ff 255 <
ffff8800376d59c0 2582114245 C Ci:5:080:0 -84 0
ffff88006f3369c0 2582114264 S Ci:5:080:0 s 80 06 0305 0409 0002 2 <
ffff88006f3369c0 2582118232 C Ci:5:080:0 -71 0
ffff88007c47ee40 2582309214 C Ii:5:001:1 0:128 1 = 02
ffff88007c47ee40 2582309223 S Ii:5:001:1 -115:128 2 <
ffff88007182ad80 2582333284 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007182ad80 2582333298 C Ci:5:001:0 0 4 = 01030300
ffff88007182ad80 2582333303 S Co:5:001:0 s 23 01 0010 0001 0000 0
ffff88007182ad80 2582333311 C Co:5:001:0 0 0
ffff88007182ad80 2582333314 S Co:5:001:0 s 23 01 0011 0001 0000 0
ffff88007182ad80 2582333321 C Co:5:001:0 0 0
ffff88007182ad80 2582333821 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007182ad80 2582333831 C Ci:5:001:0 0 4 = 01030000
ffff88007182a300 2582365236 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007182a300 2582365250 C Ci:5:001:0 0 4 = 01030000
ffff88007182a300 2582397195 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007182a300 2582397206 C Ci:5:001:0 0 4 = 01030000
ffff88007182a300 2582429214 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007182a300 2582429225 C Ci:5:001:0 0 4 = 01030000
ffff88007182a300 2582461227 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007182a300 2582461238 C Ci:5:001:0 0 4 = 01030000
ffff88007182a300 2582461253 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff88007182a300 2582461261 C Co:5:001:0 0 0
ffff88007182a300 2582517209 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007182a300 2582517240 C Ci:5:001:0 0 4 = 03030000
ffff88007182a300 2582573202 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff88007182a300 2582573207 C Co:5:001:0 0 0
ffff88007182a300 2582573228 S Ci:5:000:0 s 80 06 0100 0000 0040 64 <
ffff88007182a300 2582580230 C Ci:5:000:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff88007182a300 2582580248 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff88007182a300 2582580256 C Co:5:001:0 0 0
ffff88007182a300 2582633198 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007182a300 2582633231 C Ci:5:001:0 0 4 = 03030000
ffff88007182a300 2582689198 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff88007182a300 2582689204 C Co:5:001:0 0 0
ffff88007182a300 2582689210 S Co:5:000:0 s 00 05 0051 0000 0000 0
ffff88007182a300 2582692231 C Co:5:000:0 0 0
ffff88007182a300 2582709207 S Ci:5:081:0 s 80 06 0100 0000 0012 18 <
ffff88007182a300 2582715231 C Ci:5:081:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff88006ac4d240 2582715263 S Ci:5:081:0 s 80 06 0200 0000 0009 9 <
ffff88006ac4d240 2582720228 C Ci:5:081:0 0 9 = 09022000 01010400 0d
ffff88006ac4d240 2582720252 S Ci:5:081:0 s 80 06 0200 0000 0020 32 <
ffff88006ac4d240 2582727232 C Ci:5:081:0 0 32 = 09022000 01010400 0d090400 00020000 00050705 81030800 0a070502 0308000a
ffff88006ac4d0c0 2582727266 S Ci:5:081:0 s 80 06 0300 0000 00ff 255 <
ffff88006ac4d0c0 2582732229 C Ci:5:081:0 0 4 = 04030904
ffff88006ac4d0c0 2582732256 S Ci:5:081:0 s 80 06 0302 0409 00ff 255 <
ffff88006ac4d0c0 2582740227 C Ci:5:081:0 0 24 = 18035500 53004200 20004400 6f006700 20004b00 65007900
ffff88006ac4d0c0 2582740246 S Ci:5:081:0 s 80 06 0301 0409 00ff 255 <
ffff88006ac4d0c0 2582748229 C Ci:5:081:0 0 28 = 1c034100 72007400 69007300 6d006100 6e002000 49006e00 63002e00
ffff88006ac4d0c0 2582748261 S Ci:5:081:0 s 80 06 0303 0409 00ff 255 <
ffff88006ac4d0c0 2582755229 C Ci:5:081:0 0 16 = 10033000 30003000 30003000 30003100
ffff88006f37d300 2582755500 S Co:5:081:0 s 00 09 0001 0000 0000 0
ffff88006f37d300 2582758217 C Co:5:081:0 0 0
ffff88007ca5d000 2582758273 S Ci:5:081:0 s 80 06 0304 0409 00ff 255 <
ffff88007ca5d000 2582767228 C Ci:5:081:0 0 36 = 24034100 52005400 49005300 4d004100 4e002000 57004100 54004300 48004400
ffff88007be98e40 2582767300 S Ci:5:081:0 s 80 06 0305 0409 00ff 255 <
ffff88007be98e40 2582785236 C Ci:5:081:0 -84 0
ffff88006f1d7180 2582785257 S Ci:5:081:0 s 80 06 0305 0409 0002 2 <
ffff88006f1d7180 2582789226 C Ci:5:081:0 -71 0
ffff88007c47ee40 2582809200 C Ii:5:001:1 0:128 1 = 02
ffff88007c47ee40 2582809212 S Ii:5:001:1 -115:128 2 <
ffff88007cbeee40 2582809231 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007cbeee40 2582809240 C Ci:5:001:0 0 4 = 00010300
ffff88007cbeee40 2582809246 S Co:5:001:0 s 23 01 0010 0001 0000 0
ffff88007cbeee40 2582809252 C Co:5:001:0 0 0
ffff88007cbeee40 2582809256 S Co:5:001:0 s 23 01 0011 0001 0000 0
ffff88007cbeee40 2582809262 C Co:5:001:0 0 0
ffff88007cbeee40 2582809746 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007cbeee40 2582809758 C Ci:5:001:0 0 4 = 00010000
ffff88006ac8dcc0 2582837204 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88006ac8dcc0 2582837218 C Ci:5:001:0 0 4 = 00010000
ffff88006ac8dcc0 2582869183 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88006ac8dcc0 2582869194 C Ci:5:001:0 0 4 = 00010000
ffff88007cbeee40 2582901185 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007cbeee40 2582901199 C Ci:5:001:0 0 4 = 00010000
ffff88006ac8dcc0 2582934193 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88006ac8dcc0 2582934208 C Ci:5:001:0 0 4 = 00010000
ffff88007c47ee40 2583301236 C Ii:5:001:1 0:128 1 = 02
ffff88007c47ee40 2583301245 S Ii:5:001:1 -115:128 2 <
ffff880037983cc0 2583301342 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff880037983cc0 2583301353 C Ci:5:001:0 0 4 = 01030100
ffff880037983cc0 2583301359 S Co:5:001:0 s 23 01 0010 0001 0000 0
ffff880037983cc0 2583301365 C Co:5:001:0 0 0
ffff880037983cc0 2583301369 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff880037983cc0 2583301377 C Ci:5:001:0 0 4 = 01030000
ffff880037983cc0 2583333226 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff880037983cc0 2583333237 C Ci:5:001:0 0 4 = 01030000
ffff880037983cc0 2583365203 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff880037983cc0 2583365213 C Ci:5:001:0 0 4 = 01030000
ffff880037983cc0 2583397199 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff880037983cc0 2583397210 C Ci:5:001:0 0 4 = 01030000
ffff880037983cc0 2583429226 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff880037983cc0 2583429237 C Ci:5:001:0 0 4 = 01030000
ffff880037983cc0 2583429252 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff880037983cc0 2583429260 C Co:5:001:0 0 0
ffff880037983cc0 2583485183 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff880037983cc0 2583485215 C Ci:5:001:0 0 4 = 03030000
ffff880037983cc0 2583541193 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff880037983cc0 2583541200 C Co:5:001:0 0 0
ffff880037983cc0 2583541222 S Ci:5:000:0 s 80 06 0100 0000 0040 64 <
ffff880037983cc0 2583548215 C Ci:5:000:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff880037983cc0 2583548235 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff880037983cc0 2583548244 C Co:5:001:0 0 0
ffff88007c47ee40 2583549199 C Ii:5:001:1 0:128 1 = 02
ffff88007c47ee40 2583549207 S Ii:5:001:1 -115:128 2 <
ffff880037983cc0 2583601203 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff880037983cc0 2583601237 C Ci:5:001:0 0 4 = 03030000
ffff880037983cc0 2583657193 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff880037983cc0 2583657200 C Co:5:001:0 0 0
ffff880037983cc0 2583657206 S Co:5:000:0 s 00 05 0052 0000 0000 0
ffff880037983cc0 2583660218 C Co:5:000:0 0 0
ffff880037983cc0 2583677193 S Ci:5:082:0 s 80 06 0100 0000 0012 18 <
ffff880037983cc0 2583683219 C Ci:5:082:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff880037983cc0 2583683246 S Ci:5:082:0 s 80 06 0200 0000 0009 9 <
ffff880037983cc0 2583688220 C Ci:5:082:0 0 9 = 09022000 01010400 0d
ffff880037983cc0 2583688242 S Ci:5:082:0 s 80 06 0200 0000 0020 32 <
ffff880037983cc0 2583695218 C Ci:5:082:0 0 32 = 09022000 01010400 0d090400 00020000 00050705 81030800 0a070502 0308000a
ffff8800379836c0 2583695245 S Ci:5:082:0 s 80 06 0300 0000 00ff 255 <
ffff8800379836c0 2583700218 C Ci:5:082:0 0 4 = 04030904
ffff88007cbeee40 2583700244 S Ci:5:082:0 s 80 06 0302 0409 00ff 255 <
ffff88007cbeee40 2583708219 C Ci:5:082:0 0 24 = 18035500 53004200 20004400 6f006700 20004b00 65007900
ffff88007cbeee40 2583708247 S Ci:5:082:0 s 80 06 0301 0409 00ff 255 <
ffff88007cbeee40 2583716220 C Ci:5:082:0 0 28 = 1c034100 72007400 69007300 6d006100 6e002000 49006e00 63002e00
ffff88007cbeee40 2583716252 S Ci:5:082:0 s 80 06 0303 0409 00ff 255 <
ffff88007cbeee40 2583723219 C Ci:5:082:0 0 16 = 10033000 30003000 30003000 30003100
ffff88007cbeecc0 2583723502 S Co:5:082:0 s 00 09 0001 0000 0000 0
ffff88007cbeecc0 2583726208 C Co:5:082:0 0 0
ffff88007c8f1cc0 2583726268 S Ci:5:082:0 s 80 06 0304 0409 00ff 255 <
ffff88007c8f1cc0 2583735219 C Ci:5:082:0 0 36 = 24034100 52005400 49005300 4d004100 4e002000 57004100 54004300 48004400
ffff88006f2513c0 2583735294 S Ci:5:082:0 s 80 06 0305 0409 00ff 255 <
ffff88006f2513c0 2583753228 C Ci:5:082:0 -84 0
ffff88006f250780 2583753252 S Ci:5:082:0 s 80 06 0305 0409 0002 2 <
ffff88006f250780 2583757212 C Ci:5:082:0 -71 0
ffff88006f250c00 2583757394 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88006f250c00 2583757409 C Ci:5:001:0 0 4 = 00010300
ffff88006f250c00 2583757413 S Co:5:001:0 s 23 01 0010 0001 0000 0
ffff88006f250c00 2583757419 C Co:5:001:0 0 0
ffff88006f250c00 2583757423 S Co:5:001:0 s 23 01 0011 0001 0000 0
ffff88006f250c00 2583757429 C Co:5:001:0 0 0
ffff88006f250900 2583759608 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88006f250900 2583759621 C Ci:5:001:0 0 4 = 00010000
ffff88007ca459c0 2583790192 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca459c0 2583790209 C Ci:5:001:0 0 4 = 00010000
ffff88007ca459c0 2583821218 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca459c0 2583821230 C Ci:5:001:0 0 4 = 00010000
ffff88007ca459c0 2583853226 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca459c0 2583853237 C Ci:5:001:0 0 4 = 00010000
ffff88007ca459c0 2583885202 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca459c0 2583885213 C Ci:5:001:0 0 4 = 00010000
ffff88007c47ee40 2584045203 C Ii:5:001:1 0:128 1 = 02
ffff88007c47ee40 2584045212 S Ii:5:001:1 -115:128 2 <
ffff88007ca459c0 2584069311 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca459c0 2584069323 C Ci:5:001:0 0 4 = 01030100
ffff88007ca459c0 2584069327 S Co:5:001:0 s 23 01 0010 0001 0000 0
ffff88007ca459c0 2584069335 C Co:5:001:0 0 0
ffff88007ca459c0 2584069339 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca459c0 2584069348 C Ci:5:001:0 0 4 = 01030000
ffff88007ca45b40 2584101188 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca45b40 2584101200 C Ci:5:001:0 0 4 = 01030000
ffff88007ca45f00 2584133645 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca45f00 2584133661 C Ci:5:001:0 0 4 = 01030000
ffff88007ca45f00 2584165204 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca45f00 2584165216 C Ci:5:001:0 0 4 = 01030000
ffff88007ca45f00 2584197210 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca45f00 2584197221 C Ci:5:001:0 0 4 = 01030000
ffff88007ca45f00 2584197237 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff88007ca45f00 2584197245 C Co:5:001:0 0 0
ffff88007ca45f00 2584253194 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca45f00 2584253226 C Ci:5:001:0 0 4 = 03030000
ffff88007ca45f00 2584309200 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff88007ca45f00 2584309207 C Co:5:001:0 0 0
ffff88007ca45f00 2584309229 S Ci:5:000:0 s 80 06 0100 0000 0040 64 <
ffff88007ca45f00 2584316207 C Ci:5:000:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff88007ca45f00 2584316228 S Co:5:001:0 s 23 03 0004 0001 0000 0
ffff88007ca45f00 2584316238 C Co:5:001:0 0 0
ffff88007ca45f00 2584369207 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007ca45f00 2584369240 C Ci:5:001:0 0 4 = 03030000
ffff88007ca45f00 2584425200 S Co:5:001:0 s 23 01 0014 0001 0000 0
ffff88007ca45f00 2584425206 C Co:5:001:0 0 0
ffff88007ca45f00 2584425212 S Co:5:000:0 s 00 05 0053 0000 0000 0
ffff88007ca45f00 2584428208 C Co:5:000:0 0 0
ffff88007ca45f00 2584445193 S Ci:5:083:0 s 80 06 0100 0000 0012 18 <
ffff88007ca45f00 2584451215 C Ci:5:083:0 0 18 = 12010001 00000008 b4042605 00010102 0301
ffff88007ca45f00 2584451244 S Ci:5:083:0 s 80 06 0200 0000 0009 9 <
ffff88007ca45f00 2584456210 C Ci:5:083:0 0 9 = 09022000 01010400 0d
ffff88007ca45f00 2584456233 S Ci:5:083:0 s 80 06 0200 0000 0020 32 <
ffff88007ca45f00 2584463213 C Ci:5:083:0 0 32 = 09022000 01010400 0d090400 00020000 00050705 81030800 0a070502 0308000a
ffff88006f265600 2584463244 S Ci:5:083:0 s 80 06 0300 0000 00ff 255 <
ffff88006f265600 2584468209 C Ci:5:083:0 0 4 = 04030904
ffff88006f265600 2584468231 S Ci:5:083:0 s 80 06 0302 0409 00ff 255 <
ffff88006f265600 2584476208 C Ci:5:083:0 0 24 = 18035500 53004200 20004400 6f006700 20004b00 65007900
ffff88006f265600 2584476231 S Ci:5:083:0 s 80 06 0301 0409 00ff 255 <
ffff88006f265600 2584484209 C Ci:5:083:0 0 28 = 1c034100 72007400 69007300 6d006100 6e002000 49006e00 63002e00
ffff88006f265600 2584484231 S Ci:5:083:0 s 80 06 0303 0409 00ff 255 <
ffff88006f265600 2584491209 C Ci:5:083:0 0 16 = 10033000 30003000 30003000 30003100
ffff88006f265f00 2584491486 S Co:5:083:0 s 00 09 0001 0000 0000 0
ffff88006f265f00 2584494199 C Co:5:083:0 0 0
ffff88007dd0a780 2584494408 S Ci:5:083:0 s 80 06 0304 0409 00ff 255 <
ffff88007dd0a780 2584503210 C Ci:5:083:0 0 36 = 24034100 52005400 49005300 4d004100 4e002000 57004100 54004300 48004400
ffff88007be75900 2584503284 S Ci:5:083:0 s 80 06 0305 0409 00ff 255 <
ffff88007be75900 2584521218 C Ci:5:083:0 -84 0
ffff88007be75900 2584521236 S Ci:5:083:0 s 80 06 0305 0409 0002 2 <
ffff88007be75900 2584525206 C Ci:5:083:0 -71 0
ffff88007c47ee40 2584541190 C Ii:5:001:1 0:128 1 = 02
ffff88007c47ee40 2584541198 S Ii:5:001:1 -115:128 2 <
ffff88006ace4840 2584541212 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88006ace4840 2584541220 C Ci:5:001:0 0 4 = 00010300
ffff88006ace4840 2584541225 S Co:5:001:0 s 23 01 0010 0001 0000 0
ffff88006ace4840 2584541231 C Co:5:001:0 0 0
ffff88006ace4840 2584541233 S Co:5:001:0 s 23 01 0011 0001 0000 0
ffff88006ace4840 2584541238 C Co:5:001:0 0 0
ffff88006ace4840 2584541494 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88006ace4840 2584541502 C Ci:5:001:0 0 4 = 00010000
ffff88006ace4840 2584573207 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88006ace4840 2584573222 C Ci:5:001:0 0 4 = 00010000
ffff88007cbeb6c0 2584605231 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007cbeb6c0 2584605247 C Ci:5:001:0 0 4 = 00010000
ffff88007cbeb6c0 2584637182 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007cbeb6c0 2584637194 C Ci:5:001:0 0 4 = 00010000
ffff88007cbeb300 2584669179 S Ci:5:001:0 s a3 00 0000 0001 0004 4 <
ffff88007cbeb300 2584669193 C Ci:5:001:0 0 4 = 00010000
ffff88007c47ee40 2587533274 C Ii:5:001:1 -2:128 0

[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux