diff options
| author | augustss <augustss@NetBSD.org> | 2003-05-08 15:19:46 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2003-05-08 15:19:46 +0000 |
| commit | b76302ea234ecee395f3e1d2b39150f98f4df45e (patch) | |
| tree | c394922de98ca83c226cf2a5320b58c926a87982 /sys/dev | |
| parent | d6bcb9629a595fd21e53a65561478ade88518e8b (diff) | |
Add another Diskonkey product id.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/umass_quirks.c | 10 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c index 1e8c7857ba3..b0a820b6d44 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.38 2003/05/06 09:58:44 dsainty Exp $ */ +/* $NetBSD: umass_quirks.c,v 1.39 2003/05/08 15:19:47 augustss Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -195,6 +195,14 @@ Static const struct umass_quirk umass_quirks[] = { NULL, NULL }, + { { USB_VENDOR_MSYSTEMS, USB_PRODUCT_MSYSTEMS_DISKONKEY2 }, + UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, + UMASS_QUIRK_NO_MAX_LUN, + PQUIRK_NOMODESENSE | PQUIRK_NODOORLOCK | PQUIRK_NOBIGMODESENSE, + UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO, + NULL, NULL + }, + { { USB_VENDOR_NEODIO, USB_PRODUCT_NEODIO_ND3050 }, UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, 0, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 25581404960..628e87ffef1 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.320 2003/05/08 04:38:23 enami Exp $ +$NetBSD: usbdevs,v 1.321 2003/05/08 15:19:46 augustss Exp $ /* * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. @@ -1042,6 +1042,7 @@ product MUSTEK MDC800 0xa800 MDC-800 digital camera /* M-Systems products */ product MSYSTEMS DISKONKEY 0x0010 DiskOnKey +product MSYSTEMS DISKONKEY2 0x0011 DiskOnKey /* National Instruments */ product NI GPIB_USB_A 0xc920 GPIB-USB-A |
