On Thursday 16 February 2017 20:58:03 Alex Hung wrote: > This is to support Latitude 7480 and many other newer Dell laptops. > > Signed-off-by: Alex Hung <alex.hung@xxxxxxxxxxxxx> Looks good. Maybe should be this change backported to stable? Reviewed-by: Pali Rohár <pali.rohar@xxxxxxxxx> > --- > drivers/platform/x86/dell-laptop.c | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c > index 277656c..6174854 100644 > --- a/drivers/platform/x86/dell-laptop.c > +++ b/drivers/platform/x86/dell-laptop.c > @@ -109,6 +109,12 @@ static const struct dmi_system_id dell_device_table[] __initconst = { > }, > }, > { > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), > + DMI_MATCH(DMI_CHASSIS_TYPE, "10"), /*Notebook*/ > + }, > + }, > + { > .ident = "Dell Computer Corporation", > .matches = { > DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer Corporation"), -- Pali Rohár pali.rohar@xxxxxxxxx