[Bug 268129] Add USB quirk for Keychron Q3 keyboard

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 06 Dec 2022 22:41:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268129

--- Comment #3 from Vladimir Kondratyev <wulf@freebsd.org> ---
(In reply to Hans Petter Selasky from comment #1)

We may try to add support for report (native) protocol of the keyboard.

Please take USB HID report descriptor and report data.

To do that, add to /boot/loader.conf:

hw.usb.usbhid.enable=1
usbhid_load="YES"
hidraw_load="YES"

Than reboot and run hid-recorder utility from sysutils/hid-tools port against
your keyboard. Both decrypted HID report descriptor (large dump at beginning)
and decrypted reaction on key presses is interesting.

-- 
You are receiving this mail because:
You are the assignee for the bug.