Manoj Iyer | 10 Mar 2012 00:32
Favicon

[PATCH] thinkpad-acpi: recognize Lenovo as version string in newer V-series BIOS

The newer V series bios reports product version as 'Lenovo'
instead of 'ThinkPad'. Recoginze this new string so that
the module can load.

Signed-off-by: Manoj Iyer <manoj.iyer@...>
---
 drivers/platform/x86/thinkpad_acpi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c
index ea0c607..d68c000 100644
--- a/drivers/platform/x86/thinkpad_acpi.c
+++ b/drivers/platform/x86/thinkpad_acpi.c
 <at>  <at>  -8658,7 +8658,7  <at>  <at>  static int __must_check __init get_thinkpad_model_data(
 	}

 	s = dmi_get_system_info(DMI_PRODUCT_VERSION);
-	if (s && !strnicmp(s, "ThinkPad", 8)) {
+	if (s && !(strnicmp(s, "ThinkPad", 8) && strnicmp(s, "Lenovo", 6))) {
 		tp->model_str = kstrdup(s, GFP_KERNEL);
 		if (!tp->model_str)
 			return -ENOMEM;
--

-- 
1.7.9.1

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
(Continue reading)

Yves-Alexis Perez | 10 Mar 2012 14:58
Picon
Favicon

Re: [PATCH] thinkpad-acpi: recognize Lenovo as version string in newer V-series BIOS

On sam., 2012-03-10 at 01:28 -0300, Henrique de Moraes Holschuh wrote:
> 
> So far so good, but what driver functionality works well in these new
> lenovo boxes? 

V-series are Ideapad, so I'm not really sure this need to be added to
thinkpad-acpi.

Regards,
--

-- 
Yves-Alexis
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
ibm-acpi-devel mailing list
ibm-acpi-devel@...
https://lists.sourceforge.net/lists/listinfo/ibm-acpi-devel
halfdog | 11 Mar 2012 06:59
Favicon

Log-Messages when disabling the screen saver

Dear sir or madam,

Mar 11 05:50:12 bayes kernel: [127478.174082] thinkpad_acpi: unknown 
possible thermal alarm or keyboard event received
Mar 11 05:50:12 bayes kernel: [127478.184884] thinkpad_acpi: 
temperatures (Celsius): 53 0 53 0 0 0 22 0
Mar 11 05:50:12 bayes kernel: [127478.184913] thinkpad_acpi: unhandled 
HKEY event 0x6040
Mar 11 05:50:12 bayes kernel: [127478.184922] thinkpad_acpi: please 
report the conditions when this event happened to 
ibm-acpi-devel@...

Reporting as requests. Event occured when disabling screen server on 
running machine after 6h. Machine not in powersave or suspend since 
multiple virtual machines running on it.

Kind regards,
hd

PS: If this is a re-reporting from an old kernel (

Linux version 3.0.0-16-generic (buildd <at> palmer) (gcc version 4.6.1 
(Ubuntu/Linaro 4.6.1-9ubuntu3) ) #28-Ubuntu SMP Fri Jan 27 17:50:54 UTC 2012

) you might change the kernel log message to include url where to check 
if already fixed or even use some simple online form, that classifies 
the message before creating an entry in a bug-tracker.

--

-- 
http://www.halfdog.net/
(Continue reading)

Bo Lorentsen | 4 Mar 2012 17:13
Picon

HKEY on lenove X121 (AMD E450)

Hi ...

I got this in my log on my new X121, and hope this tells you a bit more 
then it did me.

The computer did not seem making any strange things, when this happends :

Mar  4 16:54:44 fusion kernel: [ 9018.618143] thinkpad_acpi: 
temperatures (Celsius): 49 0 49 0 0 0 26 0
Mar  4 16:54:44 fusion kernel: [ 9018.618172] thinkpad_acpi: unhandled 
HKEY event 0x6040
Mar  4 16:54:44 fusion kernel: [ 9018.618182] thinkpad_acpi: please 
report the conditions when this event happened to 
ibm-acpi-devel@...

Thanks for all your work up until now :)

Regards

/BL

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Henrique de Moraes Holschuh | 14 Mar 2012 11:37
Picon
Favicon

Re: unhandled HKEY event 0x6040

On Sun, 19 Feb 2012, George Shuklin wrote:
> [  282.797877] thinkpad_acpi: unhandled HKEY event 0x6040
> [  282.797879] thinkpad_acpi: please report the conditions when this 
> event happened to ibm-acpi-devel@...
> [  282.798378] thinkpad_acpi: EC reports that Thermal Table has changed
> 
> That message appear every time I plug in power cord in ThinkPad X220i.

Thank you for the report.

--

-- 
  "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

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Henrique de Moraes Holschuh | 14 Mar 2012 11:37
Picon
Favicon

Re: HKEY on lenove X121 (AMD E450)

On Sun, 04 Mar 2012, Bo Lorentsen wrote:
> I got this in my log on my new X121, and hope this tells you a bit more 
> then it did me.

You can safely ignore it, it is a false alarm by the driver.

--

-- 
  "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

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Henrique de Moraes Holschuh | 14 Mar 2012 11:38
Picon
Favicon

Re: Log-Messages when disabling the screen saver

On Sun, 11 Mar 2012, halfdog wrote:
> Mar 11 05:50:12 bayes kernel: [127478.184913] thinkpad_acpi: unhandled 
> HKEY event 0x6040

You can safely ignore it.  Thanks for the report.

> ) you might change the kernel log message to include url where to check 
> if already fixed or even use some simple online form, that classifies 
> the message before creating an entry in a bug-tracker.

Hmm, that's a nice idea.  I will consider it.

--

-- 
  "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

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Roberto Ferrara | 18 Mar 2012 11:33
Picon

REQUEST: rfkill switch for wifi

Hi,
at now thinkpad-acpi provides a built-in rfkill switch for bluetooth
that responds to KEY_BLUETOOTH
(i've added
     0x5 bluetooth
to /lib/udev/keymaps/module-lenovo)
so through udev i can switch bluetooth on and off and at the same time
load and unload the drivers modules (and stop the daemon)

this is not possible for the wifi because the only rfkill switch is
provided by the wifi driver, so removing it is a clear selfcheck-mate
is it possible to add an idependent rfkill switch for the wifi too?

thanks and regards
roberto

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
Henrique de Moraes Holschuh | 18 Mar 2012 14:59
Picon
Favicon

Re: REQUEST: rfkill switch for wifi

On Sun, 18 Mar 2012, Roberto Ferrara wrote:
> this is not possible for the wifi because the only rfkill switch is
> provided by the wifi driver, so removing it is a clear selfcheck-mate
> is it possible to add an idependent rfkill switch for the wifi too?

No, as there is no firmware support for it.

--

-- 
  "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

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
Richard Hartmann | 28 Mar 2012 02:13
Picon
Gravatar

Brightness feedback for ThinkPad x31

Hi all,

as per your request, I am glad to report that this model works fine.
If you need any more information, just let me know.

As an aside, if someone knows how to update the firmware from within
Linux, please let me know ;)

Richard

[   10.745121] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[   10.745131] thinkpad_acpi: http://ibm-acpi.sf.net/
[   10.745139] thinkpad_acpi: ThinkPad BIOS 1QET73WW (2.11 ), EC 1QHT16WW-1.03
[   10.745147] thinkpad_acpi: IBM ThinkPad X31, model 2672C8G
[   10.745155] thinkpad_acpi: WARNING: Outdated ThinkPad BIOS/EC firmware
[   10.745163] thinkpad_acpi: WARNING: This firmware may be missing
critical bug fixes and/or important features
[   10.749056] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[   10.762673] Registered led device: tpacpi::thinklight
[   10.763424] Registered led device: tpacpi::power
[   10.764179] Registered led device: tpacpi::standby
[   10.766692] thinkpad_acpi: brightness: will use unverified default:
brightness_mode=3
[   10.766704] thinkpad_acpi: brightness: please report to
ibm-acpi-devel@... whether it works well or not on
your ThinkPad
[   10.772713] thinkpad_acpi: Console audio control enabled, mode:
monitor (read only)
[   10.778514] input: ThinkPad Extra Buttons as
/devices/platform/thinkpad_acpi/input/input7
(Continue reading)


Gmane