Input: add a driver to support Hyper-V synthetic keyboard
authorK. Y. Srinivasan <kys@microsoft.com>
Wed, 18 Sep 2013 19:50:42 +0000 (12:50 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 19 Sep 2013 15:58:02 +0000 (08:58 -0700)
commitaed06b9cfcabf8644ac5f6f108c0b3d01522f88b
tree8994dd497bd9091dfebd94e86363cedb2d1350a1
parentcbf0541374e2fcfdfdcaf8365c957a137eb9feea
Input: add a driver to support Hyper-V synthetic keyboard

Add a new driver to support synthetic keyboard. On the next generation
Hyper-V guest firmware, many legacy devices will not be emulated and this
driver will be required.

I would like to thank Vojtech Pavlik <vojtech@suse.cz> for helping me with the
details of the AT keyboard driver. I would also like to thank
Dan Carpenter <dan.carpenter@oracle.com> and
Dmitry Torokhov <dmitry.torokhov@gmail.com> for their detailed review of this
driver.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/serio/Kconfig
drivers/input/serio/Makefile
drivers/input/serio/hyperv-keyboard.c [new file with mode: 0644]