<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/misc/phantom.c, branch v2.6.25</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=v2.6.25</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.25'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2008-02-06T18:41:10Z</updated>
<entry>
<title>phantom: don't grab other devices</title>
<updated>2008-02-06T18:41:10Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2008-02-06T09:38:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=82f560874e88bd1fd8c98a6254d65a1dffab3876'/>
<id>urn:sha1:82f560874e88bd1fd8c98a6254d65a1dffab3876</id>
<content type='text'>
Specify also sub pci ids to not grab devices with properly set sub ids.
This devices has these set (unset) to the same as (plx 9050) ids.

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Cc: Andreas Block &lt;andreas.block@esd-electronics.com&gt;
Cc: Oliver Thimm &lt;oliver.thimm@esd-electronics.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Misc: phantom, improved data passing</title>
<updated>2007-10-19T18:53:41Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2007-10-19T06:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=bc552f77157d1bae79d0d3a5541da9579c39cb70'/>
<id>urn:sha1:bc552f77157d1bae79d0d3a5541da9579c39cb70</id>
<content type='text'>
This new version guarantees amb_bit switch in small enough intervals, so that
the device won't stop working in the middle of a movement anymore.  However it
preserves old (openhaptics) functionality.

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Misc: phantom, add comment about openhaptics</title>
<updated>2007-10-19T18:53:41Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2007-10-19T06:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b2afe3317099afe0843e3cece6be60664e6033ea'/>
<id>urn:sha1:b2afe3317099afe0843e3cece6be60664e6033ea</id>
<content type='text'>
Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Misc: phantom, synchronize_irq() on suspend</title>
<updated>2007-10-19T18:53:41Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2007-10-19T06:40:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=aee8447cb5d497cc90ebe171bf70d9e68787e988'/>
<id>urn:sha1:aee8447cb5d497cc90ebe171bf70d9e68787e988</id>
<content type='text'>
Wait after disabling device's interrupt until the handler finishes its work if
still in progress.

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Misc: phantom, take care of pci posting</title>
<updated>2007-05-24T03:14:14Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2007-05-23T20:57:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c8511f94908a92337b80f0c12342b9051232054f'/>
<id>urn:sha1:c8511f94908a92337b80f0c12342b9051232054f</id>
<content type='text'>
phantom, take care of pci posting

thanks to akpm for pointing this out

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>phantom: move to unlocked_ioctl</title>
<updated>2007-05-24T03:14:14Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2007-05-23T20:57:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c15395c0dbdd646ca80945a7578c8c6cd44ce942'/>
<id>urn:sha1:c15395c0dbdd646ca80945a7578c8c6cd44ce942</id>
<content type='text'>
phantom's ioctl is often (4000 times a sec or so) invoked, don't acquire
BKL and block other processes.

Signed-off-by: Jiri Slaby &lt;xslaby@phantom.fi.muni.cz&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Misc: add sensable phantom driver</title>
<updated>2007-05-08T18:15:14Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2007-05-08T07:31:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cef2cf07273d12ac3453d2baff096423f17b7403'/>
<id>urn:sha1:cef2cf07273d12ac3453d2baff096423f17b7403</id>
<content type='text'>
Add sensable phantom driver

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
</feed>
