diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2004-10-18 12:56:44 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2004-10-18 12:56:44 +0000 |
commit | 45e1a676049a7ac59b67c01575d96714d0f842a7 (patch) | |
tree | 3c65e873481b969a99cc78a77ac1c725b9df7685 /sys/dev/usb/umass_quirks.c | |
parent | 759e70b968c2760fb242ff47b0455eb037f6ee70 (diff) |
quirks for the Creative Nomad from Michael Adda
push by deraadt@
Diffstat (limited to 'sys/dev/usb/umass_quirks.c')
-rw-r--r-- | sys/dev/usb/umass_quirks.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c index bf2b3b65d9b..ffc96385d36 100644 --- a/sys/dev/usb/umass_quirks.c +++ b/sys/dev/usb/umass_quirks.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umass_quirks.c,v 1.15 2004/07/21 07:43:41 dlg Exp $ */ +/* $OpenBSD: umass_quirks.c,v 1.16 2004/10/18 12:56:43 dlg Exp $ */ /* $NetBSD: umass_quirks.c,v 1.67 2004/06/28 07:49:16 mycroft Exp $ */ /* @@ -453,6 +453,14 @@ Static const struct umass_quirk umass_quirks[] = { UMATCH_VENDOR_PRODUCT, NULL, NULL }, + + { { USB_VENDOR_CREATIVE, USB_PRODUCT_CREATIVE_NOMAD}, + UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, + 0, + SDEV_NOSYNCCACHE | PQUIRK_NODOORLOCK, + UMATCH_VENDOR_PRODUCT, + NULL, NULL + }, }; const struct umass_quirk * |