Bugzilla – Attachment 64857 Details for
Bug 145290
asus_acpi update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Patch for V6V support
V6V.patch (text/plain), 1.24 KB, created by
Johannes Engel
on 2006-01-24 21:43:55 UTC
(
hide
)
Description:
Patch for V6V support
Filename:
MIME Type:
Creator:
Johannes Engel
Created:
2006-01-24 21:43:55 UTC
Size:
1.24 KB
patch
obsolete
>--- asus_core.c.orig 2006-01-17 20:56:43.000000000 +0100 >+++ asus_core.c 2006-01-24 22:42:21.000000000 +0100 >@@ -142,6 +142,7 @@ struct asus_hotk { > P30, //Samsung P30 > S1x, //S1300A, but also L1400B and M2400A (L84F) > S2x, //S200 (J1 reported), Victor MP-XP7210 >+ V6V, //V6V > W1N, //W1000N > W5A, //W5A > xxN, //M2400N, M3700N, M5200N, M6800N, S1300N, S5200N >@@ -377,6 +378,20 @@ static struct model_data model_conf[END_ > }, > > { >+ .name = "V6V", >+ .mt_bt_switch = "BLED", >+ .mt_wled = "WLED", >+ .mt_tled = "TLED", >+ .mt_lcd_switch = xxN_PREFIX "_Q10", >+ .bt_status = "\\_SB.PCI0.SBRG.BLTS", >+ .display_get = "\\_SB.PCI0.POP1.VGA.GETD", >+ .display_set = "SDSP", >+ .brightness_set = "SPLV", >+ .brightness_get = "GPLV", >+ .lcd_status = "\\BKLT" >+ }, >+ >+ { > .name = "W1N", > .mt_mled = "MLED", > .mt_wled = "WLED", >@@ -1109,6 +1124,8 @@ static int __init asus_model_match(char > return L5x; > else if (strncmp(model, "A4G", 3) == 0) > return A4G; >+ else if (strncmp(model, "V6V", 3) == 0) >+ return V6V; > else if (strncmp(model, "W1N", 3) == 0) > return W1N; > else if (strncmp(model, "W5A", 3) == 0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 145290
: 64857