public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* ANNOUNCE: Asus ACPI driver v0.22
@ 2003-05-22 13:07 Karol Kozimor
       [not found] ` <20030522130747.GC12331-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Karol Kozimor @ 2003-05-22 13:07 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Julien Lerouge

Hi,

We have released a new version of the Asus ACPI driver with Julien. Please
check http://sourceforge.net/projects/acpi4asus/ for any information.

Current version has the following features:
- support for hotkeys through /proc/acpi/event
- switching LEDs
- changing display brightness and switching LCD backlight

Current models supported: L2000D, L3800C, M2400X (untested), and possibly
others.

We absolutely need more feedback, especially DSDTs, to further develop the
driver and support other models. Please, all Asus notebook owners, send in 
your DSDTs and test the driver!

All feedback and comments are welcome, especially related to the possible
future integration of the driver code with the ACPI project.

Best regards,

-- 
Karol 'sziwan' Kozimor
sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org


-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ANNOUNCE: Asus ACPI driver v0.22
       [not found] ` <20030522130747.GC12331-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
@ 2003-05-22 16:19   ` Nils Faerber
       [not found]     ` <20030522181941.748c2f71.nils-t93Ne7XHvje5bSeCtf/tX7NAH6kLmebB@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Nils Faerber @ 2003-05-22 16:19 UTC (permalink / raw)
  To: Karol Kozimor
  Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	julien.lerouge-GANU6spQydw

On Thu, 22 May 2003 15:07:47 +0200
Karol Kozimor <sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org> wrote:
> Hi,
Hi!

> We have released a new version of the Asus ACPI driver with Julien.
> Please check http://sourceforge.net/projects/acpi4asus/ for any
> information.
> 
> Current version has the following features:
> - support for hotkeys through /proc/acpi/event
Work!

> - switching LEDs
Also works, very cool! The email LED is ... guess it ... blue!

> - changing display brightness and switching LCD backlight
Work too!

> Current models supported: L2000D, L3800C, M2400X (untested), and
> possibly others.

I tested on L3800C, all very fine!
I also hacked up a script for xscreensaver to use the lcd on/off feature
as screensaver; makes me feel better concerning life of my backlight.

> We absolutely need more feedback, especially DSDTs, to further develop
> the driver and support other models. Please, all Asus notebook owners,
> send in your DSDTs and test the driver!

I have BIOS V1.18a from November 2002. I think most others will use this
too and thus have the same DSDT.

> All feedback and comments are welcome, especially related to the

OK, I'll have to test if switching screens, especially to and from
TV-out. Last version prohibited this, I think because the hotkey event
then went into the asus-ACPI driver instead of some builtin-BIOS code...
very weird. I'll let you know.

> possible future integration of the driver code with the ACPI project.

Oh, yes, Andrew, please :)
This is very nice and finally makes use of the extra hotkeys of the ASUS
notebook.

> Best regards,
Thanks so much for the work in this driver!

> Karol 'sziwan' Kozimor
CU
  nils faerber

-- 
kernel concepts          Tel: +49-271-771091-12
Dreisbachstr. 24         Fax: +49-271-771091-19
D-57250 Netphen          D1 : +49-170-2729106
--


-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ANNOUNCE: Asus ACPI driver v0.22
       [not found]     ` <20030522181941.748c2f71.nils-t93Ne7XHvje5bSeCtf/tX7NAH6kLmebB@public.gmane.org>
@ 2003-05-22 16:42       ` Karol Kozimor
  0 siblings, 0 replies; 3+ messages in thread
From: Karol Kozimor @ 2003-05-22 16:42 UTC (permalink / raw)
  To: Nils Faerber
  Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	julien.lerouge-GANU6spQydw

Thus wrote Nils Faerber:
> OK, I'll have to test if switching screens, especially to and from
> TV-out. Last version prohibited this, I think because the hotkey event
> then went into the asus-ACPI driver instead of some builtin-BIOS code...
> very weird. I'll let you know.

I tested it a couple of hours ago. It seems it still does not work --
strange, especially when the part of the code that handles events is
completely different. I will try to fix it, but not until I implement the
display output switching. Hopefully it will provide a workaround for that
feature.

Best regards,

-- 
Karol 'sziwan' Kozimor
sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org


-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-22 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-22 13:07 ANNOUNCE: Asus ACPI driver v0.22 Karol Kozimor
     [not found] ` <20030522130747.GC12331-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2003-05-22 16:19   ` Nils Faerber
     [not found]     ` <20030522181941.748c2f71.nils-t93Ne7XHvje5bSeCtf/tX7NAH6kLmebB@public.gmane.org>
2003-05-22 16:42       ` Karol Kozimor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox