This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* HID driver for Logitech gaming keyboards | |
* | |
* This driver is based on logitech-g710-linux-driver by Filip Wieladke aka | |
* Wattos and hid-microsoft by Jiri Slaby et al. It provides a proof-of-concept | |
* implementation for LEDs using Linux Kernel's LED API. | |
* | |
* Copyright (c) 2015 Tolga Cakir <[email protected]> | |
*/ |