On Thu, Oct 16, 2014 at 02:36:30PM +0200, Hans de Goede wrote: Hi Hans, Apoligies for the late response, travel and illness are taking their toll. > Reported (and tested) here: > https://bugzilla.redhat.com/show_bug.cgi?id=861573 The patch header is required to be sufficient to describe the problem and the solution without depending on an external bugzilla or other reference. Please include a complete git commit message. > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> > --- > drivers/platform/x86/samsung-laptop.c | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c > index 5a59665..ff765d8 100644 > --- a/drivers/platform/x86/samsung-laptop.c > +++ b/drivers/platform/x86/samsung-laptop.c > @@ -1561,6 +1561,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = { > }, > { > .callback = samsung_dmi_matched, > + .ident = "NC210", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), > + DMI_MATCH(DMI_PRODUCT_NAME, "NC210/NC110"), > + DMI_MATCH(DMI_BOARD_NAME, "NC210/NC110"), > + }, > + .driver_data = &samsung_broken_acpi_video, > + }, > + { > + .callback = samsung_dmi_matched, > .ident = "730U3E/740U3E", > .matches = { > DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), > -- > 2.1.0 > > -- Darren Hart Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html