Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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/
+10 −0
Original line number Diff line number Diff line
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.
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_INPUT_MIMIO)	+= mimio.o
+914 −0

File added.

Preview size limit exceeded, changes collapsed.