Commit 6e16aee6 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: add mimio xi driver

This patch adds the Mimio Xi interactive whiteboard driver to the tree.

It was originally written by mwilder@cs.nmsu.edu, but cleaned up and
forward ported by me to the latest kernel version.


Cc: Phil Hannent <phil@hannent.co.uk>
Cc: <mwilder@cs.nmsu.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 28397ffe
......@@ -85,5 +85,7 @@ source "drivers/staging/rtl8187se/Kconfig"
source "drivers/staging/rspiusb/Kconfig"
source "drivers/staging/mimio/Kconfig"
endif # !STAGING_EXCLUDE_BUILD
endif # STAGING
......@@ -25,3 +25,4 @@ obj-$(CONFIG_PANEL) += panel/
obj-$(CONFIG_ALTERA_PCIE_CHDMA) += altpciechdma/
obj-$(CONFIG_RTL8187SE) += rtl8187se/
obj-$(CONFIG_USB_RSPI) += rspiusb/
obj-$(CONFIG_INPUT_MIMIO) += mimio/
config INPUT_MIMIO
tristate "Mimio Xi interactive whiteboard support"
depends on USB
default N
help
Say Y here if you want to use a Mimio Xi interactive
whiteboard device.
To compile this driver as a module, choose M here: the
module will be called mimio.
obj-$(CONFIG_INPUT_MIMIO) += mimio.o
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment