Re: [PATCH v2 1/2] HID: hid-sensor-hub: Enhance get feature report API

2015-03-28 Thread Hartmut Knaack
Srinivas Pandruvada schrieb am 17.01.2015 um 01:39: Some hid sensor feature report can contain more than one reports. This API can now support receiving multiple values from the feature report. Also update the parameters in the users of this API. Hi Srinivas, I noticed this series got

Windows Precision Touchpad support

2015-03-28 Thread Michael Leuchtenburg
I have been trying to figure out how to get palm detection working on my new Dell XPS 13 9343. It has a Windows Precision Touchpad (PTP) compliant touchpad; I think it's a Synaptics rebrand. DLL0665:01 06CB:76AD UNKNOWN; that 06CB definitely indicates it's Synaptics under there. I've been trying

Re: Windows Precision Touchpad support

2015-03-28 Thread Benjamin Tissoires
Hi Michael, On Sat, Mar 28, 2015 at 6:11 PM, Michael Leuchtenburg mich...@slashhome.org wrote: I have been trying to figure out how to get palm detection working on my new Dell XPS 13 9343. It has a Windows Precision Touchpad (PTP) compliant touchpad; I think it's a Synaptics rebrand.

Re: [PATCH v2 1/2] Separate set parameter function for MT device

2015-03-28 Thread Dmitry Torokhov
On Fri, Mar 27, 2015 at 06:46:06AM +0800, Masaki Ota wrote: From: Masaki Ota masaki@jp.alps.com - Separate set parameter function for MT device. Signed-off-by: Masaki Ota masaki@jp.alps.com Thank you Masaki. I think we should not try to make alps_set_abs_params_v7 also handle v8 down

Re: [PATCH 1/2] Input: Add binding document for a generic ADC keypad

2015-03-28 Thread Dmitry Torokhov
On Fri, Mar 27, 2015 at 05:43:17PM -0700, Andrew Bresticker wrote: Add a binding document for a generic ADC keypad. Buttons on an ADC keypad are connected in a resistor ladder to an ADC. The binding describes the mapping of ADC channel and voltage ranges to buttons. Signed-off-by: Andrew

Re: [PATCH v2 2/2] Support-Alps-Touchpad-SS4-device

2015-03-28 Thread Dmitry Torokhov
Hi Masaki, On Sat, Mar 28, 2015 at 04:29:46AM +0800, Masaki Ota wrote: + case ALPS_PROTO_V8: + priv-hw_init = alps_hw_init_ss4_v2; + priv-process_packet = alps_process_packet_ss4_v2; + priv-decode_fields = alps_decode_ss4_v2; +

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-03-28 Thread Dmitry Torokhov
On Tue, Mar 24, 2015 at 08:27:29AM +0100, Hans de Goede wrote: Hi, On 23-03-15 18:02, Pali Rohár wrote: On Monday 23 March 2015 12:39:48 Hans de Goede wrote: Hi, On 22-03-15 14:46, Pali Rohár wrote: This patch adds detection of trackstick for v7 protocol devices. Code in this patch is

Re: [PATCH 1/2] Input: Add binding document for a generic ADC keypad

2015-03-28 Thread Jonathan Cameron
On 28/03/15 00:43, Andrew Bresticker wrote: Add a binding document for a generic ADC keypad. Buttons on an ADC keypad are connected in a resistor ladder to an ADC. The binding describes the mapping of ADC channel and voltage ranges to buttons. Signed-off-by: Andrew Bresticker

Re: [PATCH 2/2] Input: Add driver for a generic ADC keypad

2015-03-28 Thread Jonathan Cameron
On 28/03/15 00:43, Andrew Bresticker wrote: Add a polled input driver for a keypad in which the buttons are connected in resistor ladders to an ADC. The IIO framework is used to claim and read the ADC channels. Signed-off-by: Andrew Bresticker abres...@chromium.org The IIO side of things

Re: [PATCH v2 2/2] Support-Alps-Touchpad-SS4-device

2015-03-28 Thread Hans de Goede
Hi, On 03/28/2015 05:36 AM, Dmitry Torokhov wrote: On Fri, Mar 27, 2015 at 09:25:09AM +0100, Hans de Goede wrote: Hi, On 27-03-15 21:29, Masaki Ota wrote: From: Masaki Ota masaki@jp.alps.com -Support SS4 device -SS4 device supports 4Finger and real multi-touch. Signed-off-by: Masaki Ota

Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol

2015-03-28 Thread Pali Rohár
On Saturday 28 March 2015 04:43:35 Dmitry Torokhov wrote: On Sat, Mar 28, 2015 at 01:30:58AM +, Santiago Gala wrote: The behaviour is the same with 3.19.1 as with 4.0.0-rc5 + the patched psmouse you give me. The difference in lsinput is just name and current position: $ diff -u