X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH] platform/x86: dell-laptop: add Inspiron N5110 to touchpad LED quirk table
@ 2026-05-25 10:00 Gleb Sonichev
  2026-05-25 21:42 ` Pali Rohár
  2026-05-26 17:33 ` Ilpo Järvinen
  0 siblings, 2 replies; 3+ messages in thread
From: Gleb Sonichev @ 2026-05-25 10:00 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: Matthew Garrett, Pali Rohár, Gleb Sonichev

The Inspiron N5110 needs the touchpad LED quirk (Vostro V130 quirk)
to properly control the touchpad LED. Add its DMI identifier
to the existing quirk table, next to the similar Inspiron M5110 entry.

Tested on Dell Inspiron N5110.
The touchpad LED works correctly with this quirk enabled.

Signed-off-by: Gleb Sonichev <sonichev555@gmail.com>
---
 drivers/platform/x86/dell/dell-laptop.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/drivers/platform/x86/dell/dell-laptop.c b/drivers/platform/x86/dell/dell-laptop.c
index 57748c3ea24f..7fc3bbb8c4a4 100644
--- a/drivers/platform/x86/dell/dell-laptop.c
+++ b/drivers/platform/x86/dell/dell-laptop.c
@@ -222,6 +222,15 @@ static const struct dmi_system_id dell_quirks[] __initconst = {
 		},
 		.driver_data = &quirk_dell_vostro_v130,
 	},
+	{
+		.callback = dmi_matched,
+		.ident = "Dell Inspiron N5110",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron N5110"),
+		},
+		.driver_data = &quirk_dell_vostro_v130,
+	},
 	{
 		.callback = dmi_matched,
 		.ident = "Dell Vostro 3360",
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-05-26 17:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-25 10:00 [PATCH] platform/x86: dell-laptop: add Inspiron N5110 to touchpad LED quirk table Gleb Sonichev
2026-05-25 21:42 ` Pali Rohár
2026-05-26 17:33 ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox