* [PATCH 1/2] acpi4asus update: M6R display reading
@ 2005-04-05 22:55 Karol Kozimor
[not found] ` <20050405225551.GE21320-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Karol Kozimor @ 2005-04-05 22:55 UTC (permalink / raw)
To: Len Brown
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
acpi4asus-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
This patch corrects the node to read display settings on M6R laptops.
This is small and tested, a 2.6.12 candidate.
Please apply, TIA
Signed-off-by: Karol Kozimor <sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
--- a/drivers/acpi/asus_acpi.c 8 Sep 2004 22:18:26 -0000 1.107
+++ b/drivers/acpi/asus_acpi.c 22 Jan 2005 21:09:55 -0000 1.108
@@ -330,7 +330,7 @@
.brightness_set = "SPLV",
.brightness_get = "GPLV",
.display_set = "SDSP",
- .display_get = "\\SSTE"
+ .display_get = "\\_SB.PCI0.P0P1.VGA.GETD"
},
--
Karol 'sziwan' Kozimor
sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 2+ messages in thread[parent not found: <20050405225551.GE21320-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>]
* [PATCH 2/2] acpi4asus update: fix param description [not found] ` <20050405225551.GE21320-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org> @ 2005-04-05 23:00 ` Karol Kozimor 0 siblings, 0 replies; 2+ messages in thread From: Karol Kozimor @ 2005-04-05 23:00 UTC (permalink / raw) To: Len Brown Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, acpi4asus-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hi, This patch fixes inconsistent parameter descriptions and also deprecates the parameters themselves (I always wanted to kill this code but it has its users so it's safer to remove it later). This is also a 2.6.12 candidate. Please apply, TIA Signed-off-by: Karol Kozimor <sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org> --- a/drivers/acpi/asus_acpi.c 2005-03-01 22:15:44.000000000 +0100 +++ b/drivers/acpi/asus_acpi.c 2005-04-06 00:36:20.000000000 +0200 @@ -79,9 +79,9 @@ MODULE_LICENSE("GPL"); static uid_t asus_uid; static gid_t asus_gid; module_param(asus_uid, uint, 0); -MODULE_PARM_DESC(uid, "UID for entries in /proc/acpi/asus.\n"); +MODULE_PARM_DESC(asus_uid, "UID for entries in /proc/acpi/asus.\n"); module_param(asus_gid, uint, 0); -MODULE_PARM_DESC(gid, "GID for entries in /proc/acpi/asus.\n"); +MODULE_PARM_DESC(asus_gid, "GID for entries in /proc/acpi/asus.\n"); /* For each model, all features implemented, @@ -862,6 +862,8 @@ static int __init asus_hotk_add_fs(struc mode = S_IFREG | S_IRUGO | S_IWUGO; } else { mode = S_IFREG | S_IRUSR | S_IRGRP | S_IWUSR | S_IWGRP; + printk(KERN_WARNING " asus_uid and asus_gid parameters are " + "deprecated, use chown and chmod instead!\n"); } acpi_device_dir(device) = asus_proc_dir; -- Karol 'sziwan' Kozimor sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-04-05 23:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-05 22:55 [PATCH 1/2] acpi4asus update: M6R display reading Karol Kozimor
[not found] ` <20050405225551.GE21320-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2005-04-05 23:00 ` [PATCH 2/2] acpi4asus update: fix param description Karol Kozimor
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox