Re: [ibm-acpi-devel] x100e support

2010-04-03 Thread Henrique de Moraes Holschuh
Thanks -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh ---

Re: [ibm-acpi-devel] x100e support

2010-03-16 Thread Henrique de Moraes Holschuh
On Mon, 15 Mar 2010, Matthew Garrett wrote: > On Wed, Mar 10, 2010 at 08:47:08PM -0300, Henrique de Moraes Holschuh wrote: > > @@ -491,6 +491,7 @@ TPACPI_HANDLE(ec, root, "\\_SB.PCI0.ISA.EC0", /* 240, > > 240x */ > >"\\_SB.PCI0.ISA.EC", /* A21e, A2xm/p, T20-22, X20-21 */ > >"\\_S

Re: [ibm-acpi-devel] x100e support

2010-03-15 Thread Matthew Garrett
On Wed, Mar 10, 2010 at 08:47:08PM -0300, Henrique de Moraes Holschuh wrote: > @@ -491,6 +491,7 @@ TPACPI_HANDLE(ec, root, "\\_SB.PCI0.ISA.EC0", /* 240, > 240x */ > "\\_SB.PCI0.ISA.EC", /* A21e, A2xm/p, T20-22, X20-21 */ > "\\_SB.PCI0.AD4S.EC0", /* i1400, R30 */ >

Re: [ibm-acpi-devel] x100e support

2010-03-11 Thread Florian Zubeil
Wow, that solved more problems than I expected ;-) Now I can enable/disable wwan (I thought that was more an issue with the gobi wwan card than acpi), bluetooth and wlan. I do have problems with the leds (though that is not important to me): No matter what state I send (on, off, blink) the leds

Re: [ibm-acpi-devel] x100e support

2010-03-10 Thread Henrique de Moraes Holschuh
Please try the attached patch, and tell me what the driver logs to the kernel log, whether it works, etc. Load the driver with the "debug=0x" parameter, please. That will give me more information. diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index

Re: [ibm-acpi-devel] x100e support

2010-03-10 Thread Henrique de Moraes Holschuh
On Mon, 08 Mar 2010, Florian Zubeil wrote: > having a Lenovo X100e i get the message "Not yet supported ThinkPad > detected!". I am using kernel 2.6.31 and could not find anything in the > changelogs of the newer kernels. Is there any way to help getting the > X100e supported? Yes: you voluntee

[ibm-acpi-devel] x100e support

2010-03-08 Thread Florian Zubeil
Hi, having a Lenovo X100e i get the message "Not yet supported ThinkPad detected!". I am using kernel 2.6.31 and could not find anything in the changelogs of the newer kernels. Is there any way to help getting the X100e supported? Thanks, Florian Zubeil ---