From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755942Ab0KSRSy (ORCPT ); Fri, 19 Nov 2010 12:18:54 -0500 Received: from mail-pw0-f46.google.com ([209.85.160.46]:59133 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755360Ab0KSRSw (ORCPT ); Fri, 19 Nov 2010 12:18:52 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=neYmj1uCG/sIO+VWCumslX6NQ01dppYN1/nuMkNo4oX6PpR5gilHRLlRlKICHwwFdA QoT7SoS+ougJ3cmY34CF4D/lqOovHpozl5tsdBypysh9gvqkheLWsoix9B93Ugsqy/T7 xE9Ni6/PGocKp4XD/Yuer9+AVj25zIyjM8E+U= Date: Fri, 19 Nov 2010 09:18:43 -0800 From: Dmitry Torokhov To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [git pull] Input updates for 2.6.37-rc1 Message-ID: <20101119171843.GD6236@core.coreip.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. There is a fix for keycode mapping regression affecting mostly sony-laptop users; fix for regression in SysRq handling code causing it to swallow lone Alt+SysRq (without any follow up action) so that print screen shortcuts stopped working, and a patch that tightens security on Aiptek sysfs attributes. Changelog: --------- Dmitry Torokhov (2): Input: sysrq - pass along lone Alt + SysRq Input: aiptek - tighten up permissions on sysfs attributes Mattia Dongili (1): Input: fix typo in keycode validation supporting large scancodes Diffstat: -------- drivers/input/input.c | 2 +- drivers/input/tablet/aiptek.c | 28 ++++---- drivers/tty/sysrq.c | 169 ++++++++++++++++++++++++++++++----------- 3 files changed, 139 insertions(+), 60 deletions(-) -- Dmitry