Re: [PATCH v3 3/3] input: touchscreen mc13xxx: Add mc34708 support

2019-07-17 Thread Lukasz Majewski
Hi Dmitry, > Hi Lukasz, > > On Wed, Jul 17, 2019 at 10:17:04AM +0200, Lukasz Majewski wrote: > > Hi Dmitry, > > > > > On Wed, Jul 17, 2019 at 12:19:29AM +0200, Lukasz Majewski wrote: > > > > From: Sascha Hauer > > > > > > > > The mc34708 has a different bit to enable pen detection. This >

Re: [PATCH v3 3/3] input: touchscreen mc13xxx: Add mc34708 support

2019-07-17 Thread Dmitry Torokhov
Hi Lukasz, On Wed, Jul 17, 2019 at 10:17:04AM +0200, Lukasz Majewski wrote: > Hi Dmitry, > > > On Wed, Jul 17, 2019 at 12:19:29AM +0200, Lukasz Majewski wrote: > > > From: Sascha Hauer > > > > > > The mc34708 has a different bit to enable pen detection. This > > > adds the driver data and devty

Re: [PATCH v3 3/3] input: touchscreen mc13xxx: Add mc34708 support

2019-07-17 Thread Lukasz Majewski
Hi Dmitry, > On Wed, Jul 17, 2019 at 12:19:29AM +0200, Lukasz Majewski wrote: > > From: Sascha Hauer > > > > The mc34708 has a different bit to enable pen detection. This > > adds the driver data and devtype necessary to probe the device > > and to distinguish between the mc13783 and the mc34708

Re: [PATCH v3 3/3] input: touchscreen mc13xxx: Add mc34708 support

2019-07-17 Thread Dmitry Torokhov
On Wed, Jul 17, 2019 at 12:19:29AM +0200, Lukasz Majewski wrote: > From: Sascha Hauer > > The mc34708 has a different bit to enable pen detection. This > adds the driver data and devtype necessary to probe the device > and to distinguish between the mc13783 and the mc34708. > > Signed-off-by: Sa

[PATCH v3 3/3] input: touchscreen mc13xxx: Add mc34708 support

2019-07-16 Thread Lukasz Majewski
From: Sascha Hauer The mc34708 has a different bit to enable pen detection. This adds the driver data and devtype necessary to probe the device and to distinguish between the mc13783 and the mc34708. Signed-off-by: Sascha Hauer Signed-off-by: Lukasz Majewski --- Changes for v3: - Replace forw