summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Krah <tkrah@fachschaft.imn.htwk-leipzig.de>2008-10-17 09:47:57 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2009-02-06 14:00:43 -0800
commit1a93dbaa7554329cf1173b96c92721f6d326de94 (patch)
tree2069ddcafb82a45ed0cf1542fe7bea4846cba2ce
parent870346e874245447a5097bc1513acb45478c0a7a (diff)
asus-laptop: Add support for P30/P35
commit 4d0b856ef7eea5c03f4c1fa57793286ac068f4cd upstream. Add support for P30/P35. http://bugzilla.kernel.org/show_bug.cgi?id=10848 Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Len Brown <len.brown@intel.com> Cc: Thomas Renninger <trenn@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/misc/asus-laptop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/asus-laptop.c b/drivers/misc/asus-laptop.c
index 967ecec82577..c758c2a401be 100644
--- a/drivers/misc/asus-laptop.c
+++ b/drivers/misc/asus-laptop.c
@@ -139,6 +139,7 @@ ASUS_HANDLE(lcd_switch, "\\_SB.PCI0.SBRG.EC0._Q10", /* All new models */
"\\_SB.PCI0.PX40.ECD0._Q10", /* L3C */
"\\_SB.PCI0.PX40.EC0.Q10", /* M1A */
"\\_SB.PCI0.LPCB.EC0._Q10", /* P30 */
+ "\\_SB.PCI0.LPCB.EC0._Q0E", /* P30/P35 */
"\\_SB.PCI0.PX40.Q10", /* S1x */
"\\Q10"); /* A2x, L2D, L3D, M2E */