Skip to content

Commit ba00292

Browse files
ewhacJiri Kosina
authored andcommitted
HID: lg-g15 - Add support for Logitech G13.
The Logitech G13 is a gaming keypad with general-purpose macro keys, four LED-backlit macro preset keys, five "menu" keys, backlight toggle key, an analog thumbstick, RGB LED backlight, and a monochrome LCD display. Support input event generation for all keys and the thumbstick, and expose all LEDs. Signed-off-by: Leo L. Schwab <ewhac@ewhac.org> Reviewed-by: Hans de Goede <hansg@kernel.org> Tested-by: Kate Hsuan <hpa@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent 54ba6d9 commit ba00292

2 files changed

Lines changed: 433 additions & 16 deletions

File tree

drivers/hid/hid-ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@
876876
#define USB_DEVICE_ID_LOGITECH_DUAL_ACTION 0xc216
877877
#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD2 0xc218
878878
#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD2_2 0xc219
879+
#define USB_DEVICE_ID_LOGITECH_G13 0xc21c
879880
#define USB_DEVICE_ID_LOGITECH_G15_LCD 0xc222
880881
#define USB_DEVICE_ID_LOGITECH_G11 0xc225
881882
#define USB_DEVICE_ID_LOGITECH_G15_V2_LCD 0xc227

0 commit comments

Comments
 (0)