diff options
author | Alex Hung <alex.hung@canonical.com> | 2017-02-16 07:58:03 -0500 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2017-02-25 02:48:53 -0500 |
commit | 8d2c4538dbc7154c4aed1364db127a0e51dbd459 (patch) | |
tree | f8839033e06375075d7d357e208fe8a004ab7590 | |
parent | bd5762a0c1c9ae66bd0ece6959bbc5013ab95dcd (diff) |
platform/x86: dell-laptop: Add Latitude 7480 and others to the DMI whitelist
This is to support Latitude 7480 and many other newer Dell laptops.
Signed-off-by: Alex Hung <alex.hung@canonical.com>
Reviewed-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-rw-r--r-- | drivers/platform/x86/dell-laptop.c | 6 |
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"), |