Module Name:    src
Committed By:   plunky
Date:           Mon Sep 19 08:26:57 UTC 2011

Modified Files:
        src/sys/dev/usb: umass_quirks.c

Log Message:
add Kingston DataTraveler 102 G2 (does not like being told to lock door)


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/dev/usb/umass_quirks.c

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.88 src/sys/dev/usb/umass_quirks.c:1.89
--- src/sys/dev/usb/umass_quirks.c:1.88	Sat Sep  3 01:56:44 2011
+++ src/sys/dev/usb/umass_quirks.c	Mon Sep 19 08:26:57 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: umass_quirks.c,v 1.88 2011/09/03 01:56:44 asau Exp $	*/
+/*	$NetBSD: umass_quirks.c,v 1.89 2011/09/19 08:26:57 plunky 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.88 2011/09/03 01:56:44 asau Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umass_quirks.c,v 1.89 2011/09/19 08:26:57 plunky Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_umass.h"
@@ -290,6 +290,14 @@
 	  NULL, NULL
 	},
 
+	{ { USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_DT102_G2 },
+	  UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, 
+	  0,
+	  PQUIRK_NODOORLOCK,
+	  UMATCH_VENDOR_PRODUCT,
+	  NULL, NULL
+	},
+
 	{ { USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_DTMINI10 },
 	  UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, 
 	  0,

Reply via email to