]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow for overlapping quirk device ranges. Prior to this patch only
authorHans Petter Selasky <hselasky@FreeBSD.org>
Thu, 3 Mar 2016 08:47:27 +0000 (08:47 +0000)
committerHans Petter Selasky <hselasky@FreeBSD.org>
Thu, 3 Mar 2016 08:47:27 +0000 (08:47 +0000)
commit24fe42dcdde379d2a060a95e4f060412e4002f56
tree288b54159d7c1eb066b2461048b4775f7946c64e
parent64778f377ff62ebc2d7d27d2289eb5025a18e914
Allow for overlapping quirk device ranges. Prior to this patch only
the first device entry matching the USB vendor, product and revision
would be searched for quirks. After this patch all device entries will
be searched for quirks.

MFC after: 1 week
sys/dev/usb/quirk/usb_quirk.c