add a quirk to allow attaching devices which claim to have a vendor
authorjakemsr <jakemsr@openbsd.org>
Mon, 19 Jul 2010 05:50:37 +0000 (05:50 +0000)
committerjakemsr <jakemsr@openbsd.org>
Mon, 19 Jul 2010 05:50:37 +0000 (05:50 +0000)
commit334f2cf5a8a3d24ac5671425fc59d08923312b6b
treecfa28fdcf9ca4c4107f51045cd31227d45793b30
parente4872698b3cadde4200fa0b4dea328087c485fa9
add a quirk to allow attaching devices which claim to have a vendor
defined interface class, but are audio class compliant enough to
be supported by this driver.
the E-MU 0202 USB is such a device.  this gets it attaching, but
needs some forthcoming commits to make it usable.
sys/dev/usb/uaudio.c