Reported-by: Piotr Mitas <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
 drivers/staging/samsung-laptop/samsung-laptop.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/samsung-laptop/samsung-laptop.c 
b/drivers/staging/samsung-laptop/samsung-laptop.c
index c042ed5..575694b 100644
--- a/drivers/staging/samsung-laptop/samsung-laptop.c
+++ b/drivers/staging/samsung-laptop/samsung-laptop.c
@@ -565,6 +565,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] 
= {
                .callback = dmi_check_cb,
        },
        {
+               .ident = "R519/R719",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR,
+                                       "SAMSUNG ELECTRONICS CO., LTD."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "R519/R719"),
+                       DMI_MATCH(DMI_BOARD_NAME, "R519/R719"),
+               },
+               .callback = dmi_check_cb,
+       },
+       {
                .ident = "N150/N210/N220",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR,
-- 
1.7.4.1

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to