wulf 6b2ab68b43 bthidd(8): Add evdev protocol support for bluetooth keyboards and mouses
User-visible changes:

"-u" is added to to list of command line options supported by bthidd.
Use it to enable evdev support. uinput and evdev modules should be
kld-loaded or compiled into the kernel in that case.

bthidd_evdev_support rc.conf variable is added to control enabling of
evdev support in bthidd startup script. Possible values are: "YES", "NO",
"AUTO"(default). Setting bthidd_evdev_support to "AUTO" inserts "-u" option
if kernel is compiled with EVDEV_SUPPORT option enabled.

Support for consumer HID usage page keyboard events is implemented. Most of
them are available only through evdev protocol.

kern.evdev.rcpt_mask sysctl is checked, so "sysctl kern.evdev.rcpt_mask=12"
should be executed if EVDEV_SUPPORT is compiled into kernel.

It is recommended to regenerate bthidd.conf entries with bthidcontrol(8)
"Query" command to set user-friendly names of bluetooth devices.

Reviewed by:	emax, gonzo, wblock (docs), bcr (docs, early version)
Differential Revision:	https://reviews.freebsd.org/D13456
2018-04-30 12:16:54 +00:00
..
2018-02-09 21:49:38 +00:00
2017-10-31 00:07:04 +00:00
2017-10-31 00:07:04 +00:00
2017-10-31 00:07:04 +00:00
2017-11-30 20:33:45 +00:00
2018-04-12 14:32:26 +00:00
2018-04-10 08:14:31 +00:00
2017-11-30 20:33:45 +00:00
2018-04-15 19:23:37 +00:00
2018-01-05 08:29:32 +00:00
2017-12-28 05:34:04 +00:00
2018-01-02 16:50:57 +00:00
2017-10-29 08:17:03 +00:00
2017-10-31 00:07:04 +00:00
2018-02-23 17:20:53 +00:00
2018-02-03 20:53:21 +00:00
2017-10-31 00:07:04 +00:00
2017-10-31 00:07:04 +00:00
2018-02-28 07:59:55 +00:00
2018-01-17 16:55:35 +00:00
2018-03-17 12:59:55 +00:00
2018-03-19 05:49:26 +00:00
2018-02-08 14:53:34 +00:00
2017-10-31 00:07:04 +00:00
2017-01-28 02:22:15 +00:00