Re: [PATCH 1/3] input: goodix: Add device tree support

2015-01-17 Thread Bastien Nocera
On Sat, 2015-01-17 at 17:36 +0300, Aleksei Mamlin wrote: Signed-off-by: Aleksei Mamlin mamli...@gmail.com --- drivers/input/touchscreen/goodix.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index

Re: [PATCH v18 00/12] input: cyapa: instruction of cyapa patches

2015-01-17 Thread Jeremiah Mahler
Dave, On Sat, Jan 17, 2015 at 06:00:29PM +, David Solda wrote: Can we just reverse the prior change that caused the bug, or are you saying that the owner of the prior patch has to fix it? Dave I tried to revert the patch but it didn't do so cleanly. git revert ea2c67bb4aff So I

[PATCH] input: atari - Enable the 102nd key for German keyboards

2015-01-17 Thread Geert Uytterhoeven
From: Michael Karcher ker...@mkarcher.dialup.fu-berlin.de Signed-off-by: Michael Karcher ker...@mkarcher.dialup.fu-berlin.de Acked-by: Thorsten Glaser t...@mirbsd.org Tested-by: Stefan Niestegge bee...@atari.org Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org ---

Re: [PATCH 0/3] Add device tree support for Goodix GT9xx series touchscreen controller

2015-01-17 Thread Bastien Nocera
On Sat, 2015-01-17 at 17:34 +0300, Aleksei Mamlin wrote: Provide device tree support and binding information. What hardware is this enabling support for? The commit messages lack that information. Aleksei Mamlin (3): input: goodix: Add device tree support dt-bindings: Add vendor-prefix

Re: [PATCH] input: atari - Enable the 102nd key for German keyboards

2015-01-17 Thread Dmitry Torokhov
On Sat, Jan 17, 2015 at 07:02:05PM +0100, Geert Uytterhoeven wrote: From: Michael Karcher ker...@mkarcher.dialup.fu-berlin.de Signed-off-by: Michael Karcher ker...@mkarcher.dialup.fu-berlin.de Acked-by: Thorsten Glaser t...@mirbsd.org Tested-by: Stefan Niestegge bee...@atari.org

Re: [PATCH 8/9] Fixed indentation violation in switch statement : Aligned the switch and its subordinate case labels in the same column instead of double-intending the case labels.

2015-01-17 Thread Dmitry Torokhov
On Sat, Jan 17, 2015 at 04:13:16PM +0100, Antonio Ospite wrote: On Sat, 17 Jan 2015 17:23:45 +0530 Shailendra Verma shailendra.capric...@gmail.com wrote: Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/input/evdev.c| 30 --

Re: [PATCH v4 2/5] ARM:sunxi:drivers:input Add support for A10/A20 PS2

2015-01-17 Thread Dmitry Torokhov
Hi Vishnu, On Fri, Jan 16, 2015 at 07:33:38PM +0530, Vishnu Patekar wrote: Signed-off-by: VishnuPatekar vishnupatekar0...@gmail.com --- drivers/input/serio/Kconfig | 11 ++ drivers/input/serio/Makefile|1 + drivers/input/serio/sun4i-ps2.c | 330

Re: [PATCH v18 00/12] input: cyapa: instruction of cyapa patches

2015-01-17 Thread David Solda
Can we just reverse the prior change that caused the bug, or are you saying that the owner of the prior patch has to fix it? Dave On Jan 17, 2015, at 2:44 AM, Jeremiah Mahler jmmah...@gmail.com wrote: Dudley, Your patch series applies without issue but unfortunately I could not test

Re: [PATCH 0/6] Fixes for ALPS trackstick

2015-01-17 Thread Dmitry Torokhov
On Sat, Jan 17, 2015 at 11:01:56AM +0100, Pali Rohár wrote: On Thursday 15 January 2015 22:02:16 Dmitry Torokhov wrote: On Thu, Jan 15, 2015 at 09:28:41PM +0100, Pali Rohár wrote: On Thursday 15 January 2015 20:38:18 Dmitry Torokhov wrote: On Thu, Jan 15, 2015 at 08:19:59PM +0100, Pali

[PATCH 8/8] Coding Style Correction.

2015-01-17 Thread Shailendra Verma
Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/input/evdev.c| 30 -- drivers/input/mousedev.c | 18 -- 2 files changed, 32 insertions(+), 16 deletions(-) diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c

Final Warning: Webmail Quota Exceeded

2015-01-17 Thread webmail Administrator
Warning: webmail Your mailbox has exceeded the 100 MB storage limit can can not receive or send email until you update your mailbox. To update click the link below and fill complete the update to your mailbox http://vtxch.tripod.com/ After 24 hours without receiving any response you are

Re: [PATCH 0/6] Fixes for ALPS trackstick

2015-01-17 Thread Pali Rohár
On Thursday 15 January 2015 22:02:16 Dmitry Torokhov wrote: On Thu, Jan 15, 2015 at 09:28:41PM +0100, Pali Rohár wrote: On Thursday 15 January 2015 20:38:18 Dmitry Torokhov wrote: On Thu, Jan 15, 2015 at 08:19:59PM +0100, Pali Rohár wrote: On Thursday 15 January 2015 19:18:20 Dmitry

Re: [PATCH 8/8] Coding Style Correction.

2015-01-17 Thread Jeremiah Mahler
Shailendra, Please describe in detail which specific coding issues you fixed. I am not good at reading minds :-) Also, this is patch 8/8, and I see there is a 2/2, (which also needs a better description). Where are the rest of the patches? On Sat, Jan 17, 2015 at 01:28:49PM +0530, Shailendra

Re: [PATCH 5/6] Input: ALPS - fix trackstick detection on some Dell Latitudes

2015-01-17 Thread Pali Rohár
On Wednesday 14 January 2015 23:55:53 Dmitry Torokhov wrote: On some Dell Latitudes we fail to identify presence of trackstick unless we reset the device. The issue is quite benign as we do perform reset in alps_init(), so the trackstick ends up working, but mouse name reported to userspace

Re: [PATCH v18 00/12] input: cyapa: instruction of cyapa patches

2015-01-17 Thread Jeremiah Mahler
Dudley, Your patch series applies without issue but unfortunately I could not test them because I ran in to a bug created by someone elses patch (not yours) [1]. [1]: https://lkml.org/lkml/2015/1/17/24 Once that issue gets resolved I would be happy to test your patch series. On Fri, Jan 16,

Re: [PATCH 8/8] Coding Style Correction.

2015-01-17 Thread Jeremiah Mahler
Shailendra, On Sat, Jan 17, 2015 at 03:51:49PM +0530, Shailendra Verma wrote: Hello Mahler, I have just changed the coding style violations in this patch as described in the coding style Linux Documentation. Be specific about exactly what type of violation you fixed. Was it white space

Re: [PATCH 8/8] Coding Style Correction.

2015-01-17 Thread Jeremiah Mahler
On Sat, Jan 17, 2015 at 04:43:01PM +0530, Shailendra Verma wrote: Hello Mahler, I have fixed indentation violation in switch statement : aligned the switch and its subordinate case labels in the same column instead of double-intending the case labels. It is looking better. Now put this in

Re: [PATCH v18 00/12] input: cyapa: instruction of cyapa patches

2015-01-17 Thread Jeremiah Mahler
Dudley, On Sat, Jan 17, 2015 at 02:44:15AM -0800, Jeremiah Mahler wrote: Dudley, Your patch series applies without issue but unfortunately I could not test them because I ran in to a bug created by someone elses patch (not yours) [1]. [1]: https://lkml.org/lkml/2015/1/17/24 Once

[PATCH 8/9] Fixed indentation violation in switch statement : Aligned the switch and its subordinate case labels in the same column instead of double-intending the case labels.

2015-01-17 Thread Shailendra Verma
Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/input/evdev.c| 30 -- drivers/input/mousedev.c | 18 -- 2 files changed, 32 insertions(+), 16 deletions(-) diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c

[PATCH 0/3] Add device tree support for Goodix GT9xx series touchscreen controller

2015-01-17 Thread Aleksei Mamlin
Provide device tree support and binding information. Aleksei Mamlin (3): input: goodix: Add device tree support dt-bindings: Add vendor-prefix for Goodix input: goodix: Add bindings documentation .../bindings/input/touchscreen/gt9xx.txt | 23 ++

[PATCH 1/3] input: goodix: Add device tree support

2015-01-17 Thread Aleksei Mamlin
Signed-off-by: Aleksei Mamlin mamli...@gmail.com --- drivers/input/touchscreen/goodix.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index ca19668..603d2ae 100644 --- a/drivers/input/touchscreen/goodix.c

[PATCH 2/3] dt-bindings: Add vendor-prefix for Goodix

2015-01-17 Thread Aleksei Mamlin
Signed-off-by: Aleksei Mamlin mamli...@gmail.com --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index b1df0ad..72136f1

[PATCH 3/3] input: goodix: Add bindings documentation

2015-01-17 Thread Aleksei Mamlin
Signed-off-by: Aleksei Mamlin mamli...@gmail.com --- .../bindings/input/touchscreen/gt9xx.txt | 23 ++ 1 file changed, 23 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/gt9xx.txt diff --git

Re: [PATCH 8/9] Fixed indentation violation in switch statement : Aligned the switch and its subordinate case labels in the same column instead of double-intending the case labels.

2015-01-17 Thread Antonio Ospite
On Sat, 17 Jan 2015 17:23:45 +0530 Shailendra Verma shailendra.capric...@gmail.com wrote: Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/input/evdev.c| 30 -- drivers/input/mousedev.c | 18 -- 2 files changed,