<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/usb/input, branch v2.6.15-rc3</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/usb/input?h=v2.6.15-rc3</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/usb/input?h=v2.6.15-rc3'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-11-17T19:29:55Z</updated>
<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>
<entry>
<title>[PATCH] USB: wacom tablet driver update</title>
<updated>2005-11-17T19:29:53Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2005-11-17T17:46:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ebb6f371ac5ce623051c4431c5d0f093462f679b'/>
<id>urn:sha1:ebb6f371ac5ce623051c4431c5d0f093462f679b</id>
<content type='text'>
This patch adds support for Graphire4, Cintiq 710, Intuos3 6x11, etc. and
report Device IDs.

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: add new wacom devices to usb hid-core list</title>
<updated>2005-11-17T19:29:52Z</updated>
<author>
<name>Ping Cheng</name>
<email>pingc@wacom.com</email>
</author>
<published>2005-11-17T17:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=116d75bd4d539309e0e1391e509f852a9cce82a6'/>
<id>urn:sha1:116d75bd4d539309e0e1391e509f852a9cce82a6</id>
<content type='text'>
This patch adds support for Graphire4, Cintiq 710, Intuos3 6x11, etc.

Signed-off-by: Ping Cheng &lt;pingc@wacom.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Typo fix: dot after newline in printk strings</title>
<updated>2005-10-31T01:37:20Z</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2005-10-30T23:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3fa63c7d82ab9a12a5d0a299069f8df9f35aa011'/>
<id>urn:sha1:3fa63c7d82ab9a12a5d0a299069f8df9f35aa011</id>
<content type='text'>
Typo fix: dots appearing after a newline in printk strings.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&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>[PATCH] hid-core: Add Clear-Halt on the Interrupt-in endpoint</title>
<updated>2005-10-28T23:47:49Z</updated>
<author>
<name>Alan Stern</name>
<email>stern@rowland.harvard.edu</email>
</author>
<published>2005-10-19T17:06:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=423e489d704d05c6e8c2927fb1854db85914912a'/>
<id>urn:sha1:423e489d704d05c6e8c2927fb1854db85914912a</id>
<content type='text'>
This patch (as577) adds a Clear-Halt call on the Interrupt-in endpoint
during input device configuration.  Without it my HP USB keyboard doesn't
work.

Vojtech says it's worth trying, since it might help with some recalcitrant
devices.  On the other hand, it might interfere with others.  I'm
submitting it so that it can get tested by a range of users.

Signed-off-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: Buffer overflow patch for Yealink driver</title>
<updated>2005-10-28T23:47:44Z</updated>
<author>
<name>Henk</name>
<email>Henk.Vergonet@gmail.com</email>
</author>
<published>2005-10-12T13:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=af64a5ebb817532965d18b792d6d74afecfb0bcf'/>
<id>urn:sha1:af64a5ebb817532965d18b792d6d74afecfb0bcf</id>
<content type='text'>
Just a small patch that fixes a small parameter validation bug.

  drivers/usb/input/map_to_7segment.h:
    This patch fixes the broken parameter validation in the char to seg7
    conversion. This could cause out-of-bounds memory references.

  MAINTAINERS:
    Yealink maintainer info now in sorted order.

  Documentation/input/yealink.txt:
    Added a Q&amp;A section that answers some common questions.

Signed-off-by: Henk &lt;Henk.Vergonet@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

006491df1a13f85ad245d1039dfdf20e49c394fd
</content>
</entry>
<entry>
<title>[PATCH] usb/input/touchkit: add more device IDs</title>
<updated>2005-10-28T23:47:43Z</updated>
<author>
<name>Daniel Ritz</name>
<email>daniel.ritz@gmx.ch</email>
</author>
<published>2005-09-28T19:30:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3f8c03ee05801bf8539dd136d9246a416c45052a'/>
<id>urn:sha1:3f8c03ee05801bf8539dd136d9246a416c45052a</id>
<content type='text'>
add two more device IDs from eGalax' programming guide.
thanks to Jonathan Hopper &lt;jrhopper () gmail ! com&gt;  for pointing out.

Signed-off-by: Daniel Ritz &lt;daniel.ritz@gmx.ch&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

 drivers/usb/input/touchkitusb.c |    2 ++
 1 file changed, 2 insertions(+)
</content>
</entry>
<entry>
<title>[PATCH] usb_interface power state</title>
<updated>2005-10-28T23:47:38Z</updated>
<author>
<name>David Brownell</name>
<email>david-b@pacbell.net</email>
</author>
<published>2005-09-14T02:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=db69087437dd5135a9362da1c37fe072070e8f60'/>
<id>urn:sha1:db69087437dd5135a9362da1c37fe072070e8f60</id>
<content type='text'>
This updates the handling of power state for USB interfaces.

  - Formalizes an existing invariant:  interface "power state" is a boolean:
    ON when I/O is allowed, and FREEZE otherwise.  It does so by defining
    some inlined helpers, then using them.

  - Adds a useful invariant:  the only interfaces marked active are those
    bound to non-suspended drivers.  Later patches build on this invariant.

  - Simplifies the interface driver API (and removes some error paths) by
    removing the requirement that they record power state changes during
    suspend and resume callbacks.  Now usbcore does that.

A few drivers were simplified to address that last change.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

 drivers/usb/core/hub.c       |   33 +++++++++------------
 drivers/usb/core/message.c   |    1
 drivers/usb/core/usb.c       |   65 +++++++++++++++++++++++++++++++++----------
 drivers/usb/core/usb.h       |   18 +++++++++++
 drivers/usb/input/hid-core.c |    2 -
 drivers/usb/misc/usbtest.c   |   10 ------
 drivers/usb/net/pegasus.c    |    2 -
 drivers/usb/net/usbnet.c     |    2 -
 8 files changed, 85 insertions(+), 48 deletions(-)
</content>
</entry>
<entry>
<title>[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer needed</title>
<updated>2005-10-28T23:47:37Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2005-06-21T04:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d6e5bcf4a7ebbe258124a931f1449338340a99b5'/>
<id>urn:sha1:d6e5bcf4a7ebbe258124a931f1449338340a99b5</id>
<content type='text'>
Also fixes all drivers that set this field, and removes some other devfs
specfic USB logic.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

 drivers/usb/class/usblp.c           |    3 +--
 drivers/usb/core/file.c             |   19 ++++---------------
 drivers/usb/image/mdc800.c          |    3 +--
 drivers/usb/input/aiptek.c          |    2 +-
 drivers/usb/input/hiddev.c          |    3 +--
 drivers/usb/media/dabusb.c          |    3 +--
 drivers/usb/misc/auerswald.c        |    3 +--
 drivers/usb/misc/idmouse.c          |    5 ++---
 drivers/usb/misc/legousbtower.c     |    5 ++---
 drivers/usb/misc/rio500.c           |    3 +--
 drivers/usb/misc/sisusbvga/sisusb.c |    5 -----
 drivers/usb/misc/usblcd.c           |    9 ++++-----
 drivers/usb/usb-skeleton.c          |    3 +--
 include/linux/usb.h                 |    7 ++-----
 14 files changed, 22 insertions(+), 51 deletions(-)
</content>
</entry>
<entry>
<title>[PATCH] drivers/usb/input: convert to dynamic input_dev allocation</title>
<updated>2005-10-28T16:52:52Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor_core@ameritech.net</email>
</author>
<published>2005-09-15T07:01:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c5b7c7c395a34f12cdf246d66c1feeff2933d584'/>
<id>urn:sha1:c5b7c7c395a34f12cdf246d66c1feeff2933d584</id>
<content type='text'>
Input: convert drivers/iusb/input to dynamic input_dev allocation

This is required for input_dev sysfs integration

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
