usb/184014: USB storage devices do not work in FreeBSD 9.2 or higher.
Stan Gammons
s_gammons at charter.net
Sat Nov 16 21:50:02 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 15:48:03 -0600
This is a multi-part message in MIME format.
--------------030108030004020700090400
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
On 16/11/13 12:08, Hans Petter Selasky wrote:
> RE: usb/184014: USB storage devices do not work in FreeBSD 9.2 or higher.
> Hi,
>
> For permanent quirks, you need to edit sys/dev/usb/quirk/usb_quirk.c .
>
> Please submit a patch, thought we might want to investigate this issue further.
>
> Stay tuned!
>
> --HPS
>
I added this line to the usb_quirk.c structure listed below
USB_QUIRK(KINGSTON, DT_100_G2, 0x0000, 0xffff, UQ_MSC_NO_PREVENT_ALLOW),
static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
and added this line to /usr/src/sys/dev/usb/usbdevs under the Kingston
products section
/* Kingston products */
product KINGSTON DT_100_G2 0x4100 USB Storage
then I did a make buildkernel KERNCONF=MYKERNEL and make installkernel
KERNCONF to install the new kernel and rebooted, but that didn't work.
So, I must be going about this wrong.
Stan
--------------030108030004020700090400
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 16/11/13 12:08, Hans Petter Selasky
wrote:<br>
</div>
<blockquote
cite="mid:zarafa.5287b49a.469b.45a3072659540e59 at mail.lockless.no"
type="cite">
<meta name="Generator" content="Zarafa WebApp v7.1.4-41394">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>RE: usb/184014: USB storage devices do not work in FreeBSD
9.2 or higher.</title>
<pre style="white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; white-space: pre-wrap; word-wrap: break-word;" wrap="">Hi,
For permanent quirks, you need to edit sys/dev/usb/quirk/usb_quirk.c .
Please submit a patch, thought we might want to investigate this issue further.
Stay tuned!
--HPS
</pre>
</blockquote>
I added this line to the usb_quirk.c structure listed below<br>
<br>
USB_QUIRK(KINGSTON, DT_100_G2, 0x0000, 0xffff,
UQ_MSC_NO_PREVENT_ALLOW),<br>
<br>
<br>
<br>
static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {<br>
<br>
and added this line to /usr/src/sys/dev/usb/usbdevs under the
Kingston products section<br>
<br>
/* Kingston products */<br>
product KINGSTON DT_100_G2Â Â Â Â Â 0x4100Â USB Storage<br>
<br>
then I did a make buildkernel KERNCONF=MYKERNEL and make
installkernel KERNCONF to install the new kernel and rebooted, but
that didn't work. So, I must be going about this wrong.<br>
<br>
<br>
Stan<br>
<br>
</body>
</html>
--------------030108030004020700090400--
More information about the freebsd-usb
mailing list