Improve the clickpad/touchpad detection in hidmt.
authorbru <bru@openbsd.org>
Sun, 16 Oct 2022 20:17:08 +0000 (20:17 +0000)
committerbru <bru@openbsd.org>
Sun, 16 Oct 2022 20:17:08 +0000 (20:17 +0000)
commit771a028d2ff9098c9c1548764748e8517c530116
treeb7c1632118808b8767088863a5a996eb8471d76f
parent254cedb6cced23bd36e41e14f2524278db7cc70a
Improve the clickpad/touchpad detection in hidmt.

If the HID descriptors don't provide a HUD_BUTTON_TYPE property, hidmt
should treat all devices as clickpads if they report a "clickpad button",
or don't report to have both a left and right external button.
sys/dev/hid/hidmt.c