[PATCH AUTOSEL 6.18-5.10] platform/x86: dell-laptop: add Inspiron N5110 to touchpad LED quirk table

From: Sasha Levin

Date: Mon Aug 31 2026 - 12:42:00 EST


From: Gleb Sonichev <sonichev555@xxxxxxxxx>

[ Upstream commit bfe91a80b13f8068f6fa07aa8c468d284150d4ad ]

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@xxxxxxxxx>
Acked-by: Pali Rohár <pali@xxxxxxxxxx>
Link: https://patch.msgid.link/20260525100047.20046-1-sonichev555@xxxxxxxxx
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>
---

LLM Generated explanations, may be completely bogus:

The background git searches finished; they don't change the earlier
**YES** verdict.

- **N5110/M5110 grep:** No commit for this N5110 quirk in the tree.
Broad `--grep="N5110"`/`"M5110"` hits were unrelated (WM5110 codec,
`dell-wmi` on M5110). The touchpad LED quirk for M5110 is still only
`2a748853ca395c` (2011).
- **Author search:** Gleb Sonichev has no other commits in this checkout
— this looks like a one-off hardware report.
- **Similar quirk history:** Found the usual precedent commits
(`a2174ba29a302` typo fix, `89a8f23fee5ef` Latitude 7520 quirk), which
matches the established pattern for these DMI table additions.

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 053f40572bf6e..89e85c7f7132a 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.53.0