APPLIED: [PATCH] acer-wmi: support for P key on TM8372

Tim Gardner rtg.canonical at gmail.com
Mon Feb 6 15:04:19 UTC 2012


On 02/06/2012 03:42 AM, Ike Panhc wrote:
> From: Merlin Schumacher<merlin.schumacher at gmail.com>
>
> BugLink: http://launchpad.net/bugs/865807
>
> There is no entry for P key on TM8372, so when P key is pressed, only
> "acer_wmi: Unknown key number - 0x29" in dmesg.
>
> Signed-off-by: Merlin Schumacher<merlin.schumacher at gmail.com>
> Signed-off-by: Ike Panhc<ike.pan at canonical.com>
> ---
>   drivers/platform/x86/acer-wmi.c |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
> index 5957f62..d5ff8ac 100644
> --- a/drivers/platform/x86/acer-wmi.c
> +++ b/drivers/platform/x86/acer-wmi.c
> @@ -105,6 +105,7 @@ static const struct key_entry acer_wmi_keymap[] = {
>   	{KE_KEY, 0x22, {KEY_PROG2} },    /* Arcade */
>   	{KE_KEY, 0x23, {KEY_PROG3} },    /* P_Key */
>   	{KE_KEY, 0x24, {KEY_PROG4} },    /* Social networking_Key */
> +	{KE_KEY, 0x29, {KEY_PROG3} },    /* P_Key for TM8372 */
>   	{KE_IGNORE, 0x41, {KEY_MUTE} },
>   	{KE_IGNORE, 0x42, {KEY_PREVIOUSSONG} },
>   	{KE_IGNORE, 0x43, {KEY_NEXTSONG} },

Applied as a SAUCE patch to Oneiric/Precise master-next.

I don't think these simple one line patches need to be held to a higher 
standard then those recently received, e.g., PCI ID's etc.

rtg
-- 
Tim Gardner tim.gardner at canonical.com




More information about the kernel-team mailing list