Fwd: [PATCH] add support for ALPS v7 protocol device

2014-01-13 Thread Tommy Will
Hi Dylan, My colleague Elaine has prepared the patch for new ALPS touchpad that being used on your HP Revolve 810 G1 laptop. You can have a try~ -- Best Regards, Tommy -- Forwarded message -- From: Elaine Chen Date: 2014/1/14 Subject: Re: [PATCH] add support for ALPS v7 protoco

Re: [PATCH] add support for ALPS v7 protocol device

2014-01-13 Thread Elaine Chen
As far as I know, the ALPS v7 protocol device is used on following laptops: Lenovo S430/S435/S530, Lenovo Z410/Z510, HP Odie, HP Revolve 810 G1 2014/1/10 Qiting Chen : > Here is the patch of supporting ALPS v7 protocol device. > > v7 device is a clickpad device. > Device info: > Device ID

[PATCH] input: Add commonly used event types

2014-01-13 Thread Alexander Shiyan
Patch adds commonly used event types (EV_KEY and EV_SW) to devicetree bindings header for input subsystem. Signed-off-by: Alexander Shiyan --- include/dt-bindings/input/input.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/dt-bindings/input/input.h b/include/dt-bindings/input/i

Re: [PATCH 2/2] Input: edt-ft5x06: Add DT support

2014-01-13 Thread Mark Rutland
On Mon, Jan 13, 2014 at 10:17:04AM +, Lothar Waßmann wrote: > This patch allows the edt-ft5x06 multitouch panel driver to be > configured via DT. > > Signed-off-by: Lothar Waßmann > --- > .../bindings/input/touchscreen/edt-ft5x06.txt | 31 > drivers/input/touchscreen/edt-ft5x06.c

[PATCH 2/2] Input: edt-ft5x06: Add DT support

2014-01-13 Thread Lothar Waßmann
This patch allows the edt-ft5x06 multitouch panel driver to be configured via DT. Signed-off-by: Lothar Waßmann --- .../bindings/input/touchscreen/edt-ft5x06.txt | 31 drivers/input/touchscreen/edt-ft5x06.c | 145 +++ 2 files changed, 145 insertions(+), 3

[PATCH 1/2] DT: Add vendor prefix for Emerging Display Technologies

2014-01-13 Thread Lothar Waßmann
Signed-off-by: Lothar Waßmann --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index b458760..49774c3 1006