[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20121227103843.GB7894@khazad-dum.debian.net>
Date: Thu, 27 Dec 2012 08:38:44 -0200
From: Henrique de Moraes Holschuh <hmh@....eng.br>
To: Richard Hartmann <richih.mailinglist@...il.com>
Cc: ibm-acpi-devel@...ts.sourceforge.net, ibm-acpi@....eng.br,
linux-kernel@...r.kernel.org, platform-driver-x86@...r.kernel.org
Subject: Re: [PATCH] drivers/platform/x86/thinkpad_acpi.c: Handle HKEY event
0x6040
On Wed, 26 Dec 2012, Richard Hartmann wrote:
> + case TP_HKEY_EV_AC_CHANGED:
> + pr_info("AC status has changed\n");
> + /* X120e, x121e, X220, X220i, X220t, X230, T420, T420s, W520:
> + * AC status changed; can be triggered by plugging or
> + * unplugging AC adapter, docking or undocking, or closing
> + * or opening the lid. */
> + break;
>
> case TP_HKEY_EV_KEY_NUMLOCK:
> case TP_HKEY_EV_KEY_FN:
I guess we can drop that pr_info, and please block the issuing of the
event to userspace, like this:
case TP_HKEY_EV_AC_CHANGED:
/* X120e, x121e, X220, X220i, X220t, X230, T420, T420s, W520:
* AC status changed; can be triggered by plugging or
* unplugging AC adapter, docking or undocking, or closing
* or opening the lid. */
/* fallthrough */
and letting it proceed to the TP_HKEY_EV_KEY_NUMLOCK block.
Also, do we have any confirmed reports about the lid switch
causing event 0x6040? It doesn't look right... the comment
might need to be updated.
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists