Re: [PATCH v1] HID: cp2112: support large i2c transfers in hid-cp2112

2015-06-30 Thread Ellen Wang
Sorry this fell off my todo list for a while. On 06/20/2015 11:30 PM, Antonio Borneo wrote: On Sat, Jun 20, 2015 at 11:10 PM, Antonio Borneo wrote: On Thu, Jun 18, 2015 at 8:34 AM, Ellen Wang wrote: cp2112_i2c_xfer() only reads up to 61 bytes, returning EIO on longers reads. The fix is to w

Re: [PATCH 2/2] Input - synaptics: pin 3 touches when the firmware reports 3 fingers

2015-06-30 Thread Dmitry Torokhov
Hi Benjamin, On Thu, Jun 11, 2015 at 01:29:09PM -0400, Benjamin Tissoires wrote: > On Apr 24 2015 or thereabouts, Benjamin Tissoires wrote: > > Hi Dmitry, > > > > [ adding more relevant people to the discussion ] > > > > On Apr 23 2015 or thereabouts, Benjamin Tissoires wrote: > > > On Apr 23 20

[PATCH] Input: wdt87xx_i2c - remove stray newline in diagnostic message

2015-06-30 Thread Dmitry Torokhov
There is no reason to have a newline between plat_id and xml_id1. Signed-off-by: Dmitry Torokhov --- drivers/input/touchscreen/wdt87xx_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/wdt87xx_i2c.c b/drivers/input/touchscreen/wdt87xx_i2c.c inde

Re: [PATCHv7 04/15] HID: add HDMI CEC specific keycodes

2015-06-30 Thread Dmitry Torokhov
On Tue, Jun 30, 2015 at 09:36:49AM +0200, Hans Verkuil wrote: > On 06/29/15 21:25, Dmitry Torokhov wrote: > > On Mon, Jun 29, 2015 at 12:14:49PM +0200, Hans Verkuil wrote: > >> From: Kamil Debski > >> > >> Add HDMI CEC specific keycodes to the keycodes definition. > >> > >> Signed-off-by: Kamil De

Re: [PATCH v3 1/5] Input: goodix - reset device at init

2015-06-30 Thread Bastien Nocera
On Mon, 2015-06-29 at 19:28 +0300, Irina Tirdea wrote: > After power on, it is recommended that the driver resets the device. > The reset procedure timing is described in the datasheet and is used > at device init (before writing device configuration) and > for power management. It is a sequence of

Re: [PATCH v3 3/5] Input: goodix - add power management support

2015-06-30 Thread Bastien Nocera
On Mon, 2015-06-29 at 19:28 +0300, Irina Tirdea wrote: > Implement suspend/resume for goodix driver. > > The suspend and resume process uses the gpio pins. > If the device ACPI/DT information does not declare gpio pins, > suspend/resume will not be available for these devices. > > This is based o

Re: [PATCH][RFC] usbhid: enable autosuspend for internal devices

2015-06-30 Thread Alan Stern
On Sat, 27 Jun 2015, Greg Kroah-Hartman wrote: > On Fri, Jun 26, 2015 at 09:20:19PM -0400, Alan Stern wrote: > > My Apple keyboard isn't here at the moment, and I don't remember > > exactly what its hub descriptor contains. In theory, it _should_ mark > > the permanently attached port as non-remo

Re: [PATCH] HID:multitouch:add driver fo CJTouch MultiTouch

2015-06-30 Thread Jiri Kosina
On Mon, 29 Jun 2015, linux...@163.com wrote: > From: linuxsea > > Signed-off-by:linuxsea Please use your real name for authorship and signoffs. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majord...@vger

Re: [PATCHv7 04/15] HID: add HDMI CEC specific keycodes

2015-06-30 Thread Hans Verkuil
On 06/29/15 21:25, Dmitry Torokhov wrote: > On Mon, Jun 29, 2015 at 12:14:49PM +0200, Hans Verkuil wrote: >> From: Kamil Debski >> >> Add HDMI CEC specific keycodes to the keycodes definition. >> >> Signed-off-by: Kamil Debski >> Signed-off-by: Hans Verkuil > > Could you please describe the int

[PATCH v1 2/4] ARM: dts: vf500-colibri: Add device tree node for touchscreen support

2015-06-30 Thread Sanchayan Maity
Add device tree node for touchscreen support on Colibri VF50. The touchscreen functionality on VF50 uses the ADC channels of Vybrid and some GPIOs. Also add pinctrl nodes for proper pinmux. Signed-off-by: Sanchayan Maity --- arch/arm/boot/dts/vf500-colibri-eval-v3.dts | 4 +++ arch/arm/boot/dts

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

2015-06-30 Thread Sanchayan Maity
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: Sanchayan Maity --- drivers/input/touchscreen/Kconfig | 12 + drivers/input/