uchan; USB CDC機器のパケットキャプチャ出力例(PIC18F14K50サンプル) - uchan-nos/os-from-zero GitHub Wiki

PIC18F14K50 に、Microchip 提供の CDC ACM のサンプルプログラムを書き込んだ機器を Linux に接続し、tshark でパケットをキャプチャしました。

以下に示すパケットキャプチャは、次の操作によるパケットの様子を表しています。

  1. tshark コマンド実行後に GtkTerm を立ち上げて /dev/ttyACM0 を開く
  2. 「abc」と入力して「bcd」がエコーバックされる
  3. GtkTerm を終了する
$ tshark -i usbmon1 -V -x
Capturing on 'usbmon1'
Frame 1: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504062000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504062000 seconds
    [Time delta from previous captured frame: 0.000000000 seconds]
    [Time delta from previous displayed frame: 0.000000000 seconds]
    [Time since reference or first frame: 0.000000000 seconds]
    Frame Number: 1
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b9849c3000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504062
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 1
    Port: 1
wLength: 4

0000  00 30 9c 84 b9 93 ff ff 53 02 80 01 01 00 00 3c   .0......S......<
0010  ed b6 51 60 00 00 00 00 fe b0 07 00 8d ff ff ff   ..Q`............
0020  04 00 00 00 00 00 00 00 a3 00 00 00 01 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 2: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504093000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504093000 seconds
    [Time delta from previous captured frame: 0.000031000 seconds]
    [Time delta from previous displayed frame: 0.000031000 seconds]
    [Time since reference or first frame: 0.000031000 seconds]
    Frame Number: 2
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b9849c3000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504093
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 1]
    [Time from request: 0.000031000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0107, PORT_CONNECTION, PORT_ENABLE, PORT_SUSPEND, PORT_POWER
    .... .... .... ...1 = PORT_CONNECTION: True
    .... .... .... ..1. = PORT_ENABLE: True
    .... .... .... .1.. = PORT_SUSPEND: True
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  00 30 9c 84 b9 93 ff ff 43 02 80 01 01 00 2d 00   .0......C.....-.
0010  ed b6 51 60 00 00 00 00 1d b1 07 00 00 00 00 00   ..Q`............
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  07 01 00 00                                       ....

Frame 3: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504097000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504097000 seconds
    [Time delta from previous captured frame: 0.000004000 seconds]
    [Time delta from previous displayed frame: 0.000004000 seconds]
    [Time since reference or first frame: 0.000035000 seconds]
    Frame Number: 3
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b9849c3000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504097
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 2
    Port: 2
wLength: 4

0000  00 30 9c 84 b9 93 ff ff 53 02 80 01 01 00 00 3c   .0......S......<
0010  ed b6 51 60 00 00 00 00 21 b1 07 00 8d ff ff ff   ..Q`....!.......
0020  04 00 00 00 00 00 00 00 a3 00 00 00 02 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 4: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504113000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504113000 seconds
    [Time delta from previous captured frame: 0.000016000 seconds]
    [Time delta from previous displayed frame: 0.000016000 seconds]
    [Time since reference or first frame: 0.000051000 seconds]
    Frame Number: 4
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b9849c3000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504113
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 3]
    [Time from request: 0.000016000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0100, PORT_POWER
    .... .... .... ...0 = PORT_CONNECTION: False
    .... .... .... ..0. = PORT_ENABLE: False
    .... .... .... .0.. = PORT_SUSPEND: False
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  00 30 9c 84 b9 93 ff ff 43 02 80 01 01 00 2d 00   .0......C.....-.
0010  ed b6 51 60 00 00 00 00 31 b1 07 00 00 00 00 00   ..Q`....1.......
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  00 01 00 00                                       ....

Frame 5: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504116000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504116000 seconds
    [Time delta from previous captured frame: 0.000003000 seconds]
    [Time delta from previous displayed frame: 0.000003000 seconds]
    [Time since reference or first frame: 0.000054000 seconds]
    Frame Number: 5
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b9849c3000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504116
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 3
    Port: 3
wLength: 4

0000  00 30 9c 84 b9 93 ff ff 53 02 80 01 01 00 00 3c   .0......S......<
0010  ed b6 51 60 00 00 00 00 34 b1 07 00 8d ff ff ff   ..Q`....4.......
0020  04 00 00 00 00 00 00 00 a3 00 00 00 03 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 6: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504123000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504123000 seconds
    [Time delta from previous captured frame: 0.000007000 seconds]
    [Time delta from previous displayed frame: 0.000007000 seconds]
    [Time since reference or first frame: 0.000061000 seconds]
    Frame Number: 6
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b9849c3000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504123
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 5]
    [Time from request: 0.000007000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0100, PORT_POWER
    .... .... .... ...0 = PORT_CONNECTION: False
    .... .... .... ..0. = PORT_ENABLE: False
    .... .... .... .0.. = PORT_SUSPEND: False
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  00 30 9c 84 b9 93 ff ff 43 02 80 01 01 00 2d 00   .0......C.....-.
0010  ed b6 51 60 00 00 00 00 3b b1 07 00 00 00 00 00   ..Q`....;.......
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  00 01 00 00                                       ....

Frame 7: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504137000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504137000 seconds
    [Time delta from previous captured frame: 0.000014000 seconds]
    [Time delta from previous displayed frame: 0.000014000 seconds]
    [Time since reference or first frame: 0.000075000 seconds]
    Frame Number: 7
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b922779000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504137
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 4
    Port: 4
wLength: 4

0000  00 90 77 22 b9 93 ff ff 53 02 80 01 01 00 00 3c   ..w"....S......<
0010  ed b6 51 60 00 00 00 00 49 b1 07 00 8d ff ff ff   ..Q`....I.......
0020  04 00 00 00 00 00 00 00 a3 00 00 00 04 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 8: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504177000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504177000 seconds
    [Time delta from previous captured frame: 0.000040000 seconds]
    [Time delta from previous displayed frame: 0.000040000 seconds]
    [Time since reference or first frame: 0.000115000 seconds]
    Frame Number: 8
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b922779000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504177
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 7]
    [Time from request: 0.000040000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0100, PORT_POWER
    .... .... .... ...0 = PORT_CONNECTION: False
    .... .... .... ..0. = PORT_ENABLE: False
    .... .... .... .0.. = PORT_SUSPEND: False
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  00 90 77 22 b9 93 ff ff 43 02 80 01 01 00 2d 00   ..w"....C.....-.
0010  ed b6 51 60 00 00 00 00 71 b1 07 00 00 00 00 00   ..Q`....q.......
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  00 01 00 00                                       ....

Frame 9: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504180000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504180000 seconds
    [Time delta from previous captured frame: 0.000003000 seconds]
    [Time delta from previous displayed frame: 0.000003000 seconds]
    [Time since reference or first frame: 0.000118000 seconds]
    Frame Number: 9
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b922779000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504180
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 5
    Port: 5
wLength: 4

0000  00 90 77 22 b9 93 ff ff 53 02 80 01 01 00 00 3c   ..w"....S......<
0010  ed b6 51 60 00 00 00 00 74 b1 07 00 8d ff ff ff   ..Q`....t.......
0020  04 00 00 00 00 00 00 00 a3 00 00 00 05 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 10: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504213000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504213000 seconds
    [Time delta from previous captured frame: 0.000033000 seconds]
    [Time delta from previous displayed frame: 0.000033000 seconds]
    [Time since reference or first frame: 0.000151000 seconds]
    Frame Number: 10
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b922779000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504213
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 9]
    [Time from request: 0.000033000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0100, PORT_POWER
    .... .... .... ...0 = PORT_CONNECTION: False
    .... .... .... ..0. = PORT_ENABLE: False
    .... .... .... .0.. = PORT_SUSPEND: False
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  00 90 77 22 b9 93 ff ff 43 02 80 01 01 00 2d 00   ..w"....C.....-.
0010  ed b6 51 60 00 00 00 00 95 b1 07 00 00 00 00 00   ..Q`............
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  00 01 00 00                                       ....

Frame 11: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504214000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504214000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.000152000 seconds]
    Frame Number: 11
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b922779000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504214
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 6
    Port: 6
wLength: 4

0000  00 90 77 22 b9 93 ff ff 53 02 80 01 01 00 00 3c   ..w"....S......<
0010  ed b6 51 60 00 00 00 00 96 b1 07 00 8d ff ff ff   ..Q`............
0020  04 00 00 00 00 00 00 00 a3 00 00 00 06 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 12: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504230000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504230000 seconds
    [Time delta from previous captured frame: 0.000016000 seconds]
    [Time delta from previous displayed frame: 0.000016000 seconds]
    [Time since reference or first frame: 0.000168000 seconds]
    Frame Number: 12
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b922779000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504230
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 11]
    [Time from request: 0.000016000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0507, PORT_CONNECTION, PORT_ENABLE, PORT_SUSPEND, PORT_POWER, PORT_HIGH_SPEED
    .... .... .... ...1 = PORT_CONNECTION: True
    .... .... .... ..1. = PORT_ENABLE: True
    .... .... .... .1.. = PORT_SUSPEND: True
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .1.. .... .... = PORT_HIGH_SPEED: True
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  00 90 77 22 b9 93 ff ff 43 02 80 01 01 00 2d 00   ..w"....C.....-.
0010  ed b6 51 60 00 00 00 00 a6 b1 07 00 00 00 00 00   ..Q`............
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  07 05 00 00                                       ....

Frame 13: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504234000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504234000 seconds
    [Time delta from previous captured frame: 0.000004000 seconds]
    [Time delta from previous displayed frame: 0.000004000 seconds]
    [Time since reference or first frame: 0.000172000 seconds]
    Frame Number: 13
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b922779000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504234
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 7
    Port: 7
wLength: 4

0000  00 90 77 22 b9 93 ff ff 53 02 80 01 01 00 00 3c   ..w"....S......<
0010  ed b6 51 60 00 00 00 00 aa b1 07 00 8d ff ff ff   ..Q`............
0020  04 00 00 00 00 00 00 00 a3 00 00 00 07 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 14: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504240000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504240000 seconds
    [Time delta from previous captured frame: 0.000006000 seconds]
    [Time delta from previous displayed frame: 0.000006000 seconds]
    [Time since reference or first frame: 0.000178000 seconds]
    Frame Number: 14
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b922779000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504240
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 13]
    [Time from request: 0.000006000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0100, PORT_POWER
    .... .... .... ...0 = PORT_CONNECTION: False
    .... .... .... ..0. = PORT_ENABLE: False
    .... .... .... .0.. = PORT_SUSPEND: False
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  00 90 77 22 b9 93 ff ff 43 02 80 01 01 00 2d 00   ..w"....C.....-.
0010  ed b6 51 60 00 00 00 00 b0 b1 07 00 00 00 00 00   ..Q`............
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  00 01 00 00                                       ....

Frame 15: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504244000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504244000 seconds
    [Time delta from previous captured frame: 0.000004000 seconds]
    [Time delta from previous displayed frame: 0.000004000 seconds]
    [Time since reference or first frame: 0.000182000 seconds]
    Frame Number: 15
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b922779000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504244
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 8
    Port: 8
wLength: 4

0000  00 90 77 22 b9 93 ff ff 53 02 80 01 01 00 00 3c   ..w"....S......<
0010  ed b6 51 60 00 00 00 00 b4 b1 07 00 8d ff ff ff   ..Q`............
0020  04 00 00 00 00 00 00 00 a3 00 00 00 08 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 16: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504251000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504251000 seconds
    [Time delta from previous captured frame: 0.000007000 seconds]
    [Time delta from previous displayed frame: 0.000007000 seconds]
    [Time since reference or first frame: 0.000189000 seconds]
    Frame Number: 16
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b922779000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504251
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 15]
    [Time from request: 0.000007000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0100, PORT_POWER
    .... .... .... ...0 = PORT_CONNECTION: False
    .... .... .... ..0. = PORT_ENABLE: False
    .... .... .... .0.. = PORT_SUSPEND: False
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  00 90 77 22 b9 93 ff ff 43 02 80 01 01 00 2d 00   ..w"....C.....-.
0010  ed b6 51 60 00 00 00 00 bb b1 07 00 00 00 00 00   ..Q`............
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  00 01 00 00                                       ....

Frame 17: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504253000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504253000 seconds
    [Time delta from previous captured frame: 0.000002000 seconds]
    [Time delta from previous displayed frame: 0.000002000 seconds]
    [Time since reference or first frame: 0.000191000 seconds]
    Frame Number: 17
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b922779000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504253
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 9
    Port: 9
wLength: 4

0000  00 90 77 22 b9 93 ff ff 53 02 80 01 01 00 00 3c   ..w"....S......<
0010  ed b6 51 60 00 00 00 00 bd b1 07 00 8d ff ff ff   ..Q`............
0020  04 00 00 00 00 00 00 00 a3 00 00 00 09 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 18: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504258000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504258000 seconds
    [Time delta from previous captured frame: 0.000005000 seconds]
    [Time delta from previous displayed frame: 0.000005000 seconds]
    [Time since reference or first frame: 0.000196000 seconds]
    Frame Number: 18
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b922779000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504258
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 17]
    [Time from request: 0.000005000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0100, PORT_POWER
    .... .... .... ...0 = PORT_CONNECTION: False
    .... .... .... ..0. = PORT_ENABLE: False
    .... .... .... .0.. = PORT_SUSPEND: False
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  00 90 77 22 b9 93 ff ff 43 02 80 01 01 00 2d 00   ..w"....C.....-.
0010  ed b6 51 60 00 00 00 00 c2 b1 07 00 00 00 00 00   ..Q`............
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  00 01 00 00                                       ....

Frame 19: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504259000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504259000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.000197000 seconds]
    Frame Number: 19
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b922779000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504259
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 10
    Port: 10
wLength: 4

0000  00 90 77 22 b9 93 ff ff 53 02 80 01 01 00 00 3c   ..w"....S......<
0010  ed b6 51 60 00 00 00 00 c3 b1 07 00 8d ff ff ff   ..Q`............
0020  04 00 00 00 00 00 00 00 a3 00 00 00 0a 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 20: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504264000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504264000 seconds
    [Time delta from previous captured frame: 0.000005000 seconds]
    [Time delta from previous displayed frame: 0.000005000 seconds]
    [Time since reference or first frame: 0.000202000 seconds]
    Frame Number: 20
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b922779000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504264
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 19]
    [Time from request: 0.000005000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0107, PORT_CONNECTION, PORT_ENABLE, PORT_SUSPEND, PORT_POWER
    .... .... .... ...1 = PORT_CONNECTION: True
    .... .... .... ..1. = PORT_ENABLE: True
    .... .... .... .1.. = PORT_SUSPEND: True
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  00 90 77 22 b9 93 ff ff 43 02 80 01 01 00 2d 00   ..w"....C.....-.
0010  ed b6 51 60 00 00 00 00 c8 b1 07 00 00 00 00 00   ..Q`............
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  07 01 00 00                                       ....

Frame 21: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504269000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504269000 seconds
    [Time delta from previous captured frame: 0.000005000 seconds]
    [Time delta from previous displayed frame: 0.000005000 seconds]
    [Time since reference or first frame: 0.000207000 seconds]
    Frame Number: 21
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b922779000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504269
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 11
    Port: 11
wLength: 4

0000  00 90 77 22 b9 93 ff ff 53 02 80 01 01 00 00 3c   ..w"....S......<
0010  ed b6 51 60 00 00 00 00 cd b1 07 00 8d ff ff ff   ..Q`............
0020  04 00 00 00 00 00 00 00 a3 00 00 00 0b 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 22: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504280000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504280000 seconds
    [Time delta from previous captured frame: 0.000011000 seconds]
    [Time delta from previous displayed frame: 0.000011000 seconds]
    [Time since reference or first frame: 0.000218000 seconds]
    Frame Number: 22
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b922779000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504280
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 21]
    [Time from request: 0.000011000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0100, PORT_POWER
    .... .... .... ...0 = PORT_CONNECTION: False
    .... .... .... ..0. = PORT_ENABLE: False
    .... .... .... .0.. = PORT_SUSPEND: False
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  00 90 77 22 b9 93 ff ff 43 02 80 01 01 00 2d 00   ..w"....C.....-.
0010  ed b6 51 60 00 00 00 00 d8 b1 07 00 00 00 00 00   ..Q`............
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  00 01 00 00                                       ....

Frame 23: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504283000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504283000 seconds
    [Time delta from previous captured frame: 0.000003000 seconds]
    [Time delta from previous displayed frame: 0.000003000 seconds]
    [Time since reference or first frame: 0.000221000 seconds]
    Frame Number: 23
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b922779000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504283
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 12
    Port: 12
wLength: 4

0000  00 90 77 22 b9 93 ff ff 53 02 80 01 01 00 00 3c   ..w"....S......<
0010  ed b6 51 60 00 00 00 00 db b1 07 00 8d ff ff ff   ..Q`............
0020  04 00 00 00 00 00 00 00 a3 00 00 00 0c 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 24: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504290000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504290000 seconds
    [Time delta from previous captured frame: 0.000007000 seconds]
    [Time delta from previous displayed frame: 0.000007000 seconds]
    [Time since reference or first frame: 0.000228000 seconds]
    Frame Number: 24
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b922779000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504290
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 23]
    [Time from request: 0.000007000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0100, PORT_POWER
    .... .... .... ...0 = PORT_CONNECTION: False
    .... .... .... ..0. = PORT_ENABLE: False
    .... .... .... .0.. = PORT_SUSPEND: False
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  00 90 77 22 b9 93 ff ff 43 02 80 01 01 00 2d 00   ..w"....C.....-.
0010  ed b6 51 60 00 00 00 00 e2 b1 07 00 00 00 00 00   ..Q`............
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  00 01 00 00                                       ....

Frame 25: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504292000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504292000 seconds
    [Time delta from previous captured frame: 0.000002000 seconds]
    [Time delta from previous displayed frame: 0.000002000 seconds]
    [Time since reference or first frame: 0.000230000 seconds]
    Frame Number: 25
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.1.1]
    URB id: 0xffff93ba9b9c43c0
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_INTERRUPT (0x01)
    Endpoint: 0x81, Direction: IN
        1... .... = Direction: IN (1)
        .... 0001 = Endpoint number: 1
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504292
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 2048
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0

0000  c0 43 9c 9b ba 93 ff ff 53 01 81 01 01 00 2d 3c   .C......S.....-<
0010  ed b6 51 60 00 00 00 00 e4 b1 07 00 8d ff ff ff   ..Q`............
0020  04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 08 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 26: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504303000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504303000 seconds
    [Time delta from previous captured frame: 0.000011000 seconds]
    [Time delta from previous displayed frame: 0.000011000 seconds]
    [Time since reference or first frame: 0.000241000 seconds]
    Frame Number: 26
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b922779000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 504303
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 1
    Port: 1
wLength: 4

0000  00 90 77 22 b9 93 ff ff 53 02 80 01 01 00 00 3c   ..w"....S......<
0010  ed b6 51 60 00 00 00 00 ef b1 07 00 8d ff ff ff   ..Q`............
0020  04 00 00 00 00 00 00 00 a3 00 00 00 01 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 27: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504321000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504321000 seconds
    [Time delta from previous captured frame: 0.000018000 seconds]
    [Time delta from previous displayed frame: 0.000018000 seconds]
    [Time since reference or first frame: 0.000259000 seconds]
    Frame Number: 27
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b922779000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504321
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 26]
    [Time from request: 0.000018000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0107, PORT_CONNECTION, PORT_ENABLE, PORT_SUSPEND, PORT_POWER
    .... .... .... ...1 = PORT_CONNECTION: True
    .... .... .... ..1. = PORT_ENABLE: True
    .... .... .... .1.. = PORT_SUSPEND: True
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  00 90 77 22 b9 93 ff ff 43 02 80 01 01 00 2d 00   ..w"....C.....-.
0010  ed b6 51 60 00 00 00 00 01 b2 07 00 00 00 00 00   ..Q`............
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  07 01 00 00                                       ....

Frame 28: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.504323000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.504323000 seconds
    [Time delta from previous captured frame: 0.000002000 seconds]
    [Time delta from previous displayed frame: 0.000002000 seconds]
    [Time since reference or first frame: 0.000261000 seconds]
    Frame Number: 28
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b922779000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: present (0)
    URB sec: 1615967981
    URB usec: 504323
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 0
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0x23
        0... .... = Direction: Host-to-device
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: CLEAR_FEATURE (0x01)
wValue: 0x0002
    PortFeatureSelector: PORT_SUSPEND (2)
wIndex: 1
    Port: 1
    PortSelector: 0
wLength: 0
    (zero): 0

0000  00 90 77 22 b9 93 ff ff 53 02 00 01 01 00 00 00   ..w"....S.......
0010  ed b6 51 60 00 00 00 00 03 b2 07 00 8d ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 23 01 02 00 01 00 00 00   ........#.......
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

Frame 29: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.552068000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.552068000 seconds
    [Time delta from previous captured frame: 0.047745000 seconds]
    [Time delta from previous displayed frame: 0.047745000 seconds]
    [Time since reference or first frame: 0.048006000 seconds]
    Frame Number: 29
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b922779000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('>')
    URB sec: 1615967981
    URB usec: 552068
    URB status: Success (0)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 28]
    [Time from request: 0.047745000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]

0000  00 90 77 22 b9 93 ff ff 43 02 00 01 01 00 2d 3e   ..w"....C.....->
0010  ed b6 51 60 00 00 00 00 84 6c 08 00 00 00 00 00   ..Q`.....l......
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

Frame 30: 66 bytes on wire (528 bits), 66 bytes captured (528 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.552185000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.552185000 seconds
    [Time delta from previous captured frame: 0.000117000 seconds]
    [Time delta from previous displayed frame: 0.000117000 seconds]
    [Time since reference or first frame: 0.048123000 seconds]
    Frame Number: 30
    Frame Length: 66 bytes (528 bits)
    Capture Length: 66 bytes (528 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.1.1]
    [Destination: host]
    URB id: 0xffff93ba9b9c43c0
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_INTERRUPT (0x01)
    Endpoint: 0x81, Direction: IN
        1... .... = Direction: IN (1)
        .... 0001 = Endpoint number: 1
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 552185
    URB status: Success (0)
    URB length [bytes]: 2
    Data length [bytes]: 2
    [Request in: 25]
    [Time from request: 0.047893000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 2048
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
Leftover Capture Data: 0200

0000  c0 43 9c 9b ba 93 ff ff 43 01 81 01 01 00 2d 00   .C......C.....-.
0010  ed b6 51 60 00 00 00 00 f9 6c 08 00 00 00 00 00   ..Q`.....l......
0020  02 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 08 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  02 00                                             ..

Frame 31: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.552191000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.552191000 seconds
    [Time delta from previous captured frame: 0.000006000 seconds]
    [Time delta from previous displayed frame: 0.000006000 seconds]
    [Time since reference or first frame: 0.048129000 seconds]
    Frame Number: 31
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.1.1]
    URB id: 0xffff93ba9b9c43c0
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_INTERRUPT (0x01)
    Endpoint: 0x81, Direction: IN
        1... .... = Direction: IN (1)
        .... 0001 = Endpoint number: 1
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 552191
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 2048
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0

0000  c0 43 9c 9b ba 93 ff ff 53 01 81 01 01 00 2d 3c   .C......S.....-<
0010  ed b6 51 60 00 00 00 00 ff 6c 08 00 8d ff ff ff   ..Q`.....l......
0020  04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 08 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 32: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.600048000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.600048000 seconds
    [Time delta from previous captured frame: 0.047857000 seconds]
    [Time delta from previous displayed frame: 0.047857000 seconds]
    [Time since reference or first frame: 0.095986000 seconds]
    Frame Number: 32
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b922779a80
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 600048
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 1
    Port: 1
wLength: 4

0000  80 9a 77 22 b9 93 ff ff 53 02 80 01 01 00 00 3c   ..w"....S......<
0010  ed b6 51 60 00 00 00 00 f0 27 09 00 8d ff ff ff   ..Q`.....'......
0020  04 00 00 00 00 00 00 00 a3 00 00 00 01 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 33: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.600072000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.600072000 seconds
    [Time delta from previous captured frame: 0.000024000 seconds]
    [Time delta from previous displayed frame: 0.000024000 seconds]
    [Time since reference or first frame: 0.096010000 seconds]
    Frame Number: 33
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b922779a80
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 600072
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 32]
    [Time from request: 0.000024000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0103, PORT_CONNECTION, PORT_ENABLE, PORT_POWER
    .... .... .... ...1 = PORT_CONNECTION: True
    .... .... .... ..1. = PORT_ENABLE: True
    .... .... .... .0.. = PORT_SUSPEND: False
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0004, C_PORT_SUSPEND
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .1.. = C_PORT_SUSPEND: True
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  80 9a 77 22 b9 93 ff ff 43 02 80 01 01 00 2d 00   ..w"....C.....-.
0010  ed b6 51 60 00 00 00 00 08 28 09 00 00 00 00 00   ..Q`.....(......
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  03 01 04 00                                       ....

Frame 34: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620063000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620063000 seconds
    [Time delta from previous captured frame: 0.019991000 seconds]
    [Time delta from previous displayed frame: 0.019991000 seconds]
    [Time since reference or first frame: 0.116001000 seconds]
    Frame Number: 34
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b922779c00
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: present (0)
    URB sec: 1615967981
    URB usec: 620063
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 0
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0x23
        0... .... = Direction: Host-to-device
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: CLEAR_FEATURE (0x01)
wValue: 0x0012
    PortFeatureSelector: C_PORT_SUSPEND (18)
wIndex: 1
    Port: 1
    PortSelector: 0
wLength: 0
    (zero): 0

0000  00 9c 77 22 b9 93 ff ff 53 02 00 01 01 00 00 00   ..w"....S.......
0010  ed b6 51 60 00 00 00 00 1f 76 09 00 8d ff ff ff   ..Q`.....v......
0020  00 00 00 00 00 00 00 00 23 01 12 00 01 00 00 00   ........#.......
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

Frame 35: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620085000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620085000 seconds
    [Time delta from previous captured frame: 0.000022000 seconds]
    [Time delta from previous displayed frame: 0.000022000 seconds]
    [Time since reference or first frame: 0.116023000 seconds]
    Frame Number: 35
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b922779c00
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('>')
    URB sec: 1615967981
    URB usec: 620085
    URB status: Success (0)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 34]
    [Time from request: 0.000022000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]

0000  00 9c 77 22 b9 93 ff ff 43 02 00 01 01 00 2d 3e   ..w"....C.....->
0010  ed b6 51 60 00 00 00 00 35 76 09 00 00 00 00 00   ..Q`....5v......
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

Frame 36: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620089000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620089000 seconds
    [Time delta from previous captured frame: 0.000004000 seconds]
    [Time delta from previous displayed frame: 0.000004000 seconds]
    [Time since reference or first frame: 0.116027000 seconds]
    Frame Number: 36
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.0]
    URB id: 0xffff93b922779c00
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 22
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620089
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 2
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
URB setup
    bmRequestType: 0x80
        1... .... = Direction: Device-to-host
        .00. .... = Type: Standard (0x0)
        ...0 0000 = Recipient: Device (0x00)
    bRequest: GET STATUS (0)
    wValue: 0x0000
    wIndex: 0 (0x0000)
    wLength: 2

0000  00 9c 77 22 b9 93 ff ff 53 02 80 16 01 00 00 3c   ..w"....S......<
0010  ed b6 51 60 00 00 00 00 39 76 09 00 8d ff ff ff   ..Q`....9v......
0020  02 00 00 00 00 00 00 00 80 00 00 00 00 00 02 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 37: 66 bytes on wire (528 bits), 66 bytes captured (528 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620237000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620237000 seconds
    [Time delta from previous captured frame: 0.000148000 seconds]
    [Time delta from previous displayed frame: 0.000148000 seconds]
    [Time since reference or first frame: 0.116175000 seconds]
    Frame Number: 37
    Frame Length: 66 bytes (528 bits)
    Capture Length: 66 bytes (528 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.0]
    [Destination: host]
    URB id: 0xffff93b922779c00
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 620237
    URB status: Success (0)
    URB length [bytes]: 2
    Data length [bytes]: 2
    [Request in: 36]
    [Time from request: 0.000148000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
wStatus: 0x0000

0000  00 9c 77 22 b9 93 ff ff 43 02 80 16 01 00 2d 00   ..w"....C.....-.
0010  ed b6 51 60 00 00 00 00 cd 76 09 00 00 00 00 00   ..Q`.....v......
0020  02 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  00 00                                             ..

Frame 38: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620290000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620290000 seconds
    [Time delta from previous captured frame: 0.000053000 seconds]
    [Time delta from previous displayed frame: 0.000053000 seconds]
    [Time since reference or first frame: 0.116228000 seconds]
    Frame Number: 38
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.1]
    URB id: 0xffff93ba6592fa80
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_INTERRUPT (0x01)
    Endpoint: 0x81, Direction: IN
        1... .... = Direction: IN (1)
        .... 0001 = Endpoint number: 1
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620290
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 10
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 2
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  80 fa 92 65 ba 93 ff ff 53 01 81 16 01 00 2d 3c   ...e....S.....-<
0010  ed b6 51 60 00 00 00 00 02 77 09 00 8d ff ff ff   ..Q`.....w......
0020  0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  02 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 39: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620298000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620298000 seconds
    [Time delta from previous captured frame: 0.000008000 seconds]
    [Time delta from previous displayed frame: 0.000008000 seconds]
    [Time since reference or first frame: 0.116236000 seconds]
    Frame Number: 39
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592fb40
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620298
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 fb 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   @..e....S.....-<
0010  ed b6 51 60 00 00 00 00 0a 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 40: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620300000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620300000 seconds
    [Time delta from previous captured frame: 0.000002000 seconds]
    [Time delta from previous displayed frame: 0.000002000 seconds]
    [Time since reference or first frame: 0.116238000 seconds]
    Frame Number: 40
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592f240
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620300
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 f2 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   @..e....S.....-<
0010  ed b6 51 60 00 00 00 00 0c 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 41: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620301000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620301000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.116239000 seconds]
    Frame Number: 41
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592f300
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620301
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  00 f3 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   ...e....S.....-<
0010  ed b6 51 60 00 00 00 00 0d 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 42: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620302000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620302000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.116240000 seconds]
    Frame Number: 42
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592fc00
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620302
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  00 fc 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   ...e....S.....-<
0010  ed b6 51 60 00 00 00 00 0e 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 43: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620303000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620303000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.116241000 seconds]
    Frame Number: 43
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592f000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620303
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  00 f0 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   ...e....S.....-<
0010  ed b6 51 60 00 00 00 00 0f 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 44: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620304000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620304000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.116242000 seconds]
    Frame Number: 44
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592fd80
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620304
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  80 fd 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   ...e....S.....-<
0010  ed b6 51 60 00 00 00 00 10 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 45: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620304000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620304000 seconds
    [Time delta from previous captured frame: 0.000000000 seconds]
    [Time delta from previous displayed frame: 0.000000000 seconds]
    [Time since reference or first frame: 0.116242000 seconds]
    Frame Number: 45
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592f3c0
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620304
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  c0 f3 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   ...e....S.....-<
0010  ed b6 51 60 00 00 00 00 10 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 46: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620305000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620305000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.116243000 seconds]
    Frame Number: 46
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592fcc0
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620305
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  c0 fc 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   ...e....S.....-<
0010  ed b6 51 60 00 00 00 00 11 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 47: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620306000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620306000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.116244000 seconds]
    Frame Number: 47
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592f180
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620306
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  80 f1 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   ...e....S.....-<
0010  ed b6 51 60 00 00 00 00 12 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 48: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620306000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620306000 seconds
    [Time delta from previous captured frame: 0.000000000 seconds]
    [Time delta from previous displayed frame: 0.000000000 seconds]
    [Time since reference or first frame: 0.116244000 seconds]
    Frame Number: 48
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592f480
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620306
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  80 f4 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   ...e....S.....-<
0010  ed b6 51 60 00 00 00 00 12 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 49: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620307000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620307000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.116245000 seconds]
    Frame Number: 49
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592f540
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620307
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 f5 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   @..e....S.....-<
0010  ed b6 51 60 00 00 00 00 13 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 50: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620308000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620308000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.116246000 seconds]
    Frame Number: 50
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba973f2e40
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620308
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 2e 3f 97 ba 93 ff ff 53 03 82 16 01 00 2d 3c   @.?.....S.....-<
0010  ed b6 51 60 00 00 00 00 14 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 51: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620309000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620309000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.116247000 seconds]
    Frame Number: 51
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93b8c6a0d540
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620309
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 d5 a0 c6 b8 93 ff ff 53 03 82 16 01 00 2d 3c   @.......S.....-<
0010  ed b6 51 60 00 00 00 00 15 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 52: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620310000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620310000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.116248000 seconds]
    Frame Number: 52
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93b8c6a0d000
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620310
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  00 d0 a0 c6 b8 93 ff ff 53 03 82 16 01 00 2d 3c   ........S.....-<
0010  ed b6 51 60 00 00 00 00 16 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 53: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620311000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620311000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.116249000 seconds]
    Frame Number: 53
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba97185e40
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620311
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 5e 18 97 ba 93 ff ff 53 03 82 16 01 00 2d 3c   @^......S.....-<
0010  ed b6 51 60 00 00 00 00 17 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 54: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620312000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620312000 seconds
    [Time delta from previous captured frame: 0.000001000 seconds]
    [Time delta from previous displayed frame: 0.000001000 seconds]
    [Time since reference or first frame: 0.116250000 seconds]
    Frame Number: 54
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba97185900
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620312
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  00 59 18 97 ba 93 ff ff 53 03 82 16 01 00 2d 3c   .Y......S.....-<
0010  ed b6 51 60 00 00 00 00 18 77 09 00 8d ff ff ff   ..Q`.....w......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 55: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620341000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620341000 seconds
    [Time delta from previous captured frame: 0.000029000 seconds]
    [Time delta from previous displayed frame: 0.000029000 seconds]
    [Time since reference or first frame: 0.116279000 seconds]
    Frame Number: 55
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.0]
    URB id: 0xffff93b922779c00
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 22
    URB bus id: 1
    Device setup request: relevant (0)
    Data: present (0)
    URB sec: 1615967981
    URB usec: 620341
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 0
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0x21
        0... .... = Direction: Host-to-device
        .01. .... = Type: Class (0x1)
        ...0 0001 = Recipient: Interface (0x01)
    bRequest: 34
    wValue: 0x0003
    wIndex: 0 (0x0000)
    wLength: 0

0000  00 9c 77 22 b9 93 ff ff 53 02 00 16 01 00 00 00   ..w"....S.......
0010  ed b6 51 60 00 00 00 00 35 77 09 00 8d ff ff ff   ..Q`....5w......
0020  00 00 00 00 00 00 00 00 21 22 03 00 00 00 00 00   ........!"......
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

Frame 56: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620376000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620376000 seconds
    [Time delta from previous captured frame: 0.000035000 seconds]
    [Time delta from previous displayed frame: 0.000035000 seconds]
    [Time since reference or first frame: 0.116314000 seconds]
    Frame Number: 56
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93ba8d8da6c0
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: not present ('<')
    URB sec: 1615967981
    URB usec: 620376
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 4
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0xa3
        1... .... = Direction: Device-to-host
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: GET_STATUS (0x00)
wValue: 0x0000
    (zero): 0
wIndex: 1
    Port: 1
wLength: 4

0000  c0 a6 8d 8d ba 93 ff ff 53 02 80 01 01 00 00 3c   ........S......<
0010  ed b6 51 60 00 00 00 00 58 77 09 00 8d ff ff ff   ..Q`....Xw......
0020  04 00 00 00 00 00 00 00 a3 00 00 00 01 00 04 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

Frame 57: 68 bytes on wire (544 bits), 68 bytes captured (544 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620393000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620393000 seconds
    [Time delta from previous captured frame: 0.000017000 seconds]
    [Time delta from previous displayed frame: 0.000017000 seconds]
    [Time since reference or first frame: 0.116331000 seconds]
    Frame Number: 57
    Frame Length: 68 bytes (544 bits)
    Capture Length: 68 bytes (544 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93ba8d8da6c0
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x80, Direction: IN
        1... .... = Direction: IN (1)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967981
    URB usec: 620393
    URB status: Success (0)
    URB length [bytes]: 4
    Data length [bytes]: 4
    [Request in: 56]
    [Time from request: 0.000017000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
Port Status: 0x0103, PORT_CONNECTION, PORT_ENABLE, PORT_POWER
    .... .... .... ...1 = PORT_CONNECTION: True
    .... .... .... ..1. = PORT_ENABLE: True
    .... .... .... .0.. = PORT_SUSPEND: False
    .... .... .... 0... = PORT_OVER_CURRENT: False
    .... .... ...0 .... = PORT_RESET: False
    .... ...1 .... .... = PORT_POWER: True
    .... ..0. .... .... = PORT_LOW_SPEED: False
    .... .0.. .... .... = PORT_HIGH_SPEED: False
    .... 0... .... .... = PORT_TEST: False
    ...0 .... .... .... = PORT_INDICATOR: Default colors
Port Change: 0x0000
    .... .... .... ...0 = C_PORT_CONNECTION: False
    .... .... .... ..0. = C_PORT_ENABLE: False
    .... .... .... .0.. = C_PORT_SUSPEND: False
    .... .... .... 0... = C_PORT_OVER_CURRENT: False
    .... .... ...0 .... = C_PORT_RESET: False

0000  c0 a6 8d 8d ba 93 ff ff 43 02 80 01 01 00 2d 00   ........C.....-.
0010  ed b6 51 60 00 00 00 00 69 77 09 00 00 00 00 00   ..Q`....iw......
0020  04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................
0040  03 01 00 00                                       ....

Frame 58: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620528000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620528000 seconds
    [Time delta from previous captured frame: 0.000135000 seconds]
    [Time delta from previous displayed frame: 0.000135000 seconds]
    [Time since reference or first frame: 0.116466000 seconds]
    Frame Number: 58
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.0]
    [Destination: host]
    URB id: 0xffff93b922779c00
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('>')
    URB sec: 1615967981
    URB usec: 620528
    URB status: Success (0)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 55]
    [Time from request: 0.000187000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]

0000  00 9c 77 22 b9 93 ff ff 43 02 00 16 01 00 2d 3e   ..w"....C.....->
0010  ed b6 51 60 00 00 00 00 f0 77 09 00 00 00 00 00   ..Q`.....w......
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

Frame 59: 71 bytes on wire (568 bits), 71 bytes captured (568 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620560000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620560000 seconds
    [Time delta from previous captured frame: 0.000032000 seconds]
    [Time delta from previous displayed frame: 0.000032000 seconds]
    [Time since reference or first frame: 0.116498000 seconds]
    Frame Number: 59
    Frame Length: 71 bytes (568 bits)
    Capture Length: 71 bytes (568 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.0]
    URB id: 0xffff93ba92bd20c0
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 22
    URB bus id: 1
    Device setup request: relevant (0)
    Data: present (0)
    URB sec: 1615967981
    URB usec: 620560
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 7
    Data length [bytes]: 7
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0x21
        0... .... = Direction: Host-to-device
        .01. .... = Type: Class (0x1)
        ...0 0001 = Recipient: Interface (0x01)
    bRequest: 32
    wValue: 0x0000
    wIndex: 0 (0x0000)
    wLength: 7
    Data Fragment: 80250000000008

Frame (71 bytes):
0000  c0 20 bd 92 ba 93 ff ff 53 02 00 16 01 00 00 00   . ......S.......
0010  ed b6 51 60 00 00 00 00 10 78 09 00 8d ff ff ff   ..Q`.....x......
0020  07 00 00 00 07 00 00 00 21 20 00 00 00 00 07 00   ........! ......
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0040  80 25 00 00 00 00 08                              .%.....
USB Control (14 bytes):
0000  20 00 00 00 00 07 00 80 25 00 00 00 00 08          .......%.....

Frame 60: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:41.620792000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967981.620792000 seconds
    [Time delta from previous captured frame: 0.000232000 seconds]
    [Time delta from previous displayed frame: 0.000232000 seconds]
    [Time since reference or first frame: 0.116730000 seconds]
    Frame Number: 60
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.0]
    [Destination: host]
    URB id: 0xffff93ba92bd20c0
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('>')
    URB sec: 1615967981
    URB usec: 620792
    URB status: Success (0)
    URB length [bytes]: 7
    Data length [bytes]: 0
    [Request in: 59]
    [Time from request: 0.000232000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]

0000  c0 20 bd 92 ba 93 ff ff 43 02 00 16 01 00 2d 3e   . ......C.....->
0010  ed b6 51 60 00 00 00 00 f8 78 09 00 00 00 00 00   ..Q`.....x......
0020  07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

<ここで tshark の出力が一旦止まる。CDC の初期化プロトコルが一段落した感じ。この後「abc」を入力。>

Frame 61: 65 bytes on wire (520 bits), 65 bytes captured (520 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:46.559439000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967986.559439000 seconds
    [Time delta from previous captured frame: 4.938647000 seconds]
    [Time delta from previous displayed frame: 4.938647000 seconds]
    [Time since reference or first frame: 5.055377000 seconds]
    Frame Number: 61
    Frame Length: 65 bytes (520 bits)
    Capture Length: 65 bytes (520 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba98320c00
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x02, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967986
    URB usec: 559439
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 1
    Data length [bytes]: 1
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000004
    Number of ISO descriptors: 0
Leftover Capture Data: 61

0000  00 0c 32 98 ba 93 ff ff 53 03 02 16 01 00 2d 00   ..2.....S.....-.
0010  f2 b6 51 60 00 00 00 00 4f 89 08 00 8d ff ff ff   ..Q`....O.......
0020  01 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00   ................
0040  61                                                a

Frame 62: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:46.559525000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967986.559525000 seconds
    [Time delta from previous captured frame: 0.000086000 seconds]
    [Time delta from previous displayed frame: 0.000086000 seconds]
    [Time since reference or first frame: 5.055463000 seconds]
    Frame Number: 62
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba98320c00
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x02, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('>')
    URB sec: 1615967986
    URB usec: 559525
    URB status: Success (0)
    URB length [bytes]: 1
    Data length [bytes]: 0
    [Request in: 61]
    [Time from request: 0.000086000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000004
    Number of ISO descriptors: 0

0000  00 0c 32 98 ba 93 ff ff 43 03 02 16 01 00 2d 3e   ..2.....C.....->
0010  f2 b6 51 60 00 00 00 00 a5 89 08 00 00 00 00 00   ..Q`............
0020  01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00   ................

Frame 63: 65 bytes on wire (520 bits), 65 bytes captured (520 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:46.559723000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967986.559723000 seconds
    [Time delta from previous captured frame: 0.000198000 seconds]
    [Time delta from previous displayed frame: 0.000198000 seconds]
    [Time since reference or first frame: 5.055661000 seconds]
    Frame Number: 63
    Frame Length: 65 bytes (520 bits)
    Capture Length: 65 bytes (520 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592fb40
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967986
    URB usec: 559723
    URB status: Success (0)
    URB length [bytes]: 1
    Data length [bytes]: 1
    [Request in: 39]
    [Time from request: 4.939425000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0
Leftover Capture Data: 62

0000  40 fb 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   @..e....C.....-.
0010  f2 b6 51 60 00 00 00 00 6b 8a 08 00 00 00 00 00   ..Q`....k.......
0020  01 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................
0040  62                                                b

Frame 64: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:46.559742000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967986.559742000 seconds
    [Time delta from previous captured frame: 0.000019000 seconds]
    [Time delta from previous displayed frame: 0.000019000 seconds]
    [Time since reference or first frame: 5.055680000 seconds]
    Frame Number: 64
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592fb40
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967986
    URB usec: 559742
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 fb 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   @..e....S.....-<
0010  f2 b6 51 60 00 00 00 00 7e 8a 08 00 8d ff ff ff   ..Q`....~.......
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 65: 65 bytes on wire (520 bits), 65 bytes captured (520 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:46.760587000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967986.760587000 seconds
    [Time delta from previous captured frame: 0.200845000 seconds]
    [Time delta from previous displayed frame: 0.200845000 seconds]
    [Time since reference or first frame: 5.256525000 seconds]
    Frame Number: 65
    Frame Length: 65 bytes (520 bits)
    Capture Length: 65 bytes (520 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba98320c00
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x02, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967986
    URB usec: 760587
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 1
    Data length [bytes]: 1
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000004
    Number of ISO descriptors: 0
Leftover Capture Data: 62

0000  00 0c 32 98 ba 93 ff ff 53 03 02 16 01 00 2d 00   ..2.....S.....-.
0010  f2 b6 51 60 00 00 00 00 0b 9b 0b 00 8d ff ff ff   ..Q`............
0020  01 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00   ................
0040  62                                                b

Frame 66: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:46.760693000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967986.760693000 seconds
    [Time delta from previous captured frame: 0.000106000 seconds]
    [Time delta from previous displayed frame: 0.000106000 seconds]
    [Time since reference or first frame: 5.256631000 seconds]
    Frame Number: 66
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba98320c00
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x02, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('>')
    URB sec: 1615967986
    URB usec: 760693
    URB status: Success (0)
    URB length [bytes]: 1
    Data length [bytes]: 0
    [Request in: 65]
    [Time from request: 0.000106000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000004
    Number of ISO descriptors: 0

0000  00 0c 32 98 ba 93 ff ff 43 03 02 16 01 00 2d 3e   ..2.....C.....->
0010  f2 b6 51 60 00 00 00 00 75 9b 0b 00 00 00 00 00   ..Q`....u.......
0020  01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00   ................

Frame 67: 65 bytes on wire (520 bits), 65 bytes captured (520 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:46.760731000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967986.760731000 seconds
    [Time delta from previous captured frame: 0.000038000 seconds]
    [Time delta from previous displayed frame: 0.000038000 seconds]
    [Time since reference or first frame: 5.256669000 seconds]
    Frame Number: 67
    Frame Length: 65 bytes (520 bits)
    Capture Length: 65 bytes (520 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592f240
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967986
    URB usec: 760731
    URB status: Success (0)
    URB length [bytes]: 1
    Data length [bytes]: 1
    [Request in: 40]
    [Time from request: 5.140431000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0
Leftover Capture Data: 63

0000  40 f2 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   @..e....C.....-.
0010  f2 b6 51 60 00 00 00 00 9b 9b 0b 00 00 00 00 00   ..Q`............
0020  01 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................
0040  63                                                c

Frame 68: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:46.760743000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967986.760743000 seconds
    [Time delta from previous captured frame: 0.000012000 seconds]
    [Time delta from previous displayed frame: 0.000012000 seconds]
    [Time since reference or first frame: 5.256681000 seconds]
    Frame Number: 68
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592f240
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967986
    URB usec: 760743
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 f2 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   @..e....S.....-<
0010  f2 b6 51 60 00 00 00 00 a7 9b 0b 00 8d ff ff ff   ..Q`............
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 69: 65 bytes on wire (520 bits), 65 bytes captured (520 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:47.006698000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967987.006698000 seconds
    [Time delta from previous captured frame: 0.245955000 seconds]
    [Time delta from previous displayed frame: 0.245955000 seconds]
    [Time since reference or first frame: 5.502636000 seconds]
    Frame Number: 69
    Frame Length: 65 bytes (520 bits)
    Capture Length: 65 bytes (520 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba98320c00
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x02, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967987
    URB usec: 6698
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 1
    Data length [bytes]: 1
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000004
    Number of ISO descriptors: 0
Leftover Capture Data: 63

0000  00 0c 32 98 ba 93 ff ff 53 03 02 16 01 00 2d 00   ..2.....S.....-.
0010  f3 b6 51 60 00 00 00 00 2a 1a 00 00 8d ff ff ff   ..Q`....*.......
0020  01 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00   ................
0040  63                                                c

Frame 70: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:47.006771000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967987.006771000 seconds
    [Time delta from previous captured frame: 0.000073000 seconds]
    [Time delta from previous displayed frame: 0.000073000 seconds]
    [Time since reference or first frame: 5.502709000 seconds]
    Frame Number: 70
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba98320c00
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x02, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('>')
    URB sec: 1615967987
    URB usec: 6771
    URB status: Success (0)
    URB length [bytes]: 1
    Data length [bytes]: 0
    [Request in: 69]
    [Time from request: 0.000073000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000004
    Number of ISO descriptors: 0

0000  00 0c 32 98 ba 93 ff ff 43 03 02 16 01 00 2d 3e   ..2.....C.....->
0010  f3 b6 51 60 00 00 00 00 73 1a 00 00 00 00 00 00   ..Q`....s.......
0020  01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00   ................

Frame 71: 65 bytes on wire (520 bits), 65 bytes captured (520 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:47.006831000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967987.006831000 seconds
    [Time delta from previous captured frame: 0.000060000 seconds]
    [Time delta from previous displayed frame: 0.000060000 seconds]
    [Time since reference or first frame: 5.502769000 seconds]
    Frame Number: 71
    Frame Length: 65 bytes (520 bits)
    Capture Length: 65 bytes (520 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592f300
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967987
    URB usec: 6831
    URB status: Success (0)
    URB length [bytes]: 1
    Data length [bytes]: 1
    [Request in: 41]
    [Time from request: 5.386530000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0
Leftover Capture Data: 64

0000  00 f3 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   ...e....C.....-.
0010  f3 b6 51 60 00 00 00 00 af 1a 00 00 00 00 00 00   ..Q`............
0020  01 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................
0040  64                                                d

Frame 72: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:47.006845000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967987.006845000 seconds
    [Time delta from previous captured frame: 0.000014000 seconds]
    [Time delta from previous displayed frame: 0.000014000 seconds]
    [Time since reference or first frame: 5.502783000 seconds]
    Frame Number: 72
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.2]
    URB id: 0xffff93ba6592f300
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('<')
    URB sec: 1615967987
    URB usec: 6845
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 128
    Data length [bytes]: 0
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  00 f3 92 65 ba 93 ff ff 53 03 82 16 01 00 2d 3c   ...e....S.....-<
0010  f3 b6 51 60 00 00 00 00 bd 1a 00 00 8d ff ff ff   ..Q`............
0020  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

<ここで再度 tshark の出力が一旦止まる。「abc」の入力と「bcd」のエコーバックが完了したのだろう。>

Frame 73: 71 bytes on wire (568 bits), 71 bytes captured (568 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.456760000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.456760000 seconds
    [Time delta from previous captured frame: 4.449915000 seconds]
    [Time delta from previous displayed frame: 4.449915000 seconds]
    [Time since reference or first frame: 9.952698000 seconds]
    Frame Number: 73
    Frame Length: 71 bytes (568 bits)
    Capture Length: 71 bytes (568 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.0]
    URB id: 0xffff93b9849c3180
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 22
    URB bus id: 1
    Device setup request: relevant (0)
    Data: present (0)
    URB sec: 1615967991
    URB usec: 456760
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 7
    Data length [bytes]: 7
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0x21
        0... .... = Direction: Host-to-device
        .01. .... = Type: Class (0x1)
        ...0 0001 = Recipient: Interface (0x01)
    bRequest: 32
    wValue: 0x0000
    wIndex: 0 (0x0000)
    wLength: 7
    Data Fragment: 00c20100000008

Frame (71 bytes):
0000  80 31 9c 84 b9 93 ff ff 53 02 00 16 01 00 00 00   .1......S.......
0010  f7 b6 51 60 00 00 00 00 38 f8 06 00 8d ff ff ff   ..Q`....8.......
0020  07 00 00 00 07 00 00 00 21 20 00 00 00 00 07 00   ........! ......
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0040  00 c2 01 00 00 00 08                              .......
USB Control (14 bytes):
0000  20 00 00 00 00 07 00 00 c2 01 00 00 00 08          .............

Frame 74: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.456928000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.456928000 seconds
    [Time delta from previous captured frame: 0.000168000 seconds]
    [Time delta from previous displayed frame: 0.000168000 seconds]
    [Time since reference or first frame: 9.952866000 seconds]
    Frame Number: 74
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.0]
    [Destination: host]
    URB id: 0xffff93b9849c3180
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('>')
    URB sec: 1615967991
    URB usec: 456928
    URB status: Success (0)
    URB length [bytes]: 7
    Data length [bytes]: 0
    [Request in: 73]
    [Time from request: 0.000168000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]

0000  80 31 9c 84 b9 93 ff ff 43 02 00 16 01 00 2d 3e   .1......C.....->
0010  f7 b6 51 60 00 00 00 00 e0 f8 06 00 00 00 00 00   ..Q`............
0020  07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

Frame 75: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.456957000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.456957000 seconds
    [Time delta from previous captured frame: 0.000029000 seconds]
    [Time delta from previous displayed frame: 0.000029000 seconds]
    [Time since reference or first frame: 9.952895000 seconds]
    Frame Number: 75
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: host]
    [Destination: 1.22.0]
    URB id: 0xffff93b9849c3180
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 22
    URB bus id: 1
    Device setup request: relevant (0)
    Data: present (0)
    URB sec: 1615967991
    URB usec: 456957
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 0
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0x21
        0... .... = Direction: Host-to-device
        .01. .... = Type: Class (0x1)
        ...0 0001 = Recipient: Interface (0x01)
    bRequest: 34
    wValue: 0x0000
    wIndex: 0 (0x0000)
    wLength: 0

0000  80 31 9c 84 b9 93 ff ff 53 02 00 16 01 00 00 00   .1......S.......
0010  f7 b6 51 60 00 00 00 00 fd f8 06 00 8d ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 21 22 00 00 00 00 00 00   ........!"......
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

Frame 76: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457074000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457074000 seconds
    [Time delta from previous captured frame: 0.000117000 seconds]
    [Time delta from previous displayed frame: 0.000117000 seconds]
    [Time since reference or first frame: 9.953012000 seconds]
    Frame Number: 76
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.0]
    [Destination: host]
    URB id: 0xffff93b9849c3180
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('>')
    URB sec: 1615967991
    URB usec: 457074
    URB status: Success (0)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 75]
    [Time from request: 0.000117000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]

0000  80 31 9c 84 b9 93 ff ff 43 02 00 16 01 00 2d 3e   .1......C.....->
0010  f7 b6 51 60 00 00 00 00 72 f9 06 00 00 00 00 00   ..Q`....r.......
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

Frame 77: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457107000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457107000 seconds
    [Time delta from previous captured frame: 0.000033000 seconds]
    [Time delta from previous displayed frame: 0.000033000 seconds]
    [Time since reference or first frame: 9.953045000 seconds]
    Frame Number: 77
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.1]
    [Destination: host]
    URB id: 0xffff93ba6592fa80
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_INTERRUPT (0x01)
    Endpoint: 0x81, Direction: IN
        1... .... = Direction: IN (1)
        .... 0001 = Endpoint number: 1
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457107
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 38]
    [Time from request: 9.836817000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 2
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  80 fa 92 65 ba 93 ff ff 43 01 81 16 01 00 2d 00   ...e....C.....-.
0010  f7 b6 51 60 00 00 00 00 93 f9 06 00 fe ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  02 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 78: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457155000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457155000 seconds
    [Time delta from previous captured frame: 0.000048000 seconds]
    [Time delta from previous displayed frame: 0.000048000 seconds]
    [Time since reference or first frame: 9.953093000 seconds]
    Frame Number: 78
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592fb40
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457155
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 64]
    [Time from request: 4.897413000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 fb 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   @..e....C.....-.
0010  f7 b6 51 60 00 00 00 00 c3 f9 06 00 fe ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 79: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457193000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457193000 seconds
    [Time delta from previous captured frame: 0.000038000 seconds]
    [Time delta from previous displayed frame: 0.000038000 seconds]
    [Time since reference or first frame: 9.953131000 seconds]
    Frame Number: 79
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592f240
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457193
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 68]
    [Time from request: 4.696450000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 f2 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   @..e....C.....-.
0010  f7 b6 51 60 00 00 00 00 e9 f9 06 00 fe ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 80: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457232000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457232000 seconds
    [Time delta from previous captured frame: 0.000039000 seconds]
    [Time delta from previous displayed frame: 0.000039000 seconds]
    [Time since reference or first frame: 9.953170000 seconds]
    Frame Number: 80
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592f300
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457232
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 72]
    [Time from request: 4.450387000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  00 f3 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   ...e....C.....-.
0010  f7 b6 51 60 00 00 00 00 10 fa 06 00 fe ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 81: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457273000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457273000 seconds
    [Time delta from previous captured frame: 0.000041000 seconds]
    [Time delta from previous displayed frame: 0.000041000 seconds]
    [Time since reference or first frame: 9.953211000 seconds]
    Frame Number: 81
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592fc00
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457273
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 42]
    [Time from request: 9.836971000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  00 fc 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   ...e....C.....-.
0010  f7 b6 51 60 00 00 00 00 39 fa 06 00 fe ff ff ff   ..Q`....9.......
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 82: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457304000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457304000 seconds
    [Time delta from previous captured frame: 0.000031000 seconds]
    [Time delta from previous displayed frame: 0.000031000 seconds]
    [Time since reference or first frame: 9.953242000 seconds]
    Frame Number: 82
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592f000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457304
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 43]
    [Time from request: 9.837001000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  00 f0 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   ...e....C.....-.
0010  f7 b6 51 60 00 00 00 00 58 fa 06 00 fe ff ff ff   ..Q`....X.......
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 83: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457352000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457352000 seconds
    [Time delta from previous captured frame: 0.000048000 seconds]
    [Time delta from previous displayed frame: 0.000048000 seconds]
    [Time since reference or first frame: 9.953290000 seconds]
    Frame Number: 83
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592fd80
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457352
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 44]
    [Time from request: 9.837048000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  80 fd 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   ...e....C.....-.
0010  f7 b6 51 60 00 00 00 00 88 fa 06 00 fe ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 84: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457384000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457384000 seconds
    [Time delta from previous captured frame: 0.000032000 seconds]
    [Time delta from previous displayed frame: 0.000032000 seconds]
    [Time since reference or first frame: 9.953322000 seconds]
    Frame Number: 84
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592f3c0
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457384
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 45]
    [Time from request: 9.837080000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  c0 f3 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   ...e....C.....-.
0010  f7 b6 51 60 00 00 00 00 a8 fa 06 00 fe ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 85: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457432000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457432000 seconds
    [Time delta from previous captured frame: 0.000048000 seconds]
    [Time delta from previous displayed frame: 0.000048000 seconds]
    [Time since reference or first frame: 9.953370000 seconds]
    Frame Number: 85
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592fcc0
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457432
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 46]
    [Time from request: 9.837127000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  c0 fc 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   ...e....C.....-.
0010  f7 b6 51 60 00 00 00 00 d8 fa 06 00 fe ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 86: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457464000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457464000 seconds
    [Time delta from previous captured frame: 0.000032000 seconds]
    [Time delta from previous displayed frame: 0.000032000 seconds]
    [Time since reference or first frame: 9.953402000 seconds]
    Frame Number: 86
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592f180
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457464
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 47]
    [Time from request: 9.837158000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  80 f1 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   ...e....C.....-.
0010  f7 b6 51 60 00 00 00 00 f8 fa 06 00 fe ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 87: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457512000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457512000 seconds
    [Time delta from previous captured frame: 0.000048000 seconds]
    [Time delta from previous displayed frame: 0.000048000 seconds]
    [Time since reference or first frame: 9.953450000 seconds]
    Frame Number: 87
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592f480
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457512
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 48]
    [Time from request: 9.837206000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  80 f4 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   ...e....C.....-.
0010  f7 b6 51 60 00 00 00 00 28 fb 06 00 fe ff ff ff   ..Q`....(.......
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 88: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457618000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457618000 seconds
    [Time delta from previous captured frame: 0.000106000 seconds]
    [Time delta from previous displayed frame: 0.000106000 seconds]
    [Time since reference or first frame: 9.953556000 seconds]
    Frame Number: 88
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba6592f540
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457618
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 49]
    [Time from request: 9.837311000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 f5 92 65 ba 93 ff ff 43 03 82 16 01 00 2d 00   @..e....C.....-.
0010  f7 b6 51 60 00 00 00 00 92 fb 06 00 fe ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 89: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457649000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457649000 seconds
    [Time delta from previous captured frame: 0.000031000 seconds]
    [Time delta from previous displayed frame: 0.000031000 seconds]
    [Time since reference or first frame: 9.953587000 seconds]
    Frame Number: 89
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba973f2e40
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457649
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 50]
    [Time from request: 9.837341000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 2e 3f 97 ba 93 ff ff 43 03 82 16 01 00 2d 00   @.?.....C.....-.
0010  f7 b6 51 60 00 00 00 00 b1 fb 06 00 fe ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 90: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457697000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457697000 seconds
    [Time delta from previous captured frame: 0.000048000 seconds]
    [Time delta from previous displayed frame: 0.000048000 seconds]
    [Time since reference or first frame: 9.953635000 seconds]
    Frame Number: 90
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93b8c6a0d540
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457697
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 51]
    [Time from request: 9.837388000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 d5 a0 c6 b8 93 ff ff 43 03 82 16 01 00 2d 00   @.......C.....-.
0010  f7 b6 51 60 00 00 00 00 e1 fb 06 00 fe ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 91: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457729000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457729000 seconds
    [Time delta from previous captured frame: 0.000032000 seconds]
    [Time delta from previous displayed frame: 0.000032000 seconds]
    [Time since reference or first frame: 9.953667000 seconds]
    Frame Number: 91
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93b8c6a0d000
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457729
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 52]
    [Time from request: 9.837419000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  00 d0 a0 c6 b8 93 ff ff 43 03 82 16 01 00 2d 00   ........C.....-.
0010  f7 b6 51 60 00 00 00 00 01 fc 06 00 fe ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 92: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457777000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457777000 seconds
    [Time delta from previous captured frame: 0.000048000 seconds]
    [Time delta from previous displayed frame: 0.000048000 seconds]
    [Time since reference or first frame: 9.953715000 seconds]
    Frame Number: 92
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba97185e40
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457777
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 53]
    [Time from request: 9.837466000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  40 5e 18 97 ba 93 ff ff 43 03 82 16 01 00 2d 00   @^......C.....-.
0010  f7 b6 51 60 00 00 00 00 31 fc 06 00 fe ff ff ff   ..Q`....1.......
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 93: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:51.457809000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967991.457809000 seconds
    [Time delta from previous captured frame: 0.000032000 seconds]
    [Time delta from previous displayed frame: 0.000032000 seconds]
    [Time since reference or first frame: 9.953747000 seconds]
    Frame Number: 93
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.22.2]
    [Destination: host]
    URB id: 0xffff93ba97185900
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_BULK (0x03)
    Endpoint: 0x82, Direction: IN
        1... .... = Direction: IN (1)
        .... 0010 = Endpoint number: 2
    Device: 22
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967991
    URB usec: 457809
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 54]
    [Time from request: 9.837497000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000204
    Number of ISO descriptors: 0

0000  00 59 18 97 ba 93 ff ff 43 03 82 16 01 00 2d 00   .Y......C.....-.
0010  f7 b6 51 60 00 00 00 00 51 fc 06 00 fe ff ff ff   ..Q`....Q.......
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00   ................

Frame 94: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:53.957144000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967993.957144000 seconds
    [Time delta from previous captured frame: 2.499335000 seconds]
    [Time delta from previous displayed frame: 2.499335000 seconds]
    [Time since reference or first frame: 12.453082000 seconds]
    Frame Number: 94
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb:usbhub]
USB URB
    [Source: host]
    [Destination: 1.1.0]
    URB id: 0xffff93b9849c3180
    URB type: URB_SUBMIT ('S')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: relevant (0)
    Data: present (0)
    URB sec: 1615967993
    URB usec: 957144
    URB status: Operation now in progress (-EINPROGRESS) (-115)
    URB length [bytes]: 0
    Data length [bytes]: 0
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]
URB setup
    bmRequestType: 0x23
        0... .... = Direction: Host-to-device
        .01. .... = Type: Class (0x1)
        ...0 0011 = Recipient: Other (0x03)
bRequest: SET_FEATURE (0x03)
wValue: 0x0002
    PortFeatureSelector: PORT_SUSPEND (2)
wIndex: 1
    Port: 1
    PortSelector: 0
wLength: 0
    (zero): 0

0000  80 31 9c 84 b9 93 ff ff 53 02 00 01 01 00 00 00   .1......S.......
0010  f9 b6 51 60 00 00 00 00 d8 9a 0e 00 8d ff ff ff   ..Q`............
0020  00 00 00 00 00 00 00 00 23 03 02 00 01 00 00 00   ........#.......
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

Frame 95: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:53.976241000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967993.976241000 seconds
    [Time delta from previous captured frame: 0.019097000 seconds]
    [Time delta from previous displayed frame: 0.019097000 seconds]
    [Time since reference or first frame: 12.472179000 seconds]
    Frame Number: 95
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.1.0]
    [Destination: host]
    URB id: 0xffff93b9849c3180
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_CONTROL (0x02)
    Endpoint: 0x00, Direction: OUT
        0... .... = Direction: OUT (0)
        .... 0000 = Endpoint number: 0
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: not present ('>')
    URB sec: 1615967993
    URB usec: 976241
    URB status: Success (0)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 94]
    [Time from request: 0.019097000 seconds]
    Unused Setup Header
    Interval: 0
    Start frame: 0
    Copy of Transfer Flags: 0x00000000
    Number of ISO descriptors: 0
    [bInterfaceClass: Unknown (0xffff)]

0000  80 31 9c 84 b9 93 ff ff 43 02 00 01 01 00 2d 3e   .1......C.....->
0010  f9 b6 51 60 00 00 00 00 71 e5 0e 00 00 00 00 00   ..Q`....q.......
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

Frame 96: 64 bytes on wire (512 bits), 64 bytes captured (512 bits) on interface 0
    Interface id: 0 (usbmon1)
        Interface name: usbmon1
    Encapsulation type: USB packets with Linux header and padding (115)
    Arrival Time: Mar 17, 2021 16:59:53.996315000 JST
    [Time shift for this packet: 0.000000000 seconds]
    Epoch Time: 1615967993.996315000 seconds
    [Time delta from previous captured frame: 0.020074000 seconds]
    [Time delta from previous displayed frame: 0.020074000 seconds]
    [Time since reference or first frame: 12.492253000 seconds]
    Frame Number: 96
    Frame Length: 64 bytes (512 bits)
    Capture Length: 64 bytes (512 bits)
    [Frame is marked: False]
    [Frame is ignored: False]
    [Protocols in frame: usb]
USB URB
    [Source: 1.1.1]
    [Destination: host]
    URB id: 0xffff93ba9b9c43c0
    URB type: URB_COMPLETE ('C')
    URB transfer type: URB_INTERRUPT (0x01)
    Endpoint: 0x81, Direction: IN
        1... .... = Direction: IN (1)
        .... 0001 = Endpoint number: 1
    Device: 1
    URB bus id: 1
    Device setup request: not relevant ('-')
    Data: present (0)
    URB sec: 1615967993
    URB usec: 996315
    URB status: No such file or directory (-ENOENT) (-2)
    URB length [bytes]: 0
    Data length [bytes]: 0
    [Request in: 31]
    [Time from request: 12.444124000 seconds]
    [bInterfaceClass: Unknown (0xffff)]
    Unused Setup Header
    Interval: 2048
    Start frame: 0
    Copy of Transfer Flags: 0x00000200
    Number of ISO descriptors: 0

0000  c0 43 9c 9b ba 93 ff ff 43 01 81 01 01 00 2d 00   .C......C.....-.
0010  f9 b6 51 60 00 00 00 00 db 33 0f 00 fe ff ff ff   ..Q`.....3......
0020  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
0030  00 08 00 00 00 00 00 00 00 02 00 00 00 00 00 00   ................

<ここで再度 tshark の出力が一旦止まる。GtkTerm の終了処理が完了したのだろう。>