Skip to content

Commit

Permalink
Staging: add mimio xi driver
Browse files Browse the repository at this point in the history
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: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Jan 6, 2009
1 parent 28397ff commit 6e16aee
Show file tree
Hide file tree
Showing 5 changed files with 928 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 10 additions & 0 deletions drivers/staging/mimio/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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 change: 1 addition & 0 deletions drivers/staging/mimio/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_INPUT_MIMIO) += mimio.o
Loading

0 comments on commit 6e16aee

Please sign in to comment.