]> asedeno.scripts.mit.edu Git - linux.git/commit
HID: Add driver for Logitech gaming keyboards (G15, G15 v2)
authorHans de Goede <hdegoede@redhat.com>
Wed, 28 Aug 2019 12:41:25 +0000 (14:41 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 3 Oct 2019 18:48:27 +0000 (20:48 +0200)
commit3a0275384c2716d3bdb9c65ec31cf45f53274ac6
tree4db163a7a9cba58052ecedb9d24e8125deb25964
parentb5625db9d23e58a573eb10a7f6d0c2ae060bc0e8
HID: Add driver for Logitech gaming keyboards (G15, G15 v2)

Add a driver to stop the extra "G" keys from sending F1 - F12 instead
making them send KEY_GKEY# and also make the non-functional M1 - M3 and MR
keys and the non-functional buttons below the LCD panel properly generated
key events.

Note the connect_mask and gkeys_settings_output_report variables may seem
unnecessary since they are always set to the same value, these are there in
preparation of adding support for the G, M and LCD keys on the G510 kbd.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
MAINTAINERS
drivers/hid/Makefile
drivers/hid/hid-ids.h
drivers/hid/hid-lg-g15.c [new file with mode: 0644]