diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-06-24 11:32:38 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-06-24 11:32:38 +0000 |
commit | 9022f1896fccfcdd13648eec7cc7a64a31ba20f9 (patch) | |
tree | 878bf716dedc6524db440010511d240a6df16f31 /sys/dev/usb/umass_quirks.c | |
parent | 92b09c6c5e2d15bff7dcfee422cedc5edc1c3315 (diff) |
Quirk needed for SuperTop IDE bridge from frantisek holop.
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 78f166b29a7..cf17d07ef96 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.31 2014/10/05 08:34:14 mpi Exp $ */ +/* $OpenBSD: umass_quirks.c,v 1.32 2015/06/24 11:32:37 mpi Exp $ */ /* $NetBSD: umass_quirks.c,v 1.67 2004/06/28 07:49:16 mycroft Exp $ */ /* @@ -465,6 +465,14 @@ const struct umass_quirk umass_quirks[] = { UMATCH_VENDOR_PRODUCT, NULL, NULL }, + + { { USB_VENDOR_SUPERTOP, USB_PRODUCT_SUPERTOP_IDEBRIDGE }, + UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, + 0, + ADEV_NOSENSE, + UMATCH_VENDOR_PRODUCT, + NULL, NULL + }, }; const struct umass_quirk * |