<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/mimio, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2010-03-04T00:42:56Z</updated>
<entry>
<title>Staging: mimio: remove the mimio driver</title>
<updated>2010-03-04T00:42:56Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2010-02-12T01:15:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e37bcc0de040127281de13a84a608570355c20eb'/>
<id>urn:sha1:e37bcc0de040127281de13a84a608570355c20eb</id>
<content type='text'>
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: &lt;mwilder@cs.nmsu.edu&gt;
Cc: Phil Hannent &lt;phil@hannent.co.uk&gt;
Cc: Marc Rousseau &lt;Marc.Rousseau@mimio.com&gt;
Cc: stable &lt;stable@kernel.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: mimio: checkpatch.pl line &gt; 80 chars fixes</title>
<updated>2010-03-04T00:42:29Z</updated>
<author>
<name>Ameya Palande</name>
<email>2ameya@gmail.com</email>
</author>
<published>2009-12-11T17:10:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8d4ecdda9870d0999ebb8ed59293f420b5d244fd'/>
<id>urn:sha1:8d4ecdda9870d0999ebb8ed59293f420b5d244fd</id>
<content type='text'>
Rearrange code and cleanup the information to get rid of checkpatch.pl
line &gt; 80 chars complaints.

Signed-off-by: Ameya Palande &lt;2ameya@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: mimio: Remove dead code</title>
<updated>2010-03-04T00:42:29Z</updated>
<author>
<name>Ameya Palande</name>
<email>2ameya@gmail.com</email>
</author>
<published>2009-12-11T17:10:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2c6211606dafaeec51e471cd6aa277fbf45fe80c'/>
<id>urn:sha1:2c6211606dafaeec51e471cd6aa277fbf45fe80c</id>
<content type='text'>
Signed-off-by: Ameya Palande &lt;2ameya@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: mimio: Fix checkpatch.pl spacing errors</title>
<updated>2010-03-04T00:42:29Z</updated>
<author>
<name>Ameya Palande</name>
<email>2ameya@gmail.com</email>
</author>
<published>2009-12-11T17:10:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d753fa1df300fe9215a08603f1f8ac18825839eb'/>
<id>urn:sha1:d753fa1df300fe9215a08603f1f8ac18825839eb</id>
<content type='text'>
Signed-off-by: Ameya Palande &lt;2ameya@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: mimio: depends on INPUT</title>
<updated>2009-04-03T21:53:29Z</updated>
<author>
<name>Randy Dunlap</name>
<email>randy.dunlap@oracle.com</email>
</author>
<published>2009-02-20T16:48:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5e6a9adb8af908993a2f57d816343a44a710a818'/>
<id>urn:sha1:5e6a9adb8af908993a2f57d816343a44a710a818</id>
<content type='text'>
mimio driver uses input_* functions so it needs to depend on INPUT.

mimio.c:(.text+0x2526c9): undefined reference to `input_unregister_device'
mimio.c:(.text+0x2526da): undefined reference to `input_close_device'
mimio.c:(.text+0x252725): undefined reference to `input_free_device'
mimio.c:(.text+0x2528f1): undefined reference to `input_event'
mimio.c:(.text+0x252904): undefined reference to `input_event'
mimio.c:(.text+0x252921): undefined reference to `input_event'
mimio.c:(.text+0x252b3e): undefined reference to `input_event'
mimio.c:(.text+0x252b51): undefined reference to `input_event'
drivers/built-in.o:mimio.c:(.text+0x252bbd): more undefined references to `input_event' follow
mimio.c:(.text+0x252e42): undefined reference to `input_allocate_device'
mimio.c:(.text+0x2530ef): undefined reference to `input_register_device'

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Cc: mwilder@cs.nmsu.edu
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: add mimio xi driver</title>
<updated>2009-01-06T21:52:34Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-06-24T14:19:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6e16aee60c815dac2d6c3b875769a79d09df6f91'/>
<id>urn:sha1:6e16aee60c815dac2d6c3b875769a79d09df6f91</id>
<content type='text'>
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 &lt;phil@hannent.co.uk&gt;
Cc: &lt;mwilder@cs.nmsu.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
