commit fe8b458aba581d178f2e8b9ae0fc7af159864b17
Author: Matthew Dillon <[email protected]>
Date: Thu Aug 1 10:57:54 2019 -0700
kernel - Add quirks for CORSAIR STRAFE_RGB keyboard
* Add two quirk features to add delays during initialization and
control message operation.
* Add quirks for the CORSAIR STRAFE_RGB keyboard and numerous other
CORSAIR keyboards.
* Does not particularly fix specific issues with these keyboards,
but the code is good so include it. Quirks are generally taken
from Linux.
Summary of changes:
sys/bus/u4b/quirk/usb_quirk.c | 10 ++++++++++
sys/bus/u4b/quirk/usb_quirk.h | 2 ++
sys/bus/u4b/usb_device.c | 10 ++++++----
sys/bus/u4b/usb_device.h | 6 ++++++
sys/bus/u4b/usb_request.c | 9 +++++++++
sys/bus/u4b/usbdevs | 1 +
6 files changed, 34 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fe8b458aba581d178f2e8b9ae0fc7af159864b17
--
DragonFly BSD source repository