All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Platform: Samsung R410P backlight driver
       [not found] ` <20110307161041.GA8623@suse.de>
@ 2011-03-07 17:48   ` Alberto Mardegan
  0 siblings, 0 replies; only message in thread
From: Alberto Mardegan @ 2011-03-07 17:48 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

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>


-- 
http://blog.mardy.it <- geek in un lingua international!

[-- Attachment #2: samsung-laptop.patch --]
[-- Type: text/x-patch, Size: 673 bytes --]

diff --git a/drivers/staging/samsung-laptop/samsung-laptop.c b/drivers/staging/samsung-laptop/samsung-laptop.c
index e0b390d..1813d5b 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,

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-07 17:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4D750057.6040104@users.sourceforge.net>
     [not found] ` <20110307161041.GA8623@suse.de>
2011-03-07 17:48   ` [PATCH] Platform: Samsung R410P backlight driver Alberto Mardegan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.