From owner-freebsd-current@FreeBSD.ORG Tue Jan 28 18:28:55 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 371FEA0B for ; Tue, 28 Jan 2014 18:28:55 +0000 (UTC) Received: from mail-ve0-x22d.google.com (mail-ve0-x22d.google.com [IPv6:2607:f8b0:400c:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E25C71988 for ; Tue, 28 Jan 2014 18:28:54 +0000 (UTC) Received: by mail-ve0-f173.google.com with SMTP id oz11so516263veb.32 for ; Tue, 28 Jan 2014 10:28:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=obBq6dX4f2qSB44pSgBDYmPgF38uk+xhl24aXLC7j5M=; b=MchRSXTZMDzkae7huw4Z5NlDE+dY0prrGM7xGuUeYlsIymxPyuVW7lKCGZWRxExeJy i4esJT36zztBXF76QLq0iCSZW3lgYBdvO8L8bf0U6UDNpgN5kczSPwsevsBADStRxsax RH7989qZb+qdbMV68p/zNKb4N2mbbO8heg7s30pMK/VRwSSe84b0BcQhksOazSqdbN/E +W/Kz2ecZaLQ06pp9vfKtU+vyVAP0Ows62TGtjmraRlxx7rTDEfDhX/dlOn5j64Gu1+7 RSBUCpzGEJLlgXvRxv92U4LHY2ZziFGfzBRXySD4kfMEIiafmLxeb8rcASg2EnKOxOTn 2TRw== X-Received: by 10.52.89.230 with SMTP id br6mr1881906vdb.20.1390933733769; Tue, 28 Jan 2014 10:28:53 -0800 (PST) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.58.171.1 with HTTP; Tue, 28 Jan 2014 10:28:33 -0800 (PST) In-Reply-To: References: <52DF9FCE.6010603@bitfrost.no> <52E01E80.2060008@bitfrost.no> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Tue, 28 Jan 2014 19:28:33 +0100 X-Google-Sender-Auth: TVWmqsTdOa_7JFSkxf2J0jWHg9M Message-ID: Subject: Re: Bad support of Kingston DataTraveler/DT USB key since 9.2 (not fixed in 10.0) To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Current , Patrick Lamaiziere 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: Tue, 28 Jan 2014 18:28:55 -0000 On Wed, Jan 22, 2014 at 9:41 PM, Olivier Cochard-Labb=E9 wrote: > I've meet the problem on FreeBSD 10.0 with a Kingston DT 101 G2 (this is > why I've fill the PR usb/185747), but it wasn't my key then I didn't have > access to it anymore. > Then the author of the PR usb/180837 confirms the problem on FreeBSD 9.2 > with this same key (but he didn't have to use the same quirks on 9.2 as m= e > on 10.0) and notice that the NetBSD quirks list include a list of Kingsto= n > DataTraveler USB keys > And just after a new PR misc/185837 was created by another user... This w= hy > I wonder if there is something wrong with somes of the Kingston > DataTraveler. > > FYI, I've just ordered 3 differents Kingston Datatraveler keys for testin= g > them: > - Kingston DataTraveler SE9 > - Kingston DataTraveler 100 G3 > - Kingston DataTraveler i G4 8 > I will test them once received. > Received all 3 keys and good news: these 3 works :-) Then it seems only the "Kingston DT 10* G2" meet problems, but I didn't have it with me anymore for getting the VID and PID. Just for the record, the VID/PID of the working tested keys: - Kingston DataTraveler SE9: idVendor =3D 0x0951, idProduct =3D 0x1665, iManufacturer =3D 0x0001 , iProduct =3D 0x0002 - Kingston DataTraveler 100 G3: idVendor =3D 0x0951, idProduct =3D 0x1666, iManufacturer =3D 0x0001 , iProduct =3D 0x0002 - Kingston DataTraveler i G4: idVendor =3D 0x0951, idProduct =3D 0x1666, iManufacturer =3D 0x0001 , iProduct =3D 0x0002 =3D> The "DataTraveler G4" and the "DataTraveler 100 G3" have the same VID/PID. Regards,