Re: [PATCH] ARM: tegra: convert device tree files to use key defines

2013-12-12 Thread Stephen Warren
On 12/02/2013 06:09 AM, Laxman Dewangan wrote: > Use key code macros for all key code refernced for keys. > > For tegra20-seaboard.dts and tegra20-harmony.dts: > The key comment for key (16th row and 1st column) is KEY_KPSLASH but > code is 0x004e which is the key code for KEY_KPPLUS. As

Re: [PATCH] ARM: tegra: convert device tree files to use key defines

2013-12-12 Thread Stephen Warren
On 12/02/2013 06:09 AM, Laxman Dewangan wrote: Use key code macros for all key code refernced for keys. For tegra20-seaboard.dts and tegra20-harmony.dts: The key comment for key (16th row and 1st column) is KEY_KPSLASH but code is 0x004e which is the key code for KEY_KPPLUS. As there

Re: [PATCH] ARM: tegra: convert device tree files to use key defines

2013-12-03 Thread Laxman Dewangan
On Wednesday 04 December 2013 01:34 AM, Stephen Warren wrote: On 12/02/2013 06:09 AM, Laxman Dewangan wrote: Use key code macros for all key code refernced for keys. For tegra20-seaboard.dts and tegra20-harmony.dts: The key comment for key (16th row and 1st column) is KEY_KPSLASH but

Re: [PATCH] ARM: tegra: convert device tree files to use key defines

2013-12-03 Thread Stephen Warren
On 12/02/2013 06:09 AM, Laxman Dewangan wrote: > Use key code macros for all key code refernced for keys. > > For tegra20-seaboard.dts and tegra20-harmony.dts: > The key comment for key (16th row and 1st column) is KEY_KPSLASH but > code is 0x004e which is the key code for KEY_KPPLUS. As

Re: [PATCH] ARM: tegra: convert device tree files to use key defines

2013-12-03 Thread Stephen Warren
On 12/02/2013 06:09 AM, Laxman Dewangan wrote: Use key code macros for all key code refernced for keys. For tegra20-seaboard.dts and tegra20-harmony.dts: The key comment for key (16th row and 1st column) is KEY_KPSLASH but code is 0x004e which is the key code for KEY_KPPLUS. As there

Re: [PATCH] ARM: tegra: convert device tree files to use key defines

2013-12-03 Thread Laxman Dewangan
On Wednesday 04 December 2013 01:34 AM, Stephen Warren wrote: On 12/02/2013 06:09 AM, Laxman Dewangan wrote: Use key code macros for all key code refernced for keys. For tegra20-seaboard.dts and tegra20-harmony.dts: The key comment for key (16th row and 1st column) is KEY_KPSLASH but

[PATCH] ARM: tegra: convert device tree files to use key defines

2013-12-02 Thread Laxman Dewangan
Use key code macros for all key code refernced for keys. For tegra20-seaboard.dts and tegra20-harmony.dts: The key comment for key (16th row and 1st column) is KEY_KPSLASH but code is 0x004e which is the key code for KEY_KPPLUS. As there other key exist with KY_KPPLUS, I am assuming key

[PATCH] ARM: tegra: convert device tree files to use key defines

2013-12-02 Thread Laxman Dewangan
Use key code macros for all key code refernced for keys. For tegra20-seaboard.dts and tegra20-harmony.dts: The key comment for key (16th row and 1st column) is KEY_KPSLASH but code is 0x004e which is the key code for KEY_KPPLUS. As there other key exist with KY_KPPLUS, I am assuming key