The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
@ 2011-03-07 23:26 Manoj Iyer
  2011-03-07 23:26 ` Manoj Iyer
  2011-03-08  0:43 ` Henrique de Moraes Holschuh
  0 siblings, 2 replies; 6+ messages in thread
From: Manoj Iyer @ 2011-03-07 23:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: Henrique de Moraes Holschuh


Please consider the following patch that adds support for auto loading 
thinkpad_acpi module on newer Lenovo ThinkPads that have HKEY HID set 
to LEN0068 instead of IBM0068. 

==== dsdt.dsl =============================================
                    Device (HKEY)
                    {
                        Name (_HID, EisaId ("LEN0068"))
                        Method (_STA, 0, NotSerialized)
                        {
                            Return (0x0F)
                        }
============================================================

This patch was tested on a Lenovo x120e. 

Thank you
Manoj Iyer


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

end of thread, other threads:[~2011-03-18 18:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 23:26 [PATCH] thinkpad-acpi: module autoloading for newer Lenovo ThinkPads Manoj Iyer
2011-03-07 23:26 ` Manoj Iyer
2011-03-08 12:35   ` Henrique de Moraes Holschuh
2011-03-18 18:09     ` Manoj Iyer
2011-03-08  0:43 ` Henrique de Moraes Holschuh
2011-03-08  1:23   ` Manoj Iyer

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