Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2013 22:00:01 GMT
From:      Hans Petter Selasky <hans.petter.selasky@bitfrost.no>
To:        freebsd-usb@FreeBSD.org
Subject:   Re: usb/184014: USB storage devices do not work in FreeBSD 9.2 or higher.
Message-ID:  <201311162200.rAGM01qX012129@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/184014; it has been noted by GNATS.

From: Hans Petter Selasky <hans.petter.selasky@bitfrost.no>
To: Stan Gammons <s_gammons@charter.net>, 
 "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 22:56:23 +0100

 On 11/16/13 22:48, Stan Gammons wrote:
 > 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
 >
 >
 
 Did you "kldload usb_quirk" ?
 
 --HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311162200.rAGM01qX012129>