Module Name:    src
Committed By:   riz
Date:           Fri Nov 26 17:29:13 UTC 2010

Modified Files:
        src/sys/dev/usb [netbsd-5]: umass_quirks.c usbdevs

Log Message:
Pull up following revision(s) (requested by sborrill in ticket #1489):
        sys/dev/usb/umass_quirks.c: revision 1.82
        sys/dev/usb/usbdevs: revision 1.564
Add Kingston DT Mini 10 pendrive
Regen
Add quirk for Kingston DT Mini 10 to stop it giving HBA errors.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.76.2.1 src/sys/dev/usb/umass_quirks.c
cvs rdiff -u -r1.519.4.7 -r1.519.4.8 src/sys/dev/usb/usbdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/umass_quirks.c
diff -u src/sys/dev/usb/umass_quirks.c:1.76 src/sys/dev/usb/umass_quirks.c:1.76.2.1
--- src/sys/dev/usb/umass_quirks.c:1.76	Mon Oct 27 21:46:43 2008
+++ src/sys/dev/usb/umass_quirks.c	Fri Nov 26 17:29:13 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: umass_quirks.c,v 1.76 2008/10/27 21:46:43 joerg Exp $	*/
+/*	$NetBSD: umass_quirks.c,v 1.76.2.1 2010/11/26 17:29:13 riz Exp $	*/
 
 /*
  * Copyright (c) 2001, 2004 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umass_quirks.c,v 1.76 2008/10/27 21:46:43 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umass_quirks.c,v 1.76.2.1 2010/11/26 17:29:13 riz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -221,6 +221,14 @@
 	  UMATCH_VENDOR_PRODUCT,
 	  NULL, NULL
 	},
+	/* Kingston generic HBA errors */
+	{ { USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_DTMINI10 },
+	  UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
+	  0,
+	  PQUIRK_NODOORLOCK,
+	  UMATCH_VENDOR_PRODUCT,
+	  NULL, NULL
+	},
 };
 
 const struct umass_quirk *

Index: src/sys/dev/usb/usbdevs
diff -u src/sys/dev/usb/usbdevs:1.519.4.7 src/sys/dev/usb/usbdevs:1.519.4.8
--- src/sys/dev/usb/usbdevs:1.519.4.7	Sun Nov 21 03:05:04 2010
+++ src/sys/dev/usb/usbdevs	Fri Nov 26 17:29:13 2010
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.519.4.7 2010/11/21 03:05:04 riz Exp $
+$NetBSD: usbdevs,v 1.519.4.8 2010/11/26 17:29:13 riz Exp $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -1372,6 +1372,7 @@
 /* Kingston products */
 product KINGSTON XX1		0x0008	Ethernet Adapter
 product KINGSTON KNU101TX	0x000a	KNU101TX USB Ethernet
+product KINGSTON DTMINI10	0x162c	DT Mini 10 
 
 /* Kodak products */
 product KODAK DC220		0x0100	Digital Science DC220

Reply via email to