Re: [PATCH v7 2/3] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-18 Thread Krzysztof Kozlowski
On Thu, Jan 19, 2017 at 12:47 AM, Dmitry Torokhov wrote: > On Tue, Jan 17, 2017 at 08:10:56PM +0200, Krzysztof Kozlowski wrote: >> On Tue, Jan 17, 2017 at 10:06:27AM -0800, Dmitry Torokhov wrote: >> > On Tue, Jan 17, 2017 at 9:20 AM, Krzysztof Kozlowski

Re: [PATCH v7 2/3] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-18 Thread Krzysztof Kozlowski
On Thu, Jan 19, 2017 at 12:47 AM, Dmitry Torokhov wrote: > On Tue, Jan 17, 2017 at 08:10:56PM +0200, Krzysztof Kozlowski wrote: >> On Tue, Jan 17, 2017 at 10:06:27AM -0800, Dmitry Torokhov wrote: >> > On Tue, Jan 17, 2017 at 9:20 AM, Krzysztof Kozlowski >> > wrote: >> > > On Tue, Jan 17, 2017

Re: [PATCH v7 2/3] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-18 Thread Dmitry Torokhov
On Tue, Jan 17, 2017 at 08:10:56PM +0200, Krzysztof Kozlowski wrote: > On Tue, Jan 17, 2017 at 10:06:27AM -0800, Dmitry Torokhov wrote: > > On Tue, Jan 17, 2017 at 9:20 AM, Krzysztof Kozlowski > > wrote: > > > On Tue, Jan 17, 2017 at 02:54:38PM +0900, Jaechul Lee wrote: > > >>

Re: [PATCH v7 2/3] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-18 Thread Dmitry Torokhov
On Tue, Jan 17, 2017 at 08:10:56PM +0200, Krzysztof Kozlowski wrote: > On Tue, Jan 17, 2017 at 10:06:27AM -0800, Dmitry Torokhov wrote: > > On Tue, Jan 17, 2017 at 9:20 AM, Krzysztof Kozlowski > > wrote: > > > On Tue, Jan 17, 2017 at 02:54:38PM +0900, Jaechul Lee wrote: > > >> This patch adds

Re: [PATCH v7 2/3] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-17 Thread Krzysztof Kozlowski
On Tue, Jan 17, 2017 at 10:06:27AM -0800, Dmitry Torokhov wrote: > On Tue, Jan 17, 2017 at 9:20 AM, Krzysztof Kozlowski wrote: > > On Tue, Jan 17, 2017 at 02:54:38PM +0900, Jaechul Lee wrote: > >> This patch adds support for the TM2 touch key and led > >> functionality. > >> > >>

Re: [PATCH v7 2/3] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-17 Thread Krzysztof Kozlowski
On Tue, Jan 17, 2017 at 10:06:27AM -0800, Dmitry Torokhov wrote: > On Tue, Jan 17, 2017 at 9:20 AM, Krzysztof Kozlowski wrote: > > On Tue, Jan 17, 2017 at 02:54:38PM +0900, Jaechul Lee wrote: > >> This patch adds support for the TM2 touch key and led > >> functionality. > >> > >> The driver

Re: [PATCH v7 2/3] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-17 Thread Dmitry Torokhov
On Tue, Jan 17, 2017 at 9:20 AM, Krzysztof Kozlowski wrote: > On Tue, Jan 17, 2017 at 02:54:38PM +0900, Jaechul Lee wrote: >> This patch adds support for the TM2 touch key and led >> functionality. >> >> The driver interfaces with userspace through an input device and >> reports

Re: [PATCH v7 2/3] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-17 Thread Dmitry Torokhov
On Tue, Jan 17, 2017 at 9:20 AM, Krzysztof Kozlowski wrote: > On Tue, Jan 17, 2017 at 02:54:38PM +0900, Jaechul Lee wrote: >> This patch adds support for the TM2 touch key and led >> functionality. >> >> The driver interfaces with userspace through an input device and >> reports KEY_PHONE and

Re: [PATCH v7 2/3] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-17 Thread Krzysztof Kozlowski
On Tue, Jan 17, 2017 at 02:54:38PM +0900, Jaechul Lee wrote: > This patch adds support for the TM2 touch key and led > functionality. > > The driver interfaces with userspace through an input device and > reports KEY_PHONE and KEY_BACK event types. LED brightness can be > controlled by

Re: [PATCH v7 2/3] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-17 Thread Krzysztof Kozlowski
On Tue, Jan 17, 2017 at 02:54:38PM +0900, Jaechul Lee wrote: > This patch adds support for the TM2 touch key and led > functionality. > > The driver interfaces with userspace through an input device and > reports KEY_PHONE and KEY_BACK event types. LED brightness can be > controlled by

[PATCH v7 2/3] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-16 Thread Jaechul Lee
This patch adds support for the TM2 touch key and led functionality. The driver interfaces with userspace through an input device and reports KEY_PHONE and KEY_BACK event types. LED brightness can be controlled by "/sys/class/leds/tm2-touchkey/brightness". Signed-off-by: Beomho Seo

[PATCH v7 2/3] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-16 Thread Jaechul Lee
This patch adds support for the TM2 touch key and led functionality. The driver interfaces with userspace through an input device and reports KEY_PHONE and KEY_BACK event types. LED brightness can be controlled by "/sys/class/leds/tm2-touchkey/brightness". Signed-off-by: Beomho Seo