summaryrefslogtreecommitdiffstats
path: root/drivers/staging/samsung-laptop
diff options
context:
space:
mode:
authorAlberto Mardegan2011-03-07 18:48:24 +0100
committerGreg Kroah-Hartman2011-03-07 22:55:04 +0100
commitd542f180cd40a571a218e11b640dec27a3f627d0 (patch)
treeb860567eae3212b00cd37be8ec4609ab4ea0be56 /drivers/staging/samsung-laptop
parentstaging/easycap: reduce code nesting in easycap_sound.c (diff)
downloadkernel-qcow2-linux-d542f180cd40a571a218e11b640dec27a3f627d0.tar.gz
kernel-qcow2-linux-d542f180cd40a571a218e11b640dec27a3f627d0.tar.xz
kernel-qcow2-linux-d542f180cd40a571a218e11b640dec27a3f627d0.zip
staging: samsung-laptop: Samsung R410P backlight driver
Here's a trivial patch which adds support to the backlight device found in Samsung R410 Plus laptops. Signed-off-by: Alberto Mardegan <mardy@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/samsung-laptop')
-rw-r--r--drivers/staging/samsung-laptop/samsung-laptop.c10
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 e0b390d45d8d..1813d5b6a5f9 100644
--- a/drivers/staging/samsung-laptop/samsung-laptop.c
+++ b/drivers/staging/samsung-laptop/samsung-laptop.c
@@ -571,6 +571,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
.callback = dmi_check_cb,
},
{
+ .ident = "R410 Plus",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR,
+ "SAMSUNG ELECTRONICS CO., LTD."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "R410P"),
+ DMI_MATCH(DMI_BOARD_NAME, "R460"),
+ },
+ .callback = dmi_check_cb,
+ },
+ {
.ident = "R518",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR,