Fix some modules to export more used symbols(cherry picked from commit 5bb3134a8c21cb87b30e135ef168483f0333dabb)
hidraw(4): Add HIDRAW_MAKE_UHID_ALIAS kernel optionwhich installs /dev/uhid# alias to hidraw character device forcompatibility with some existing uhid(4) users like Firefox.As side effect it rena
hidraw(4): Add HIDRAW_MAKE_UHID_ALIAS kernel optionwhich installs /dev/uhid# alias to hidraw character device forcompatibility with some existing uhid(4) users like Firefox.As side effect it renames traditional uhid(4) driver to hidrawto make possible using of common unit number allocator.Requested by: Greg V <greg_unrelenting.technology>Reviewed by: hselasky (as part of D27992)
show more ...
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Hook up new USB modules.