Date: Thu, 25 Dec 2008 17:08:43 +0100 From: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> To: Hans Petter Selasky <hselasky@c2i.net> Cc: freebsd-current@freebsd.org, Alfred Perlstein <alfred@freebsd.org> Subject: usb stick problem [Was: HEADSUP usb2 (usb4bsd) to become default in 2 weeks.] Message-ID: <20081225160843.GA1826@localhost.my.domain> In-Reply-To: <200812251135.28003.hselasky@c2i.net> References: <20081222214010.GA18389@elvis.mu.org> <200812241212.02913.hselasky@c2i.net> <20081224214435.GA46772@localhost.my.domain> <200812251135.28003.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Thu, Dec 25, 2008 at 11:35:27AM +0100, Hans Petter Selasky wrote: > On Wednesday 24 December 2008, Alexey Shuvaev wrote: > > On Wed, Dec 24, 2008 at 12:12:02PM +0100, Hans Petter Selasky wrote: > > > Hi, > > > > > > I have made some patches for this kind of issues which are not yet > > > in -current. > > > > > > You can try to fetch the latest from: > > > > > > svn --username anonsvn --password anonsvn \ > > > checkout svn://svn.turbocat.net/i4b > > > > > > cd i4b/trunk/i4b/src/sys/dev > > > cp -r usb2 /sys/dev/ > > > make -C /sys/modules/usb2 clean all install > > > > Hello! > > > > During buildworld I'm getting: > > > > [snip] > > > > The file is not in CVS: > > % less /usr/obj/usr/src/tmp/usr/include/dev/usb2/include/urio2_ioctl.h > /usr/obj/usr/src/tmp/usr/include/dev/usb2/include/urio2_ioctl.h: No such file > or directory > > I've removed the file from my private SVN. Maybe that is where you got the > files from? > Exactly. I've done so trying your newest sources to see if the problem with: Dec 25 15:29:48 localhost kernel: usb2_alloc_device:1423: set address 2 failed (ignored) Dec 25 15:29:48 localhost kernel: usb2_alloc_device:1458: getting device descriptor at addr 2 failed! Dec 25 15:29:49 localhost kernel: usb2_req_re_enumerate:1362: addr=2, set address failed! (ignored) Dec 25 15:29:49 localhost kernel: usb2_req_re_enumerate:1375: getting device descriptor at addr 2 failed! Dec 25 15:29:50 localhost kernel: usb2_req_re_enumerate:1362: addr=2, set address failed! (ignored) Dec 25 15:29:50 localhost kernel: usb2_req_re_enumerate:1375: getting device descriptor at addr 2 failed! Dec 25 15:29:50 localhost kernel: uhub_reattach_port:417: could not allocate new device! is gone. Not quite yet :( Attached are 2 logs from messages with hw.usb2.debug=15. The successful one is when I am at the system console (where these messages are printed too) during the plug-in of the stick. And when I am at another virtual console, the stick normally failed to attach (second log). Subtle timing probem? (Attaching logs as octet-stream with the hope that mailing lists strip them down while you actually get them.) FWIW, with the old stack the stick is always recognized. Hope, this helps solve this issue, Alexey. [-- Attachment #2 --] Dec 25 16:30:51 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc43300e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc43300e0 pipe=0xc43f93a8 sts=0 alen=1, slen=8, afrm=1, nfrm=1 Dec 25 16:30:51 localhost kernel: usb2_start_hardware:1348: xfer=0xc43300e0, pipe=0xc43f93a8, nframes=1, dir=read Dec 25 16:30:51 localhost kernel: usb2_dump_pipe: pipe=0xc43f93a8 edesc=0xc43f10b2 isoc_next=0 toggle_next=0 bEndpointAddress=0x81 Dec 25 16:30:51 localhost kernel: usb2_dump_queue: pipe=0xc43f93a8 xfer: Dec 25 16:30:51 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc43300e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0xc43300e0 (leave) Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:51 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:51 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:51 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=read Dec 25 16:30:51 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:51 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:30:51 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:51 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:51 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:30:51 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:30:51 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:51 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0x23 bRequest=0x01 wValue=0x0010 wIndex=0x0001 wLength=0x0000 Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:51 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:51 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=1, dir=read Dec 25 16:30:51 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:51 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:30:51 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:51 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:51 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:30:51 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:30:51 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:51 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:51 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:51 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=write Dec 25 16:30:51 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:51 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:30:51 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:51 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:51 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:30:51 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:30:51 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:51 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0x23 bRequest=0x03 wValue=0x0004 wIndex=0x0001 wLength=0x0000 Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:51 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:51 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=1, dir=read Dec 25 16:30:51 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:51 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:30:51 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:51 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:51 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:30:51 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:30:51 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:51 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:51 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:51 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=write Dec 25 16:30:51 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:51 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:30:51 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:51 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:51 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:30:51 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:30:51 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:51 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0x23 bRequest=0x01 wValue=0x0014 wIndex=0x0001 wLength=0x0000 Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:51 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:51 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=1, dir=read Dec 25 16:30:51 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:51 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:30:51 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:51 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:51 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:30:51 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:51 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:30:51 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:51 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_req_reset_port:566: port 1 reset returning error=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:52 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=write Dec 25 16:30:52 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:52 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:30:52 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:52 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:30:52 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_alloc_device:1287: parent_dev=0xc43f2180, bus=0xc42a2cf0, parent_hub=0xc43f9000, depth=1, port_index=0, port_no=1, speed=2, usb2_mode=0 Dec 25 16:30:52 localhost kernel: usb2_req_set_address:1004: setting device address=2 Dec 25 16:30:52 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x00 bRequest=0x05 wValue=0x0002 wIndex=0x0000 wLength=0x0000 Dec 25 16:30:52 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:30:52 localhost last message repeated 3 times Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:52 localhost kernel: usb2_start_hardware:1348: xfer=0xc49aa0e0, pipe=0xc48d8380, nframes=1, dir=write Dec 25 16:30:52 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:52 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:52 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_STALLED Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49aa0e0 pipe=0xc48d8380 sts=22 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=2 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_transfer_stop:1626: close Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_CANCELLED Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2028: not transferring Dec 25 16:30:52 localhost kernel: usb2_alloc_device:1423: set address 2 failed (ignored) Dec 25 16:30:52 localhost kernel: usb2_req_get_desc:599: id=0, type=1, index=0, max_len=8 Dec 25 16:30:52 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0100 wIndex=0x0000 wLength=0x0008 Dec 25 16:30:52 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:30:52 localhost last message repeated 3 times Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:52 localhost kernel: usb2_start_hardware:1348: xfer=0xc49aa0e0, pipe=0xc48d8380, nframes=2, dir=write Dec 25 16:30:52 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=1 bEndpointAddress=0x00 Dec 25 16:30:52 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:52 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_STALLED Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49aa0e0 pipe=0xc48d8380 sts=22 alen=8, slen=16, afrm=1, nfrm=2 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=2 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_transfer_stop:1626: close Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_CANCELLED Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2028: not transferring Dec 25 16:30:52 localhost kernel: usb2_alloc_device:1458: getting device descriptor at addr 2 failed! Dec 25 16:30:52 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0x23 bRequest=0x03 wValue=0x0004 wIndex=0x0001 wLength=0x0000 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:52 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=1, dir=read Dec 25 16:30:52 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:52 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:30:52 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:52 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:30:52 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_do_request_flags:260: udev=0xc446a000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44610e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:52 localhost kernel: usb2_start_hardware:1348: xfer=0xc44610e0, pipe=0xc446a380, nframes=2, dir=read Dec 25 16:30:52 localhost kernel: usb2_dump_pipe: pipe=0xc446a380 edesc=0xc446ab0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:52 localhost kernel: usb2_dump_queue: pipe=0xc446a380 xfer: Dec 25 16:30:52 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44610e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:52 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc44610e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:30:52 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44610e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44610e0 pipe=0xc446a380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_do_request_flags:260: udev=0xc446a000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0002 wLength=0x0004 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44610e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:52 localhost kernel: usb2_start_hardware:1348: xfer=0xc44610e0, pipe=0xc446a380, nframes=2, dir=read Dec 25 16:30:52 localhost kernel: usb2_dump_pipe: pipe=0xc446a380 edesc=0xc446ab0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:52 localhost kernel: usb2_dump_queue: pipe=0xc446a380 xfer: Dec 25 16:30:52 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44610e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:52 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc44610e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:30:52 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44610e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44610e0 pipe=0xc446a380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:52 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=write Dec 25 16:30:52 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:52 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:30:52 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:52 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:30:52 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0x23 bRequest=0x01 wValue=0x0014 wIndex=0x0001 wLength=0x0000 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:52 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=1, dir=read Dec 25 16:30:52 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:52 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:30:52 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:52 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:30:52 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_req_reset_port:566: port 1 reset returning error=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_req_set_address:1004: setting device address=2 Dec 25 16:30:52 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x00 bRequest=0x05 wValue=0x0002 wIndex=0x0000 wLength=0x0000 Dec 25 16:30:52 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:30:52 localhost last message repeated 3 times Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:52 localhost kernel: usb2_start_hardware:1348: xfer=0xc49aa0e0, pipe=0xc48d8380, nframes=1, dir=write Dec 25 16:30:52 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=1 bEndpointAddress=0x00 Dec 25 16:30:52 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:52 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49aa0e0 pipe=0xc48d8380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper_sub:2411: xfer=0xc49aa0e0: Control transfer active on pipe=0xc48d8380 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:52 localhost kernel: usb2_start_hardware:1348: xfer=0xc49aa0e0, pipe=0xc48d8380, nframes=1, dir=write Dec 25 16:30:52 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=1 bEndpointAddress=0x00 Dec 25 16:30:52 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:52 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:52 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49aa0e0 pipe=0xc48d8380 sts=0 alen=0, slen=0, afrm=1, nfrm=1 Dec 25 16:30:52 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:52 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_req_get_desc:599: id=0, type=1, index=0, max_len=8 Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0100 wIndex=0x0000 wLength=0x0008 Dec 25 16:30:53 localhost kernel: usb2_transfer_stop:1626: close Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_CANCELLED Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2028: not transferring Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:30:53 localhost last message repeated 3 times Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49aa0e0, pipe=0xc48d8380, nframes=2, dir=write Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49aa0e0 pipe=0xc48d8380 sts=0 alen=16, slen=16, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_req_get_device_desc:867: Dec 25 16:30:53 localhost kernel: usb2_req_get_desc:599: id=0, type=1, index=0, max_len=18 Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0100 wIndex=0x0000 wLength=0x0012 Dec 25 16:30:53 localhost kernel: usb2_transfer_stop:1626: close Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_CANCELLED Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2028: not transferring Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:30:53 localhost last message repeated 3 times Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=2, dir=write Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=26, slen=26, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_alloc_device:1473: adding unit addr=2, rev=200, class=0, subclass=0, protocol=0, maxpacket=64, len=18, speed=2 Dec 25 16:30:53 localhost kernel: usb2_req_get_device_desc:867: Dec 25 16:30:53 localhost kernel: usb2_req_get_desc:599: id=0, type=1, index=0, max_len=18 Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0100 wIndex=0x0000 wLength=0x0012 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=2, dir=read Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=26, slen=26, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_req_get_desc:599: id=128, type=3, index=0, max_len=4 Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0300 wIndex=0x0080 wLength=0x0002 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=2, dir=read Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=10, slen=10, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0300 wIndex=0x0080 wLength=0x0004 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=2, dir=read Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_req_get_desc:599: id=1033, type=3, index=3, max_len=128 Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0303 wIndex=0x0409 wLength=0x0002 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=2, dir=read Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=10, slen=10, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0303 wIndex=0x0409 wLength=0x001c Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=2, dir=read Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=36, slen=36, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_req_get_desc:599: id=1033, type=3, index=1, max_len=128 Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0301 wIndex=0x0409 wLength=0x0002 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=2, dir=read Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=10, slen=10, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0301 wIndex=0x0409 wLength=0x0012 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=2, dir=read Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=26, slen=26, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_req_get_desc:599: id=1033, type=3, index=2, max_len=128 Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0302 wIndex=0x0409 wLength=0x0002 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=2, dir=read Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=10, slen=10, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0302 wIndex=0x0409 wLength=0x0022 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=2, dir=read Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=42, slen=42, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_alloc_device:1587: setting config 0 Dec 25 16:30:53 localhost kernel: usb2_set_config_index:507: udev=0xc48d8000 index=0 Dec 25 16:30:53 localhost kernel: usb2_detach_device:883: udev=0xc48d8000 Dec 25 16:30:53 localhost kernel: usb2_req_get_config_desc_full:824: index=0 Dec 25 16:30:53 localhost kernel: usb2_req_get_config_desc:789: confidx=0 Dec 25 16:30:53 localhost kernel: usb2_req_get_desc:599: id=0, type=2, index=0, max_len=9 Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0200 wIndex=0x0000 wLength=0x0009 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=2, dir=read Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=17, slen=17, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_req_get_desc:599: id=0, type=2, index=0, max_len=32 Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x80 bRequest=0x06 wValue=0x0200 wIndex=0x0000 wLength=0x0020 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=2, dir=read Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=40, slen=40, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_set_config_index:596: udev=0xc48d8000 cdesc=0xc4940d20 (addr 1) cno=2 attr=0x80, selfpowered=0, power=100 Dec 25 16:30:53 localhost kernel: usb2_req_set_config:1280: setting config 1 Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0x00 bRequest=0x09 wValue=0x0001 wIndex=0x0000 wLength=0x0000 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=1, dir=read Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_fill_iface_data:361: iface_index=0 alt_index=0 Dec 25 16:30:53 localhost kernel: usb2_fill_iface_data:399: found idesc nendpt=2 Dec 25 16:30:53 localhost kernel: usb2_fill_iface_data:404: endpt=1 Dec 25 16:30:53 localhost kernel: usb2_fill_iface_data:404: endpt=0 Dec 25 16:30:53 localhost kernel: usb2_set_config_index:635: error=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_alloc_device:1647: new dev (addr 2), udev=0xc48d8000, parent_hub=0xc43f9000 Dec 25 16:30:53 localhost kernel: ugen0.2: <Toshiba> at usbus0 Dec 25 16:30:53 localhost kernel: usb2_probe_and_attach:1130: iclass=8/6/80 iindex=0/0 Dec 25 16:30:53 localhost kernel: umass0: <Toshiba USB Flash Memory, class 0/0, rev 2.00/1.00, addr 2> on usbus0 Dec 25 16:30:53 localhost kernel: umass0: SCSI over Bulk-Only; quirks = 0x0000 Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:30:53 localhost last message repeated 2 times Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0xff type=0x2 dir=0x0 index=0 Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0xff type=0x2 dir=0x80 index=0 Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0xff type=0x2 dir=0x0 index=0 Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0xff type=0x2 dir=0x80 index=0 Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:30:53 localhost last message repeated 2 times Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0xff type=0x2 dir=0x0 index=0 Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0xff type=0x2 dir=0x80 index=0 Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0xff type=0x2 dir=0x0 index=0 Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:30:53 localhost kernel: usb2_get_pipe:177: udev=0xc48d8000 iface_index=0 address=0xff type=0x2 dir=0x80 index=0 Dec 25 16:30:53 localhost kernel: usb2_do_request_flags:260: udev=0xc48d8000 bmRequestType=0xa1 bRequest=0xfe wValue=0x0000 wIndex=0x0000 wLength=0x0001 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:53 localhost kernel: usb2_start_hardware:1348: xfer=0xc49a30e0, pipe=0xc48d8380, nframes=2, dir=write Dec 25 16:30:53 localhost kernel: usb2_dump_pipe: pipe=0xc48d8380 edesc=0xc48d8b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:53 localhost kernel: usb2_dump_queue: pipe=0xc48d8380 xfer: Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0xc49a30e0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:53 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2486: cb 0xc49a30e0 (enter) Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:53 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49a30e0 pipe=0xc48d8380 sts=0 alen=9, slen=9, afrm=2, nfrm=2 Dec 25 16:30:53 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:53 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:54 localhost kernel: umass0:0:0:-1: Attached to scbus0 Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e3320 (enter) Dec 25 16:30:54 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:54 localhost kernel: usb2_start_hardware:1348: xfer=0xc49e3320, pipe=0xc48d83d0, nframes=1, dir=write Dec 25 16:30:54 localhost kernel: usb2_dump_pipe: pipe=0xc48d83d0 edesc=0xc4940d39 isoc_next=0 toggle_next=0 bEndpointAddress=0x02 Dec 25 16:30:54 localhost kernel: usb2_dump_queue: pipe=0xc48d83d0 xfer: Dec 25 16:30:54 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e3320 (enter) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0xc49e3320 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e3320 (enter) Dec 25 16:30:54 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e3320 (enter) Dec 25 16:30:54 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0xc49e3320 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:54 localhost kernel: usb2_probe_and_attach:1105: end of interfaces at 1 Dec 25 16:30:54 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e3320 (enter) Dec 25 16:30:54 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:54 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49e3320 pipe=0xc48d83d0 sts=0 alen=31, slen=31, afrm=1, nfrm=1 Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e33f8 (enter) Dec 25 16:30:54 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:54 localhost kernel: usb2_start_hardware:1348: xfer=0xc49e33f8, pipe=0xc48d83a8, nframes=1, dir=read Dec 25 16:30:54 localhost kernel: usb2_dump_pipe: pipe=0xc48d83a8 edesc=0xc4940d32 isoc_next=0 toggle_next=0 bEndpointAddress=0x81 Dec 25 16:30:54 localhost kernel: usb2_dump_queue: pipe=0xc48d83a8 xfer: Dec 25 16:30:54 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e33f8 (enter) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0xc49e33f8 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e33f8 (enter) Dec 25 16:30:54 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e33f8 (enter) Dec 25 16:30:54 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0xc49e33f8 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:54 localhost kernel: bRequest=0x00 wValue=0x0000 wIndex=0x0002 wLength=0x0004 Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:54 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:54 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:54 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:30:54 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=write Dec 25 16:30:54 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:30:54 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:30:54 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:54 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:54 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e33f8 (enter) Dec 25 16:30:54 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:54 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49e33f8 pipe=0xc48d83a8 sts=0 alen=36, slen=36, afrm=1, nfrm=1 Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e36e8 (enter) Dec 25 16:30:54 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:54 localhost kernel: usb2_start_hardware:1348: xfer=0xc49e36e8, pipe=0xc48d83a8, nframes=1, dir=read Dec 25 16:30:54 localhost kernel: usb2_dump_pipe: pipe=0xc48d83a8 edesc=0xc4940d32 isoc_next=0 toggle_next=1 bEndpointAddress=0x81 Dec 25 16:30:54 localhost kernel: usb2_dump_queue: pipe=0xc48d83a8 xfer: Dec 25 16:30:54 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e36e8 (enter) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0xc49e36e8 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e36e8 (enter) Dec 25 16:30:54 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e36e8 (enter) Dec 25 16:30:54 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0xc49e36e8 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:54 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:30:54 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:54 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:54 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:30:54 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:54 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:30:54 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2486: cb 0xc49e36e8 (enter) Dec 25 16:30:54 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:30:54 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49e36e8 pipe=0xc48d83a8 sts=0 alen=13, slen=13, afrm=1, nfrm=1 Dec 25 16:30:54 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) [-- Attachment #3 --] Dec 25 16:13:39 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:39 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2486: cb 0xc43300e0 (enter) Dec 25 16:13:39 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:39 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc43300e0 pipe=0xc43f93a8 sts=0 alen=1, slen=8, afrm=1, nfrm=1 Dec 25 16:13:39 localhost kernel: usb2_start_hardware:1348: xfer=0xc43300e0, pipe=0xc43f93a8, nframes=1, dir=read Dec 25 16:13:39 localhost kernel: usb2_dump_pipe: pipe=0xc43f93a8 edesc=0xc43f10b2 isoc_next=0 toggle_next=0 bEndpointAddress=0x81 Dec 25 16:13:39 localhost kernel: usb2_dump_queue: pipe=0xc43f93a8 xfer: Dec 25 16:13:39 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2486: cb 0xc43300e0 (enter) Dec 25 16:13:39 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2488: cb 0xc43300e0 (leave) Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:39 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:39 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:39 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:39 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=read Dec 25 16:13:39 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:39 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:39 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:39 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:39 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:39 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:39 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:39 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:39 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:39 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:13:39 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:39 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0x23 bRequest=0x01 wValue=0x0010 wIndex=0x0001 wLength=0x0000 Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:39 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:39 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:39 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=1, dir=read Dec 25 16:13:39 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:39 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:39 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:39 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:39 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:39 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:39 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:39 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:39 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:39 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:13:39 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:39 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:39 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:39 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:39 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=write Dec 25 16:13:39 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:39 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:39 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:39 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:39 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:39 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:39 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:39 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:39 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:39 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:13:39 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:39 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0x23 bRequest=0x03 wValue=0x0004 wIndex=0x0001 wLength=0x0000 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:40 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=1, dir=read Dec 25 16:13:40 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:40 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:40 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:40 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:40 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:40 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:40 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=write Dec 25 16:13:40 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:40 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:40 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:40 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:40 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:40 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0x23 bRequest=0x01 wValue=0x0014 wIndex=0x0001 wLength=0x0000 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:40 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=1, dir=read Dec 25 16:13:40 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:40 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:40 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:40 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:40 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:40 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_do_request_flags:260: udev=0xc446a000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44610e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:40 localhost kernel: usb2_start_hardware:1348: xfer=0xc44610e0, pipe=0xc446a380, nframes=2, dir=read Dec 25 16:13:40 localhost kernel: usb2_dump_pipe: pipe=0xc446a380 edesc=0xc446ab0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:40 localhost kernel: usb2_dump_queue: pipe=0xc446a380 xfer: Dec 25 16:13:40 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44610e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:40 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0xc44610e0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:40 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:40 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44610e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44610e0 pipe=0xc446a380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_do_request_flags:260: udev=0xc446a000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0002 wLength=0x0004 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44610e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:40 localhost kernel: usb2_start_hardware:1348: xfer=0xc44610e0, pipe=0xc446a380, nframes=2, dir=read Dec 25 16:13:40 localhost kernel: usb2_dump_pipe: pipe=0xc446a380 edesc=0xc446ab0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:40 localhost kernel: usb2_dump_queue: pipe=0xc446a380 xfer: Dec 25 16:13:40 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44610e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:40 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0xc44610e0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:40 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:40 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44610e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44610e0 pipe=0xc446a380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_req_reset_port:566: port 1 reset returning error=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:40 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:40 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=write Dec 25 16:13:40 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:40 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:40 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:40 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:40 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:40 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_alloc_device:1287: parent_dev=0xc43f2180, bus=0xc42a2cf0, parent_hub=0xc43f9000, depth=1, port_index=0, port_no=1, speed=2, usb2_mode=0 Dec 25 16:13:40 localhost kernel: usb2_req_set_address:1004: setting device address=2 Dec 25 16:13:40 localhost kernel: usb2_do_request_flags:260: udev=0xc48db000 bmRequestType=0x00 bRequest=0x05 wValue=0x0002 wIndex=0x0000 wLength=0x0000 Dec 25 16:13:40 localhost kernel: usb2_get_pipe:177: udev=0xc48db000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:13:40 localhost last message repeated 3 times Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:40 localhost kernel: usb2_start_hardware:1348: xfer=0xc49aa0e0, pipe=0xc48db380, nframes=1, dir=write Dec 25 16:13:40 localhost kernel: usb2_dump_pipe: pipe=0xc48db380 edesc=0xc48dbb0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:40 localhost kernel: usb2_dump_queue: pipe=0xc48db380 xfer: Dec 25 16:13:40 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_STALLED Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49aa0e0 pipe=0xc48db380 sts=22 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=2 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_transfer_stop:1626: close Dec 25 16:13:40 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_CANCELLED Dec 25 16:13:40 localhost kernel: usb2_transfer_done:2028: not transferring Dec 25 16:13:40 localhost kernel: usb2_alloc_device:1423: set address 2 failed (ignored) Dec 25 16:13:40 localhost kernel: usb2_req_get_desc:599: id=0, type=1, index=0, max_len=8 Dec 25 16:13:40 localhost kernel: usb2_do_request_flags:260: udev=0xc48db000 bmRequestType=0x80 bRequest=0x06 wValue=0x0100 wIndex=0x0000 wLength=0x0008 Dec 25 16:13:40 localhost kernel: usb2_get_pipe:177: udev=0xc48db000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:13:40 localhost last message repeated 3 times Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:40 localhost kernel: usb2_start_hardware:1348: xfer=0xc49aa0e0, pipe=0xc48db380, nframes=2, dir=write Dec 25 16:13:40 localhost kernel: usb2_dump_pipe: pipe=0xc48db380 edesc=0xc48dbb0b isoc_next=0 toggle_next=1 bEndpointAddress=0x00 Dec 25 16:13:40 localhost kernel: usb2_dump_queue: pipe=0xc48db380 xfer: Dec 25 16:13:40 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_STALLED Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49aa0e0 pipe=0xc48db380 sts=22 alen=8, slen=16, afrm=1, nfrm=2 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=2 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_transfer_stop:1626: close Dec 25 16:13:40 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_CANCELLED Dec 25 16:13:40 localhost kernel: usb2_transfer_done:2028: not transferring Dec 25 16:13:40 localhost kernel: usb2_alloc_device:1458: getting device descriptor at addr 2 failed! Dec 25 16:13:40 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0x23 bRequest=0x03 wValue=0x0004 wIndex=0x0001 wLength=0x0000 Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:40 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:40 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=1, dir=read Dec 25 16:13:40 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:40 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:40 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:40 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:40 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:40 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:40 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:41 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:41 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc43300e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc43300e0 pipe=0xc43f93a8 sts=0 alen=1, slen=8, afrm=1, nfrm=1 Dec 25 16:13:41 localhost kernel: usb2_start_hardware:1348: xfer=0xc43300e0, pipe=0xc43f93a8, nframes=1, dir=read Dec 25 16:13:41 localhost kernel: usb2_dump_pipe: pipe=0xc43f93a8 edesc=0xc43f10b2 isoc_next=0 toggle_next=0 bEndpointAddress=0x81 Dec 25 16:13:41 localhost kernel: usb2_dump_queue: pipe=0xc43f93a8 xfer: Dec 25 16:13:41 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc43300e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0xc43300e0 (leave) Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:41 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:41 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:13:41 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:41 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:41 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:41 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=write Dec 25 16:13:41 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:41 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:41 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:41 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:41 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:41 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:41 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:13:41 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:41 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0x23 bRequest=0x01 wValue=0x0014 wIndex=0x0001 wLength=0x0000 Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:41 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:41 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=1, dir=read Dec 25 16:13:41 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:41 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:41 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:41 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:41 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:41 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:41 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:13:41 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:41 localhost kernel: usb2_req_reset_port:566: port 1 reset returning error=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:41 localhost kernel: usb2_req_set_address:1004: setting device address=2 Dec 25 16:13:41 localhost kernel: usb2_do_request_flags:260: udev=0xc48db000 bmRequestType=0x00 bRequest=0x05 wValue=0x0002 wIndex=0x0000 wLength=0x0000 Dec 25 16:13:41 localhost kernel: usb2_get_pipe:177: udev=0xc48db000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:13:41 localhost last message repeated 3 times Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:41 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:41 localhost kernel: usb2_start_hardware:1348: xfer=0xc49aa0e0, pipe=0xc48db380, nframes=1, dir=write Dec 25 16:13:41 localhost kernel: usb2_dump_pipe: pipe=0xc48db380 edesc=0xc48dbb0b isoc_next=0 toggle_next=1 bEndpointAddress=0x00 Dec 25 16:13:41 localhost kernel: usb2_dump_queue: pipe=0xc48db380 xfer: Dec 25 16:13:41 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:41 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_STALLED Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49aa0e0 pipe=0xc48db380 sts=22 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:13:41 localhost kernel: usb2_do_request_callback:76: st=2 Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:41 localhost kernel: usb2_transfer_stop:1626: close Dec 25 16:13:41 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_CANCELLED Dec 25 16:13:41 localhost kernel: usb2_transfer_done:2028: not transferring Dec 25 16:13:41 localhost kernel: usb2_req_re_enumerate:1362: addr=2, set address failed! (ignored) Dec 25 16:13:41 localhost kernel: usb2_req_get_desc:599: id=0, type=1, index=0, max_len=8 Dec 25 16:13:41 localhost kernel: usb2_do_request_flags:260: udev=0xc48db000 bmRequestType=0x80 bRequest=0x06 wValue=0x0100 wIndex=0x0000 wLength=0x0008 Dec 25 16:13:41 localhost kernel: usb2_get_pipe:177: udev=0xc48db000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:13:41 localhost last message repeated 3 times Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:41 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:41 localhost kernel: usb2_start_hardware:1348: xfer=0xc49aa0e0, pipe=0xc48db380, nframes=2, dir=write Dec 25 16:13:41 localhost kernel: usb2_dump_pipe: pipe=0xc48db380 edesc=0xc48dbb0b isoc_next=0 toggle_next=1 bEndpointAddress=0x00 Dec 25 16:13:41 localhost kernel: usb2_dump_queue: pipe=0xc48db380 xfer: Dec 25 16:13:41 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:41 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_STALLED Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:41 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49aa0e0 pipe=0xc48db380 sts=22 alen=8, slen=16, afrm=1, nfrm=2 Dec 25 16:13:41 localhost kernel: usb2_do_request_callback:76: st=2 Dec 25 16:13:41 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:41 localhost kernel: usb2_transfer_stop:1626: close Dec 25 16:13:41 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_CANCELLED Dec 25 16:13:41 localhost kernel: usb2_transfer_done:2028: not transferring Dec 25 16:13:41 localhost kernel: usb2_req_re_enumerate:1375: getting device descriptor at addr 2 failed! Dec 25 16:13:42 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0x23 bRequest=0x03 wValue=0x0004 wIndex=0x0001 wLength=0x0000 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:42 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=1, dir=write Dec 25 16:13:42 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:42 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:42 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:42 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:42 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:42 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=write Dec 25 16:13:42 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:42 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:42 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:42 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:42 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0x23 bRequest=0x01 wValue=0x0014 wIndex=0x0001 wLength=0x0000 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:42 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=1, dir=read Dec 25 16:13:42 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:42 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:42 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:42 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:42 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_req_reset_port:566: port 1 reset returning error=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_req_set_address:1004: setting device address=2 Dec 25 16:13:42 localhost kernel: usb2_do_request_flags:260: udev=0xc48db000 bmRequestType=0x00 bRequest=0x05 wValue=0x0002 wIndex=0x0000 wLength=0x0000 Dec 25 16:13:42 localhost kernel: usb2_get_pipe:177: udev=0xc48db000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:13:42 localhost last message repeated 3 times Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:42 localhost kernel: usb2_start_hardware:1348: xfer=0xc49aa0e0, pipe=0xc48db380, nframes=1, dir=write Dec 25 16:13:42 localhost kernel: usb2_dump_pipe: pipe=0xc48db380 edesc=0xc48dbb0b isoc_next=0 toggle_next=1 bEndpointAddress=0x00 Dec 25 16:13:42 localhost kernel: usb2_dump_queue: pipe=0xc48db380 xfer: Dec 25 16:13:42 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_STALLED Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49aa0e0 pipe=0xc48db380 sts=22 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=2 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_transfer_stop:1626: close Dec 25 16:13:42 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_CANCELLED Dec 25 16:13:42 localhost kernel: usb2_transfer_done:2028: not transferring Dec 25 16:13:42 localhost kernel: usb2_req_re_enumerate:1362: addr=2, set address failed! (ignored) Dec 25 16:13:42 localhost kernel: usb2_req_get_desc:599: id=0, type=1, index=0, max_len=8 Dec 25 16:13:42 localhost kernel: usb2_do_request_flags:260: udev=0xc48db000 bmRequestType=0x80 bRequest=0x06 wValue=0x0100 wIndex=0x0000 wLength=0x0008 Dec 25 16:13:42 localhost kernel: usb2_get_pipe:177: udev=0xc48db000 iface_index=0 address=0x0 type=0x0 dir=0xff index=0 Dec 25 16:13:42 localhost last message repeated 3 times Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:42 localhost kernel: usb2_start_hardware:1348: xfer=0xc49aa0e0, pipe=0xc48db380, nframes=2, dir=write Dec 25 16:13:42 localhost kernel: usb2_dump_pipe: pipe=0xc48db380 edesc=0xc48dbb0b isoc_next=0 toggle_next=1 bEndpointAddress=0x00 Dec 25 16:13:42 localhost kernel: usb2_dump_queue: pipe=0xc48db380 xfer: Dec 25 16:13:42 localhost kernel: usb2_start_hardware:1367: open Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0xc49aa0e0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_STALLED Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc49aa0e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc49aa0e0 pipe=0xc48db380 sts=22 alen=8, slen=16, afrm=1, nfrm=2 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=2 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_transfer_stop:1626: close Dec 25 16:13:42 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_CANCELLED Dec 25 16:13:42 localhost kernel: usb2_transfer_done:2028: not transferring Dec 25 16:13:42 localhost kernel: usb2_req_re_enumerate:1375: getting device descriptor at addr 2 failed! Dec 25 16:13:42 localhost kernel: usb2_free_device:1694: udev=0xc48db000 port=1 Dec 25 16:13:42 localhost kernel: uhub_reattach_port:417: could not allocate new device! Dec 25 16:13:42 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0x23 bRequest=0x01 wValue=0x0001 wIndex=0x0001 wLength=0x0000 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:42 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=1, dir=write Dec 25 16:13:42 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:42 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:42 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:42 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:42 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=8, slen=8, afrm=1, nfrm=1 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0002 wLength=0x0004 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:42 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=write Dec 25 16:13:42 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:42 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:42 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:42 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:42 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0001 wLength=0x0004 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:42 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=read Dec 25 16:13:42 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:42 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:42 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:42 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:42 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_do_request_flags:260: udev=0xc43f9000 bmRequestType=0xa3 bRequest=0x00 wValue=0x0000 wIndex=0x0002 wLength=0x0004 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=0 Dec 25 16:13:42 localhost kernel: usb2_start_hardware:1348: xfer=0xc44630e0, pipe=0xc43f9380, nframes=2, dir=read Dec 25 16:13:42 localhost kernel: usb2_dump_pipe: pipe=0xc43f9380 edesc=0xc43f9b0b isoc_next=0 toggle_next=0 bEndpointAddress=0x00 Dec 25 16:13:42 localhost kernel: usb2_dump_queue: pipe=0xc43f9380 xfer: Dec 25 16:13:42 localhost kernel: usb2_pipe_enter:1515: enter Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_pipe_start:2238: start Dec 25 16:13:42 localhost kernel: usb2_config_td_queue_command:177: Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0xc44630e0 (leave) Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave) Dec 25 16:13:42 localhost kernel: usb2_config_td_dispatch:44: Dec 25 16:13:42 localhost kernel: usb2_sw_transfer:167: done err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_transfer_done:2021: err=USB_ERR_NORMAL_COMPLETION Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2486: cb 0xc44630e0 (enter) Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper:1869: case 1-4 Dec 25 16:13:42 localhost kernel: usb2_callback_wrapper_sub:2375: xfer=0xc44630e0 pipe=0xc43f9380 sts=0 alen=12, slen=12, afrm=2, nfrm=2 Dec 25 16:13:42 localhost kernel: usb2_do_request_callback:76: st=1 Dec 25 16:13:42 localhost kernel: usb2_command_wrapper:2488: cb 0 (leave)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081225160843.GA1826>
