https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247727
Hans Petter Selasky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Hans Petter Selasky <[email protected]> --- This device appears to be quirked: % grep -r 0xa4a5 sys/dev/usb/ sys/dev/usb/usbdevs:product NETCHIP POCKETBOOK 0xa4a5 PocketBook % grep -r POCKETBOOK sys/dev/usb/ sys/dev/usb/quirk/usb_quirk.c: USB_QUIRK(NETCHIP, POCKETBOOK, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE), Maybe that's the reason its failing? Else you can try running: usbdump -i usbusX -f Y -s 65536 -vvv To capture all the USB traffic. It will make it more clear when the error happens! --HPS -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
