<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/usb, branch v2.6.16</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.16</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.16'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2006-03-06T21:29:00Z</updated>
<entry>
<title>[PATCH] USB Serial: fix use-after-free bug in usb-serial core</title>
<updated>2006-03-06T21:29:00Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2006-03-06T21:25:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=91c0bce29e4050a59ee5fdc1192b60bbf8693a6d'/>
<id>urn:sha1:91c0bce29e4050a59ee5fdc1192b60bbf8693a6d</id>
<content type='text'>
This fixes a use-after-free bug in the usb-serial core.  It is simple to
trigger this (open a usb-serial port, then yank the device out before
closing the port.)  Thanks to Stefan Seyfried &lt;seife@suse.de&gt; for
reporting this, and to the slab debugging code which enabled it to be
tracked down.

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: ftdi_sio: new microHAM device IDs</title>
<updated>2006-02-28T20:42:07Z</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2006-02-27T14:05:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=34d1a8aa882df916e1b078dc935e3d2d3792aea2'/>
<id>urn:sha1:34d1a8aa882df916e1b078dc935e3d2d3792aea2</id>
<content type='text'>
This patch adds a bunch of new device IDs to the ftdi_sio driver for
various devices from microHAM using FTDI chips.

Micheal Studer supplied the PID for the USB-Y9 device.  I examined the
INF file in microHAM's Windows driver package for the USB-KW, USB-YS,
USB-IC, USB-DB9 and USB-RS232 devices.

Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: visor.c id for gspda smartphone</title>
<updated>2006-02-28T20:42:07Z</updated>
<author>
<name>Hendrik Schweppe</name>
<email>hendrik@somehost.de</email>
</author>
<published>2006-02-19T18:00:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=04d52461c6ecfc5b72e688b0eb2ead7b555eca25'/>
<id>urn:sha1:04d52461c6ecfc5b72e688b0eb2ead7b555eca25</id>
<content type='text'>
Added the USB vendorID of GSPDA and the productID of GSPDA's palm
smartphone 'xplore m68' to the list of known devices.

Signed-off-by: Hendrik Schweppe &lt;linuxkpatch@hendrik.fam-schweppe.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow)</title>
<updated>2006-02-28T20:42:06Z</updated>
<author>
<name>Shaun Tancheff</name>
<email>shaun@tancheff.com</email>
</author>
<published>2006-02-23T03:47:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8763716bfe4d8a16bef28c9947cf9d799b1796a5'/>
<id>urn:sha1:8763716bfe4d8a16bef28c9947cf9d799b1796a5</id>
<content type='text'>
Remote NDIS response to OID_GEN_SUPPORTED_LIST only allocated space
for the data attached to the reply, and not the reply structure
itself. This caused other kmalloc'd memory to be corrupted.

Signed-off-by: Shaun Tancheff &lt;shaun@tancheff.com&gt;
Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: lh7a40x gadget driver: Fixed a dead lock</title>
<updated>2006-02-28T20:42:06Z</updated>
<author>
<name>Franck Bui-Huu</name>
<email>vagabon.xyz@gmail.com</email>
</author>
<published>2006-02-23T08:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d5ec33490c67affef93aebf76e1238260c82d377'/>
<id>urn:sha1:d5ec33490c67affef93aebf76e1238260c82d377</id>
<content type='text'>
There is a dead lock in lh7a40x udc driver. When the driver receive a
SET_FEATURE HALT request, the dev lock is taken by the interrupt
handler lh7a40x_udc_irq then the handler will call lh7a40x_set_halt
function which in its turn will try to acquire the dev lock.

Signed-off-by: Franck Bui-Huu &lt;franck.bui-huu@innova-card.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: unusual_devs entry for Lyra RCA RD1080</title>
<updated>2006-02-28T20:42:06Z</updated>
<author>
<name>Alan Stern</name>
<email>stern@rowland.harvard.edu</email>
</author>
<published>2006-02-23T15:19:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=754501b324fc3c42522a46d3ace205e7a6a50e77'/>
<id>urn:sha1:754501b324fc3c42522a46d3ace205e7a6a50e77</id>
<content type='text'>
This patch (as656) adds an unusual_devs.h entry for the Lyra RCA RD1080
MP3 player.  Its card-reader firmware has the common
report-one-too-many-sectors bug.  This fixes Novell bug #152175.

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: Wisegroup MP-8866 Dual USB Joypad</title>
<updated>2006-02-28T20:42:06Z</updated>
<author>
<name>Andrew Fuller</name>
<email>mactalla.obair@gmail.com</email>
</author>
<published>2006-02-25T14:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e65335ef187c9cbc50bbc56be0fe966b593beb49'/>
<id>urn:sha1:e65335ef187c9cbc50bbc56be0fe966b593beb49</id>
<content type='text'>
This patch is for the Dual USB Joypad [0925:8866] from Wisegroup.  The
HID_QUIRK_NOGET is necessary for it to respond to input, and the
HID_QUIRK_MULTI_INPUT is necessary to have two js# nodes appear.

Signed-off-by: Andrew Fuller &lt;mactalla.obair@gmail.com&gt;
Cc: "Dmitry Torokhov" &lt;dmitry.torokhov@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: fix EHCI BIOS handshake</title>
<updated>2006-02-28T20:42:06Z</updated>
<author>
<name>David Brownell</name>
<email>david-b@pacbell.net</email>
</author>
<published>2006-02-25T00:55:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8c450802a3abf0e8a45238fcb7d22ed9d6f191ce'/>
<id>urn:sha1:8c450802a3abf0e8a45238fcb7d22ed9d6f191ce</id>
<content type='text'>
Fix http://bugzilla.kernel.org/show_bug.cgi?id=6128

Finish morphing the "early handoff" version of the EHCI BIOS handshake over
to match the previous implementation inside the EHCI driver (except that
now we forcibly disable the SMI).  The version that had been with the PCI
code was surprisingly full of bugs.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Cc: &lt;yazar256@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: unusual-devs bugfix</title>
<updated>2006-02-14T05:33:40Z</updated>
<author>
<name>Phil Dibowitz</name>
<email>phil@ipom.com</email>
</author>
<published>2006-02-13T23:59:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=16f05be7be0bf121491d83bd97337fe179b3b323'/>
<id>urn:sha1:16f05be7be0bf121491d83bd97337fe179b3b323</id>
<content type='text'>
The following patch looks good to me. It adds an unusual_devs entry as
well as fixing an ordering bug. Please apply.

From: Bohdan Linda &lt;bohdan.linda@gmail.com&gt;
Signed-off-by: Phil Dibowitz &lt;phil@ipom.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USB: unusual_devs.h entry: iAUDIO M5</title>
<updated>2006-02-14T05:33:40Z</updated>
<author>
<name>Alan Stern</name>
<email>stern@rowland.harvard.edu</email>
</author>
<published>2006-02-13T15:16:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=982db2a127b29c9e1f5896d2ba691e84446cc858'/>
<id>urn:sha1:982db2a127b29c9e1f5896d2ba691e84446cc858</id>
<content type='text'>
Another unusual_devs.h entry (as652).

Signed-off-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
