Re: [PATCH] Add support for the egalax serial touchscreen driver

2015-12-15 Thread Boszormenyi Zoltan
Hi, 2015-12-15 20:06 keltezéssel, Stephen Kitt írta: > Hi, > > Thanks for submitting this. I have just a couple of questions... > > On Tue, 15 Dec 2015 12:24:32 +0100, Böszörményi Zoltán > wrote: >> +static int egalax_init(int fd, unsigned long *id, unsigned long *extra)

[PATCH] input: Report vendor and product IDs for elan_i2c

2015-12-15 Thread Charlie Mooney
Previously the "vendor" and "product" IDs for the elan_i2c driver simply reported . This patch modifies the elan_i2c driver to include the Elan vendor ID and the touchpad's product id under input/input*/{vendor,product}. Specifically, this is to allow us to apply a generic Elan gestures

[RESEND] Lenovo Yoga 900 touchpad issues

2015-12-15 Thread Nish Aravamudan
[Apologies for the resend, didn't realize I hadn't changed my GMail settings to not use HTML.] I have recently purchased a Lenovo Yoga 900 and most everything is working with a slightly modified 4.4-rc5 (https://lkml.org/lkml/2015/11/30/441 applied to enable the touchpad itself), I am seeing two

Re: [PATCH] input: Report vendor and product IDs for elan_i2c

2015-12-15 Thread Dmitry Torokhov
On Tue, Dec 15, 2015 at 11:11:12AM -0800, Charlie Mooney wrote: > Previously the "vendor" and "product" IDs for the elan_i2c > driver simply reported . This patch modifies the elan_i2c > driver to include the Elan vendor ID and the touchpad's product > id under input/input*/{vendor,product}.

[PATCH] Add support for the egalax serial touchscreen driver

2015-12-15 Thread Böszörményi Zoltán
From: Böszörményi Zoltán Add inputattach support for the egalax serial touchscreen driver. Signed-off-by: Böszörményi Zoltán --- utils/inputattach.c | 72 + 1 file changed, 72 insertions(+) diff --git

[PATCH] input/touchscreen: New EETI eGalaxTouch serial touchscreen driver

2015-12-15 Thread Böszörményi Zoltán
From: Böszörményi Zoltán There are two EETI touchscreen drivers in the kernel (eeti_ts and egalax_ts) but both are for I2C-connected panels. This is for a different, serial and not multi-touch touchscreen panel. The protocol documentation is at

Re: [PATCH 05/10] Input: synaptics-rmi4: Add device tree support for 2d sensors and F11

2015-12-15 Thread Andrew Duggan
Hi Rob, I'm taking a look at this patchset again and I had a couple follow up questions. On 11/27/2015 01:10 PM, Rob Herring wrote: On Wed, Nov 25, 2015 at 04:09:13PM -0800, Andrew Duggan wrote: 2D sensors have several parameter which can be set in the platform data. This patch adds support

Re: [PATCH] input/touchscreen: New EETI eGalaxTouch serial touchscreen driver

2015-12-15 Thread Dmitry Torokhov
Hi Zoltán, On Tue, Dec 15, 2015 at 12:22:07PM +0100, Böszörményi Zoltán wrote: > From: Böszörményi Zoltán > > There are two EETI touchscreen drivers in the kernel (eeti_ts and egalax_ts) > but both are for I2C-connected panels. This is for a different, serial > and not

Re: [PATCH] Add support for the egalax serial touchscreen driver

2015-12-15 Thread Stephen Kitt
Hi, Thanks for submitting this. I have just a couple of questions... On Tue, 15 Dec 2015 12:24:32 +0100, Böszörményi Zoltán wrote: > +static int egalax_init(int fd, unsigned long *id, unsigned long *extra) { > + unsigned char packet_alive_query[3] = { 0x0a, 0x01, 'A'