diff options
author | Hans de Goede <hdegoede@redhat.com> | 2019-08-28 14:41:25 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2019-10-03 20:48:27 +0200 |
commit | 3a0275384c2716d3bdb9c65ec31cf45f53274ac6 (patch) | |
tree | 4db163a7a9cba58052ecedb9d24e8125deb25964 /MAINTAINERS | |
parent | Input: Add event-codes for macro keys found on various keyboards (diff) | |
download | linux-3a0275384c2716d3bdb9c65ec31cf45f53274ac6.tar.xz linux-3a0275384c2716d3bdb9c65ec31cf45f53274ac6.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7ea0c11b8e8d..29129623ceed 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9587,6 +9587,13 @@ S: Maintained F: Documentation/admin-guide/ldm.rst F: block/partitions/ldm.* +LOGITECH HID GAMING KEYBOARDS +M: Hans de Goede <hdegoede@redhat.com> +L: linux-input@vger.kernel.org +T: git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git +S: Maintained +F: drivers/hid/hid-lg-g15.c + LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) M: Sathya Prakash <sathya.prakash@broadcom.com> M: Chaitra P B <chaitra.basappa@broadcom.com> |