mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Reversed the order of the USB devices, makes sure the ugen device is probed last
This commit is contained in:
parent
8f9e83e526
commit
7ee72fdb25
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41665
@ -627,9 +627,11 @@ dev/usb/usbdi_util.c optional usb device-driver
|
||||
dev/usb/usb_subr.c optional usb device-driver
|
||||
dev/usb/usb_quirks.c optional usb device-driver
|
||||
dev/usb/hid.c optional usb device-driver
|
||||
dev/usb/uhub.c optional uhub device-driver
|
||||
dev/usb/ukbd.c optional ukbd device-driver
|
||||
dev/usb/ulpt.c optional ulpt device-driver
|
||||
dev/usb/ums.c optional ums device-driver
|
||||
# ordering in the list of drivers below is important and should
|
||||
# be the inverse of the wanted one (MAKE_SET)
|
||||
dev/usb/ugen.c optional ugen device-driver
|
||||
#dev/usb/uhid.c optional hid device-driver
|
||||
dev/usb/ums.c optional ums device-driver
|
||||
dev/usb/ulpt.c optional ulpt device-driver
|
||||
dev/usb/ukbd.c optional ukbd device-driver
|
||||
dev/usb/uhub.c optional uhub device-driver
|
||||
|
Loading…
Reference in New Issue
Block a user