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>
9 lines
395 B
Text
9 lines
395 B
Text
%%PL_DEVD%%@unexec if cmp -s %D/etc/devd/uhidd-devd.conf.sample %D/etc/devd/uhidd-devd.conf; then rm -f %D/etc/devd/uhidd-devd.conf; fi
|
|
%%PL_DEVD%%etc/devd/uhidd-devd.conf.sample
|
|
%%PL_DEVD%%@exec if [ ! -f %D/etc/devd/uhidd-devd.conf ]; then mkdir -p %B; cp -p %D/%F %B/uhidd-devd.conf; fi
|
|
%%PL_DEVD%%@dirrmtry etc/devd
|
|
sbin/uhidd
|
|
@cwd /boot/modules
|
|
uvhid.ko
|
|
@exec kldxref %D
|
|
@unexec kldxref %D
|