Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2021 10:58:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 253855] Add quirk entries for Kingston DataTraveler
Message-ID:  <bug-253855-19105-9obSG6B43y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253855-19105@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253855-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=3D253855

--- Comment #7 from Hans Petter Selasky <hselasky@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 t=
he
USB MSC quirk flag, if you don't get the expected result, for example.

--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-253855-19105-9obSG6B43y>