Signed-off-by: Corentin Chary <corentincj@xxxxxxxxxx> --- asus_acpi.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) --- a/drivers/acpi/asus_acpi.c 2006-12-15 15:58:27.000000000 +0100 +++ b/drivers/acpi/asus_acpi.c 2006-12-15 15:59:43.000000000 +0100 @@ -147,6 +147,7 @@ A3F, //A3F, A6F A3N, //A3N, A3L A4G, //A4700G + A4K, //A4K D1x, //D1 L2D, //L2000D L3C, //L3800C @@ -268,6 +269,17 @@ .display_get = "\\ADVG"}, { + .name = "A4K", + .mled_set = "MLED", +/* WLED and TLED present, but not controlled by ACPI */ + .lcd_switch = xxN_PREFIX "_Q10", + .lcd_status = "\\BLFG", + .brightness_set = "SPLV", + .brightness_get = "GPLV", + .display_set = "SDSP", + .display_get = "\\_SB.PCI0.P0P2.VGA.GETD"}, + + { .name = "D1x", .mled_set = "MLED", .lcd_switch = "\\Q0D", @@ -1289,6 +1301,8 @@ return L5x; else if (strncmp(model, "A4G", 3) == 0) return A4G; + else if (strncmp(model, "A4K", 3) == 0) + return A4K; else if (strncmp(model, "W1N", 3) == 0) return W1N; else if (strncmp(model, "W3V", 3) == 0) -- CHARY 'Iksaif' Corentin http://xf.iksaif.net - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html