Prev: dell-laptop: Fix platform device unregistration
Next: dell-laptop: Use buffer with 32-bit physical address
From: Dmitry Torokhov on 27 Feb 2010 03:20 On Fri, Feb 26, 2010 at 10:18:46AM -0500, Matthew Garrett wrote: > The HP touchsmart tablet has a key for rotating the UI from landscape to > portrait. Add support for it. > > Signed-off-by: Matthew Garrett <mjg(a)redhat.com> > --- > drivers/platform/x86/hp-wmi.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c > index ad4c414..3aa57da 100644 > --- a/drivers/platform/x86/hp-wmi.c > +++ b/drivers/platform/x86/hp-wmi.c > @@ -89,6 +89,7 @@ static struct key_entry hp_wmi_keymap[] = { > {KE_KEY, 0x20e6, KEY_PROG1}, > {KE_KEY, 0x2142, KEY_MEDIA}, > {KE_KEY, 0x213b, KEY_INFO}, > + {KE_KEY, 0x2169, KEY_DIRECTION}, I'd appreciate a patch for input.h commenting on intended use of KEY_DIRECTION. Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |