summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>2002-04-22 12:48:40 +0000
committeraugustss <augustss@NetBSD.org>2002-04-22 12:48:40 +0000
commit93e745b84c8868a08fb9a889d00cfbd2f4bc3613 (patch)
tree71521d487fb182e69ca109763ff96ce630beed1c /sys/dev
parent0545947a9e4db90da5ca137d486f6ee28d03f94b (diff)
Another disk quirk.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/umass_quirks.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c
index b3ddefd3891..afca4385cfb 100644
--- a/sys/dev/usb/umass_quirks.c
+++ b/sys/dev/usb/umass_quirks.c
@@ -1,4 +1,4 @@
-/* $NetBSD: umass_quirks.c,v 1.12 2002/02/20 22:28:54 augustss Exp $ */
+/* $NetBSD: umass_quirks.c,v 1.13 2002/04/22 12:48:40 augustss Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -210,6 +210,14 @@ Static const struct umass_quirk umass_quirks[] = {
NULL, NULL
},
+ { { USB_VENDOR_PEN, USB_PRODUCT_PEN_USBDISK },
+ UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
+ UMASS_QUIRK_NO_MAX_LUN | UMASS_QUIRK_NO_START_STOP,
+ 0,
+ 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,