Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb add Kingston DataTraveler 102 G2 (does not like ...
details: https://anonhg.NetBSD.org/src/rev/b13ab43e05ec
branches: trunk
changeset: 769696:b13ab43e05ec
user: plunky <plunky%NetBSD.org@localhost>
date: Mon Sep 19 08:26:57 2011 +0000
description:
add Kingston DataTraveler 102 G2 (does not like being told to lock door)
diffstat:
sys/dev/usb/umass_quirks.c | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r b75d3040857e -r b13ab43e05ec sys/dev/usb/umass_quirks.c
--- a/sys/dev/usb/umass_quirks.c Mon Sep 19 08:22:51 2011 +0000
+++ b/sys/dev/usb/umass_quirks.c Mon Sep 19 08:26:57 2011 +0000
@@ -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,
Home |
Main Index |
Thread Index |
Old Index