From owner-freebsd-usb@FreeBSD.ORG Sat Dec 28 12:16:52 2013 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B8A0CB1; Sat, 28 Dec 2013 12:16:52 +0000 (UTC) Received: from smtp.lamaiziere.net (net.lamaiziere.net [37.59.62.186]) by mx1.freebsd.org (Postfix) with ESMTP id 1FEC6185A; Sat, 28 Dec 2013 12:16:51 +0000 (UTC) Received: from roxette.lamaiziere.net (149.169.100.84.rev.sfr.net [84.100.169.149]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 962712863; Sat, 28 Dec 2013 13:11:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by roxette.lamaiziere.net (Postfix) with ESMTP id 8F539A3; Sat, 28 Dec 2013 13:11:20 +0100 (CET) Date: Sat, 28 Dec 2013 13:11:19 +0100 From: Patrick Lamaiziere To: Stan Gammons Subject: Re: usb/184014: USB storage devices do not work in FreeBSD 9.2 or higher. Message-ID: <20131228131119.6870638d@davenulle.org> In-Reply-To: <201311171710.rAHHA1u6048454@freefall.freebsd.org> References: <201311171710.rAHHA1u6048454@freefall.freebsd.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (smtp.lamaiziere.net [0.0.0.0]); Sat, 28 Dec 2013 13:11:21 +0100 (CET) Cc: Alexander Motin , freebsd-usb@FreeBSD.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2013 12:16:52 -0000 Le Sun, 17 Nov 2013 17:10:01 GMT, Stan Gammons a écrit : > The following reply was made to PR usb/184014; it has been noted by > GNATS. > > From: Stan Gammons > To: Hans Petter Selasky , > "freebsd-gnats-submit@FreeBSD.org" > Cc: Alexander Motin > Subject: Re: usb/184014: USB storage devices do not work in FreeBSD > 9.2 or higher. > Date: Sun, 17 Nov 2013 11:06:20 -0600 > > I've been unable to figure out what quirks are needed to make this > work. > Using usbconfig or a different brand USB drive are the easiest > things to do. > Thanks for the help. the quirk is something like : { /* * Kingston DT 101 G2 USB stick. * PR: */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "Kingston", "DT 101 G2", "*"}, /*quirks*/ DA_Q_NO_PREVENT }, I've submitted a PR for this in july http://www.freebsd.org/cgi/query-pr.cgi?pr=180837 Unfortunatly, the pr database is offline... here a copy : http://lists.freebsd.org/pipermail/freebsd-bugs/2013-July/053356.html Regards,