]> git.baikalelectronics.ru Git - kernel.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)
commitdb3da6cda939eca45c25e0f37614323e2eab12f8
tree37ac4b24dc9b383da4ad8e8c3068157f0569efc3
parentb3478028858221e8c28a1844fd806b8d22888264
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]