usb/184014: USB storage devices do not work in FreeBSD 9.2 or higher.
Stan Gammons
s_gammons at charter.net
Sat Nov 16 22:20:01 UTC 2013
The following reply was made to PR usb/184014; it has been noted by GNATS.
From: Stan Gammons <s_gammons at charter.net>
To: Hans Petter Selasky <hans.petter.selasky at bitfrost.no>,
"freebsd-gnats-submit at FreeBSD.org" <freebsd-gnats-submit at FreeBSD.org>
Cc: Alexander Motin <mav at freebsd.org>
Subject: Re: usb/184014: USB storage devices do not work in FreeBSD 9.2 or
higher.
Date: Sat, 16 Nov 2013 16:19:17 -0600
On 16/11/13 16:08, Hans Petter Selasky wrote:
> You can check using "usbconfig dump_device_quirks" that your quirk is
> really present. You might also note, that if you set mass storage
> device quirks, the auto-device-quirk algorithm, might behave
> differently, so you might need to add more quirks, like no synchronize
> cache and so on.
>
> --HPS
I believe the PID=0x4100 is it.
root at gateway2:~ # usbconfig dump_device_quirks | grep NO_PREVENT_ALLOW
VID=0x0951 PID=0x4100 REVLO=0x0000 REVHI=0xffff
QUIRK=UQ_MSC_NO_PREVENT_ALLOW
VID=0x0483 PID=0xfada REVLO=0x0000 REVHI=0xffff
QUIRK=UQ_MSC_NO_PREVENT_ALLOW
root at gateway2:~ #
That's the only thing I see for 0x4100 too
root at gateway2:~ # usbconfig dump_device_quirks | grep 0x4100
VID=0x0951 PID=0x4100 REVLO=0x0000 REVHI=0xffff
QUIRK=UQ_MSC_NO_PREVENT_ALLOW
root at gateway2:~ #
I'll try adding some other quirks later today.
Stan
More information about the freebsd-usb
mailing list