[Bug 208623] Add support for Holtec/Keep Out F85 USB gaming keyboard
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Apr 7 22:20:22 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208623
Bug ID: 208623
Summary: Add support for Holtec/Keep Out F85 USB gaming
keyboard
Product: Base System
Version: 10.3-BETA2
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: usb
Assignee: freebsd-usb at FreeBSD.org
Reporter: aleksanderlothe at live.com
CC: freebsd-amd64 at FreeBSD.org
CC: freebsd-amd64 at FreeBSD.org
Running 10.3-RELEASE, but this also happens on 10.2, basically I need to add
UQ_KBD_BOOTPROTO quirk to my keyboard to make it work. It's a Keep Out F85, but
the vendor registers as HOLTEK.
In /sys/dev/usb/quirk/usb_quirk.c:
USB_QUIRK(HOLTEK, F85, 0x0000, 0xffff, UQ_KBD_BOOTPROTO),
HOLTEK vendor is already set, so I added the "F85" which is my keyboard model
in
/sys/dev/usb/usbdevs:
product HOLTEK F85 0xa030 Holtek usb gaming keyboard
After a kernel build it works perfectly. Thanks to wblock and Phishfry from the
forums.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list