Re: [RFC v2 PATCH 4/7] input: pmic8058_pwrkey: Add support for power key
From: Trilok Soni <hidden>
Date: 2011-02-02 07:43:32
Also in:
linux-arm-msm, lkml
From: Trilok Soni <hidden>
Date: 2011-02-02 07:43:32
Also in:
linux-arm-msm, lkml
Hi Dmitry, On 2/1/2011 11:19 PM, Dmitry Torokhov wrote:
On Tue, Feb 01, 2011 at 07:17:40PM +0530, Anirudh Ghayal wrote:quoted
From: Trilok Soni <redacted> Add support for PMIC8058 power key driven over dedicated KYPD_PWR_N pin. It allows the user to specify the amount of time by which the power key reporting can be delayed. Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Trilok Soni <redacted> --- Changes from v1: Addressed review comments from Dmitry. Added KEY_SCREENLOCK instead of KEY_END....quoted
+ input_report_key(pwrkey->pwr, KEY_SCROLLLOCK, 1);...quoted
+ input_report_key(pwrkey->pwr, KEY_SCREENLOCK, 0);...quoted
+ input_set_capability(pwr, EV_KEY, KEY_SCROLLLOCK);You are confused about the event you are sending.
My mistake. I will fix this to KEY_SCREENLOCK in v3. ---Trilok Soni -- Sent by a consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.