[Bug 253855] Add quirk entries for Kingston DataTraveler

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 26 10:58:25 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253855

--- Comment #7 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
usb_freebsd.h is for the kernel.

The others are for boot-loaders.

When USB_HAVE_MSCTEST is defined to 1, then all automagic mass storage quirk
detection is activated.

You can basically send a USB SCSI commands there and get a reply back. Maybe
you can add code to taste the quirky commands early on, and then just set the
USB MSC quirk flag, if you don't get the expected result, for example.

--HPS

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


More information about the freebsd-usb mailing list