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

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

Staging: mimio: remove the mimio driver

It turns out that Mimio has a userspace solution for this product using
libusb, and the in-kernel driver is just getting in the way now and
causing problems.  So they have asked that the in-kernel driver be
removed.  As the staging driver wasn't quite working anyway, and Mimio
supports their libusb solution for all distros, I am removing the
in-kernel driver.

The libusb solution can be downloaded from:
	http://www.mimio.com/downloads/mimio_studio_software/linux.asp



Cc: <mwilder@cs.nmsu.edu>
Cc: Phil Hannent <phil@hannent.co.uk>
Cc: Marc Rousseau <Marc.Rousseau@mimio.com>
Cc: stable <stable@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ef97e4ef
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -79,8 +79,6 @@ source "drivers/staging/rtl8192u/Kconfig"

source "drivers/staging/rtl8192e/Kconfig"

source "drivers/staging/mimio/Kconfig"

source "drivers/staging/frontier/Kconfig"

source "drivers/staging/dream/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ obj-$(CONFIG_R8187SE) += rtl8187se/
obj-$(CONFIG_RTL8192SU)		+= rtl8192su/
obj-$(CONFIG_RTL8192U)		+= rtl8192u/
obj-$(CONFIG_RTL8192E)		+= rtl8192e/
obj-$(CONFIG_INPUT_MIMIO)	+= mimio/
obj-$(CONFIG_TRANZPORT)		+= frontier/
obj-$(CONFIG_DREAM)		+= dream/
obj-$(CONFIG_POHMELFS)		+= pohmelfs/

drivers/staging/mimio/Kconfig

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
config INPUT_MIMIO
	tristate "Mimio Xi interactive whiteboard support"
	depends on USB && INPUT
	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.

drivers/staging/mimio/Makefile

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
obj-$(CONFIG_INPUT_MIMIO)	+= mimio.o

drivers/staging/mimio/mimio.c

deleted100644 → 0
+0 −896

File deleted.

Preview size limit exceeded, changes collapsed.