From patchwork Tue Mar 29 20:37:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manoj Iyer X-Patchwork-Id: 88859 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 2A4861009E4 for ; Wed, 30 Mar 2011 07:37:46 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Q4ffY-0000kE-1N; Tue, 29 Mar 2011 20:37:40 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Q4ffW-0000k3-B8 for kernel-team@lists.ubuntu.com; Tue, 29 Mar 2011 20:37:38 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Q4ffW-0003U8-8V for ; Tue, 29 Mar 2011 20:37:38 +0000 Received: from cpe-72-177-40-4.austin.res.rr.com ([72.177.40.4] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Q4ffV-0002Do-VY for kernel-team@lists.ubuntu.com; Tue, 29 Mar 2011 20:37:38 +0000 From: Manoj Iyer To: kernel-team@lists.ubuntu.com Subject: [SAUCE PATCH] thinkpad-acpi: module autoloading for newer Lenovo ThinkPads. Date: Tue, 29 Mar 2011 15:37:32 -0500 Message-Id: <1301431053-5221-1-git-send-email-manoj.iyer@canonical.com> X-Mailer: git-send-email 1.7.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Hi all, Please consider the following sauce patch for Ubuntu Maverick. SRU JUSTIFICATION ================ IMPACT ====== Newer thinkpads from Lenovo have HKEY_HID "LEN0068" instead of HKEY_HID "IBM0068" this prevents the module from autoloading, losing support for hotkeys. FIX === Patch to add new HKEY_HID "LEN0068" to thinkpad acpi module. TEST ==== Patch tested by me on Lenovo x120 and by James Furgeson on other thinkpad models. The following changes since commit 98e5bbf03976d01a116c000ec141ec7b5325f759: UBUNTU: Ubuntu-2.6.35-28.50 (2011-03-13 09:54:14 -0700) are available in the git repository at: git://kernel.ubuntu.com/manjo/ubuntu-maverick.git lp745217 Manoj Iyer (1): UBUNTU: SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads. drivers/platform/x86/thinkpad_acpi.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)