Signed-off-by: Corentin Chary <corentincj@xxxxxxxxxx> --- asus_acpi.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) --- a/drivers/acpi/asus_acpi.c 2006-12-15 16:22:26.000000000 +0100 +++ b/drivers/acpi/asus_acpi.c 2006-12-15 16:23:38.000000000 +0100 @@ -182,6 +182,7 @@ W5F, //W5F W6A, //W6A xxN, //M2400N, M3700N, M5200N, M6800N, S1300N, S5200N + Z96, //Z96F //(Centrino) DEF, //Default values END_MODEL @@ -693,6 +694,16 @@ .display_get = "\\ADVG"}, { + .name = "Z96", + .mled_set = "MLED", + .wled_set = "WLED", + .bt_switch = "BLED", + .brightness_set = "SPLV", + .brightness_get = "GPLV", + .display_set = "SDSP", + .display_get = "\\_SB.PCI0.VGA.GETD"}, + + { .name = "???", .mled_set = "MLED", .wled_set = "WLED", @@ -1486,6 +1497,8 @@ strncmp(model, "S1N", 3) == 0 || strncmp(model, "S5N", 3) == 0 || strncmp(model, "W1N", 3) == 0) return xxN; + else if (strncmp(model, "Z96", 3) == 0) + return Z96; else if (strncmp(model, "M1", 2) == 0) return M1A; else if (strncmp(model, "M2", 2) == 0 || strncmp(model, "L4E", 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