Re: [PATCH v3 3/3] touchscreen: colibri-vf50-ts: Add touchscreen support for Colibri VF50

2015-08-14 Thread Dmitry Torokhov
Hi Sanchayan, On Wed, Aug 05, 2015 at 02:25:51PM +0530, Sanchayan Maity wrote: > The Colibri Vybrid VF50 module supports 4-wire touchscreens using > FETs and ADC inputs. This driver uses the IIO consumer interface > and relies on the vf610_adc driver based on the IIO framework. > > Signed-off-by:

[PATCH] drivers/hid: Fix debugfs_create_dir's error checking method for hid-core

2015-08-14 Thread Alexander Kuleshov
The debugfs_create_dir() function returns NULL if an error occurs. This patch adds check of the result of the debufs_create_dir() execution in the hid_debug_register(). Signed-off-by: Alexander Kuleshov --- drivers/hid/hid-core.c | 6 -- drivers/hid/hid-debug.c | 3 +++ 2 files changed, 7 i

Re: [PATCH v2] Input: drivers/joystick: use parallel port device model

2015-08-14 Thread Pali Rohár
On Friday 14 August 2015 12:25:42 Sudip Mukherjee wrote: > On Thu, Aug 13, 2015 at 09:26:02AM -0700, Dmitry Torokhov wrote: > > On Thu, Aug 13, 2015 at 07:16:14PM +0530, Sudip Mukherjee wrote: > > > Pali Rohár has the hardware and he is ready to test it. > > > > Pali, could you give the v2 version