<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/usb/class, branch v2.6.15.3</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/usb/class?h=v2.6.15.3</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/usb/class?h=v2.6.15.3'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-10-28T23:47:49Z</updated>
<entry>
<title>[PATCH] USB: cdc-acm patch to use kzalloc</title>
<updated>2005-10-28T23:47:49Z</updated>
<author>
<name>Oliver Neukum</name>
<email>oliver@neukum.org</email>
</author>
<published>2005-10-24T20:42:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=46f116eab81b21c6ae8c4f169498c632b1f94bf1'/>
<id>urn:sha1:46f116eab81b21c6ae8c4f169498c632b1f94bf1</id>
<content type='text'>
another one to use kzalloc. Please apply.

Signed-off-by: Oliver Neukum &lt;oliver@neukum.name&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: delete the bluetty driver</title>
<updated>2005-10-28T23:47:47Z</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=a6c82600d4058346ea6fd801bc21d7abcc1350d8'/>
<id>urn:sha1:a6c82600d4058346ea6fd801bc21d7abcc1350d8</id>
<content type='text'>
We have a real Bluetooth system in Linux, lets finally delete this driver as no
one is using it (and if they are, they are using a closed source bluetooth
stack, which I can't support anyway.)

Marcel, you owe me a beer :)

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</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: fix-up schedule_timeout() usage</title>
<updated>2005-09-12T19:23:44Z</updated>
<author>
<name>Nishanth Aravamudan</name>
<email>nacc@us.ibm.com</email>
</author>
<published>2005-08-15T18:30:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=22c438632850c0d6257b45c90afed0cea6953afc'/>
<id>urn:sha1:22c438632850c0d6257b45c90afed0cea6953afc</id>
<content type='text'>
Description: Use schedule_timeout_{,un}interruptible() instead of
set_current_state()/schedule_timeout() to reduce kernel size.

Signed-off-by: Nishanth Aravamudan &lt;nacc@us.ibm.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: schedule OSS USB drivers for removal</title>
<updated>2005-09-08T23:28:27Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2005-08-14T11:00:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9bc45e0c01ae268ad5f9e6d35492bbd8197e32f2'/>
<id>urn:sha1:9bc45e0c01ae268ad5f9e6d35492bbd8197e32f2</id>
<content type='text'>
Deprecate the OSS USB drivers.

This patch includes spelling fixes by Lee Revell.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB usblp: rate-limit printer status error messages</title>
<updated>2005-09-08T23:22:40Z</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@xenotime.net</email>
</author>
<published>2005-08-01T03:41:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0bc8e009a2d5106183ea31a2b83035e790778cab'/>
<id>urn:sha1:0bc8e009a2d5106183ea31a2b83035e790778cab</id>
<content type='text'>
Rate-limit usblp printer error status messages.

I unplugged my USB printer and almost instantly got several hundred
of these in my kernel message log:
drivers/usb/class/usblp.c: usblp0: error -19 reading printer status

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: Patch for KYOCERA AH-K3001V support</title>
<updated>2005-07-29T20:12:53Z</updated>
<author>
<name>Masahito Omote</name>
<email>omote@utyuuzin.net</email>
</author>
<published>2005-07-29T19:17:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8753e65e34a7b02f8473e7c6ce1cf7e08db4c6e3'/>
<id>urn:sha1:8753e65e34a7b02f8473e7c6ce1cf7e08db4c6e3</id>
<content type='text'>
This patch enables a support of KYOCERA AH-K3001V, one of the most
popular cell phone in Japan. This device has vendor specific ID but works
with acm driver by adding USB ID. This device already works on
FreeBSD and OS X by native USB ACM driver with USB ID added.

This device is probed as NO_UNION_NORMAL not to hang up when probing.

Signed-off-by: Masahito Omote &lt;omote@utyuuzin.net&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: fix usb reference count bug in cdc-acm driver</title>
<updated>2005-07-12T18:52:57Z</updated>
<author>
<name>brian@murphy.dk</name>
<email>brian@murphy.dk</email>
</author>
<published>2005-06-29T23:53:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=83ef344a7539aa55a787790bc036f0bf3466e191'/>
<id>urn:sha1:83ef344a7539aa55a787790bc036f0bf3466e191</id>
<content type='text'>
This increases the reference count on the usb cdc acm control interface
which is referred to by the tty interface provided by the driver. This
allows the deferred removal of the tty after the physical device is
disconnected if the tty is held open at the time of disconnection.

Signed-off-by: brian@murphy.dk
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: usblp: 2x up() in usblp_read</title>
<updated>2005-06-27T21:44:02Z</updated>
<author>
<name>Domen Puncer</name>
<email>domen@coderock.org</email>
</author>
<published>2005-06-05T12:46:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=01205a0e60bb5a66d768b881fb8355981b912510'/>
<id>urn:sha1:01205a0e60bb5a66d768b881fb8355981b912510</id>
<content type='text'>
up(&amp;usblp-&gt;sem) was called twice in a row in this code path.

Signed-off-by: Domen Puncer &lt;domen@coderock.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: Fix race condition in usblp_write</title>
<updated>2005-06-27T21:44:01Z</updated>
<author>
<name>C. Adam Oldham</name>
<email>oldhamca@gmail.com</email>
</author>
<published>2005-06-02T21:16:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2c45b6feb394337b4b468229632b8737375caf1d'/>
<id>urn:sha1:2c45b6feb394337b4b468229632b8737375caf1d</id>
<content type='text'>
Initialize status fields in the read and write urbs to prevent a race
condition with open/read/close - open/write/close sequences.

Fixes bug #4432 at bugzilla.kernel.org

Signed-off-by: Adam Oldham &lt;oldhamca@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
