Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jul 2020 08:03:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 247727] umass(4) fails when the DropCam device is connected
Message-ID:  <bug-247727-19105-qH5DenOoRy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247727-19105@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247727-19105@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247727

Hans Petter Selasky <hselasky@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hselasky@FreeBSD.org

--- Comment #1 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
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, 0xff=
ff,
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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247727-19105-qH5DenOoRy>