Displaying 1 result from an estimated 1 matches for "uhid_load".
2007 Mar 24
0
Some FreeBSD tips (was: OMNIVS1500XL and FreeBSD)
...en_US.ISO8859-1/books/handbook/kernelconfig.html
The change is pretty simple, just edit "GENERIC" and look for the "uhid" 
line in the kernel config and comment it out.  Build and install the new 
kernel.  Add a line to the boot loader config file (/boot/loader.conf) 
like so:  uhid_load="YES"
You now can load/unload uhid at will without rebooting.
If you currently have the uhid kernel module loaded, this will let you
start talking to the ups via ugen:
kldunload uhid.ko
unplug/replug usb connection
and vice-versa to go back to uhid:
kldload uhid.ko
unplug/replug usb...