<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/input/misc, branch v2.6.16.16</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/input/misc?h=v2.6.16.16</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/input/misc?h=v2.6.16.16'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-02-15T05:49:48Z</updated>
<entry>
<title>Input: kill remnants of 98kbd{,-io} and 98spkr</title>
<updated>2006-02-15T05:49:48Z</updated>
<author>
<name>Arthur Othieno</name>
<email>apgo@patchbomb.org</email>
</author>
<published>2006-02-15T05:49:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=02860ab6cd2c71dbe42fa70a65a97823c213635b'/>
<id>urn:sha1:02860ab6cd2c71dbe42fa70a65a97823c213635b</id>
<content type='text'>
98kbd{,-io} and 98spkr all went out with PC98 subarch.  Remove stale Makefile
entries that remained.

Signed-off-by: Arthur Othieno &lt;apgo@patchbomb.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: ixp4xx-beeper - fix compile error</title>
<updated>2006-02-15T05:48:40Z</updated>
<author>
<name>Alessandro Zummo</name>
<email>alessandro.zummo@towertech.it</email>
</author>
<published>2006-02-15T05:48:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a09d31ff762a3671f2ae41b3bca50a100c5e4da6'/>
<id>urn:sha1:a09d31ff762a3671f2ae41b3bca50a100c5e4da6</id>
<content type='text'>
Signed-off-by: Alessandro Zummo &lt;a.zummo@towertech.it&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add ixp4xx beeper driver</title>
<updated>2006-01-30T02:50:40Z</updated>
<author>
<name>Alessandro Zummo</name>
<email>alessandro.zummo@towertech.it</email>
</author>
<published>2006-01-30T02:50:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=01387959022def72f95f4bc1341aa69e32a06b30'/>
<id>urn:sha1:01387959022def72f95f4bc1341aa69e32a06b30</id>
<content type='text'>
This is a driver for beeper found in LinkSys NSLU2 boxes. It should work
on any ixp4xx based platform.

Signed-off-by: Alessandro Zummo &lt;a.zummo@towertech.it&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input</title>
<updated>2006-01-10T16:30:29Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-01-10T16:30:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=115b2ce1c3b974e43e45fa6c9e20cd7271a01dff'/>
<id>urn:sha1:115b2ce1c3b974e43e45fa6c9e20cd7271a01dff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Input: wistron - do not crash if BIOS does not support interface</title>
<updated>2006-01-10T06:59:07Z</updated>
<author>
<name>Miloslav Trmac</name>
<email>mitr@volny.cz</email>
</author>
<published>2006-01-10T06:59:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c28c3583679c181a03910b6356228e99fcc27167'/>
<id>urn:sha1:c28c3583679c181a03910b6356228e99fcc27167</id>
<content type='text'>
offset can never be &lt; 0 because it has type size_t.  The driver
currently oopses on insmod if BIOS does not support the interface,
instead of refusing to load.

Signed-off-by: Miloslav Trmac &lt;mitr@volny.cz&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>[PATCH] small hp_sdc_rtc cleanup: use no_llseek</title>
<updated>2006-01-09T04:12:38Z</updated>
<author>
<name>Marcelo Tosatti</name>
<email>marcelo.tosatti@cyclades.com</email>
</author>
<published>2006-01-08T09:00:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=70c00ba0bbfb583e39b964ebd88620c18aa02c62'/>
<id>urn:sha1:70c00ba0bbfb583e39b964ebd88620c18aa02c62</id>
<content type='text'>
Use no_llseek function.

Signed-off-by: Marcelo Tosatti &lt;marcelo.tosatti@cyclades.com&gt;
Cc: "Brian S. Julin" &lt;bri@calyx.com&gt;
Acked-by: Vojtech Pavlik &lt;vojtech@suse.cz&gt;
Cc: Dmitry Torokhov &lt;dtor_core@ameritech.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6</title>
<updated>2006-01-06T03:25:13Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2006-01-06T03:25:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=fed8bf19ec20efc0641740b2d10aa589dbd6d1ab'/>
<id>urn:sha1:fed8bf19ec20efc0641740b2d10aa589dbd6d1ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Input: wistron - convert to the new platform device interface</title>
<updated>2005-12-28T06:26:24Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2005-12-28T06:26:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e7c3aad53dba54d375b632f2a21b680546828dec'/>
<id>urn:sha1:e7c3aad53dba54d375b632f2a21b680546828dec</id>
<content type='text'>
Do not use platform_device_register_simple() as it is going away,
implement -&gt;probe() and -&gt;remove() functions so manual binding and
unbinding would work.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>[SPARC]: introduce a SPARC Kconfig symbol</title>
<updated>2005-12-23T07:09:54Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2005-12-23T05:03:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0b57ee9e55373a27e45549e82b0c43621480a71b'/>
<id>urn:sha1:0b57ee9e55373a27e45549e82b0c43621480a71b</id>
<content type='text'>
Introduce a Kconfig symbol SPARC that is defined on both the sparc and
sparc64 architectures.

This symbol makes some dependencies more readable.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Input: sparcspkr - register with driver core as a platfrom device</title>
<updated>2005-12-21T05:52:35Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2005-12-21T05:52:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f5b64078d75528f36b78d30e945bb1b05cb05f26'/>
<id>urn:sha1:f5b64078d75528f36b78d30e945bb1b05cb05f26</id>
<content type='text'>
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
</feed>
