freebsd-dev/sbin/devmatch
Hans Petter Selasky 201c73815f Fix USB driver matching in devmatch(8).
Multiple drivers can match on the same USB device and the order of loading
decides which driver gets the device. Use the supplied mask value as an
indication of priority, so that vendor specific device drivers are loaded
before more generic ones.

Sponsored by:	Mellanox Technologies
2018-02-17 14:34:47 +00:00
..
devmatch.8 Implement --hints to read hints file directly 2018-02-17 06:57:43 +00:00
devmatch.c Fix USB driver matching in devmatch(8). 2018-02-17 14:34:47 +00:00
Makefile