sony-laptop: Add support for recent Vaios Fn keys (C series for now)
authorMattia Dongili <malattia@linux.it>
Sun, 15 Jul 2007 17:34:35 +0000 (02:34 +0900)
committerLen Brown <len.brown@intel.com>
Sun, 22 Jul 2007 04:34:58 +0000 (00:34 -0400)
commit6315fd1c9cd6870a253699f07c5ada85cfe8fecb
treeb6d01a07e42a023c73aa32d77a49a1c0b45d7753
parent8538c3686c895f9334a3c22997b51b5a82de7550
sony-laptop: Add support for recent Vaios Fn keys (C series for now)

Recent Vaios (C, AR, N, FE) need some special initialization
sequence to enable Fn keys interrupts through the Embedded
Controller. Moreover Fn keys have to be decoded internally
using ACPI methods to get the key code.
Thus a new DMI table to add SNC init time callbacks and new
mappings for model-specific key code to generic sony-laptop
code have been added.

Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/misc/sony-laptop.c