Add DMI data for Samsung N145P/N250P/N260P

Signed-off-by: Richard Schütz <[email protected]>
---

Yes I can, but do you want to send it to me in a format that I can apply
so you can get the proper authorship credit?

Of course, here it is.

--- a/drivers/platform/x86/samsung-laptop.c
+++ b/drivers/platform/x86/samsung-laptop.c
@@ -592,6 +592,15 @@ static struct dmi_system_id __initdata s
                },
                .callback = dmi_check_cb,
        },
+       {
+               .ident = "N145P/N250P/N260P",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., 
LTD."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "N145P/N250P/N260P"),
+                       DMI_MATCH(DMI_BOARD_NAME, "N145P/N250P/N260P"),
+               },
+               .callback = dmi_check_cb,
+       },
        { },
 };
 MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);

--
Regards,
Richard Schütz
--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" 
in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to