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

2015-01-29 Thread Thomas Sanchez
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. Signed-off-by: Thomas Sanchez --- drivers/input/mouse/Kconfig | 11 ++ drivers/input/mouse/Makefile | 1 + drivers/input/m

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

2015-01-29 Thread Thomas Sanchez
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. Signed-off-by: Thomas Sanchez --- drivers/input/mouse/Kconfig | 11 ++ drivers/input/mouse/Makefile | 1 + drivers/input/m

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

2015-02-15 Thread Thomas Sanchez
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. Signed-off-by: Thomas Sanchez --- Documentation/input/event-codes.txt | 2 +- drivers/input/mouse/Kconfig | 11 ++ drivers/in

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

2015-02-15 Thread Thomas Sanchez
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. Signed-off-by: Thomas Sanchez --- drivers/input/mouse/Kconfig | 11 ++ drivers/input/mouse/Makefile | 1 + drivers/input/m

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] drivers: input: mouse: Add Foxconn's CNTouch driver

2015-02-15 Thread Thomas Sanchez
After some researches and tests it seems that the device is not HID compliant... -- Thomas Sanchez -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

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

2015-02-26 Thread Thomas Sanchez
Hi, Any news/thought regarding this patch ? Thanks, Cheers, 2015-02-15 13:44 GMT+01:00 Thomas Sanchez : > 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. > > Signed-off-by: Thomas S