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: [email protected]
Reporter: [email protected]
CC: [email protected]
CC: [email protected]
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 the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"