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>
This commit is contained in:
parent
bd5762a0c1
commit
8d2c4538db
@ -105,6 +105,12 @@ static const struct dmi_system_id dell_device_table[] __initconst = {
|
|||||||
DMI_MATCH(DMI_CHASSIS_TYPE, "9"), /*Laptop*/
|
DMI_MATCH(DMI_CHASSIS_TYPE, "9"), /*Laptop*/
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
|
||||||
|
DMI_MATCH(DMI_CHASSIS_TYPE, "10"), /*Notebook*/
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.ident = "Dell Computer Corporation",
|
.ident = "Dell Computer Corporation",
|
||||||
.matches = {
|
.matches = {
|
||||||
|
Loading…
Reference in New Issue
Block a user