From owner-freebsd-current@FreeBSD.ORG Wed Jan 22 19:38:44 2014 Return-Path: Delivered-To: freebsd-current@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 13A2D936 for ; Wed, 22 Jan 2014 19:38:44 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id C155F1AE1 for ; Wed, 22 Jan 2014 19:38:43 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id 68B8710058C; Wed, 22 Jan 2014 20:38:42 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 418AE1605FA; Wed, 22 Jan 2014 20:39:32 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hrSTKlbBBrYT; Wed, 22 Jan 2014 20:39:31 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id F0FE91605F9; Wed, 22 Jan 2014 20:39:30 +0100 (CET) Message-ID: <52E01E80.2060008@bitfrost.no> Date: Wed, 22 Jan 2014 20:39:44 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?=22olivier=40cochard=2Eme_=3E=3E_Olivier_Cochard?= =?ISO-8859-1?Q?-Labb=E9=22?= , FreeBSD Current Subject: Re: Bad support of Kingston DataTraveler/DT USB key since 9.2 (not fixed in 10.0) References: <52DF9FCE.6010603@bitfrost.no> In-Reply-To: <52DF9FCE.6010603@bitfrost.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 19:38:44 -0000 On 01/22/14 11:39, Hans Petter Selasky wrote: > On 01/22/14 11:31, Olivier Cochard-Labbé wrote: >> Hi all, >> There is a regression since 9.2 (still not fixed on 10.0) regarding a >> list >> of Kingston DataTraveler/DT USB keys >> - usb/180837, regarding "Kingston DT 101 G2": This PR include a patch for >> 9.2 and a link to netbsd code that include other Kingston USB keys; >> - usb/184014, regarding "Kingston DT 100 G2" (include tips for debugging) >> - usb/185747, regarding "Kingston DT 101 G2" (duplicate PR with >> usb/180837), that include a patch for 10.0; >> - misc/185837, regarding "Kingston DataTraveler 2.0". >> >> Can someone check with the netbsd code for the full list of known buggy >> Kingston USB key and commit these quirks patches ? >> > > Hi, > > Can you make a list of VID+PID and the minimum of quirks needed. > > Many Kingston devices I've got work just fine. Maybe they are not original? > s/original/genuine BTW: What revision of FreeBSD are you seeing this? Have you updated the kernel to the latest? --HPS