Re: [ibm-acpi-devel] thinkpad_acpi: brightness: will use unverified default: brightness_mode=3

2010-05-22 Thread Henrique de Moraes Holschuh
On Thu, 13 May 2010, Mark Peter Wege wrote: > 2010-05-13 15:29:41 caprica kernel [ 13.362662] thinkpad_acpi: > ThinkPad BIOS 1WET90WW (2.10 ), EC 1VHT28WW-1.04 > 2010-05-13 15:29:41 caprica kernel [ 13.362664] thinkpad_acpi: IBM > ThinkPad R50e, model 1834J8G > [...] > 2010-05-13 15:29:

[ibm-acpi-devel] thinkpad-acpi release 0.24-20100516 uploaded to ibm-acpi.sf.net

2010-05-22 Thread Henrique de Moraes Holschuh
I have released version 0.24-20100516220 of thinkpad-acpi through the sourceforge.net release system. Patches are available for 2.6.32, 2.6.33 and 2.6.34, at: https://sourceforge.net/projects/ibm-acpi/files/thinkpad-acpi/0.24-20100220/ Support for 2.6.28 to 2.6.31 has been discontinued. 2.6.27 m

Re: [ibm-acpi-devel] thinkpad_acpi: Add support for T410s.

2010-05-22 Thread Jens Taprogge
On Mon, Apr 26, 2010 at 12:45:55AM -0500, Jerone Young wrote: > On Tue, 2010-04-20 at 23:03 +0200, Jens Taprogge wrote: > > TP_HKEY_EV_VOL_MUTE = 0x1017, /* Mixer output mute */ > > + TP_HKEY_EV_VOL_MUTE_MIC = 0x101b, /* Microphone mute */ > > One thing I've been thinking

[ibm-acpi-devel] [PATCH 1/2] acpi: Provide interface for driver notification on method call

2010-05-22 Thread Matthew Garrett
It's sometimes useful for a driver to receive notifications in response to an ACPI event even if there's no explicit notification in the bytecode. Add an interface to allow drivers to register for callbacks when a given method is executed. Signed-off-by: Matthew Garrett --- drivers/acpi/acpica/a

[ibm-acpi-devel] [PATCH 2/2] thinkpad_acpi: Hook volume events

2010-05-22 Thread Matthew Garrett
Not all Thinkpads generate events for volume hotkeys, so hook into the CMOS update and generate events from there without polling. This should let Pulseaudio do something sensible with the mute state. Signed-off-by: Matthew Garrett --- drivers/platform/x86/thinkpad_acpi.c | 32

[ibm-acpi-devel] thinkpad_acpi: brightness: will use unverified default: brightness_mode=3

2010-05-22 Thread Mark Peter Wege
Hey, my kernellog said --- snip --- [...] 2010-05-13 15:29:41 caprica kernel [ 13.362662] thinkpad_acpi: ThinkPad BIOS 1WET90WW (2.10 ), EC 1VHT28WW-1.04 2010-05-13 15:29:41 caprica kernel [ 13.362664] thinkpad_acpi: IBM ThinkPad R50e, model 1834J8G [...] 2010-05-13 15:29:41 c

Re: [ibm-acpi-devel] ThinkPad Edge support

2010-05-22 Thread Henrique de Moraes Holschuh
On Thu, 20 May 2010, Philipp Ittershagen wrote: > I could'nt help but hack the thinkpad acpi module, and this change > below enabled it for me. Do you think this is safe? What else can I It might not be entirely safe because there are other bugs in the module. Please try the very latest release i