aboutsummaryrefslogtreecommitdiffstats
path: root/src/kernel/hid-lg-g710-plus.c
AgeCommit message (Collapse)Author
2015-12-27changed M key functionHEADmasterClyne Sullivan
2015-01-02Replaced strict_strtoul calls with kstrtoul callsPhilip Rebohle
2014-11-20Remove DEVICE_ATTR commented linesOrionU
2014-11-19Change change S_IRUGO | S_IWUGO to 0660OrionU
Inspired fromhttps://github.com/notro/fbtft/issues/165
2013-11-24Use HID_QUIRK_NOGET to prevent wrong first HID reportFelix Rueegg
2013-10-06Fix to ignore first hid report with recent kernel versions. There was a ↵Felix Rueegg
change that even if raw_event returns 1, the events from the first report will still get sent. https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=b1a1442a23776756b254b69786848a94d92445ba
2013-10-06Remove sysfs attributes when removing driver to prevent error when driver is ↵Felix Rueegg
loaded again.
2013-07-05* Kernel 3.10 compatibility enabled. Some API has been changed in thisMichael Dudek
kernel version: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=d881427253da011495f4193663d809d0e9dfa215
2013-05-11initial versionFilip Wieladek