devinput: the input device layer
authorAlan Cox <alan@linux.intel.com>
Thu, 12 Apr 2018 10:44:54 +0000 (11:44 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 12 Apr 2018 10:44:54 +0000 (11:44 +0100)
commitcb20890aa4ff389da387df9320e64b846851eea2
treea5d7a83ce2ba3477a1281ea2d9ed1471b4d469f8
parent6ef6f785c28deb0ac9384ce49805cfa07e7d5d8a
devinput: the input device layer

This is designed to be as trivial as possible. The real complexity if any is
in tweaking platform tty code to queue all the up/down events when the keyboard
is grabbed.
Kernel/devinput.c [new file with mode: 0644]