summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorStephen Chandler Paul <cpaul@redhat.com>2015-10-24 16:10:29 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-10-27 21:55:31 -0400
commit5523662edd4fe937267053c2018b75be2ac17860 (patch)
tree64358d8a317de262886f62181c9c61d69b7394b5 /MAINTAINERS
parent06a16293f71927f756dcf37558a79c0b05a91641 (diff)
Input: add userio module
Debugging input devices, specifically laptop touchpads, can be tricky without having the physical device handy. Here we try to remedy that with userio. This module allows an application to connect to a character device provided by the kernel, and emulate any serio device. In combination with userspace programs that can record PS/2 devices and replay them through the /dev/userio device, this allows developers to debug driver issues on the PS/2 level with devices simply by requesting a recording from the user experiencing the issue without having to have the physical hardware in front of them. Signed-off-by: Stephen Chandler Paul <cpaul@redhat.com> Reviewed-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 797236befd27..ba59bd7b3557 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11100,6 +11100,12 @@ S: Maintained
11100F: drivers/media/v4l2-core/videobuf2-* 11100F: drivers/media/v4l2-core/videobuf2-*
11101F: include/media/videobuf2-* 11101F: include/media/videobuf2-*
11102 11102
11103VIRTUAL SERIO DEVICE DRIVER
11104M: Stephen Chandler Paul <thatslyude@gmail.com>
11105S: Maintained
11106F: drivers/input/serio/userio.c
11107F: include/uapi/linux/userio.h
11108
11103VIRTIO CONSOLE DRIVER 11109VIRTIO CONSOLE DRIVER
11104M: Amit Shah <amit.shah@redhat.com> 11110M: Amit Shah <amit.shah@redhat.com>
11105L: virtualization@lists.linux-foundation.org 11111L: virtualization@lists.linux-foundation.org