26 Sep 01:21
[PATCH] Input: add mmio xi driver
From: Greg KH <gregkh <at> suse.de>
Subject: [PATCH] Input: add mmio xi driver
Newsgroups: gmane.linux.kernel.input, gmane.linux.kernel, gmane.linux.usb.general
Date: 2008-09-25 23:22:37 GMT
Subject: [PATCH] Input: add mmio xi driver
Newsgroups: gmane.linux.kernel.input, gmane.linux.kernel, gmane.linux.usb.general
Date: 2008-09-25 23:22:37 GMT
From: Greg Kroah-Hartman <gregkh <at> suse.de> This patch adds the Mimio Xi interactive whiteboard driver to the tree. It was originally written by mwilder <at> cs.nmsu.edu, but cleaned up and forward ported by me to the latest kernel version. Cc: Phil Hannent <phil <at> hannent.co.uk> Cc: <mwilder <at> cs.nmsu.edu> Signed-off-by: Greg Kroah-Hartman <gregkh <at> suse.de> --- drivers/input/misc/Kconfig | 11 drivers/input/misc/Makefile | 1 drivers/input/misc/mimio.c | 913 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 925 insertions(+) --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -164,6 +164,17 @@ config INPUT_POWERMATE To compile this driver as a module, choose M here: the module will be called powermate. +config INPUT_MIMIO + tristate "Mimio Xi interactive whiteboard support" + depends on USB_ARCH_HAS_HCD + select USB + help + Say Y here if you want to use a Mimio Xi interactive(Continue reading)
RSS Feed