[BUG][3.5.4] No keyboard without i8042_nokbd=1 parameter

2012-09-15 Thread Chris Rankin
Hi, I have recently upgraded my oldest PC from 3.4.8 to 3.5.4, but was puzzled to discover that the keyboard no longer worked unless I also added the i8042_nokbd=1 boot parameter. It turns out that 3.4.8 didn't use the i8042 keyboard device anyway: >From 3.4.8: ... i8042 aux: probe of 00:07 f

Input and HID updates for 3.7, version 4

2012-09-15 Thread Henrik Rydberg
Ok, here is version 4 of the patchset. Rather than sending out all the patches again, the diff to linux-next is given below, and the refreshed tree can be pulled from git://github.com/rydberg/linux.git maybe All Dmitry's comments are addressed. Changes in short: * Also move 'slot' to input_mt

Re: [PATCH v2 0/3] Input: cyttsp4 - driver for Cypress TMA4XX touchscreen devices

2012-09-15 Thread Javier Martinez Canillas
On Fri, Sep 14, 2012 at 8:46 PM, Henrik Rydberg wrote: > Hi Ferruh, > >> This driver is for Cypress TrueTouch(tm) Standard Product controllers, >> Generation4 devices. >> >> This is second version of driver, code re-structured to match with >> existing Generation3 driver code. > > To integrate wit

Re: New Alps protocol in the wild?

2012-09-15 Thread dturvene
On 09/08/2012 08:51 AM, dturvene wrote: On 08/17/2012 01:04 PM, Ben Gamari wrote: dturvene writes: Ben - I tried your fix on a Dell Inspiron 15R N5110 (I15R). It did not work. Things I noticed: 1) Consistent with prior observations, the touchpad E7 signature for it is: 0x73 0x03 0x50, diff

[PATCH RFT] HID: sensor-hub: don't hold spin lock while calling kzalloc with GFP_KERNEL

2012-09-15 Thread Axel Lin
kzalloc might cause sleep, so don't hold spin lock while calling kzalloc with GFP_KERNEL. Signed-off-by: Axel Lin --- drivers/hid/hid-sensor-hub.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/hid/hid-sensor-hub.c b/drivers/hid/hid-sensor-hub.c index 4ac

RE: [PATCH RFT] HID: sensor-hub: don't hold spin lock while calling kzalloc with GFP_KERNEL

2012-09-15 Thread Pandruvada, Srinivas
There is already a patch submitted to change to GFP_ATOMIC, which address this. -Original Message- From: Axel Lin [mailto:axel@gmail.com] Sent: Saturday, September 15, 2012 7:58 PM To: Jiri Kosina Cc: Pandruvada, Srinivas; Jonathan Cameron; linux-input@vger.kernel.org Subject: [PATCH