Re: [PATCH v2] Input: atmel_mxt_ts - Add maxtouch to I2C table for module autoload

2015-12-11 Thread Dmitry Torokhov
Hi Javier, On Thu, Dec 10, 2015 at 08:07:47PM -0300, Javier Martinez Canillas wrote: > Hello Dmitry, > > On 11/20/2015 04:15 PM, Dmitry Torokhov wrote: > > On Fri, Nov 20, 2015 at 04:09:42PM -0300, Javier Martinez Canillas wrote: > >> The Atmel maxtouch DT binding documents that the compatible st

[PATCH] hid: add support for Lilliput touchscreen

2015-12-11 Thread Srinivas Kandagatla
From: Kiran Rudramuni This patch adds support to Liliput capacitive touchscreeen. Signed-off-by: Kiran Rudramuni Signed-off-by: Nicolas Dechesne --- Hi This patch has been in my local tree for long time, tested in various Hackathons. Could you please take this for v4.5. thanks, srini drive

Re: [PATCH] HID: enable all buttons on the TiVo Slide Pro remote

2015-12-11 Thread Dmitry Torokhov
On Sun, Mar 15, 2015 at 7:05 AM, Jiri Kosina wrote: > On Thu, 12 Mar 2015, Forest Wilkinson wrote: > >> The linux kernel has supported the TiVo Slide remote control for some time, >> but does not recognize the USB ID of the newer Slide Pro. This patch adds >> the missing data structures so the new

Re: [PATCH 6/6] Input: psmouse - limit protocols that we try on passthrough ports

2015-12-11 Thread Pali Rohár
On Saturday 28 November 2015 21:13:56 Dmitry Torokhov wrote: > PS/2 protocol is slow, and using it with pass-through port (where we > encapsulate PS/2 into PS/2) is slower yet so it takes quite a bit of time > to do full protocol discovery for device attached to a pass-through port. > However, so f

Re: [PATCH 4/6] Input: psmouse - move protocol descriptions around

2015-12-11 Thread Pali Rohár
On Saturday 28 November 2015 21:13:54 Dmitry Torokhov wrote: > We move protocol descriptions and psmouse_find_by_type() and > pmouse_find_by_name() so that we can use them without forward declarations > in the subsequent patches. > > Signed-off-by: Dmitry Torokhov Reviewed-by: Pali Rohár -- P

Re: [PATCH 3/6] Input: psmouse - rearrange Focaltech init code

2015-12-11 Thread Pali Rohár
On Saturday 28 November 2015 21:13:53 Dmitry Torokhov wrote: > The fact that we were calling focaltech_init() even when Focaltech support > is disabled was confusing. Rearrange the code so that if support is > disabled we continue to fall through the rest of protocol probing code > until we get to

Re: [PATCH 2/6] Input: psmouse - fix comment style

2015-12-11 Thread Pali Rohár
On Saturday 28 November 2015 21:13:52 Dmitry Torokhov wrote: > The module was using non-standard comment style with comment blocks often > starting at the very beginning of a line instead of being aligned with the > code. Let's switch to standard formatting. > > Signed-off-by: Dmitry Torokhov Re

Re: [PATCH 1/6] Input: psmouse - use switch statement in psmouse_process_byte()

2015-12-11 Thread Pali Rohár
On Saturday 28 November 2015 21:13:51 Dmitry Torokhov wrote: > Instead of a series mostly exclusive "if" statements testing protocol type > of the mouse let's use "switch" statement. > > Signed-off-by: Dmitry Torokhov Reviewed-by: Pali Rohár -- Pali Rohár pali.ro...@gmail.com -- To unsubscrib