<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/input, branch v2.6.19.3</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/input?h=v2.6.19.3</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/input?h=v2.6.19.3'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-11-17T09:32:04Z</updated>
<entry>
<title>lkkbd: Remove my old snail-mail address</title>
<updated>2006-11-17T09:32:04Z</updated>
<author>
<name>Jan-Benedict Glaw</name>
<email>jbglaw@lug-owl.de</email>
</author>
<published>2006-11-17T09:32:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1d08811d0c05cd54a778f45588ec22eee027ff89'/>
<id>urn:sha1:1d08811d0c05cd54a778f45588ec22eee027ff89</id>
<content type='text'>
I moved to a different town and my old snail-mail address is invalid
now.  Also, there's no need at all to have any address like that in
the sources, so remove it completely.

Signed-off-by: Jan-Benedict Glaw &lt;jbglaw@lug-owl.de&gt;
</content>
</entry>
<entry>
<title>sh: Cleanup board header directories.</title>
<updated>2006-10-19T07:30:32Z</updated>
<author>
<name>Paul Mundt</name>
<email>lethal@linux-sh.org</email>
</author>
<published>2006-10-19T07:16:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=082c44d20eb4c6c4aa60ae7429ea184854cb0610'/>
<id>urn:sha1:082c44d20eb4c6c4aa60ae7429ea184854cb0610</id>
<content type='text'>
Now with the ide.h mess sorted out, most of these boards
don't need their own directory. Move the headers out, and
update the driver paths.

Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>Merge master.kernel.org:/home/rmk/linux-2.6-arm</title>
<updated>2006-10-17T21:46:31Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-10-17T21:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=22a60f1951256ed493bf1430f8c3edcb31c0dbaa'/>
<id>urn:sha1:22a60f1951256ed493bf1430f8c3edcb31c0dbaa</id>
<content type='text'>
* master.kernel.org:/home/rmk/linux-2.6-arm:
  [ARM] switch to new pci_get_bus_and_slot API
  [ARM] Update mach-types
  [ARM] Fix Zaurii keyboard/touchscreen drivers
  [ARM] Fix fallout from IRQ regs changes
  [ARM] 3890/1: [Jornada7xx] Addition of MCU commands into jornada720.h
  [ARM] 3889/1: [Jornada7xx] Addition of correct SDRAM params into cpu-sa1110.c
  [ARM] 3888/1: add pxa27x SSP FSRT register bit definition
</content>
</entry>
<entry>
<title>Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input</title>
<updated>2006-10-17T15:56:43Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-10-17T15:56:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=43f82216f0bd114599f4a221ae6924f3658a0c9a'/>
<id>urn:sha1:43f82216f0bd114599f4a221ae6924f3658a0c9a</id>
<content type='text'>
* git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: fm801-gp - handle errors from pci_enable_device()
  Input: gameport core - handle errors returned by device_bind_driver()
  Input: serio core - handle errors returned by device_bind_driver()
  Lockdep: fix compile error in drivers/input/serio/serio.c
  Input: serio - add lockdep annotations
  Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()
  Input: atkbd - supress "too many keys" error message
  Input: i8042 - supress ACK/NAKs when blinking during panic
  Input: add missing exports to fix modular build
</content>
</entry>
<entry>
<title>[PATCH] hp drivers/input stuff: C99 initializers, NULL noise removal, __user annotations</title>
<updated>2006-10-15T18:00:58Z</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2006-10-14T15:52:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6ce6b3aeeae75eee34670bcd42870ac839bfec4c'/>
<id>urn:sha1:6ce6b3aeeae75eee34670bcd42870ac839bfec4c</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[ARM] Fix Zaurii keyboard/touchscreen drivers</title>
<updated>2006-10-15T12:50:02Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2006-10-15T12:50:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=36bd262b3f2ac723dadd20ce35539c8c738877f1'/>
<id>urn:sha1:36bd262b3f2ac723dadd20ce35539c8c738877f1</id>
<content type='text'>
The Zaurii drivers were partially fixed up for the IRQ register
changes, but unfortunately missed some bits, resulting in build
errors.  Fix these.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>Input: fm801-gp - handle errors from pci_enable_device()</title>
<updated>2006-10-12T05:06:53Z</updated>
<author>
<name>Jeff Garzik</name>
<email>jeff@garzik.org</email>
</author>
<published>2006-10-12T05:06:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b435fdcda126db42343b8055d04a0a27c229717b'/>
<id>urn:sha1:b435fdcda126db42343b8055d04a0a27c229717b</id>
<content type='text'>
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: gameport core - handle errors returned by device_bind_driver()</title>
<updated>2006-10-12T05:06:34Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor@insightbb.com</email>
</author>
<published>2006-10-12T05:06:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=23de1510e2468ea349354889097e018d4e8770c5'/>
<id>urn:sha1:23de1510e2468ea349354889097e018d4e8770c5</id>
<content type='text'>
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: serio core - handle errors returned by device_bind_driver()</title>
<updated>2006-10-12T05:06:23Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor@insightbb.com</email>
</author>
<published>2006-10-12T05:06:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0a66045bcfd3a7ba5d1253f9f305b78bf636ac57'/>
<id>urn:sha1:0a66045bcfd3a7ba5d1253f9f305b78bf636ac57</id>
<content type='text'>
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>[PATCH] Use linux/io.h instead of asm/io.h</title>
<updated>2006-10-11T18:14:23Z</updated>
<author>
<name>Matthew Wilcox</name>
<email>matthew@wil.cx</email>
</author>
<published>2006-10-11T08:22:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=53d5ed627df852ba8bab7f70df25290bd733792c'/>
<id>urn:sha1:53d5ed627df852ba8bab7f70df25290bd733792c</id>
<content type='text'>
In preparation for moving check_signature, change these users from asm/io.h
to linux/io.h

Signed-off-by: Matthew Wilcox &lt;willy@parisc-linux.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
