public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* RE: RE: preparing toshiba_acpi driver release
@ 2004-01-26 18:54 Brown, Len
       [not found] ` <BF1FE1855350A0479097B3A0D2A80EE0CC8A51-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Brown, Len @ 2004-01-26 18:54 UTC (permalink / raw)
  To: Ducrot Bruno; +Cc: John Belmonte, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


> > Note that the strategy going forward is to create a generic 
> acpi/video
> > extensions driver that works on all platforms.  When it is 
> available, we
> > should remove the video functionality from toshiba_extras and
> > asus_extras.
> > http://bugzilla.kernel.org/show_bug.cgi?id=1944
> > 
> > If anybody is excited about doing this, I'd be happy to work with a
> > volunteer.
> > 
> 
> ATM I'm more excited with the support of processor _CST (with a patch
> I already send to you and Dominik for first testing purpose), but
> if nobody else want to volunteer, why not?

Cool.  Go ahead and "ACCEPT" the bug to let others know you're looking
at it.

I think it would be good to get acpi video standardized to defuse the
need for more platform-specific code...  Indeed, the next piece of the
puzzle it to figure out how to properly do hot-keys correctly.  Surely
Windows doesn't have a driver for each OEM's buttons...

I think video brightness control will be a very popular and visible
feature -- no pun intened;-)

In the back of my head I'm also wondering if we've got a missing piece
of the suspend/resume puzzle here too -- and I'd hate for ACPI to be the
"missing link" to get that key feature working.

Thanks,
-Len


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: RE: preparing toshiba_acpi driver release
@ 2004-01-26 19:29 Brown, Len
       [not found] ` <BF1FE1855350A0479097B3A0D2A80EE0CC8A54-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Brown, Len @ 2004-01-26 19:29 UTC (permalink / raw)
  To: Ducrot Bruno; +Cc: John Belmonte, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

> Wait.  I take video, not hotkey :)

Yes, I just mentioned hotkeys because that is the other part of the
platform dependent drivers which need a more generic solution.

> > I think video brightness control will be a very popular and visible
> > feature -- no pun intended;-)
> 
> ATM I much prefer _CST though, even if there is no visible 
> effect other
> than people may notice that their laptop will run longer on battery,
> and if they don't have some usb driver loaded.

I was thinking about ergonomics rather than power-savings -- though
probably brightness control has some power savings benefits too -- maybe
somebody on the list has numbers for screen power consumption?

> > In the back of my head I'm also wondering if we've got a 
> missing piece
> > of the suspend/resume puzzle here too -- and I'd hate for 
> ACPI to be the
> > "missing link" to get that key feature working.
> 
> IMHO, there is a need at first to glue devices in the ACPI 
> namespace and the
> devices enumerated by OS a la pnpbios...

For suspend/resume, or for something else?
PNP is only for ISA devices, yes?  Is it really still used?
When we were working on interrupts somebody suggested that we ask the
ISA bus driver about what ISA interrupts where taken rather than using a
table inside the ACPI code containing "conventions".  The conventions
are simple, and so far seem to be functional -- though one could argue
such heuristics are sort of a hack.

-Len


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: preparing toshiba_acpi driver release
@ 2004-01-26 17:44 Brown, Len
       [not found] ` <BF1FE1855350A0479097B3A0D2A80EE0CC8A4B-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Brown, Len @ 2004-01-26 17:44 UTC (permalink / raw)
  To: John Belmonte; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi John,
In general, it it is best to have smaller patches which are single
logical changes so that they can be reviewed as a unit, tested as a
unit, and applied or un-applied as a unit.  However, if the changes are
small, grouping several together is fine.

Also, if the patch applies both to 2.4 and 2.6, but the patch is
different, then I appresiate getting both patches rather than having to
port the patch myself.

Note that the strategy going forward is to create a generic acpi/video
extensions driver that works on all platforms.  When it is available, we
should remove the video functionality from toshiba_extras and
asus_extras.
http://bugzilla.kernel.org/show_bug.cgi?id=1944

If anybody is excited about doing this, I'd be happy to work with a
volunteer.

Thanks,
-Len


> -----Original Message-----
> From: John Belmonte [mailto:john-wanGne27zNesTnJN9+BGXg@public.gmane.org] 
> Sent: Monday, January 26, 2004 11:33 AM
> To: Brown, Len
> Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Subject: preparing toshiba_acpi driver release
> 
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hello Len,
> 
> I'm preparing a new release of the toshiba_acpi driver.  Below is the
> tentative changelog.  I haven't been following the check-in policy of
> the kernel or acpi subsystem lately, so I'm wondering if I 
> can give this
> to you as a single patch or do you need it in several parts.
> 
> 
> ~  * Fix remote chance of invalid buffer access in write_video.
> 
> ~  * Support alternate HCI method path (recent "Phoenix BIOS" 
> Toshiba's).
> 
> ~  * Report more proc-write errors.
> 
> ~  * On proc-reads, report errors via printk instead of proc output.
> 
> ~  * Add level to all printk's.
> 
> ~  * Add missing __init and __exit function attributes.
> 
> 
> Regards,
> - -John Belmonte
> 
> 
> - --
> http:// if  ile.org/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQFAFUE35Nfg6kxAQQoRAjQaAKCsdt8QoBH6w2TbtyPSzfpEy1ywMACguflq
> cc6Z79zaEhCmj4C9USs5TBE=
> =oq55
> -----END PGP SIGNATURE-----
> 


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

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

end of thread, other threads:[~2004-01-27 11:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-26 18:54 RE: preparing toshiba_acpi driver release Brown, Len
     [not found] ` <BF1FE1855350A0479097B3A0D2A80EE0CC8A51-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
2004-01-26 19:14   ` Ducrot Bruno
2004-01-26 20:00   ` John Belmonte
     [not found]     ` <401571CE.1020405-wanGne27zNesTnJN9+BGXg@public.gmane.org>
2004-01-27 11:18       ` Ducrot Bruno
2004-01-27 11:31   ` Karol Kozimor
  -- strict thread matches above, loose matches on Subject: below --
2004-01-26 19:29 Brown, Len
     [not found] ` <BF1FE1855350A0479097B3A0D2A80EE0CC8A54-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
2004-01-27  3:12   ` Karol Kozimor
     [not found]     ` <20040127031247.GA28233-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2004-01-27  6:33       ` Tod Morrison
2004-01-27  8:54   ` Stefan Seyfried
2004-01-27 10:21   ` Ducrot Bruno
2004-01-26 17:44 Brown, Len
     [not found] ` <BF1FE1855350A0479097B3A0D2A80EE0CC8A4B-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
2004-01-26 18:29   ` Ducrot Bruno
2004-01-26 19:48   ` John Belmonte

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