Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb PQI Travel Flash likes PQUIRK_NODOORLOCK too.
details: https://anonhg.NetBSD.org/src/rev/e30c6b4cb8f3
branches: trunk
changeset: 537641:e30c6b4cb8f3
user: soren <soren%NetBSD.org@localhost>
date: Fri Oct 04 03:40:57 2002 +0000
description:
PQI Travel Flash likes PQUIRK_NODOORLOCK too.
diffstat:
sys/dev/usb/umass_quirks.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d9b336d482e2 -r e30c6b4cb8f3 sys/dev/usb/umass_quirks.c
--- a/sys/dev/usb/umass_quirks.c Fri Oct 04 03:40:29 2002 +0000
+++ b/sys/dev/usb/umass_quirks.c Fri Oct 04 03:40:57 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umass_quirks.c,v 1.20 2002/10/01 17:13:18 soren Exp $ */
+/* $NetBSD: umass_quirks.c,v 1.21 2002/10/04 03:40:57 soren Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -287,7 +287,7 @@
{ { USB_VENDOR_PQI, USB_PRODUCT_PQI_TRAVELFLASH },
UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
0,
- PQUIRK_NOMODESENSE,
+ PQUIRK_NOMODESENSE | PQUIRK_NODOORLOCK,
UMATCH_VENDOR_PRODUCT,
NULL, NULL
},
Home |
Main Index |
Thread Index |
Old Index