git: DragonFly_RELEASE_5_6 kernel - Add quirks for CORSAIR STRAFE_RGB keyboard

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Aug 1 11:02:44 PDT 2019


commit a150fbd4e474c68620c1a54442d36264672a03a4
Author: Matthew Dillon <dillon at apollo.backplane.com>
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/a150fbd4e474c68620c1a54442d36264672a03a4


-- 
DragonFly BSD source repository


More information about the Commits mailing list