[PATCH V2 1/3] input: Add some extra PNP keyboard types
Some Japanese machines declare their keyboard with a different PNP ID. Add it to the list of probed device IDs. While we're at it, add all the other IDs that Windows binds to - we'll probably never see them in the real world, but it doesn't hurt. Signed-off-by: Matthew Garrett <mjg(a)redhat.com> --- drivers/inpu... 17 May 2010 12:25
[GIT PULL 0/3] perf tools fixes
Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf The record fix for stable doesn't seem needed as the codebase there is different and the options match the OPT_ macro used for them. Regards, - Arnaldo Arnaldo Carvalho de Melo (2): perf options: ... 17 May 2010 12:25
[PATCH V2 3/3] input: Default to only using PNP for i8042 probing on x86
Experimenting with Windows has revealed that it will not probe the keyboard controller unless a valid PNPACPI device is present. Change our behaviour to match - users can override by using the existing i8042.nopnp=1 parameter. Signed-off-by: Matthew Garrett <mjg(a)redhat.com> --- drivers/input/serio/i8042-x86ia6... 17 May 2010 12:25
[PATCH 1/3] perf options: Introduce OPT_U64
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> We have things like user_interval (-c/--count) in 'perf record' that needs this. Cc: Frédéric Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc: Paul Mackerras <paulus(a)samba.org> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Stephane Eran... 17 May 2010 12:25
[PATCH 3/3] perf tui: Add workaround for slang < 2.1.4
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Older versions of the slang library didn't used the 'const' specifier, causing problems with modern compilers of this kind: util/newt.c:252: error: passing argument 1 of 'SLsmg_printf' discards qualifiers from pointer target type Fix it by using some wrappers ... 17 May 2010 12:25
[PATCH V2 2/3] input: Add a PNP entry to the aux device list
Windows checks for an ALPS PS/2 device in PNP. Add it on the off-chance that there's a machine that expresses this without also providing a compatibility ID. Signed-off-by: Matthew Garrett <mjg(a)redhat.com> --- drivers/input/serio/i8042-x86ia64io.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) d... 17 May 2010 12:25
[PATCH 2.6.34] mx5: bring usb phy out of reset on freescale mx51 babbage hw
From: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> This patch de-asserts the reset line that is connected to the USB ULPI PHY on USB Host1. This patch should be included with the original USB host enablement set of patches of mx51 babbage hw, but was accidentily left out. Signed-off-by: Dinh Nguyen <Dinh.Nguyen@f... 17 May 2010 12:25
[PATCH 2/3] perf record: Fix bug mismatch with -c option definition
From: Stephane Eranian <eranian(a)google.com> The -c option defines the user requested sampling period. It was implemented using an unsigned int variable but the type of the option was OPT_LONG. Thus, the option parser was overwriting memory belonging to other variables, namely the mmap_pages leading to a zero page... 17 May 2010 12:25
USB: option.c: OLIVETTI OLICARD100 support
On Mon, May 17, 2010 at 02:14:11PM +0200, Nils Radtke wrote: From: Nils Radtke <lkml(a)Think-Future.de> This patch adds support for an olivetti olicard100 HЅDPA usb-stick. This device is a zeroCD one with ID 0b3c:c700 that needs switching via eject or usb-modeswitch with MessageContent="555342431... 17 May 2010 12:25
Tidy REMOTE_DEBUG
On Mon, 17 May 2010, Christoph Egger wrote: From 7cc3dbcc665505816368268dee33f6f54d97fc84 Mon Sep 17 00:00:00 2001 From: Christoph Egger <siccegge(a)cs.fau.de> Date: Mon, 17 May 2010 17:21:02 +0200 Subject: [PATCH 2/2] Remove CONFIG_REMOTE_DEBUG REMOTE_DEBUG does already appear in 2.2 kernel sources... 17 May 2010 12:25