<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/usb/storage, branch linux-2.6.22.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.22.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.22.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2007-06-08T23:24:30+00:00</updated>
<entry>
<title>USB: UNUSUAL_DEV: Sync up some reported devices from Ubuntu</title>
<updated>2007-06-08T23:24:30+00:00</updated>
<author>
<name>Ben Collins</name>
<email>bcollins@ubuntu.com</email>
</author>
<published>2007-05-26T10:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=67fa10627ec0d8aa16f1cf38cf527e67d8097d3c'/>
<id>urn:sha1:67fa10627ec0d8aa16f1cf38cf527e67d8097d3c</id>
<content type='text'>
UNUSUAL_DEV: Sync up some reported devices from Ubuntu

Various unusual dev entries accumulated from Ubuntu bug reports.

Signed-off-by: Ben Collins &lt;bcollins@ubuntu.com&gt;
Cc: Alan Stern &lt;stern@rowland.harvard.edu&gt;
Signed-off-by: Phil Dibowitz &lt;phil@ipom.com&gt;

</content>
</entry>
<entry>
<title>USB: Onetouch - switch to using input_dev-&gt;dev.parent</title>
<updated>2007-05-23T06:45:50+00:00</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dtor@insightbb.com</email>
</author>
<published>2007-05-08T04:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=09b7002d68cfa1c45cc413a0c7cca399c25a57c6'/>
<id>urn:sha1:09b7002d68cfa1c45cc413a0c7cca399c25a57c6</id>
<content type='text'>
In preparation for struct class_device -&gt; struct device input
core conversion, switch to using input_dev-&gt;dev.parent when
specifying device position in sysfs tree.

Also, do not access input_dev-&gt;private directly, use helpers.

Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Matthew Dharm &lt;mdharm-usb@one-eyed-alien.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>usb-storage: ignore Sitecom WL-117 USB-WLAN</title>
<updated>2007-05-23T06:45:48+00:00</updated>
<author>
<name>Matthew Davidson</name>
<email>mj.davidson@gmail.com</email>
</author>
<published>2007-05-01T00:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=64902cbaf17a5c81a2ed0cca51bf57227086df65'/>
<id>urn:sha1:64902cbaf17a5c81a2ed0cca51bf57227086df65</id>
<content type='text'>
The Sitecom WL-117 is another "driverless" ZD1211 device where the virtual
windows driver CD must be ejected before the WLAN device appears.

zd1211rw takes care of the ejecting, but usb-storage must be told not to claim
the device.

From: Matthew Davidson &lt;mj.davidson@gmail.com&gt;
Signed-off-by: Daniel Drake &lt;dsd@gentoo.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>header cleaning: don't include smp_lock.h when not used</title>
<updated>2007-05-08T18:15:07+00:00</updated>
<author>
<name>Randy Dunlap</name>
<email>randy.dunlap@oracle.com</email>
</author>
<published>2007-05-08T07:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e63340ae6b6205fef26b40a75673d1c9c0c8bb90'/>
<id>urn:sha1:e63340ae6b6205fef26b40a75673d1c9c0c8bb90</id>
<content type='text'>
Remove includes of &lt;linux/smp_lock.h&gt; where it is not used/needed.
Suggested by Al Viro.

Builds cleanly on x86_64, i386, alpha, ia64, powerpc, sparc,
sparc64, and arm (all 59 defconfigs).

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>USB: Remove Huawei unusual_devs entry</title>
<updated>2007-04-27T20:28:42+00:00</updated>
<author>
<name>Phil Dibowitz</name>
<email>phil@ipom.com</email>
</author>
<published>2007-04-16T06:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=862e9043776578d575494db79d9189795350ed67'/>
<id>urn:sha1:862e9043776578d575494db79d9189795350ed67</id>
<content type='text'>
Per the Rui Santos and the hardware manufacturers, this actually inhibits
useful parts of the hardware. The correct way to use this hardware is with the
software at http://www.kanoistika.sk/bobovsky/archiv/umts/ and the manufacturers
are also planning on including Linux drivers/material in future revisions.

CC: Rui Santos &lt;rsantos@grupopie.com&gt;
CC: &lt;johann.wilhelm@student.tugraz.at&gt;
CC: &lt;zihan@huawei.com&gt;
CC: &lt;wanganyu1983@huawei.com&gt;
CC: &lt;dingjianjian@huawei.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>libusual: change block scope variable to function scope</title>
<updated>2007-04-27T20:28:34+00:00</updated>
<author>
<name>Pete Zaitcev</name>
<email>zaitcev@redhat.com</email>
</author>
<published>2007-03-09T04:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=64e35d92367d8cd376946eb924838de1dd3287c7'/>
<id>urn:sha1:64e35d92367d8cd376946eb924838de1dd3287c7</id>
<content type='text'>
Someone changed the code to kthread and used his style instead of mine.

The problem with the block variables is that they provoke shadowing,
which is actually exactly what has happened in my other tree which
has the class patch.

Signed-off-by: Pete Zaitcev &lt;zaitcev@redhat.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: Nikon D80 unusual device patch</title>
<updated>2007-04-11T17:44:15+00:00</updated>
<author>
<name>Emil Larsson</name>
<email>emil@swip.net</email>
</author>
<published>2007-03-30T05:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2ea547d2dec97b279ba90c7768960856f2116c79'/>
<id>urn:sha1:2ea547d2dec97b279ba90c7768960856f2116c79</id>
<content type='text'>
the Nikon D80 camera will not work without an UNUSUAL_DEV entry embodied
in the attached patch (made against 2.6.20.3). Hope you find it helpful,
or if not, pass it along to someone who does.

From: Emil Larsson &lt;emil@swip.net&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>USB: RAZR v3i unusual_devs</title>
<updated>2007-03-19T20:22:18+00:00</updated>
<author>
<name>Pete Zaitcev</name>
<email>zaitcev@redhat.com</email>
</author>
<published>2007-03-10T23:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=a7f3dd5d4b74030964c80fb1b7f2131986fe2d67'/>
<id>urn:sha1:a7f3dd5d4b74030964c80fb1b7f2131986fe2d67</id>
<content type='text'>
This adds an unusual_devs entry for the Motorola RAZR 3vi.

From: Pete Zaitcev &lt;zaitcev@redhat.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>USB storage: Nokia 6288 unusual_devs entry</title>
<updated>2007-03-10T03:52:23+00:00</updated>
<author>
<name>Andrew Nayenko</name>
<email>relan@bk.ru</email>
</author>
<published>2007-02-25T08:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=0d8c7aeade59e0f54d93122ebd902caea500c0bd'/>
<id>urn:sha1:0d8c7aeade59e0f54d93122ebd902caea500c0bd</id>
<content type='text'>
This patch adds an usual_devs entry for the Nokia 6288. Originally from
Andrew with a re-diff by Phil.

From: Andrew Nayenko &lt;relan@bk.ru&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>USB storage: Removed duplicate supertop unusual_dev entry</title>
<updated>2007-03-10T03:52:23+00:00</updated>
<author>
<name>Phil Dibowitz</name>
<email>phil@ipom.com</email>
</author>
<published>2007-02-25T03:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=6160863f99315acdbcd70afa8f4b9e75281249b1'/>
<id>urn:sha1:6160863f99315acdbcd70afa8f4b9e75281249b1</id>
<content type='text'>
This patch removes the duplicate supertop entries that made it into the
.21 rc kernels.

Signed-off-by: Phil Dibowitz &lt;phil@ipom.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
