mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
a561b9469e
keyboard) using libusb20. The driver aims to support USB HID devices with multiple Top-Level application collections in one interface, i.e, HID devices with multiple logical device sharing one endpoint. WWW: http://wiki.FreeBSD.org/uhidd PR: ports/137793 Feature safe: yes Submitted by: Kai Wang <kaiwang27 at gmail.com>
21 lines
731 B
Plaintext
21 lines
731 B
Plaintext
==============================================================================
|
|
|
|
To use uhidd daemon for USB hid devices, you need to remove 'device ums',
|
|
'device ukbd', and 'device uhid' from your kernel config file and recompile
|
|
the kernel. Or if these drivers are loaded as kernel modules, kldunload them.
|
|
|
|
If you want to run uhidd deamon at the startup, add the following lines to
|
|
/etc/rc.conf:
|
|
|
|
uhidd_flags="-kmhs"
|
|
uhidd_enable="YES"
|
|
|
|
To manually start/stop uhidd daemon on certain device, run:
|
|
|
|
%%PREFIX%%/etc/rc.d/uhidd [start|stop] /dev/ugen.X.Y
|
|
|
|
See http://wiki.freebsd.org/uhidd for more details about how to install and
|
|
setup the daemon.
|
|
|
|
==============================================================================
|