[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1299540407-3779-1-git-send-email-manoj.iyer@canonical.com>
Date: Mon, 7 Mar 2011 17:26:46 -0600
From: Manoj Iyer <manoj.iyer@...onical.com>
To: linux-kernel@...r.kernel.org
Cc: Henrique de Moraes Holschuh <ibm-acpi@....eng.br>
Subject: [PATCH] thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists