Date: Sat, 16 Nov 2013 22:20:01 GMT From: Stan Gammons <s_gammons@charter.net> To: freebsd-usb@FreeBSD.org Subject: Re: usb/184014: USB storage devices do not work in FreeBSD 9.2 or higher. Message-ID: <201311162220.rAGMK14O016864@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR usb/184014; it has been noted by GNATS. From: Stan Gammons <s_gammons@charter.net> To: Hans Petter Selasky <hans.petter.selasky@bitfrost.no>, "freebsd-gnats-submit@FreeBSD.org" <freebsd-gnats-submit@FreeBSD.org> Cc: Alexander Motin <mav@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@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@gateway2:~ # That's the only thing I see for 0x4100 too root@gateway2:~ # usbconfig dump_device_quirks | grep 0x4100 VID=0x0951 PID=0x4100 REVLO=0x0000 REVHI=0xffff QUIRK=UQ_MSC_NO_PREVENT_ALLOW root@gateway2:~ # I'll try adding some other quirks later today. Stanhelp
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311162220.rAGMK14O016864>
