Skip to content

Commit a820e45

Browse files
author
Jiri Kosina
committed
Merge branch 'for-5.5/logitech' into for-linus
- Support for Logitech G15 (Hans de Goede) - silencing of non-informative error flow in dmesg from logitechi-hiddpp (Hans de Goede)
2 parents 2fa5532 + 61005d6 commit a820e45

File tree

7 files changed

+990
-0
lines changed

7 files changed

+990
-0
lines changed

MAINTAINERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9599,6 +9599,13 @@ S: Maintained
95999599
F: Documentation/admin-guide/ldm.rst
96009600
F: block/partitions/ldm.*
96019601

9602+
LOGITECH HID GAMING KEYBOARDS
9603+
M: Hans de Goede <[email protected]>
9604+
9605+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
9606+
S: Maintained
9607+
F: drivers/hid/hid-lg-g15.c
9608+
96029609
LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
96039610
M: Sathya Prakash <[email protected]>
96049611
M: Chaitra P B <[email protected]>

drivers/hid/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ config HID_LENOVO
525525
config HID_LOGITECH
526526
tristate "Logitech devices"
527527
depends on HID
528+
depends on LEDS_CLASS
528529
default !EXPERT
529530
---help---
530531
Support for Logitech devices that are not fully compliant with HID standard.

drivers/hid/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ obj-$(CONFIG_HID_KYE) += hid-kye.o
6464
obj-$(CONFIG_HID_LCPOWER) += hid-lcpower.o
6565
obj-$(CONFIG_HID_LENOVO) += hid-lenovo.o
6666
obj-$(CONFIG_HID_LOGITECH) += hid-logitech.o
67+
obj-$(CONFIG_HID_LOGITECH) += hid-lg-g15.o
6768
obj-$(CONFIG_HID_LOGITECH_DJ) += hid-logitech-dj.o
6869
obj-$(CONFIG_HID_LOGITECH_HIDPP) += hid-logitech-hidpp.o
6970
obj-$(CONFIG_HID_MACALLY) += hid-macally.o

drivers/hid/hid-ids.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,10 @@
750750
#define USB_DEVICE_ID_LOGITECH_DUAL_ACTION 0xc216
751751
#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD2 0xc218
752752
#define USB_DEVICE_ID_LOGITECH_RUMBLEPAD2_2 0xc219
753+
#define USB_DEVICE_ID_LOGITECH_G15_LCD 0xc222
754+
#define USB_DEVICE_ID_LOGITECH_G15_V2_LCD 0xc227
755+
#define USB_DEVICE_ID_LOGITECH_G510 0xc22d
756+
#define USB_DEVICE_ID_LOGITECH_G510_USB_AUDIO 0xc22e
753757
#define USB_DEVICE_ID_LOGITECH_G29_WHEEL 0xc24f
754758
#define USB_DEVICE_ID_LOGITECH_G920_WHEEL 0xc262
755759
#define USB_DEVICE_ID_LOGITECH_WINGMAN_F3D 0xc283

0 commit comments

Comments
 (0)