File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9599,6 +9599,13 @@ S: Maintained
95999599F: Documentation/admin-guide/ldm.rst
96009600F: block/partitions/ldm.*
96019601
9602+ LOGITECH HID GAMING KEYBOARDS
9603+ M: Hans de Goede <hdegoede@redhat.com>
9604+ L: linux-input@vger.kernel.org
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+
96029609LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
96039610M: Sathya Prakash <sathya.prakash@broadcom.com>
96049611M: Chaitra P B <chaitra.basappa@broadcom.com>
Original file line number Diff line number Diff line change @@ -525,6 +525,7 @@ config HID_LENOVO
525525config 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.
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ obj-$(CONFIG_HID_KYE) += hid-kye.o
6464obj-$(CONFIG_HID_LCPOWER) += hid-lcpower.o
6565obj-$(CONFIG_HID_LENOVO) += hid-lenovo.o
6666obj-$(CONFIG_HID_LOGITECH) += hid-logitech.o
67+ obj-$(CONFIG_HID_LOGITECH) += hid-lg-g15.o
6768obj-$(CONFIG_HID_LOGITECH_DJ) += hid-logitech-dj.o
6869obj-$(CONFIG_HID_LOGITECH_HIDPP) += hid-logitech-hidpp.o
6970obj-$(CONFIG_HID_MACALLY) += hid-macally.o
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments