Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb OnSpec doesn't like Mode Sense.
details: https://anonhg.NetBSD.org/src/rev/daa97f87acb1
branches: trunk
changeset: 521870:daa97f87acb1
user: augustss <augustss%NetBSD.org@localhost>
date: Thu Feb 07 13:02:26 2002 +0000
description:
OnSpec doesn't like Mode Sense.
diffstat:
sys/dev/usb/umass_quirks.c | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 82c9ec87823e -r daa97f87acb1 sys/dev/usb/umass_quirks.c
--- a/sys/dev/usb/umass_quirks.c Thu Feb 07 13:00:37 2002 +0000
+++ b/sys/dev/usb/umass_quirks.c Thu Feb 07 13:02:26 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umass_quirks.c,v 1.8 2001/12/29 14:06:19 augustss Exp $ */
+/* $NetBSD: umass_quirks.c,v 1.9 2002/02/07 13:02:26 augustss Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -178,6 +178,14 @@
NULL, umass_fixup_yedata
},
+ { { USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_MD2 },
+ UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
+ 0,
+ PQUIRK_NOMODESENSE,
+ UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO,
+ NULL, NULL
+ },
+
/* InSystem Design ATA over USB devices */
{ { USB_VENDOR_ATI, USB_PRODUCT_ATI2_205 },
UMASS_WPROTO_BBB, UMASS_CPROTO_ISD_ATA,
Home |
Main Index |
Thread Index |
Old Index