]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: unisys: add visorhid driver
authorErik Arfvidson <erik.arfvidson@unisys.com>
Tue, 25 Aug 2015 21:52:35 +0000 (17:52 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 01:52:38 +0000 (18:52 -0700)
commit2e19202501a0362c6f2f73c6625d8fea42d5a2be
treebf3da018403d09def6c544f4babcba5478d77e83
parent3a8c41b50aa2782f3ba926944a2374b957705f33
staging: unisys: add visorhid driver

This driver provides mouse and keyboard input to Unisys s-Par
Partition Desktop application. This device is created by the
visorbus device.

Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/Kconfig
drivers/staging/unisys/Makefile
drivers/staging/unisys/visorhid/Kconfig [new file with mode: 0644]
drivers/staging/unisys/visorhid/Makefile [new file with mode: 0644]
drivers/staging/unisys/visorhid/keyboardchannel.h [new file with mode: 0644]
drivers/staging/unisys/visorhid/mousechannel.h [new file with mode: 0644]
drivers/staging/unisys/visorhid/ultrainputreport.h [new file with mode: 0644]
drivers/staging/unisys/visorhid/visorhid.c [new file with mode: 0644]