Re: [PATCH v1] Input: elants_i2c: Add Elan touchscreen support

2014-11-20 Thread Dmitry Torokhov
Hi Scott, On Fri, Dec 27, 2013 at 08:15:15PM +0800, scott wrote: From: Scott Liu scott@emc.com.tw This patch is for Elan eKTH Touchscreen product, I2C adpater module. As you know I have been making some changes to the driver in Chromium tree, here is the latest version of the driver.

Re: Bisected two-finger scrolling regression on Lenovo Y50 (Re: [PATCH 1/5] Input: elantech - use elantech_report_trackpoint for hardware v4 too)

2014-11-20 Thread Anders Kaseorg
On Thu, 20 Nov 2014, Dmitry Torokhov wrote: Thank you for your report. Please try the patch below. […] Input: elantech - trust firmware about trackpoint presence From: Dmitry Torokhov dmitry.torok...@gmail.com Only try to parse data as coming from trackpoint if firmware told us that

RE: [PATCH v1] Input: elants_i2c: Add Elan touchscreen support

2014-11-20 Thread ELAN 劉嘉駿
Hi Dmitry: Good to hear this, we will add more feature based on this version. Thanks. -- Scott -Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Thursday, November 20, 2014 4:11 PM To: scott Cc: linux-ker...@vger.kernel.org;

Re: [PATCH v1] Input: elants_i2c: Add Elan touchscreen support

2014-11-20 Thread Oliver Neukum
+static int elants_i2c_sw_reset(struct i2c_client *client) +{ + const u8 soft_rst_cmd[] = { 0x77, 0x77, 0x77, 0x77 }; + int error; + + error = elants_i2c_send(client, soft_rst_cmd, + sizeof(soft_rst_cmd)); + if (error) { +

RE: [PATCH v1] Input: elants_i2c: Add Elan touchscreen support

2014-11-20 Thread ELAN 劉嘉駿
Hi Oliver: -Original Message- From: Oliver Neukum [mailto:oneu...@suse.de] Sent: Thursday, November 20, 2014 6:32 PM To: Dmitry Torokhov Cc: scott; linux-ker...@vger.kernel.org; linux-input@vger.kernel.org; Vincent Wang; Jeff Chuang; Benson Leung; Benjamin Tissoires; Henrik Rydberg;

Re: [PATCH] hid-multitouch: Add quirk for VTL touch panels

2014-11-20 Thread Jiri Kosina
On Wed, 19 Nov 2014, Benjamin Tissoires wrote: though this patch works for this particular device, I just thought at something which may solve the problem in a different way. I asked Mathieu to test the different solution, so I'd rather you to wait for final confirmation before merging this

[PATCH 0/2] Add regulator-haptic driver

2014-11-20 Thread Jaewon Kim
This patch series adds regulator-haptic driver. The regulator-haptic has haptic motor and it is controlled by voltage of regulator via force feedback framework. Jaewon Kim (2): Input: add regulator haptic driver ARM: dts: Add regulator-haptic device node for exynos3250-rinato

[PATCH 2/2] ARM: dts: Add regulator-haptic device node for exynos3250-rinato

2014-11-20 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@samsung.com --- arch/arm/boot/dts/exynos3250-rinato.dts |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts

[PATCH 1/2] Input: add regulator haptic driver

2014-11-20 Thread Jaewon Kim
This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Hyunhee Kim hyunhee@samsung.com Acked-by: Kyungmin Park

Re: [PATCH v4 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2014-11-20 Thread Sekhar Nori
On Tuesday 18 November 2014 10:42 PM, Dmitry Torokhov wrote: On Tue, Nov 18, 2014 at 02:30:05PM +, Lee Jones wrote: On Fri, 14 Nov 2014, Vignesh R wrote: In one shot mode, sequencer automatically disables all enabled steps at the end of each cycle. (both ADC steps and TSC steps) Hence

Re: [PATCH] hid: sony: Add support for the third-party SMK PS3 Bluetooth Remote

2014-11-20 Thread Jiri Kosina
On Wed, 12 Nov 2014, Frank Praznik wrote: Add vid/pid for the SMK branded third-party PS3 Bluetooth remote and enable support in the hid-sony driver. Signed-off-by: Frank Praznik frank.praz...@oh.rr.com --- drivers/hid/hid-core.c | 1 + drivers/hid/hid-ids.h | 3 +++

RE: [PATCH v4 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2014-11-20 Thread Griffis, Brad
-Original Message- From: Nori, Sekhar Sent: Thursday, November 20, 2014 7:56 AM I also tested this series on AM335x EVM using the v3.18-rc5 kernel. Again, no breakage but no improvement as well. The primary goal was not necessarily to improve performance of the touchscreen itself.

Re: [PATCH 1/2] Input: add regulator haptic driver

2014-11-20 Thread Pankaj Dubey
Hi Jaewon, On 20 November 2014 19:01, Jaewon Kim jaewon02@samsung.com wrote: This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework Signed-off-by: Jaewon Kim jaewon02@samsung.com

Re: [PATCH v4 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2014-11-20 Thread Richard Cochran
Brad, What you wrote is just the kind of thing one would like to see in the cover letter or change log... On Thu, Nov 20, 2014 at 02:23:30PM +, Griffis, Brad wrote: In that thread the user was registering multiple press events for a single press. By increasing the udelay to 1.5ms they

Re: [PATCH v4 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2014-11-20 Thread Richard Cochran
On Thu, Nov 20, 2014 at 07:26:00PM +0530, Sekhar Nori wrote: I tested this using lcd7 cape connected to beaglebone black. The latest kernel I could find on this board was a TI BSP based v3.14 kernel. So I had to port these patches to that kernel. Cc Robert Nelson to see if he knows about a

Re: [git pull] Input updates for 3.18-rc4

2014-11-20 Thread Benjamin Tissoires
On Wed, Nov 19, 2014 at 4:05 PM, ulrik.debie...@e2big.org wrote: Hi, Thanks Dmitry, the fix you provided will mitigate the regression. But there might be more that is going on for v4 hardware. The detection of PACKET_TRACKPOINT can be made more strict. Thank you Marcus and Benjamin for the

Re: [PATCH 1/2] Input: add regulator haptic driver

2014-11-20 Thread Dan Murphy
Hi On 11/20/2014 08:33 AM, Pankaj Dubey wrote: Hi Jaewon, On 20 November 2014 19:01, Jaewon Kim jaewon02@samsung.com wrote: This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework

Re: [PATCH] hid-multitouch: Add quirk for VTL touch panels

2014-11-20 Thread Benjamin Tissoires
On Thu, Nov 20, 2014 at 8:21 AM, Jiri Kosina jkos...@suse.cz wrote: On Wed, 19 Nov 2014, Benjamin Tissoires wrote: though this patch works for this particular device, I just thought at something which may solve the problem in a different way. I asked Mathieu to test the different solution, so

Re: [PATCH 1/3] HID: wacom - return ENODEV for failed wacom_setup_pad_input_capabilities

2014-11-20 Thread Jiri Kosina
On Tue, 18 Nov 2014, Ping Cheng wrote: ENODEV indicates no device is added. Hence, the associated pad input device is simply freed. Signed-off-by: Ping Cheng pi...@wacom.com Reviewed-by: Benjamin Tissoires benjamin.tissoi...@redhat.com I have now queued the series for 3.19. Thanks, --

Re: PATCH change for HID_BATTERY_STRENGTH kconfig

2014-11-20 Thread Daniel Nicoletti
Hi, was the patch fine? Thanks, 2014-11-10 8:56 GMT-02:00 Daniel Nicoletti dantt...@gmail.com: Em Ter, 2014-07-29 às 13:39 +0200, Jiri Kosina escreveu: On Mon, 23 Jun 2014, Daniel Nicoletti wrote: 2013-05-23 19:16 GMT-03:00 Jiri Kosina jkos...@suse.cz: On Mon, 13 May 2013, Daniel

Re: [PATCH v1] Input: elants_i2c: Add Elan touchscreen support

2014-11-20 Thread Dmitry Torokhov
Hi Oliver, On Thu, Nov 20, 2014 at 11:31:30AM +0100, Oliver Neukum wrote: +static int elants_i2c_initialize(struct elants_data *ts) +{ + struct i2c_client *client = ts-client; + int error, retry_cnt; + const u8 hello_packet[] = { 0x55, 0x55, 0x55, 0x55 }; +

Re: [PATCH v1] Input: elants_i2c: Add Elan touchscreen support

2014-11-20 Thread 'Dmitry Torokhov'
On Thu, Nov 20, 2014 at 08:25:15PM +0800, ELAN 劉嘉駿 wrote: Hi Oliver: -Original Message- From: Oliver Neukum [mailto:oneu...@suse.de] Sent: Thursday, November 20, 2014 6:32 PM To: Dmitry Torokhov Cc: scott; linux-ker...@vger.kernel.org; linux-input@vger.kernel.org; Vincent

Re: [Question: drivers/input/input.c] Why input_no is initialized to 0 ?

2014-11-20 Thread Dmitry Torokhov
On Thursday, November 20, 2014 02:49:24 AM Aniroop Mathur wrote: Hello Mr. Torokhov, Thank you for your answer. As it is not a problem now, How about changing it to -1 ? Although extra subtraction is not expensive but still we could optimize it as we want kernel to optimized as much as

Re: [PATCH 1/2] Input: synaptics: Use in-kernel tracking for reporting mt data

2014-11-20 Thread Benjamin Tissoires
On Fri, Oct 31, 2014 at 12:51 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Thu, Oct 30, 2014 at 02:33:06PM -0400, Benjamin Tissoires wrote: The current code tries to consider all states and transitions to properly detect which finger is attached to which slot. The code is quite huge

Re: [PATCH v1] Input: elants_i2c: Add Elan touchscreen support

2014-11-20 Thread Oliver Neukum
On Thu, 2014-11-20 at 09:47 -0800, Dmitry Torokhov wrote: Hi Oliver, On Thu, Nov 20, 2014 at 11:31:30AM +0100, Oliver Neukum wrote: +static int elants_i2c_initialize(struct elants_data *ts) +{ + struct i2c_client *client = ts-client; + int error, retry_cnt; +

Re: [PATCH v1] Input: elants_i2c: Add Elan touchscreen support

2014-11-20 Thread Dmitry Torokhov
On Thu, Nov 20, 2014 at 09:27:35PM +0100, Oliver Neukum wrote: On Thu, 2014-11-20 at 09:47 -0800, Dmitry Torokhov wrote: Hi Oliver, On Thu, Nov 20, 2014 at 11:31:30AM +0100, Oliver Neukum wrote: +static int elants_i2c_initialize(struct elants_data *ts) +{ + struct

Fix Penguin Penalty 17th October2014 ( mail-archive.com )

2014-11-20 Thread cessations00624
Dear Sir Did your website get hit by Google Penguin update on October 17th 2014? What basically is Google Penguin Update? It is actually a code name for Google algorithm which aims at decreasing your websites search engine rankings that violate Google’s guidelines by using black hat SEO

[PATCH] HID: wacom - PAD is independent with pen/touch

2014-11-20 Thread Ping Cheng
PAD can be on pen interface (Intuos Pro and Cintiq series) or touch interface (Bamboo PT and Intuos PT series) or its own interface (Bamboo pen-only and Intuos Pen M/S). We need to mark it independently. Signed-off-by: Ping Cheng pi...@wacom.com Reviewed-by: Benjamin Tissoires

RE: [PATCH v1] Input: elants_i2c: Add Elan touchscreen support

2014-11-20 Thread ELAN 劉嘉駿
Hi Dmitry: -Original Message- From: 'Dmitry Torokhov' [mailto:dmitry.torok...@gmail.com] Sent: Friday, November 21, 2014 1:52 AM To: ELAN 劉嘉駿 Cc: 'Oliver Neukum'; linux-ker...@vger.kernel.org; linux-input@vger.kernel.org; 'Vincent Wang'; 'Jeff Chuang'; 'Benson Leung'; 'Benjamin

Re: [PATCH 1/2] Input: add regulator haptic driver

2014-11-20 Thread Jaewon Kim
Hi Pankaj, 2014년 11월 20일 23:33에 Pankaj Dubey 이(가) 쓴 글: Hi Jaewon, On 20 November 2014 19:01, Jaewon Kim jaewon02@samsung.com wrote: This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework