staging: unisys: visorhid: rename to visorinput
authorTim Sell <Timothy.Sell@unisys.com>
Fri, 2 Oct 2015 17:19:15 +0000 (13:19 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 08:53:34 +0000 (09:53 +0100)
commit6ea9b6e6a78cec3e8cb2e77019795aa4a1c8c42c
treea402d90e912905356687691bbb517efcec5dfc1a
parent63417188f10351945e23ff03af68c605cb18da52
staging: unisys: visorhid: rename to visorinput

This visorhid driver provides a Human Interface Device, but is not at all
using HID, the protocol.  It's a plain input driver, so for clarity, it is
being renamed to visorinput.

Signed-off-by: Tim Sell <Timothy.Sell@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/Documentation/overview.txt
drivers/staging/unisys/Kconfig
drivers/staging/unisys/Makefile
drivers/staging/unisys/visorhid/Kconfig [deleted file]
drivers/staging/unisys/visorhid/Makefile [deleted file]
drivers/staging/unisys/visorinput/Kconfig [new file with mode: 0644]
drivers/staging/unisys/visorinput/Makefile [new file with mode: 0644]
drivers/staging/unisys/visorinput/keyboardchannel.h [moved from drivers/staging/unisys/visorhid/keyboardchannel.h with 100% similarity]
drivers/staging/unisys/visorinput/mousechannel.h [moved from drivers/staging/unisys/visorhid/mousechannel.h with 100% similarity]
drivers/staging/unisys/visorinput/ultrainputreport.h [moved from drivers/staging/unisys/visorhid/ultrainputreport.h with 100% similarity]
drivers/staging/unisys/visorinput/visorinput.c [moved from drivers/staging/unisys/visorhid/visorhid.c with 88% similarity]