diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-06-24 15:19:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-06 13:52:34 -0800 |
commit | 6e16aee60c815dac2d6c3b875769a79d09df6f91 (patch) | |
tree | e370996d9dc5f57462d7bbedb1811b0e651b718f /drivers/staging/mimio/Makefile | |
parent | 28397ffef14255ba45b99570d366fcd2b454c8f3 (diff) |
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: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/mimio/Makefile')
-rw-r--r-- | drivers/staging/mimio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/mimio/Makefile b/drivers/staging/mimio/Makefile new file mode 100644 index 00000000000..77807ee0450 --- /dev/null +++ b/drivers/staging/mimio/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_INPUT_MIMIO) += mimio.o |