Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Quirk Pilotech CRW-600.
details: https://anonhg.NetBSD.org/src/rev/2ad6b0b27d63
branches: trunk
changeset: 546006:2ad6b0b27d63
user: uwe <uwe%NetBSD.org@localhost>
date: Fri Apr 18 23:38:18 2003 +0000
description:
Quirk Pilotech CRW-600.
diffstat:
sys/dev/usb/umass_quirks.c | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 0cba0edb4952 -r 2ad6b0b27d63 sys/dev/usb/umass_quirks.c
--- a/sys/dev/usb/umass_quirks.c Fri Apr 18 23:31:43 2003 +0000
+++ b/sys/dev/usb/umass_quirks.c Fri Apr 18 23:38:18 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umass_quirks.c,v 1.36 2003/04/13 20:54:31 augustss Exp $ */
+/* $NetBSD: umass_quirks.c,v 1.37 2003/04/18 23:38:18 uwe Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -259,6 +259,14 @@
NULL, NULL
},
+ { { USB_VENDOR_PILOTECH, USB_PRODUCT_PILOTECH_CRW600 },
+ UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
+ 0,
+ PQUIRK_NOMODESENSE | PQUIRK_FORCELUNS,
+ UMATCH_VENDOR_PRODUCT,
+ NULL, NULL
+ },
+
{ { USB_VENDOR_PQI, USB_PRODUCT_PQI_TRAVELFLASH },
UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
0,
Home |
Main Index |
Thread Index |
Old Index