aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/platform/x86/dell-laptop.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c
index 14392a01ab36..f57dd282a002 100644
--- a/drivers/platform/x86/dell-laptop.c
+++ b/drivers/platform/x86/dell-laptop.c
@@ -106,6 +106,12 @@ static const struct dmi_system_id dell_device_table[] __initconst = {
106 }, 106 },
107 }, 107 },
108 { 108 {
109 .matches = {
110 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
111 DMI_MATCH(DMI_CHASSIS_TYPE, "10"), /*Notebook*/
112 },
113 },
114 {
109 .ident = "Dell Computer Corporation", 115 .ident = "Dell Computer Corporation",
110 .matches = { 116 .matches = {
111 DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer Corporation"), 117 DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer Corporation"),