From patchwork Tue Feb 22 17:52:40 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manoj Iyer X-Patchwork-Id: 83985 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 3D637B711A for ; Wed, 23 Feb 2011 04:52:54 +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 1PrwPn-0004pJ-Pg; Tue, 22 Feb 2011 17:52:47 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1PrwPl-0004pA-K8 for kernel-team@lists.ubuntu.com; Tue, 22 Feb 2011 17:52:45 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1PrwPl-0007lP-J6 for ; Tue, 22 Feb 2011 17:52:45 +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 1PrwPl-00005F-A9 for kernel-team@lists.ubuntu.com; Tue, 22 Feb 2011 17:52:45 +0000 From: Manoj Iyer To: kernel-team@lists.ubuntu.com Subject: [SRU MAVERICK] Bug# 722747 fix regression for hotkey FN+F8 touchpad disable key Date: Tue, 22 Feb 2011 11:52:40 -0600 Message-Id: <1298397161-3944-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 Please consider the following SRU to Maverick that fixes bug#722747 SRU JUSTIFICATION ================= EFFECT ======= Recent patches to thinkpad_acpi.c that was intended to add support for model-specific keymaps, and support KEY_CAMERA introduced a regression where it broke FN+F8 (touchpad disable key). FIX === upstream commit to use the correct size for keymap entries fixed this regression. TESTING ======== This upstream patch was tested by me on T410 and also on T510 by Steve Magoun and reported to fix this regression. The following changes since commit bcc4da6d18af6d0a66800dc4864ba9f0b63f8e9e: thinkpad-acpi: avoid keymap pitfall (2011-02-22 11:30:23 -0600) are available in the git repository at: git://kernel.ubuntu.com/manjo/ubuntu-maverick.git lp722747