]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow for overlapping quirk device ranges. Prior to this patch only
authorhselasky <hselasky@FreeBSD.org>
Thu, 3 Mar 2016 08:47:27 +0000 (08:47 +0000)
committerhselasky <hselasky@FreeBSD.org>
Thu, 3 Mar 2016 08:47:27 +0000 (08:47 +0000)
commit86241594d9bda53b7a6f0a44b6de54569da834ea
tree288b54159d7c1eb066b2461048b4775f7946c64e
parentb5622b71b112405a0eabdf0d57f0e498e1c71be8
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