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

2017-01-03 Thread Dmitry Torokhov
On Tue, Jan 03, 2017 at 10:11:39AM -0300, Javier Martinez Canillas wrote: > Hello Jaechul, > > On 01/03/2017 04:57 AM, Jaechul Lee wrote: > > This patch adds support for the TM2 touch key and led > > functionlity. > > > > s/functionlity/functionality > > > The driver interfaces with userspace

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

2017-01-03 Thread Dmitry Torokhov
On Tue, Jan 03, 2017 at 10:11:39AM -0300, Javier Martinez Canillas wrote: > Hello Jaechul, > > On 01/03/2017 04:57 AM, Jaechul Lee wrote: > > This patch adds support for the TM2 touch key and led > > functionlity. > > > > s/functionlity/functionality > > > The driver interfaces with userspace

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

2017-01-03 Thread Krzysztof Kozlowski
On Tue, Jan 03, 2017 at 04:57:15PM +0900, Jaechul Lee wrote: > This patch adds support for the TM2 touch key and led > functionlity. > > 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 2/4] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-03 Thread Krzysztof Kozlowski
On Tue, Jan 03, 2017 at 04:57:15PM +0900, Jaechul Lee wrote: > This patch adds support for the TM2 touch key and led > functionlity. > > 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 2/4] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-03 Thread Javier Martinez Canillas
Hello Jaechul, On 01/03/2017 04:57 AM, Jaechul Lee wrote: > This patch adds support for the TM2 touch key and led > functionlity. > s/functionlity/functionality > The driver interfaces with userspace through an input device and > reports KEY_PHONE and KEY_BACK event types. LED brightness can

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

2017-01-03 Thread Javier Martinez Canillas
Hello Jaechul, On 01/03/2017 04:57 AM, Jaechul Lee wrote: > This patch adds support for the TM2 touch key and led > functionlity. > s/functionlity/functionality > The driver interfaces with userspace through an input device and > reports KEY_PHONE and KEY_BACK event types. LED brightness can

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

2017-01-02 Thread Jaechul Lee
This patch adds support for the TM2 touch key and led functionlity. 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: Jaechul Lee

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

2017-01-02 Thread Jaechul Lee
This patch adds support for the TM2 touch key and led functionlity. 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: Jaechul Lee