From owner-freebsd-usb@freebsd.org Sat Nov 5 17:14:54 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0A49AF7C70 for ; Sat, 5 Nov 2016 17:14:54 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from mail.abinet.ru (mail.abinet.ru [136.243.72.227]) by mx1.freebsd.org (Postfix) with ESMTP id B3AA381C for ; Sat, 5 Nov 2016 17:14:53 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from [10.0.1.1] (unknown [10.0.1.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.abinet.ru (Postfix) with ESMTPSA id 7F54631315 for ; Sat, 5 Nov 2016 17:08:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abinet.ru; s=dkim; t=1478365688; bh=2y2Rl4RWXhaYTlLvPKUZUiQuVN8veYGzkM5aO1i5hzI=; h=Date:From:To:Subject; b=H3K4nwOIg2KQp9pcCIWb8d+n/yLi9tz8nBnP8brtr+38EoXoVe34KM5vZFexSXDoH X3bhH6ECkcXMRl9T4ze9p8TV+z1Vn3u8tNQLoSoMuNjaCVN7FTU3x/NWx5W1y4SlEK hRNBl7LiqiLb0eFXhtgba2uA3SNusj6U1RanQrC8= Message-ID: <581E1231.3010107@abinet.ru> Date: Sat, 05 Nov 2016 20:09:05 +0300 From: abi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.8) Gecko/20151117 FossaMail/25.1.9 MIME-Version: 1.0 To: freebsd-usb@freebsd.org Subject: UPS disconnects every 3 sec Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 17:14:54 -0000 Hello, I'm migrating from CentOS to FreeBSD 11.0-RELEASE and have an issue with UPS (Powercom MACAN-1000) where it worked under nut without any issues. UPS connects and after 3 seconds disconnects in endless loop. It has COM port, however I have an issue and with COM (on the nut side), so I'd like to keep it connected via usb. Nov 5 19:48:12 vhost kernel: ugen1.4: at usbus1 Nov 5 19:48:12 vhost kernel: uhid0: on usbus1 Nov 5 19:48:15 vhost kernel: ugen1.4: at usbus1 (disconnected) Nov 5 19:48:15 vhost kernel: uhid0: at uhub3, port 1, addr 4 (disconnected) Nov 5 19:48:19 vhost kernel: ugen1.4: at usbus1 Nov 5 19:48:19 vhost kernel: uhid0: on usbus1 Nov 5 19:48:22 vhost kernel: ugen1.4: at usbus1 (disconnected) Nov 5 19:48:22 vhost kernel: uhid0: at uhub3, port 1, addr 4 (disconnected) Nov 5 19:48:26 vhost kernel: ugen1.4: at usbus1 Nov 5 19:48:26 vhost kernel: uhid0: on usbus1 Nov 5 19:48:30 vhost kernel: ugen1.4: at usbus1 (disconnected) Nov 5 19:48:30 vhost kernel: uhid0: at uhub3, port 1, addr 4 (disconnected) Nov 5 19:48:33 vhost kernel: ugen1.4: at usbus1 Nov 5 19:48:33 vhost kernel: uhid0: on usbus1 Nov 5 19:48:37 vhost kernel: ugen1.4: at usbus1 (disconnected) Nov 5 19:48:37 vhost kernel: uhid0: at uhub3, port 1, addr 4 (disconnected) If I measure my time carefully, I can start nut usb-hid driver and capture data from UPS. If not this bug, it would work. I tried my laptop (FreeBSD 11-RELEASE as well) and have the same problem, so I don't think this is usb port problem. ehci1@pci0:0:29:0: class=0x0c0320 card=0x844d1043 chip=0x1c268086 rev=0x04 hdr=0x00 vendor = 'Intel Corporation' device = '6 Series/C200 Series Chipset Family USB Enhanced Host Controller' class = serial bus subclass = USB Here is connect-disconnect sequence under hw.usb.uhub.debug=16 Nov 5 19:55:34 vhost kernel: usb_needs_explore: Nov 5 19:55:34 vhost kernel: usb_needs_explore: Nov 5 19:55:34 vhost kernel: usb_bus_powerd: bus=0xfffffe0001140cd8 Nov 5 19:55:34 vhost kernel: usb_bus_powerd: bus=0xfffffe0001128cd8 Nov 5 19:55:34 vhost kernel: usb_bus_powerd: Recomputing power masks Nov 5 19:55:34 vhost kernel: usb_bus_powerd: Recomputing power masks Nov 5 19:55:34 vhost kernel: uhub_explore: udev=0xfffff80018029000 addr=1 Nov 5 19:55:34 vhost kernel: uhub_explore: udev=0xfffff80018028000 addr=1 Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0503, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_explore: udev=0xfffff80018030000 addr=2 Nov 5 19:55:34 vhost kernel: usbd_transfer_power_ref: Adding type 0 to power state Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0503, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: usbd_transfer_power_ref: needs power Nov 5 19:55:34 vhost kernel: uhub_explore: udev=0xfffff80018060000 addr=2 Nov 5 19:55:34 vhost kernel: usbd_transfer_power_ref: Adding type 0 to power state Nov 5 19:55:34 vhost kernel: usbd_transfer_power_ref: needs power Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 3, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0303, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 3, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 4, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 4, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 5, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 6, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0500, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 5, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 6, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 7, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 8, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:34 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0500, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:35 vhost kernel: uhub_intr_callback: Nov 5 19:55:35 vhost kernel: usb_needs_explore: Nov 5 19:55:35 vhost kernel: usb_bus_powerd: bus=0xfffffe0001140cd8 Nov 5 19:55:35 vhost kernel: uhub_explore: udev=0xfffff80018029000 addr=1 Nov 5 19:55:35 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0503, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:35 vhost kernel: uhub_explore: udev=0xfffff80018030000 addr=2 Nov 5 19:55:35 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0101, wPortChange=0x0001, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:35 vhost kernel: uhub_reattach_port: reattaching port 1 Nov 5 19:55:35 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0101, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:35 vhost kernel: uhub_reattach_port: Port 1 is in Host Mode Nov 5 19:55:35 vhost kernel: uhub_intr_callback: Nov 5 19:55:35 vhost kernel: usb_needs_explore: Nov 5 19:55:35 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0303, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_intr_callback: Nov 5 19:55:36 vhost kernel: usb_needs_explore: Nov 5 19:55:36 vhost kernel: usb_bus_port_set_device: bus 0xfffffe0001140cd8 devices[4] = 0xfffff804431ef000 Nov 5 19:55:36 vhost kernel: ugen1.4: at usbus1 Nov 5 19:55:36 vhost kernel: uhid0: on usbus1 Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0303, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 3, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 4, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 5, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 6, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 7, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 8, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0500, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: usb_bus_powerd: bus=0xfffffe0001140cd8 Nov 5 19:55:36 vhost kernel: uhub_explore: udev=0xfffff80018029000 addr=1 Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0503, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_explore: udev=0xfffff80018030000 addr=2 Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0303, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0303, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 3, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 4, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 5, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 6, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 7, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 8, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:36 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0500, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: usb_needs_explore: Nov 5 19:55:38 vhost kernel: usb_needs_explore: Nov 5 19:55:38 vhost kernel: usb_bus_powerd: bus=0xfffffe0001140cd8 Nov 5 19:55:38 vhost kernel: usb_bus_powerd: bus=0xfffffe0001128cd8 Nov 5 19:55:38 vhost kernel: usb_bus_powerd: Recomputing power masks Nov 5 19:55:38 vhost kernel: usb_bus_powerd: Recomputing power masks Nov 5 19:55:38 vhost kernel: uhub_explore: udev=0xfffff80018029000 addr=1 Nov 5 19:55:38 vhost kernel: uhub_explore: udev=0xfffff80018028000 addr=1 Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0503, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_explore: udev=0xfffff80018030000 addr=2 Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0503, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: usbd_transfer_power_ref: Adding type 0 to power state Nov 5 19:55:38 vhost kernel: uhub_explore: udev=0xfffff80018060000 addr=2 Nov 5 19:55:38 vhost kernel: usbd_transfer_power_ref: needs power Nov 5 19:55:38 vhost kernel: usbd_transfer_power_ref: Adding type 0 to power state Nov 5 19:55:38 vhost kernel: usbd_transfer_power_ref: needs power Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0303, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0303, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 3, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 3, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 4, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 4, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 5, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 5, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 6, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 6, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0500, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 7, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 8, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:38 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0500, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:39 vhost kernel: uhub_intr_callback: Nov 5 19:55:39 vhost kernel: usb_needs_explore: Nov 5 19:55:39 vhost kernel: usb_bus_powerd: bus=0xfffffe0001140cd8 Nov 5 19:55:39 vhost kernel: uhub_explore: udev=0xfffff80018029000 addr=1 Nov 5 19:55:39 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0503, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:39 vhost kernel: uhub_explore: udev=0xfffff80018030000 addr=2 Nov 5 19:55:39 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0100, wPortChange=0x0001, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:39 vhost kernel: uhub_reattach_port: reattaching port 1 Nov 5 19:55:39 vhost kernel: ugen1.4: at usbus1 (disconnected) Nov 5 19:55:39 vhost kernel: uhid0: at uhub3, port 1, addr 4 (disconnected) Nov 5 19:55:39 vhost kernel: uhub_child_location_string: device not on hub Nov 5 19:55:39 vhost kernel: uhub_child_pnpinfo_string: device not on hub Nov 5 19:55:39 vhost kernel: usb_bus_port_set_device: bus 0xfffffe0001140cd8 devices[4] = 0 Nov 5 19:55:39 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:39 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0303, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:39 vhost kernel: uhub_read_port_status: port 3, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:39 vhost kernel: uhub_read_port_status: port 4, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:39 vhost kernel: uhub_read_port_status: port 5, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:39 vhost kernel: uhub_read_port_status: port 6, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:39 vhost kernel: uhub_read_port_status: port 7, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:39 vhost kernel: uhub_read_port_status: port 8, wPortStatus=0x0100, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:39 vhost kernel: uhub_read_port_status: port 2, wPortStatus=0x0500, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:42 vhost kernel: usb_needs_explore: Nov 5 19:55:42 vhost kernel: usb_needs_explore: Nov 5 19:55:42 vhost kernel: usb_bus_powerd: bus=0xfffffe0001128cd8 Nov 5 19:55:42 vhost kernel: usb_bus_powerd: Recomputing power masks Nov 5 19:55:42 vhost kernel: usb_bus_powerd: bus=0xfffffe0001140cd8 Nov 5 19:55:42 vhost kernel: uhub_explore: udev=0xfffff80018028000 addr=1 Nov 5 19:55:42 vhost kernel: usb_bus_powerd: Recomputing power masks Nov 5 19:55:42 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0503, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:42 vhost kernel: uhub_explore: udev=0xfffff80018029000 addr=1 Nov 5 19:55:42 vhost kernel: uhub_explore: udev=0xfffff80018060000 addr=2 Nov 5 19:55:42 vhost kernel: usbd_transfer_power_ref: Adding type 0 to power state Nov 5 19:55:42 vhost kernel: uhub_read_port_status: port 1, wPortStatus=0x0503, wPortChange=0x0000, err=USB_ERR_NORMAL_COMPLETION Nov 5 19:55:42 vhost kernel: usbd_transfer_power_ref: needs power Nov 5 19:55:42 vhost kernel: uhub_explore: udev=0xfffff80018030000 addr=2 Nov 5 19:55:42 vhost kernel: usbd_transfer_power_ref: Adding type 0 to power state Nov 5 19:55:42 vhost kernel: usbd_transfer_power_ref: needs power usbdump for guru meditation abishai@vhost:~ % doas usbdump -i usbus1 -f 4 -vvv 20:03:06.115528 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 00 05 04 00 00 00 00 00 -- -- -- -- -- -- -- -- |........ | flags 0x50 status 0xea3a3 20:03:06.115852 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x50 status 0xca3a1 20:03:06.115881 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0 frame[0] WRITE 0 bytes flags 0x10 status 0xca0a3 20:03:06.116148 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 0 bytes flags 0x10 status 0xea0a1 20:03:06.129824 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 01 00 00 12 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 18 bytes flags 0x10 status 0xea1a3 20:03:06.131147 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=20,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 18 bytes 0000 12 01 10 01 00 00 00 08 9F 0D 04 00 02 00 03 01 |................| 0010 02 01 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xca1a1 20:03:06.131156 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 03 00 00 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:06.131644 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 06 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xea1a1 20:03:06.131648 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 4 bytes flags 0x10 status 0xea1a3 20:03:06.132269 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 4 bytes 0000 06 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... | flags 0x10 status 0xca1a1 20:03:06.132275 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 02 03 09 04 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:06.132894 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 1A 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xea1a1 20:03:06.132897 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 02 03 09 04 1A 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 26 bytes flags 0x10 status 0xea1a3 20:03:06.134519 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=28,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 26 bytes 0000 1A 03 30 00 30 00 34 00 2D 00 30 00 44 00 39 00 |..0.0.4.-.0.D.9.| 0010 46 00 2D 00 30 00 30 00 30 00 -- -- -- -- -- -- |F.-.0.0.0. | flags 0x10 status 0xca1a1 20:03:06.134525 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 03 03 09 04 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:06.135268 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 22 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |". | flags 0x10 status 0xea1a1 20:03:06.135272 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 03 03 09 04 22 00 -- -- -- -- -- -- -- -- |......". | frame[1] READ 34 bytes flags 0x10 status 0xea1a3 20:03:06.137145 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=36,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 34 bytes 0000 22 03 50 00 4F 00 57 00 45 00 52 00 43 00 4F 00 |".P.O.W.E.R.C.O.| 0010 4D 00 20 00 43 00 6F 00 2E 00 2C 00 4C 00 54 00 |M. .C.o...,.L.T.| 0020 44 00 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |D. | flags 0x10 status 0xca1a1 20:03:06.137151 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 01 03 09 04 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:06.137768 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 20 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- | . | flags 0x10 status 0xea1a1 20:03:06.137772 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 01 03 09 04 20 00 -- -- -- -- -- -- -- -- |...... . | frame[1] READ 32 bytes flags 0x10 status 0xea1a3 20:03:06.139269 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=32,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 32 bytes 0000 20 03 48 00 49 00 44 00 20 00 55 00 50 00 53 00 | .H.I.D. .U.P.S.| 0010 20 00 42 00 61 00 74 00 74 00 65 00 72 00 79 00 | .B.a.t.t.e.r.y.| flags 0x10 status 0xca1a1 20:03:06.139279 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 02 00 00 09 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 9 bytes flags 0x10 status 0xca1a3 20:03:06.139518 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=0,IVAL=0,ERR=SHORT_XFER frame[0] WRITE 8 bytes frame[1] READ 0 bytes flags 0x10 status 0xea1a1 20:03:06.454362 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 00 05 04 00 00 00 00 00 -- -- -- -- -- -- -- -- |........ | flags 0x50 status 0xea3a3 20:03:06.454519 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x50 status 0xca3a1 20:03:06.454534 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0 frame[0] WRITE 0 bytes flags 0x10 status 0xca0a3 20:03:06.454637 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 0 bytes flags 0x10 status 0xea0a1 20:03:06.468316 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 01 00 00 12 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 18 bytes flags 0x10 status 0xea1a3 20:03:06.469528 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=20,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 18 bytes 0000 12 01 10 01 00 00 00 08 9F 0D 04 00 02 00 03 01 |................| 0010 02 01 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xca1a1 20:03:06.469554 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 02 00 00 09 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 9 bytes flags 0x10 status 0xca1a3 20:03:06.470394 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=12,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 9 bytes 0000 09 02 22 00 01 01 00 A0 32 -- -- -- -- -- -- -- |..".....2 | flags 0x10 status 0xea1a1 20:03:06.470422 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 02 00 00 22 00 -- -- -- -- -- -- -- -- |......". | frame[1] READ 34 bytes flags 0x10 status 0xea1a3 20:03:06.472145 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=36,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 34 bytes 0000 09 02 22 00 01 01 00 A0 32 09 04 00 00 01 03 00 |..".....2.......| 0010 00 00 09 21 00 01 00 01 22 E4 03 07 05 81 03 08 |...!....".......| 0020 00 64 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.d | flags 0x10 status 0xca1a1 20:03:06.472173 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 00 09 01 00 00 00 00 00 -- -- -- -- -- -- -- -- |........ | flags 0x10 status 0xca1a3 20:03:06.472518 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x10 status 0xea1a1 20:03:06.472876 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 81 06 00 22 00 00 E4 03 -- -- -- -- -- -- -- -- |...".... | frame[1] READ 996 bytes flags 0x10 status 0xea1a3 20:03:06.509165 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=996,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 996 bytes flags 0x10 status 0xca1a1 20:03:06.509507 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 81 06 00 22 00 00 E4 03 -- -- -- -- -- -- -- -- |...".... | frame[1] READ 996 bytes flags 0x10 status 0xca1a3 20:03:06.545144 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=996,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 996 bytes flags 0x10 status 0xea1a1 20:03:06.545164 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 21 0A 00 00 00 00 00 00 -- -- -- -- -- -- -- -- |!....... | flags 0x10 status 0xea1a3 20:03:06.545516 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x10 status 0xca1a1 20:03:13.222942 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 00 05 04 00 00 00 00 00 -- -- -- -- -- -- -- -- |........ | flags 0x50 status 0xea3a3 20:03:13.223232 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x50 status 0xca3a1 20:03:13.223239 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0 frame[0] WRITE 0 bytes flags 0x10 status 0xca0a3 20:03:13.223474 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 0 bytes flags 0x10 status 0xea0a1 20:03:13.237337 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 01 00 00 12 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 18 bytes flags 0x10 status 0xea1a3 20:03:13.238600 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=20,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 18 bytes 0000 12 01 10 01 00 00 00 08 9F 0D 04 00 02 00 03 01 |................| 0010 02 01 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xca1a1 20:03:13.238622 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 03 00 00 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:13.239348 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 06 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xea1a1 20:03:13.239375 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 4 bytes flags 0x10 status 0xea1a3 20:03:13.240086 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 4 bytes 0000 06 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... | flags 0x10 status 0xca1a1 20:03:13.240097 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 02 03 09 04 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:13.240706 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 1A 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xea1a1 20:03:13.240715 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 02 03 09 04 1A 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 26 bytes flags 0x10 status 0xea1a3 20:03:13.242335 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=28,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 26 bytes 0000 1A 03 30 00 30 00 34 00 2D 00 30 00 44 00 39 00 |..0.0.4.-.0.D.9.| 0010 46 00 2D 00 30 00 30 00 30 00 -- -- -- -- -- -- |F.-.0.0.0. | flags 0x10 status 0xca1a1 20:03:13.242349 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 03 03 09 04 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:13.243081 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 22 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |". | flags 0x10 status 0xea1a1 20:03:13.243102 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 03 03 09 04 22 00 -- -- -- -- -- -- -- -- |......". | frame[1] READ 34 bytes flags 0x10 status 0xea1a3 20:03:13.244957 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=36,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 34 bytes 0000 22 03 50 00 4F 00 57 00 45 00 52 00 43 00 4F 00 |".P.O.W.E.R.C.O.| 0010 4D 00 20 00 43 00 6F 00 2E 00 2C 00 4C 00 54 00 |M. .C.o...,.L.T.| 0020 44 00 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |D. | flags 0x10 status 0xca1a1 20:03:13.244967 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 01 03 09 04 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:13.245599 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 20 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- | . | flags 0x10 status 0xea1a1 20:03:13.245610 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 01 03 09 04 20 00 -- -- -- -- -- -- -- -- |...... . | frame[1] READ 32 bytes flags 0x10 status 0xea1a3 20:03:13.247089 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=32,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 32 bytes 0000 20 03 48 00 49 00 44 00 20 00 55 00 50 00 53 00 | .H.I.D. .U.P.S.| 0010 20 00 42 00 61 00 74 00 74 00 65 00 72 00 79 00 | .B.a.t.t.e.r.y.| flags 0x10 status 0xca1a1 20:03:13.247111 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 02 00 00 09 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 9 bytes flags 0x10 status 0xca1a3 20:03:13.247337 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=0,IVAL=0,ERR=SHORT_XFER frame[0] WRITE 8 bytes frame[1] READ 0 bytes flags 0x10 status 0xea1a1 20:03:13.548298 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 00 05 04 00 00 00 00 00 -- -- -- -- -- -- -- -- |........ | flags 0x50 status 0xea3a3 20:03:13.548455 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x50 status 0xca3a1 20:03:13.548468 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0 frame[0] WRITE 0 bytes flags 0x10 status 0xca0a3 20:03:13.548572 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 0 bytes flags 0x10 status 0xea0a1 20:03:13.562271 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 01 00 00 12 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 18 bytes flags 0x10 status 0xea1a3 20:03:13.563330 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=20,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 18 bytes 0000 12 01 10 01 00 00 00 08 9F 0D 04 00 02 00 03 01 |................| 0010 02 01 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xca1a1 20:03:13.563349 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 02 00 00 09 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 9 bytes flags 0x10 status 0xca1a3 20:03:13.564198 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=12,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 9 bytes 0000 09 02 22 00 01 01 00 A0 32 -- -- -- -- -- -- -- |..".....2 | flags 0x10 status 0xea1a1 20:03:13.564215 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 02 00 00 22 00 -- -- -- -- -- -- -- -- |......". | frame[1] READ 34 bytes flags 0x10 status 0xea1a3 20:03:13.565955 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=36,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 34 bytes 0000 09 02 22 00 01 01 00 A0 32 09 04 00 00 01 03 00 |..".....2.......| 0010 00 00 09 21 00 01 00 01 22 E4 03 07 05 81 03 08 |...!....".......| 0020 00 64 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.d | flags 0x10 status 0xca1a1 20:03:13.566086 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 00 09 01 00 00 00 00 00 -- -- -- -- -- -- -- -- |........ | flags 0x10 status 0xca1a3 20:03:13.566453 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x10 status 0xea1a1 20:03:13.566873 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 81 06 00 22 00 00 E4 03 -- -- -- -- -- -- -- -- |...".... | frame[1] READ 996 bytes flags 0x10 status 0xea1a3 20:03:13.602955 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=996,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 996 bytes flags 0x10 status 0xca1a1 20:03:13.603293 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 81 06 00 22 00 00 E4 03 -- -- -- -- -- -- -- -- |...".... | frame[1] READ 996 bytes flags 0x10 status 0xca1a3 20:03:13.638958 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=996,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 996 bytes flags 0x10 status 0xea1a1 20:03:13.639098 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 21 0A 00 00 00 00 00 00 -- -- -- -- -- -- -- -- |!....... | flags 0x10 status 0xea1a3 20:03:13.639583 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x10 status 0xca1a1 20:03:20.352300 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 00 05 04 00 00 00 00 00 -- -- -- -- -- -- -- -- |........ | flags 0x50 status 0xea3a3 20:03:20.352652 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x50 status 0xca3a1 20:03:20.352691 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0 frame[0] WRITE 0 bytes flags 0x10 status 0xca0a3 20:03:20.353026 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 0 bytes flags 0x10 status 0xea0a1 20:03:20.367117 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 01 00 00 12 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 18 bytes flags 0x10 status 0xea1a3 20:03:20.368139 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=20,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 18 bytes 0000 12 01 10 01 00 00 00 08 9F 0D 04 00 02 00 03 01 |................| 0010 02 01 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xca1a1 20:03:20.368146 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 03 00 00 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:20.368762 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 06 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xea1a1 20:03:20.368767 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 4 bytes flags 0x10 status 0xea1a3 20:03:20.369266 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 4 bytes 0000 06 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... | flags 0x10 status 0xca1a1 20:03:20.369351 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 02 03 09 04 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:20.369891 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 1A 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xea1a1 20:03:20.369916 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 02 03 09 04 1A 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 26 bytes flags 0x10 status 0xea1a3 20:03:20.371391 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=28,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 26 bytes 0000 1A 03 30 00 30 00 34 00 2D 00 30 00 44 00 39 00 |..0.0.4.-.0.D.9.| 0010 46 00 2D 00 30 00 30 00 30 00 -- -- -- -- -- -- |F.-.0.0.0. | flags 0x10 status 0xca1a1 20:03:20.371421 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 03 03 09 04 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:20.372017 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 22 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |". | flags 0x10 status 0xea1a1 20:03:20.372029 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 03 03 09 04 22 00 -- -- -- -- -- -- -- -- |......". | frame[1] READ 34 bytes flags 0x10 status 0xea1a3 20:03:20.373765 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=36,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 34 bytes 0000 22 03 50 00 4F 00 57 00 45 00 52 00 43 00 4F 00 |".P.O.W.E.R.C.O.| 0010 4D 00 20 00 43 00 6F 00 2E 00 2C 00 4C 00 54 00 |M. .C.o...,.L.T.| 0020 44 00 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |D. | flags 0x10 status 0xca1a1 20:03:20.373776 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 01 03 09 04 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:20.374265 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 20 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- | . | flags 0x10 status 0xea1a1 20:03:20.374290 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 01 03 09 04 20 00 -- -- -- -- -- -- -- -- |...... . | frame[1] READ 32 bytes flags 0x10 status 0xea1a3 20:03:20.375890 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=32,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 32 bytes 0000 20 03 48 00 49 00 44 00 20 00 55 00 50 00 53 00 | .H.I.D. .U.P.S.| 0010 20 00 42 00 61 00 74 00 74 00 65 00 72 00 79 00 | .B.a.t.t.e.r.y.| flags 0x10 status 0xca1a1 20:03:20.375922 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 02 00 00 09 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 9 bytes flags 0x10 status 0xca1a3 20:03:20.376264 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=0,IVAL=0,ERR=SHORT_XFER frame[0] WRITE 8 bytes frame[1] READ 0 bytes flags 0x10 status 0xea1a1 20:03:20.675814 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 00 05 04 00 00 00 00 00 -- -- -- -- -- -- -- -- |........ | flags 0x50 status 0xea3a3 20:03:20.676008 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x50 status 0xca3a1 20:03:20.676012 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0 frame[0] WRITE 0 bytes flags 0x10 status 0xca0a3 20:03:20.676130 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 0 bytes flags 0x10 status 0xea0a1 20:03:20.689929 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 01 00 00 12 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 18 bytes flags 0x10 status 0xea1a3 20:03:20.691141 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=20,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 18 bytes 0000 12 01 10 01 00 00 00 08 9F 0D 04 00 02 00 03 01 |................| 0010 02 01 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xca1a1 20:03:20.691157 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 02 00 00 09 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 9 bytes flags 0x10 status 0xca1a3 20:03:20.692009 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=12,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 9 bytes 0000 09 02 22 00 01 01 00 A0 32 -- -- -- -- -- -- -- |..".....2 | flags 0x10 status 0xea1a1 20:03:20.692018 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 02 00 00 22 00 -- -- -- -- -- -- -- -- |......". | frame[1] READ 34 bytes flags 0x10 status 0xea1a3 20:03:20.693796 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=36,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 34 bytes 0000 09 02 22 00 01 01 00 A0 32 09 04 00 00 01 03 00 |..".....2.......| 0010 00 00 09 21 00 01 00 01 22 E4 03 07 05 81 03 08 |...!....".......| 0020 00 64 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.d | flags 0x10 status 0xca1a1 20:03:20.693814 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 00 09 01 00 00 00 00 00 -- -- -- -- -- -- -- -- |........ | flags 0x10 status 0xca1a3 20:03:20.694140 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x10 status 0xea1a1 20:03:20.694490 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 81 06 00 22 00 00 E4 03 -- -- -- -- -- -- -- -- |...".... | frame[1] READ 996 bytes flags 0x10 status 0xea1a3 20:03:20.730781 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=996,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 996 bytes flags 0x10 status 0xca1a1 20:03:20.731099 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 81 06 00 22 00 00 E4 03 -- -- -- -- -- -- -- -- |...".... | frame[1] READ 996 bytes flags 0x10 status 0xca1a3 20:03:20.766400 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=996,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 996 bytes flags 0x10 status 0xea1a1 20:03:20.766427 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 21 0A 00 00 00 00 00 00 -- -- -- -- -- -- -- -- |!....... | flags 0x10 status 0xea1a3 20:03:20.767123 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x10 status 0xca1a1 20:03:27.426415 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 00 05 04 00 00 00 00 00 -- -- -- -- -- -- -- -- |........ | flags 0x50 status 0xea3a3 20:03:27.426663 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x50 status 0xca3a1 20:03:27.426703 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0 frame[0] WRITE 0 bytes flags 0x10 status 0xca0a3 20:03:27.426860 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 0 bytes flags 0x10 status 0xea0a1 20:03:27.441081 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 01 00 00 12 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 18 bytes flags 0x10 status 0xea1a3 20:03:27.442199 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=20,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 18 bytes 0000 12 01 10 01 00 00 00 08 9F 0D 04 00 02 00 03 01 |................| 0010 02 01 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xca1a1 20:03:27.442211 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 03 00 00 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:27.442697 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 06 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xea1a1 20:03:27.442706 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 03 00 00 04 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 4 bytes flags 0x10 status 0xea1a3 20:03:27.443197 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 4 bytes 0000 06 03 09 04 -- -- -- -- -- -- -- -- -- -- -- -- |.... | flags 0x10 status 0xca1a1 20:03:27.443201 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 02 03 09 04 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:27.443697 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 1A 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xea1a1 20:03:27.443700 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 02 03 09 04 1A 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 26 bytes flags 0x10 status 0xea1a3 20:03:27.445197 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=28,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 26 bytes 0000 1A 03 30 00 30 00 34 00 2D 00 30 00 44 00 39 00 |..0.0.4.-.0.D.9.| 0010 46 00 2D 00 30 00 30 00 30 00 -- -- -- -- -- -- |F.-.0.0.0. | flags 0x10 status 0xca1a1 20:03:27.445226 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 03 03 09 04 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:27.445822 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 22 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |". | flags 0x10 status 0xea1a1 20:03:27.445826 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 03 03 09 04 22 00 -- -- -- -- -- -- -- -- |......". | frame[1] READ 34 bytes flags 0x10 status 0xea1a3 20:03:27.447581 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=36,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 34 bytes 0000 22 03 50 00 4F 00 57 00 45 00 52 00 43 00 4F 00 |".P.O.W.E.R.C.O.| 0010 4D 00 20 00 43 00 6F 00 2E 00 2C 00 4C 00 54 00 |M. .C.o...,.L.T.| 0020 44 00 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |D. | flags 0x10 status 0xca1a1 20:03:27.447591 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 01 03 09 04 02 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 2 bytes flags 0x10 status 0xca1a3 20:03:27.448198 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 2 bytes 0000 20 03 -- -- -- -- -- -- -- -- -- -- -- -- -- -- | . | flags 0x10 status 0xea1a1 20:03:27.448214 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 01 03 09 04 20 00 -- -- -- -- -- -- -- -- |...... . | frame[1] READ 32 bytes flags 0x10 status 0xea1a3 20:03:27.449700 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=32,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 32 bytes 0000 20 03 48 00 49 00 44 00 20 00 55 00 50 00 53 00 | .H.I.D. .U.P.S.| 0010 20 00 42 00 61 00 74 00 74 00 65 00 72 00 79 00 | .B.a.t.t.e.r.y.| flags 0x10 status 0xca1a1 20:03:27.449711 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 02 00 00 09 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 9 bytes flags 0x10 status 0xca1a3 20:03:27.449947 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=0,IVAL=0,ERR=SHORT_XFER frame[0] WRITE 8 bytes frame[1] READ 0 bytes flags 0x10 status 0xea1a1 20:03:27.752951 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 00 05 04 00 00 00 00 00 -- -- -- -- -- -- -- -- |........ | flags 0x50 status 0xea3a3 20:03:27.753194 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x50 status 0xca3a1 20:03:27.753197 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0 frame[0] WRITE 0 bytes flags 0x10 status 0xca0a3 20:03:27.753314 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 0 bytes flags 0x10 status 0xea0a1 20:03:27.766908 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 01 00 00 12 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 18 bytes flags 0x10 status 0xea1a3 20:03:27.767964 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=20,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 18 bytes 0000 12 01 10 01 00 00 00 08 9F 0D 04 00 02 00 03 01 |................| 0010 02 01 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.. | flags 0x10 status 0xca1a1 20:03:27.767978 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 02 00 00 09 00 -- -- -- -- -- -- -- -- |........ | frame[1] READ 9 bytes flags 0x10 status 0xca1a3 20:03:27.768817 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=12,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 9 bytes 0000 09 02 22 00 01 01 00 A0 32 -- -- -- -- -- -- -- |..".....2 | flags 0x10 status 0xea1a1 20:03:27.768826 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 80 06 00 02 00 00 22 00 -- -- -- -- -- -- -- -- |......". | frame[1] READ 34 bytes flags 0x10 status 0xea1a3 20:03:27.770568 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=36,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 34 bytes 0000 09 02 22 00 01 01 00 A0 32 09 04 00 00 01 03 00 |..".....2.......| 0010 00 00 09 21 00 01 00 01 22 E4 03 07 05 81 03 08 |...!....".......| 0020 00 64 -- -- -- -- -- -- -- -- -- -- -- -- -- -- |.d | flags 0x10 status 0xca1a1 20:03:27.770576 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 00 09 01 00 00 00 00 00 -- -- -- -- -- -- -- -- |........ | flags 0x10 status 0xca1a3 20:03:27.770941 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x10 status 0xea1a1 20:03:27.771304 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 81 06 00 22 00 00 E4 03 -- -- -- -- -- -- -- -- |...".... | frame[1] READ 996 bytes flags 0x10 status 0xea1a3 20:03:27.807594 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=996,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 996 bytes flags 0x10 status 0xca1a1 20:03:27.807889 usbus1.4 SUBM-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 81 06 00 22 00 00 E4 03 -- -- -- -- -- -- -- -- |...".... | frame[1] READ 996 bytes flags 0x10 status 0xca1a3 20:03:27.843213 usbus1.4 DONE-CTRL-EP=00000080,SPD=LOW,NFR=2,SLEN=996,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ 996 bytes flags 0x10 status 0xea1a1 20:03:27.843245 usbus1.4 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 0000 21 0A 00 00 00 00 00 00 -- -- -- -- -- -- -- -- |!....... | flags 0x10 status 0xea1a3 20:03:27.843834 usbus1.4 DONE-CTRL-EP=00000000,SPD=LOW,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes flags 0x10 status 0xca1a1 ^C 168 packets captured 580 packets received by filter 0 packets dropped by kernel Any comments are welcome. Is FreeBSD hid driver forces UPS to restart somehow?