From owner-freebsd-current@FreeBSD.ORG Wed Jan 22 10:31:57 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 D5ACDDB3 for ; Wed, 22 Jan 2014 10:31:57 +0000 (UTC) Received: from mail-vb0-x232.google.com (mail-vb0-x232.google.com [IPv6:2607:f8b0:400c:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 928F218A0 for ; Wed, 22 Jan 2014 10:31:57 +0000 (UTC) Received: by mail-vb0-f50.google.com with SMTP id w8so104967vbj.9 for ; Wed, 22 Jan 2014 02:31:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=RAENw4xb/edGCwDInbMeB1wCoWIjVZl3ZZrEpeArxto=; b=mJ+oew0BR8XOH5rx46ceZbjtux9erEwQzmoJCpPQALWmnUwj+h8qu7y92wQyCws53x /NY7CzmBipF4SdK79C5LMgUoQbHJciwr9FwNRht1BOpEnESmzVak/+lNnuoxKJ/U4F+6 ceaZ+LcSeluIv8hoH+sl3rF6YNRQf6baj+1e35VbdzvuiH7cYO/hgjK3lhLZmbydGUBQ l8/+aioJFyAeub/xqjdIw+FYWtTkiJSHFHujZljEmf8sKHisCZyjIWXwcaVWc4Llzkzb RmkhFyVep3gMwCU5KW6GEOZgvyJhoeq55m14yMAbQ8DS7bNBz/I6z6BTF/0Ozltslw2G 4htw== X-Received: by 10.220.193.70 with SMTP id dt6mr334149vcb.17.1390386716346; Wed, 22 Jan 2014 02:31:56 -0800 (PST) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.58.171.1 with HTTP; Wed, 22 Jan 2014 02:31:36 -0800 (PST) From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Wed, 22 Jan 2014 11:31:36 +0100 X-Google-Sender-Auth: PTE7g6MnNqJyWET-OM1ghxcl7CU Message-ID: Subject: Bad support of Kingston DataTraveler/DT USB key since 9.2 (not fixed in 10.0) To: "freebsd-current@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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 10:31:57 -0000 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 ? Thanks,