<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/usb/input/Makefile, branch v2.6.19</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/usb/input/Makefile?h=v2.6.19</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/usb/input/Makefile?h=v2.6.19'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-10-17T21:46:32Z</updated>
<entry>
<title>USB: move trancevibrator.c to the proper usb directory</title>
<updated>2006-10-17T21:46:32Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2006-10-10T20:47:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9fcde235270e6783600d1aee5bcda78c8282bcdd'/>
<id>urn:sha1:9fcde235270e6783600d1aee5bcda78c8282bcdd</id>
<content type='text'>
It's not a input driver, so it doesn't belong in the input directory.


Cc: Sam Hocevar &lt;sam@zoy.org&gt;
Cc: Dmitry Torokhov &lt;dtor@insightbb.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: Wacom driver updates</title>
<updated>2006-10-17T21:46:30Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2006-09-26T20:34:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8d32e3ae5972641ee9eb813e7a5c44a2b85d3694'/>
<id>urn:sha1:8d32e3ae5972641ee9eb813e7a5c44a2b85d3694</id>
<content type='text'>
This fixes some issues with the current wacom driver due to the split of
the driver into different pieces and adds support for the Intuos3 4x6

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input</title>
<updated>2006-10-02T15:20:33Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-10-02T15:20:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a12f66fccf2e266ad197df142b5ebafc6a169a8c'/>
<id>urn:sha1:a12f66fccf2e266ad197df142b5ebafc6a169a8c</id>
<content type='text'>
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (35 commits)
  Input: wistron - add support for Acer TravelMate 2424NWXCi
  Input: wistron - fix setting up special buttons
  Input: add KEY_BLUETOOTH and KEY_WLAN definitions
  Input: add new BUS_VIRTUAL bus type
  Input: add driver for stowaway serial keyboards
  Input: make input_register_handler() return error codes
  Input: remove cruft that was needed for transition to sysfs
  Input: fix input module refcounting
  Input: constify input core
  Input: libps2 - rearrange exports
  Input: atkbd - support Microsoft Natural Elite Pro keyboards
  Input: i8042 - disable MUX mode on Toshiba Equium A110
  Input: i8042 - get rid of polling timer
  Input: send key up events at disconnect
  Input: constify psmouse driver
  Input: i8042 - add Amoi to the MUX blacklist
  Input: logips2pp - add sugnature 56 (Cordless MouseMan Wheel), cleanup
  Input: add driver for Touchwin serial touchscreens
  Input: add driver for Touchright serial touchscreens
  Input: add driver for Penmount serial touchscreens
  ...
</content>
</entry>
<entry>
<title>USB: add PlayStation 2 Trance Vibrator driver</title>
<updated>2006-09-27T18:58:59Z</updated>
<author>
<name>Sam Hocevar</name>
<email>sam@zoy.org</email>
</author>
<published>2006-08-30T00:34:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5638e4d92e7707bd037a36654f914c80ccd7161d'/>
<id>urn:sha1:5638e4d92e7707bd037a36654f914c80ccd7161d</id>
<content type='text'>
This patch is a driver for the PlayStation 2 specific Trance Vibrator
device. The only thing that device can do is vibrate at various speeds.

Signed-off-by: Sam Hocevar &lt;sam@zoy.org&gt;
Cc: Pete Zaitcev &lt;zaitcev@redhat.com&gt;
Cc: Luiz Fernando N. Capitulino" &lt;lcapitulino@mandriva.com.br&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: wacom tablet driver reorganization</title>
<updated>2006-09-27T18:58:52Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2006-07-14T01:01:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3bea733ab21247290bd552dd6a2cd3049af9adef'/>
<id>urn:sha1:3bea733ab21247290bd552dd6a2cd3049af9adef</id>
<content type='text'>
- split wacom.c into 4 files: wacom.h, wacom_wac.h, wacom_sys.c, and wacom_wac.c
- where wacom_sys.c deals with system specific code, 
- and wacom_wac.c deals with Wacom specific code

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Input: add force feedback driver for PSX-style Zeroplus devices</title>
<updated>2006-07-19T05:44:17Z</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi.hannula@gmail.com</email>
</author>
<published>2006-07-19T05:44:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=bb3caf7f438a67452f5cf4773ca1bf82260bbbad'/>
<id>urn:sha1:bb3caf7f438a67452f5cf4773ca1bf82260bbbad</id>
<content type='text'>
Signed-off-by: Anssi Hannula &lt;anssi.hannula@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add force feedback driver for PID devices</title>
<updated>2006-07-19T05:40:47Z</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi.hannula@gmail.com</email>
</author>
<published>2006-07-19T05:40:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=224ee88fe39564358ec99b46bf3ee6e6999ae17d'/>
<id>urn:sha1:224ee88fe39564358ec99b46bf3ee6e6999ae17d</id>
<content type='text'>
This replaces the older PID driver which was never completed.

Signed-off-by: Anssi Hannula &lt;anssi.hannula@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: usbtouchscreen: unified USB touchscreen driver</title>
<updated>2006-04-14T18:12:21Z</updated>
<author>
<name>Daniel Ritz</name>
<email>daniel.ritz-ml@swissonline.ch</email>
</author>
<published>2006-03-29T20:41:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1d3e20236d7a5678d44602171bbd153c57c8c4bc'/>
<id>urn:sha1:1d3e20236d7a5678d44602171bbd153c57c8c4bc</id>
<content type='text'>
A new single driver for various USB touchscreen devices. It currently
supports:
- eGalax TouchKit
- PanJit TouchSet
- 3M/Microtouch
- ITM Touchscreens

Support for the diffent devices can be enabled/disable when CONFIG_EMBEDDED
is set.

Sizes for comparision:
   text    data     bss     dec     hex filename
   2942     724       4    3670     e56 touchkitusb.ko
   2647     660       0    3307     ceb mtouchusb.ko
   2448     628       0    3076     c04 itmtouch.ko
   4145    1012      12    5169    1431 usbtouchscreen.ko

Signed-off-by: Daniel Ritz &lt;daniel.ritz@gmx.ch&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: add driver for ATI/Philips USB RF remotes</title>
<updated>2006-01-04T21:51:43Z</updated>
<author>
<name>Ville Syrjälä</name>
<email>syrjala@sci.fi</email>
</author>
<published>2005-12-10T18:30:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=735b0cbb5bbb981d726a465c157f20976794aab0'/>
<id>urn:sha1:735b0cbb5bbb981d726a465c157f20976794aab0</id>
<content type='text'>
Summary: Driver for ATI/Philips USB RF remotes

This is a new input driver for ATI/Philips USB RF remotes (eg. ATI
Remote Wonder II).

Signed-off-by: Ville Syrjälä &lt;syrjala@sci.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile</title>
<updated>2005-11-17T19:29:55Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2005-11-17T17:48:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=654f31189e550cd5924b786487a5d93d9feaada9'/>
<id>urn:sha1:654f31189e550cd5924b786487a5d93d9feaada9</id>
<content type='text'>
This lets us remove a lot of code in the drivers that were all checking
the same thing.  It also found some bugs in a few of the drivers, which
has been fixed up.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
