On Mon, 21 Sep 2009, Len Brown wrote:
> drivers/platform/x86/thinkpad_acpi.c:2224: warning:
> ?tpacpi_hotkey_driver_mask_set? defined but not used
Yeah, the patch that uses that lost the 2.6.32 merge window (it was to go in
through the backlight tree) and ended up merged in 2.6.33.
Since it is s
Hello,
On Sun, 2009-09-20 at 14:09 -0300, Henrique de Moraes Holschuh wrote:
> Add an internal API to the driver, to allow subdrivers to request and
> receive HKEY 0x1000 events. This API will be used by the backlight
> (brightness up/down) and upcoming ALSA mixer (volume up/down/mute)
> subdrive
On Sat, 26 Sep 2009 14:29 +0530, "Jaswinder Singh Rajput"
wrote:
> > +/*
> > + * Sets the driver hotkey mask.
> > + *
> > + * Can be called even if the hotkey subdriver is inactive
> > + */
> > +static int tpacpi_hotkey_driver_mask_set(const u32 mask)
>
>
> CC [M] drivers/platform/x86/thinkp
Add an internal API to the driver, to allow subdrivers to request and
receive HKEY 0x1000 events. This API will be used by the backlight
(brightness up/down) and upcoming ALSA mixer (volume up/down/mute)
subdrivers.
Signed-off-by: Henrique de Moraes Holschuh
---
drivers/platform/x86/thinkpad_ac