diff options
| author | augustss <augustss@NetBSD.org> | 2003-04-13 20:54:31 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2003-04-13 20:54:31 +0000 |
| commit | 44617bfaa759b056283f732e60a0cbcb2c9b5f38 (patch) | |
| tree | 8ec29bb0e81b6b82b15652824beb6cac5dda6fd4 /sys/dev | |
| parent | c02f38cf64bf9b2249a36227735ba461cda9c38e (diff) | |
Add quirk for Genesys Logic GL641USB. From PR kern/21131.
Diffstat (limited to 'sys/dev')
| -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 8c19176328b..1c6e1eff1e8 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.35 2003/04/05 17:25:33 nakayama Exp $ */ +/* $NetBSD: umass_quirks.c,v 1.36 2003/04/13 20:54:31 augustss Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -354,6 +354,14 @@ Static const struct umass_quirk umass_quirks[] = { UMATCH_VENDOR_PRODUCT_REV, NULL, umass_fixup_yedata }, + + { { USB_VENDOR_GENESYS,USB_PRODUCT_GENESYS_GL641USB }, + UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, + UMASS_QUIRK_FORCE_SHORT_INQUIRY | UMASS_QUIRK_NO_START_STOP, + PQUIRK_NOMODESENSE, + UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO, + NULL, NULL + }, }; const struct umass_quirk * |
