diff options
author | Erik Arfvidson <erik.arfvidson@unisys.com> | 2015-08-25 17:52:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-09-20 18:52:38 -0700 |
commit | 2e19202501a0362c6f2f73c6625d8fea42d5a2be (patch) | |
tree | bf3da018403d09def6c544f4babcba5478d77e83 /drivers/staging/unisys/Makefile | |
parent | 3a8c41b50aa2782f3ba926944a2374b957705f33 (diff) |
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>
Diffstat (limited to 'drivers/staging/unisys/Makefile')
-rw-r--r-- | drivers/staging/unisys/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/unisys/Makefile b/drivers/staging/unisys/Makefile index a515ebc4f8ec..d071094457fe 100644 --- a/drivers/staging/unisys/Makefile +++ b/drivers/staging/unisys/Makefile @@ -3,3 +3,4 @@ # obj-$(CONFIG_UNISYS_VISORBUS) += visorbus/ obj-$(CONFIG_UNISYS_VISORNIC) += visornic/ +obj-$(CONFIG_UNISYS_VISORHID) += visorhid/ |