Re: [PATCH] drivers: input: mouse: Add Foxconn's CNTouch driver

2015-01-31 Thread Dmitry Torokhov
Hi Thomas, On Thu, Jan 29, 2015 at 05:22:50PM +0100, Thomas Sanchez wrote: > This commit introduces a new driver for Foxconn CNTouch trackpad that > can be found on LDLC's laptop IRIS family. The driver has been inspired > from usbmouse.c. So I guess it does not work as a standard HID device, do

Re: [PATCH 2/2] Input: drv2667 - Remove wrong and unneeded drv2667-haptics modalias

2015-01-31 Thread Dmitry Torokhov
On Sat, Jan 31, 2015 at 01:21:45PM +0800, Axel Lin wrote: > This is a I2C driver, so it's wrong to use platform prefix for the modalias. > We have all needed i2c aliases coming form MODULE_DEVICE_TABLE, > so remove the wrong and unneeded drv2667-haptics modalias. > > Signed-off-by: Axel Lin Appl

Re: [PATCH] Input: cap11xx - Remove wrong and unneeded cap11xx modalias

2015-01-31 Thread Dmitry Torokhov
On Sat, Jan 31, 2015 at 12:38:02PM +0800, Axel Lin wrote: > This is a I2C driver, so it's wrong to use platform prefix for the modalias. > We have all needed i2c aliases coming form MODULE_DEVICE_TABLE, > so remove the wrong and unneeded cap11xx modalias. > > Signed-off-by: Axel Lin Applied, tha

Re: "i2c_hid: Could not register for interrupt, irq = -1" on Thinkpad Tablet 10

2015-01-31 Thread Sebastien Bourdeauducq
Hi, On Sunday, February 01, 2015 04:39 AM, Benjamin Tissoires wrote: Mika sent a patch recently which should solve your problem. Can you give a try to the following patch? https://patchwork.kernel.org/patch/5709961/ With this patch and IRQF_TRIGGER_LOW | IRQF_ONESHOT, I get an interrupt flood

Re: "i2c_hid: Could not register for interrupt, irq = -1" on Thinkpad Tablet 10

2015-01-31 Thread Benjamin Tissoires
Hi, On Sat, Jan 31, 2015 at 10:01 AM, Sebastien Bourdeauducq wrote: > Hi, > > among the many problems that the Baytrail-based Thinkpad Tablet 10 has under > Linux, the built-in Wacom digitizer does not work. I get the following > messages in the kernel log (with i2c_hid.debug=1): > > [ 593.22424

"i2c_hid: Could not register for interrupt, irq = -1" on Thinkpad Tablet 10

2015-01-31 Thread Sebastien Bourdeauducq
Hi, among the many problems that the Baytrail-based Thinkpad Tablet 10 has under Linux, the built-in Wacom digitizer does not work. I get the following messages in the kernel log (with i2c_hid.debug=1): [ 593.224249] i2c_hid i2c-WCOM0008:00: Fetching the HID descriptor [ 593.224259] i2c_hid

Re: [PATCH] Input: cap11xx - Remove wrong and unneeded cap11xx modalias

2015-01-31 Thread Matt Ranostay
Reviewed-by: Matt Ranostay Thanks, Matt Ranostay On Fri, Jan 30, 2015 at 8:38 PM, Axel Lin wrote: > This is a I2C driver, so it's wrong to use platform prefix for the modalias. > We have all needed i2c aliases coming form MODULE_DEVICE_TABLE, > so remove the wrong and unneeded cap11xx modalias

Re: [PATCH] Input: cap11xx - Remove wrong and unneeded cap11xx modalias

2015-01-31 Thread Daniel Mack
On 01/31/2015 05:38 AM, Axel Lin wrote: > This is a I2C driver, so it's wrong to use platform prefix for the modalias. > We have all needed i2c aliases coming form MODULE_DEVICE_TABLE, > so remove the wrong and unneeded cap11xx modalias. > > Signed-off-by: Axel Lin Acked-by: Daniel Mack Thanks

Re: [PATCH v2 4/5] Input: synaptics - Skip quirks when post-2013 dimensions

2015-01-31 Thread Daniel Martin
On Fri, Jan 30, 2015 at 10:34:22AM -0500, Benjamin Tissoires wrote: > On Fri, Jan 30, 2015 at 4:59 AM, Hans de Goede wrote: > > Hi, > > > > On 01/29/2015 08:50 PM, Benjamin Tissoires wrote: > >> On Thu, Jan 29, 2015 at 2:02 PM, Benjamin Tissoires > >> wrote: > >>> Hi Daniel, > >>> > >>> On Tue, J

[PATCH] Handle more microsoft keyboards types.

2015-01-31 Thread Alistair Leslie-Hughes
Fixes https://bugzilla.kernel.org/show_bug.cgi?id=52841 --- drivers/hid/hid-core.c | 4 drivers/hid/hid-ids.h | 4 drivers/hid/hid-microsoft.c | 8 3 files changed, 16 insertions(+) diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 8b63879..1629c8a

Re: [PATCH v2 3/5] Input: synaptics - Query min dimensions when safe firmware

2015-01-31 Thread Daniel Martin
On Fri, Jan 30, 2015 at 02:35:07PM -0800, Andrew Duggan wrote: > On 01/30/2015 07:41 AM, Benjamin Tissoires wrote: > >On Fri, Jan 30, 2015 at 4:03 AM, Hans de Goede wrote: > >>Hi, > >> > >>On 01/29/2015 07:48 PM, Benjamin Tissoires wrote: > >>>Hi Daniel, > >>> > >>>in one hand I would like to see