* acpi_sbs with kernel 2.6.11
[not found] ` <75eeb70e0503092013562a05d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2005-03-10 5:18 ` Antoni Villalonga
[not found] ` <75eeb70e05030921185b337dd2-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Antoni Villalonga @ 2005-03-10 5:18 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
There are any patch for 2.6.11.x kernels for acpi_sbs driver? I had
problems to use it with 2.6.11.2.
Tnx
--
export DEITY=$USER
Antoni Villalonga i Noceras
#Web# ~> http://friki.org
#Bloc# ~> http://bloc.balearweb.net/friki
#Jabber# ~> friki-STYuutOhSz/k1uMJSBkQmQ@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] 5+ messages in thread
* Re: acpi_sbs with kernel 2.6.11
[not found] ` <75eeb70e05030921185b337dd2-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2005-03-10 19:40 ` Rich Townsend
[not found] ` <4230A2BD.6090609-OBnUx95tOyn10jlvfTC4gA@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Rich Townsend @ 2005-03-10 19:40 UTC (permalink / raw)
To: Antoni Villalonga; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Antoni Villalonga wrote:
> There are any patch for 2.6.11.x kernels for acpi_sbs driver? I had
> problems to use it with 2.6.11.2.
>
> Tnx
>
Not at the moment. I'm still trying to work out a coherent approach to
bringing together Control Method and Smart batteries under the same code
framework.
In the meantime, I'm planning to release, in the very near future, a
version of the sbs-cm DSDT patches that works happily with 2.6.11. Keep
an eye on the Sourceforge sbs-linux project page:
https://sourceforge.net/projects/sbs-linux/
cheers,
Rich
-------------------------------------------------------
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] 5+ messages in thread
* Re: acpi_sbs with kernel 2.6.11
[not found] ` <4230A2BD.6090609-OBnUx95tOyn10jlvfTC4gA@public.gmane.org>
@ 2005-03-11 0:24 ` Matthew Garrett
2005-03-11 0:44 ` Rich Townsend
0 siblings, 1 reply; 5+ messages in thread
From: Matthew Garrett @ 2005-03-11 0:24 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Thu, 2005-03-10 at 14:40 -0500, Rich Townsend wrote:
> Not at the moment. I'm still trying to work out a coherent approach to
> bringing together Control Method and Smart batteries under the same code
> framework.
hal has recently gained the ability to parse control method battery
status. Adding support for smart batteries is trivial. There's no need
to unite battery status at the kernel level, especially since we'll need
to support apm and pmu batteries as well.
--
Matthew Garrett | mjg59-1xO5oi07KQx4cg9Nei1l7Q@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] 5+ messages in thread
* Re: acpi_sbs with kernel 2.6.11
2005-03-11 0:24 ` Matthew Garrett
@ 2005-03-11 0:44 ` Rich Townsend
[not found] ` <4230E9E9.2010600-OBnUx95tOyn10jlvfTC4gA@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Rich Townsend @ 2005-03-11 0:44 UTC (permalink / raw)
To: Matthew Garrett; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Matthew Garrett wrote:
> On Thu, 2005-03-10 at 14:40 -0500, Rich Townsend wrote:
>
>
>>Not at the moment. I'm still trying to work out a coherent approach to
>>bringing together Control Method and Smart batteries under the same code
>>framework.
>
>
> hal has recently gained the ability to parse control method battery
> status. Adding support for smart batteries is trivial. There's no need
> to unite battery status at the kernel level, especially since we'll need
> to support apm and pmu batteries as well.
>
So I should instead be looking to implementing the SBS stuff in the HAL?
Sounds good to me. Where's the main site for the HAL work?
cheers,
Rich
-------------------------------------------------------
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] 5+ messages in thread
* Re: acpi_sbs with kernel 2.6.11
[not found] ` <4230E9E9.2010600-OBnUx95tOyn10jlvfTC4gA@public.gmane.org>
@ 2005-03-11 0:49 ` Matthew Garrett
0 siblings, 0 replies; 5+ messages in thread
From: Matthew Garrett @ 2005-03-11 0:49 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Thu, 2005-03-10 at 19:44 -0500, Rich Townsend wrote:
> So I should instead be looking to implementing the SBS stuff in the HAL?
> Sounds good to me. Where's the main site for the HAL work?
http://hal.freedesktop.org/wiki/Software_2fhal is the main site - you
want the CVS code, I believe. The mailing list archives ought to have
more information on the current code.
Gnome will certainly be moving to using hal for battery status in the
next release - I believe that KDE will be moving in that direction post
3.4 as well.
--
Matthew Garrett | mjg59-1xO5oi07KQx4cg9Nei1l7Q@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] 5+ messages in thread
end of thread, other threads:[~2005-03-11 0:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <75eeb70e0503092013562a05d@mail.gmail.com>
[not found] ` <75eeb70e0503092013562a05d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2005-03-10 5:18 ` acpi_sbs with kernel 2.6.11 Antoni Villalonga
[not found] ` <75eeb70e05030921185b337dd2-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2005-03-10 19:40 ` Rich Townsend
[not found] ` <4230A2BD.6090609-OBnUx95tOyn10jlvfTC4gA@public.gmane.org>
2005-03-11 0:24 ` Matthew Garrett
2005-03-11 0:44 ` Rich Townsend
[not found] ` <4230E9E9.2010600-OBnUx95tOyn10jlvfTC4gA@public.gmane.org>
2005-03-11 0:49 ` Matthew Garrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox