From owner-freebsd-current@FreeBSD.ORG Wed Jan 22 20:42:05 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57DF0EC8 for ; Wed, 22 Jan 2014 20:42:05 +0000 (UTC) Received: from mail-vc0-x22a.google.com (mail-vc0-x22a.google.com [IPv6:2607:f8b0:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 106B6118E for ; Wed, 22 Jan 2014 20:42:04 +0000 (UTC) Received: by mail-vc0-f170.google.com with SMTP id hu8so550494vcb.1 for ; Wed, 22 Jan 2014 12:42:04 -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=rrVZSgJFkx2mamAg0xMeR7CryftCe3eS/sZKj10sBoA=; b=k1qPamA26IaxkIZ9Q7225UtOwIw1nXhmmIbl96VpHC3U4gukkVm4SHYZjGuCWrJqh3 wTgSReqgg6ZFWitFtsYBjpYVD7V1fRYZ3P9trVdgWZ6iAZdrcn6KO+GRK3tFEFVLbjKv QE17Hmv8kecCPDgj9r/Dz9yCGbOFt0BejWY0qBTdJKEQP2zn05AUsO7ncELy4Cu2zbZ+ qawwO6tiuLQVfncMxaBAXBQmB+S0jj30SLVAl/ilZ2hyZXk3B1uvCrfFvlx9U8tynZGr 0gcnCsumjl1Lz98P/k4aO1/mvfNlws05Rkdeej7TtG1RnIICR3C6Vn4yZSQM2biQlhwW FRwg== X-Received: by 10.221.51.5 with SMTP id vg5mr1327069vcb.40.1390423323997; Wed, 22 Jan 2014 12:42:03 -0800 (PST) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.58.171.1 with HTTP; Wed, 22 Jan 2014 12:41:43 -0800 (PST) In-Reply-To: <52E01E80.2060008@bitfrost.no> References: <52DF9FCE.6010603@bitfrost.no> <52E01E80.2060008@bitfrost.no> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Wed, 22 Jan 2014 21:41:43 +0100 X-Google-Sender-Auth: reaY2R6AD73uDFIjOpgH4MgpapI 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=windows-1252 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: Wed, 22 Jan 2014 20:42:05 -0000 On Wed, Jan 22, 2014 at 8:39 PM, Hans Petter Selasky wrote= : > On 01/22/14 11:39, Hans Petter Selasky wrote: > >> On 01/22/14 11:31, Olivier Cochard-Labb=E9 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 f= or >>> 9.2 and a link to netbsd code that include other Kingston USB keys; >>> - usb/184014, regarding "Kingston DT 100 G2" (include tips for debuggin= g) >>> - 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? > 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 me on 10.0) and notice that the NetBSD quirks list include a list of Kingston DataTraveler USB keys And just after a new PR misc/185837 was created by another user=85 This why= I wonder if there is something wrong with somes of the Kingston DataTraveler. FYI, I've just ordered 3 differents Kingston Datatraveler keys for testing them: - Kingston DataTraveler SE9 - Kingston DataTraveler 100 G3 - Kingston DataTraveler i G4 8 I will test them once received.