Skip to content

Instantly share code, notes, and snippets.

@tolga9009
tolga9009 / hid-logitech-kbd.c
Created June 18, 2016 22:30
Logitech G710+ Kernel Module using LED API
/*
* 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]>
*/