<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/usb, branch v2.6.20</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.20</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.20'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2007-02-04T04:37:37Z</updated>
<entry>
<title>[PATCH] fix rtl8150</title>
<updated>2007-02-04T04:37:37Z</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2007-02-04T03:02:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=886ae1fa1380309d91cdb7e67bd4bf71e053c1d5'/>
<id>urn:sha1:886ae1fa1380309d91cdb7e67bd4bf71e053c1d5</id>
<content type='text'>
That code doesn't do what its author apparently thought it would do...

Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>HID: fix pb_fnmode and move it to generic HID</title>
<updated>2007-01-30T14:05:27Z</updated>
<author>
<name>Jiri Kosina</name>
<email>jkosina@suse.cz</email>
</author>
<published>2007-01-29T11:44:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=76398f9667e8369023ed5f4847fb59e9da8b6968'/>
<id>urn:sha1:76398f9667e8369023ed5f4847fb59e9da8b6968</id>
<content type='text'>
The apple powerbook people are used to switch the pb_fnmode
setting at runtime through writing to sysfs, altering the
module parameter value. This was broken for them in 2.6.20-rc1
when generic HID layer was introduced, as the pb_fnmode flag
was made per-hiddevice, instead of global variable.

This patch moves the pb_fnmode module parameter from usbhid module
to hid module, but apart from that retains backward compatibility
with respect to changing the mode through sysfs.

Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>USB HID: fix hid_blacklist clash for 0x08ca/0x0010</title>
<updated>2007-01-25T17:31:23Z</updated>
<author>
<name>Jiri Kosina</name>
<email>jkosina@suse.cz</email>
</author>
<published>2007-01-23T13:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ad2905f06512c70c44a7efd178536ad197c48528'/>
<id>urn:sha1:ad2905f06512c70c44a7efd178536ad197c48528</id>
<content type='text'>
commit d8c8a393166d6283003fb111d0b4a40931c0eda4 introduced a clash in
hid_blacklist for 0x08ca/0x0010 (GTCO vs. AIPTEK). As the vendor of
GTCO device doesn't seem to be interested in supporting their legacy
HW with this conflicting ids, it is OK to remove it.

Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>[PATCH] funsoft: ktermios fix</title>
<updated>2007-01-23T19:09:49Z</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2007-01-23T12:25:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c3ea6729feb304e0c3be74e8eca001215e78d1bc'/>
<id>urn:sha1:c3ea6729feb304e0c3be74e8eca001215e78d1bc</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>USB: unusual_devs.h entry for nokia 6233</title>
<updated>2007-01-22T19:55:17Z</updated>
<author>
<name>Manuel Osdoba</name>
<email>manuel.osdoba@tu-ilmenau.de</email>
</author>
<published>2007-01-18T20:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=39559b4ff89e390c42633d23d257e793a1177e03'/>
<id>urn:sha1:39559b4ff89e390c42633d23d257e793a1177e03</id>
<content type='text'>
In appendix a patch for the nokia 6233 mobile phone is included.
The patch is against 2.6.20-rc5. It is my first patch. Hopefully it has
the right format. The code makes my nokia 6233 on my computer work.


From: Manuel Osdoba &lt;manuel.osdoba@tu-ilmenau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: Fix for typo in ohci-ep93xx.c</title>
<updated>2007-01-22T19:55:17Z</updated>
<author>
<name>Petr Stetiar</name>
<email>ynezz@true.cz</email>
</author>
<published>2007-01-17T14:30:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=caaf26325d70f5b559a647d4c11d84ef5a3341a4'/>
<id>urn:sha1:caaf26325d70f5b559a647d4c11d84ef5a3341a4</id>
<content type='text'>
Attached patch fixes typo in USB driver reported by Chase Douglas on linux-cirrus mailing
list. http://www.freelists.org/archives/linux-cirrus/12-2006/msg00003.html

Signed-off-by: Petr Stetiar &lt;ynezz@true.cz&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>USB: disable USB_MULTITHREAD_PROBE</title>
<updated>2007-01-22T19:55:17Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2007-01-16T23:41:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b1bf4f412b4818869106ffcb5304d69551697b9c'/>
<id>urn:sha1:b1bf4f412b4818869106ffcb5304d69551697b9c</id>
<content type='text'>
Disable the USB_MULTITHREAD_PROBE option because it causes crashes on
people's machines and they never remember to actually read the config
help files.

No one likes this, everyone hates it, I'm going to go eat worms...

The full logic will be ripped out later.

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

</content>
</entry>
<entry>
<title>USB: add vendor/device id for Option GT Max 3.6 cards</title>
<updated>2007-01-22T19:55:16Z</updated>
<author>
<name>garrett_damore@tadpole.com</name>
<email>garrett_damore@tadpole.com</email>
</author>
<published>2007-01-13T01:10:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=53e8f84dc68f29c724bbb7e0675040386f6143ae'/>
<id>urn:sha1:53e8f84dc68f29c724bbb7e0675040386f6143ae</id>
<content type='text'>
This fixes http://bugzilla.kernel.org/show_bug.cgi?id=7814


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

</content>
</entry>
<entry>
<title>USB: unusual_devs.h for 0x046b:ff40</title>
<updated>2007-01-22T19:55:16Z</updated>
<author>
<name>Pete Zaitcev</name>
<email>zaitcev@redhat.com</email>
</author>
<published>2007-01-13T23:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=379885a9b204dec9d0009b6b450e104389b4a590'/>
<id>urn:sha1:379885a9b204dec9d0009b6b450e104389b4a590</id>
<content type='text'>
American Megatrends did something wrong in their floppy emulator. It breaks
with both kinds of MODE SENSE which our stack sends. Alan and I tried a few
tweaks, and got LUNs sensed right, but US_FL_NO_WP_DETECT is still needed.

I set the firmware bracket to 1.00 exactly, in case AMI or Sun fix it with a
firmware update. Hey, you never know.

Signed-off-by: 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: make usbhid ignore Imation Disc Stakka</title>
<updated>2007-01-22T19:55:16Z</updated>
<author>
<name>Oliver Neukum</name>
<email>oneukum@suse.de</email>
</author>
<published>2007-01-11T09:14:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8d2bad8788a6f968247df409f50c757b1a5489f4'/>
<id>urn:sha1:8d2bad8788a6f968247df409f50c757b1a5489f4</id>
<content type='text'>
on request of the sourceforge project for this device, a kind of
robotized CD storage, it should be ignored by the generic driver.

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

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