<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/input/misc, branch mybooklive</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/input/misc?h=mybooklive</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/input/misc?h=mybooklive'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2014-08-13T21:14:13Z</updated>
<entry>
<title>gpl-source-mybooklive-010002-update.zip</title>
<updated>2014-08-13T21:14:13Z</updated>
<author>
<name>David Barksdale</name>
<email>amatus@amatus.name</email>
</author>
<published>2014-08-13T21:14:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ace6c6d243016e272050787c14e27a83ecd94a25'/>
<id>urn:sha1:ace6c6d243016e272050787c14e27a83ecd94a25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Input: winbond-cir - remove dmesg spam</title>
<updated>2010-02-09T12:50:51Z</updated>
<author>
<name>David Härdeman</name>
<email>david@hardeman.nu</email>
</author>
<published>2010-01-29T06:28:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=cf135e5571317539a44bf3022f4f2c14a64edaa1'/>
<id>urn:sha1:cf135e5571317539a44bf3022f4f2c14a64edaa1</id>
<content type='text'>
commit 93fb84b50fe03aabca8d9dea5d3ba521a07e8571 upstream.

I missed converting one dev_info call to deb_dbg before submitting the driver.
Without this change, a message will be printed to dmesg for each button press
if a RC6 remote is used.

Signed-off-by: David Härdeman &lt;david@hardeman.nu&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Input: winbond-cir - select LEDS_TRIGGERS</title>
<updated>2009-11-03T06:12:29Z</updated>
<author>
<name>David Härdeman</name>
<email>david@hardeman.nu</email>
</author>
<published>2009-11-03T05:57:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0baa3de6eb677e5c9b4c38642c6619df2b4ef11f'/>
<id>urn:sha1:0baa3de6eb677e5c9b4c38642c6619df2b4ef11f</id>
<content type='text'>
drivers/input/misc/winbond-cir.c depends on LEDS_TRIGGERS so
add an appropriate select to drivers/input/misc/Kconfig

Signed-off-by: David Härdeman &lt;david@hardeman.nu&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Merge commit 'v2.6.32-rc5' into for-linus</title>
<updated>2009-11-03T06:10:07Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2009-11-03T06:10:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7a53c7f56bbfc9b0ef892e68f5cfae3d902544d1'/>
<id>urn:sha1:7a53c7f56bbfc9b0ef892e68f5cfae3d902544d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Input: hp_sdc_rtc - fix test in hp_sdc_rtc_read_rt()</title>
<updated>2009-10-18T07:21:34Z</updated>
<author>
<name>Roel Kluin</name>
<email>roel.kluin@gmail.com</email>
</author>
<published>2009-10-18T07:17:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3776989d2339c58ff8d8421e754603f186d7439b'/>
<id>urn:sha1:3776989d2339c58ff8d8421e754603f186d7439b</id>
<content type='text'>
If left unsigned the hp_sdc_rtc_read_i8042timer() return value will not
be checked correctly.

Signed-off-by: Roel Kluin &lt;roel.kluin@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input</title>
<updated>2009-10-09T20:32:24Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2009-10-09T20:32:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=baf4974e496957681403d4bf74a3274ed3f85277'/>
<id>urn:sha1:baf4974e496957681403d4bf74a3274ed3f85277</id>
<content type='text'>
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: i8042 - print debug data when testing AUX IRQ delivery
  Input: libps2 - fix dependancy on i8042
  Input: fix rx51 board keymap
  Input: ad7879 - pass up error codes from probe functions
  Input: xpad - add BigBen Interactive XBOX 360 Controller
  Input: rotary_encoder - fix relative axis support
  Input: sparkspkr - move remove() functions to .devexit.text
  Input: wistron_btns - add DMI entry for Medion WIM2030 laptop
</content>
</entry>
<entry>
<title>Input: rotary_encoder - fix relative axis support</title>
<updated>2009-10-06T05:00:01Z</updated>
<author>
<name>H Hartley Sweeten</name>
<email>hartleys@visionengravers.com</email>
</author>
<published>2009-10-06T04:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=06ee3d3c254a8e8abb9549cd228325114f596e5c'/>
<id>urn:sha1:06ee3d3c254a8e8abb9549cd228325114f596e5c</id>
<content type='text'>
When the rotart_encoder driver is used to report relative axis
information the "steps" in the platform data could be missing
since it's not relevant.

Signed-off-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Acked-by: Daniel Mack &lt;daniel@caiaq.de&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: sparkspkr - move remove() functions to .devexit.text</title>
<updated>2009-10-06T04:59:53Z</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2009-10-06T04:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9e0af8a49872b8170c5a5da9d0262ae7834d2f9b'/>
<id>urn:sha1:9e0af8a49872b8170c5a5da9d0262ae7834d2f9b</id>
<content type='text'>
The function bbc_remove and grover_remove are used only wrapped
by __devexit_p so define it using __devexit.

Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
Acked-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: wistron_btns - add DMI entry for Medion WIM2030 laptop</title>
<updated>2009-10-06T04:59:42Z</updated>
<author>
<name>Sebastian Frei</name>
<email>dr.nop@gmx.net</email>
</author>
<published>2009-10-06T04:43:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3bfb0a7e18d7c24aa0f27b323946dc68b18f2721'/>
<id>urn:sha1:3bfb0a7e18d7c24aa0f27b323946dc68b18f2721</id>
<content type='text'>
Signed-off-by: Sebastian Frei &lt;dr.nop@gmx.net&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>headers: remove sched.h from poll.h</title>
<updated>2009-10-04T22:05:10Z</updated>
<author>
<name>Alexey Dobriyan</name>
<email>adobriyan@gmail.com</email>
</author>
<published>2009-10-04T12:11:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184'/>
<id>urn:sha1:a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184</id>
<content type='text'>
Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
</feed>
