From 0d9736fa08364dc0b6fb808f2bde399832171c50 Mon Sep 17 00:00:00 2001 From: Corentin Chary Date: Sun, 24 Jan 2010 11:17:15 +0100 Subject: [PATCH] --- yaml --- r: 185063 b: refs/heads/master c: 47ee0e99524a7ee0185e3c38423cc17cc1318ddc h: refs/heads/master i: 185061: 74de09c1c8becdaedf7a0a231f36e887faf367de 185059: 462cc24ac0bd2f06da96f7f2f27c5a50654345f4 185055: 6d8b20770210d1525999542961df9e1c9f021fb2 v: v3 --- [refs] | 2 +- trunk/drivers/platform/x86/asus-laptop.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index bb4bd9e438c3..da8a4b48ed08 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 75747129a994463e36c2516e8071771427d8494b +refs/heads/master: 47ee0e99524a7ee0185e3c38423cc17cc1318ddc diff --git a/trunk/drivers/platform/x86/asus-laptop.c b/trunk/drivers/platform/x86/asus-laptop.c index ca144d251b00..1d61094d3b5f 100644 --- a/trunk/drivers/platform/x86/asus-laptop.c +++ b/trunk/drivers/platform/x86/asus-laptop.c @@ -1421,6 +1421,8 @@ static int __devinit asus_acpi_init(struct asus_laptop *asus) !acpi_check_handle(asus->handle, METHOD_GPS_OFF, NULL) && !acpi_check_handle(asus->handle, METHOD_GPS_STATUS, NULL)) asus_gps_switch(asus, 1); + + asus->lcd_state = 1; /* LCD should be on when the module load */ return result; }