]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: goldfish - virtual input event driver
authorBrian Swetland <swetland@google.com>
Thu, 24 Jan 2013 03:45:00 +0000 (19:45 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 25 Jan 2013 08:06:43 +0000 (00:06 -0800)
commit6f2ac009f29bcbd468a7a2017912dd090abd1348
tree37ac4b24dc9b383da4ad8e8c3068157f0569efc3
parentcb696e7cf261e2af323d49db8839dd1cc34709dd
Input: goldfish - virtual input event driver

This device is a direct pipe from "hardware" to the input event subsystem,
allowing us to avoid having to route "keypad" style events through an
AT keyboard driver (gross!).

As with the other submissions this driver is cross architecture.

Signed-off-by: Mike A. Chan <mikechan@google.com>
[Tided up to work on x86]
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com>
Signed-off-by: Xiaohui Xin <xiaohui.xin@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
[Ported to 3.4]
Signed-off-by: Tom Keel <thomas.keel@intel.com>
[Cleaned up for 3.7 and submission]
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/Kconfig
drivers/input/keyboard/Makefile
drivers/input/keyboard/goldfish_events.c [new file with mode: 0644]