Commit: b54ee521eb1835b8565f4d0bc9a40e254ad3bb30 Author: Adrian Bunk Sat, 31 Mar 2007 22:21:00 +0200 Linux 2.6.16.46 Commit: 164a166134e3162cbcb2929ef20112ec702808aa Author: Adrian Bunk Wed, 28 Mar 2007 22:43:59 +0200 Linux 2.6.16.46-rc1 Commit: 37642635267293ac1d6aece76c5fdbd1adc570a0 Author: Takashi Iwai Wed, 28 Mar 2007 22:40:35 +0200 [ALSA] ca0106 - Add missing sysfs device assignment Added the missing device assignment before creating sysfs tree. This caused the insufficient device permissions. Signed-off-by: Takashi Iwai Signed-off-by: Adrian Bunk Commit: 19373e32df8abb10fa7e12d76e24a105a6717bfd Author: Takashi Iwai Wed, 28 Mar 2007 22:39:55 +0200 [ALSA] cs4281 - Fix the check of right channel Fix the check of right channel in mixer volume put callback. Signed-off-by: Takashi Iwai Signed-off-by: Adrian Bunk Commit: 649fdb2a4ef44c1a2361e72bd4d7d9fa1b78b7df Author: Florin Malita Wed, 28 Mar 2007 22:38:55 +0200 [ALSA] Dereference after free in snd_hwdep_release() snd_card_file_remove() may free hw->card so we can't dereference hw->card->module after that. Coverity ID 1420. Signed-off-by: Florin Malita Signed-off-by: Takashi Iwai Signed-off-by: Adrian Bunk Commit: 6db2121f59efe1c78c9a6dd91a6e9b718d9afe58 Author: Takashi Iwai Wed, 28 Mar 2007 22:36:35 +0200 [ALSA] cmipci - Fix a typo in 'PC Speaker Playback Switch' control Fixed a typo in 'PC Speaker Playback Switch' control name. Signed-off-by: Takashi Iwai Signed-off-by: Adrian Bunk Commit: 4802c31e31c845cfe044dc66a0615363534066e9 Author: Eric Sesterhenn Wed, 28 Mar 2007 22:35:52 +0200 [ALSA] fix NULL pointer dereference in sound/synth/emux/soundfont.c this is about coverity id #100. It seems the if statement is negated, since the else branch calls remove_info() with sflist->currsf as a parameter where it gets dereferenced. Signed-off-by: Eric Sesterhenn Signed-off-by: Takashi Iwai Signed-off-by: Adrian Bunk Commit: 8e617c8834fe2dde4e88ea9c2dcd9530c5b30839 Author: Takashi Iwai Wed, 28 Mar 2007 22:32:32 +0200 [ALSA] Fix invalid assignment of PCI revision Fix the type of PCI revision to char from int and avoid invalid assignment with pointer cast. Signed-off-by: Takashi Iwai Signed-off-by: Adrian Bunk Commit: 4eebc3a634130b6fc051034de488dfaff543e642 Author: Takashi Iwai Wed, 28 Mar 2007 22:29:24 +0200 [ALSA] hda-intel - Don't try to probe invalid codecs Fix the max number of codecs detected by HD-intel (and compatible) controllers. ATI controllers may have up to 4 codecs while ICH up to 3. Now max codecs is defined according to the driver type, either 3 or 4. Currently 4 is set only to ATI chips. Other might need the same change, too. Signed-off-by: Takashi Iwai Signed-off-by: Adrian Bunk Commit: 1a1c089419386ce4cfe271315869c014ba522781 Author: Takashi Iwai Wed, 28 Mar 2007 22:28:59 +0200 [ALSA] hda-codec - Don't return error at initialization of modem codec Some modem codec seem to fail in the initialization, and this stopped loading of the whole module although the audio is OK. Since it's usually a non-fatal issue, the driver tries to proceed to initialize now. Signed-off-by: Takashi Iwai Signed-off-by: Adrian Bunk Commit: 20e3721fb91464b52cb788722c79b0717185deae Author: Clemens Ladisch Wed, 28 Mar 2007 22:28:33 +0200 usb-audio: work around wrong frequency in CM6501 descriptors The C-Media CM6501 chip's descriptors say that altsetting 5 supports 48 kHz, but it actually plays at 96 kHz. Signed-off-by: Clemens Ladisch Signed-off-by: Jaroslav Kysela Signed-off-by: Takashi Iwai Signed-off-by: Adrian Bunk Commit: c3b31d080d8c2ae01cffda4bb136525124658df8 Author: Amol Lad Wed, 28 Mar 2007 22:27:42 +0200 sound/pci/au88x0/au88x0.c: ioremap balanced with iounmap Signed-off-by: Amol Lad Signed-off-by: Takashi Iwai Signed-off-by: Adrian Bunk Commit: fc9f944188ec3a6eca05b9a9afce9a96c05b0f7a Author: YOSHIFUJI Hideaki Wed, 28 Mar 2007 22:04:44 +0200 [IPV6] HASHTABLES: Use appropriate seed for caluculating ehash index. Tetsuo Handa told me that connect(2) with TCPv6 socket almost always took a few minutes to return when we did not have any ports available in the range of net.ipv4.ip_local_port_range. The reason was that we used incorrect seed for calculating index of hash when we check established sockets in __inet6_check_established(). Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller Signed-off-by: Adrian Bunk Commit: b66597d697d7e75cde9c484f223e467a11342de4 Author: Guennadi Liakhovetski Wed, 28 Mar 2007 22:00:29 +0200 [PPP]: Don't leak an sk_buff on interface destruction. Signed-off-by: Guennadi Liakhovetski Signed-off-by: David S. Miller Signed-off-by: Adrian Bunk Commit: b50f212883c001575f2aee338f7142bba0d5e60f Author: Patrick McHardy Wed, 28 Mar 2007 21:58:20 +0200 [NET_SCHED]: Fix ingress locking Ingress queueing uses a seperate lock for serializing enqueue operations, but fails to properly protect itself against concurrent changes to the qdisc tree. Use queue_lock for now since the real fix it quite intrusive. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller Signed-off-by: Adrian Bunk Commit: 93e6aebaa0fb7db45b9f36ce7090024b5de02682 Author: Patrick McHardy Wed, 28 Mar 2007 21:56:42 +0200 [NET_SCHED]: cls_basic: fix NULL pointer dereference cls_basic doesn't allocate tp->root before it is linked into the active classifier list, resulting in a NULL pointer dereference when packets hit the classifier before its ->change function is called. Reported by Chris Madden Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller Signed-off-by: Adrian Bunk Commit: b48ebb90b39f5639a72cfbce4417e5d009a0db7c Author: Pete Zaitcev Wed, 28 Mar 2007 21:45:16 +0200 USB: RAZR v3i unusual_devs This adds an unusual_devs entry for the Motorola RAZR 3vi. Signed-off-by: Phil Dibowitz Signed-off-by: Adrian Bunk Commit: f53223a46255e8aca61fb8f9aa17588b4dd35838 Author: Andrew Nayenko Wed, 28 Mar 2007 21:44:39 +0200 USB storage: Nokia 6288 unusual_devs entry This patch adds an usual_devs entry for the Nokia 6288. Signed-off-by: Phil Dibowitz Signed-off-by: Adrian Bunk Commit: 88b9f4dfeb165565a52cafdebf65f725889b0957 Author: Dylan Taft Wed, 28 Mar 2007 21:43:59 +0200 USB Storage: US_FL_IGNORE_RESIDUE needed for Aiptek MP3 Player Device will not work as a mass storage device without US_FL_IGNORE_RESIDUE. I bought this mp3 player that takes SD cards here http://www.aiptek.com/Merchant2/merchant.mvc?Screen=PROD&Product_Code=AX4&Category_Code=MP3&Store_Code=AS Signed-off-by: Dylan Taft Signed-off-by: Adrian Bunk Commit: 42290797c62c67462906430553c1e5fe8dfecc84 Author: Luiz Fernando N. Capitulino Wed, 28 Mar 2007 21:42:29 +0200 USB: unusual_devs.h for Sony floppy This patch increases the range for 0x054c:0x002c devices to make the following Sony USB floppy to work: T: Bus=02 Lev=01 Prnt=01 Port=02 Cnt=02 Dev#= 6 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=054c ProdID=002c Rev=20.00 S: Manufacturer=SONY S: Product=USB Floppy C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA I: If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=04 Prot=00 Driver=usb-storage E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=01(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=83(I) Atr=03(Int.) MxPS= 2 Ivl=127ms Signed-off-by: Marcelo Ricardo Leitner Signed-off-by: Luiz Fernando N. Capitulino Signed-off-by: Adrian Bunk Commit: 39740872332b2dd28b479d9d8333c42c32465953 Author: Patrick McHardy Wed, 28 Mar 2007 21:31:36 +0200 [NET_SCHED]: Fix endless loops caused by inaccurate qlen counters There are multiple problems related to qlen adjustment that can lead to an upper qdisc getting out of sync with the real number of packets queued, leading to endless dequeueing attempts by the upper layer code. All qdiscs must maintain an accurate q.qlen counter. There are basically two groups of operations affecting the qlen: operations that propagate down the tree (enqueue, dequeue, requeue, drop, reset) beginning at the root qdisc and operations only affecting a subtree or single qdisc (change, graft, delete class). Since qlen changes during operations from the second group don't propagate to ancestor qdiscs, their qlen values become desynchronized. This patch adds a function to propagate qlen changes up the qdisc tree, optionally calling a callback function to perform qdisc-internal maintenance when the child qdisc is deactivated, and converts all qdiscs to use this where necessary. Signed-off-by: Patrick McHardy Signed-off-by: Adrian Bunk Commit: 921e8ebfc8b0e41dc724ea52f4b95b7c44f6e880 Author: Nick Piggin Wed, 28 Mar 2007 21:29:38 +0200 mm: fix madvise infinine loop madvise(MADV_REMOVE) can go into an infinite loop or cause an oops if the call covers a region from the start of a vma, and extending past that vma. Signed-off-by: Nick Piggin Acked-by: Hugh Dickins Signed-off-by: Adrian Bunk Commit: ef1136fb7497e0ad6b419add0b463c9a770c42ee Author: Russell King Wed, 28 Mar 2007 21:28:32 +0200 [SERIAL] Fix oops when removing suspended serial port A serial card might have been removed when the system is resumed. This results in a suspended port being shut down, which results in the ports shutdown method being called twice in a row. This causes BUGs. Avoid this by tracking the suspended state separately from the initialised state. Signed-off-by: Russell King Signed-off-by: Adrian Bunk Commit: aaab1c66f78311771aeaeb4f2e9aab8fab3b1c6d Author: Stefan Richter Tue, 27 Mar 2007 00:49:40 +0200 ieee1394: dv1394: fix CardBus card ejection Fix NULL pointer dereference on hot ejection of a FireWire card while dv1394 was loaded. http://bugzilla.kernel.org/show_bug.cgi?id=7121 Signed-off-by: Stefan Richter Signed-off-by: Adrian Bunk Commit: 25c72f37099c2f32e8e6c7311735e7a3a036b178 Author: Akinbou Mita Mon, 26 Mar 2007 23:43:10 +0200 md: fix /proc/mdstat refcounting I have seen mdadm oops after successfully unloading md module. This patch privents from unloading md module while mdadm is polling /proc/mdstat. Signed-off-by: Akinbou Mita Signed-off-by: Adrian Bunk Commit: 36c8a3d3ac8b0157ea4ebc54926d40309787a865 Author: Andy Isaacson Mon, 26 Mar 2007 23:42:40 +0200 fix read past end of array in md/linear.c When iterating through an array, one must be careful to test one's index variable rather than another similarly-named variable. The loop will read off the end of conf->disks[] in the following (pathological) case: % dd bs=1 seek=840716287 if=/dev/zero of=d1 count=1 % for i in 2 3 4; do dd if=/dev/zero of=d$i bs=1k count=$(($i+150)); done % ./vmlinux ubd0=root ubd1=d1 ubd2=d2 ubd3=d3 ubd4=d4 # mdadm -C /dev/md0 --level=linear --raid-devices=4 /dev/ubd[1234] adding some printks, I saw this: [42949374.960000] hash_spacing = 821120 [42949374.960000] cnt = 4 [42949374.960000] min_spacing = 801 [42949374.960000] j=0 size=820928 sz=820928 [42949374.960000] i=0 sz=820928 hash_spacing=820928 [42949374.960000] j=1 size=64 sz=64 [42949374.960000] j=2 size=64 sz=128 [42949374.960000] j=3 size=64 sz=192 [42949374.960000] j=4 size=1515870810 sz=1515871002 Signed-off-by: Adrian Bunk Commit: 6b9720b5aca01aba1fb9403f1b75bb26689223a1 Author: Lars Ellenberg Mon, 26 Mar 2007 23:41:58 +0200 md: pass down BIO_RW_SYNC in raid{1,10} md raidX make_request functions strip off the BIO_RW_SYNC flag, thus introducing additional latency. Fixing this in raid1 and raid10 seems to be straightforward enough. For our particular usage case in DRBD, passing this flag improved some initialization time from ~5 minutes to ~5 seconds. Signed-off-by: Lars Ellenberg Acked-by: NeilBrown Signed-off-by: Adrian Bunk Commit: c920d11e0b9a2c894b99cf9a95cbd83f53c533eb Author: Neil Brown Mon, 26 Mar 2007 23:41:22 +0200 md: Fix bug where spares don't always get rebuilt properly when they become live If save_raid_disk is >= 0, then the device could be a device that is already in sync that is being re-added. So we need to default this value to -1. Signed-off-by: Neil Brown Signed-off-by: Adrian Bunk Commit: d03e0c61f63e3c12a5b33403c895285f4e345c35 Author: Neil Brown Mon, 26 Mar 2007 23:40:42 +0200 MD: Fix problem where hot-added drives are not resynced. If a drive is added with HOT_ADD_DISK rather than ADD_NEW_DISK, saved_raid_disk isn't initialised properly, and the drive can be included in the array without a resync. Signed-off-by: Adrian Bunk Commit: cf2492d903eecf66613568d0a2f1a967d6ead4c1 Author: Alan Stern Mon, 26 Mar 2007 23:35:49 +0200 USB: unusual_devs update for Sony P990i phone This patch (as846) adds the IGNORE_RESIDUE flag to the unusual_devs entry for Sony-Ericsson's P990i phone. Signed-off-by: Alan Stern Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 82ef27f35cea508e74540548ebfebf3819755ab2 Author: Lars Jacob Mon, 26 Mar 2007 23:30:19 +0200 USB: unusual_devs entry for Sony DSC-H5 This patch (as749) extends the unusual_devs entry for the Sony DSC-T1 and T5 to cover the H5 as well. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 6dcaba06abc586e0fffac70a9ca1e7ff6129927e Author: Manuel Osdoba Sun, 25 Mar 2007 03:25:00 +0200 USB: unusual_devs.h entry for nokia 6233 Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 28ce74672acf5fb36d85eefebe3dc3d8b8a2125d Author: Pete Zaitcev Sun, 25 Mar 2007 03:24:11 +0200 USB: unusual_devs.h for 0x046b:ff40 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 Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: f21a8311a9647e1ac8235120cc42a102ab14bf3e Author: Phil Dibowitz Sun, 25 Mar 2007 03:23:20 +0200 USB: Fix UCR-61S2B unusual_dev entry Recently this entry's bcd scope was narrowed so as not to falsly apply to bcd's other than 0x0110. But while it breaks those of a larger bcd, it is still needed for those of a smaller bcd - so this changes the lower bcd limit to 0x0000. Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 5c83895101581d3ac02e158df00fed2e46628ced Author: Alan Stern Sun, 25 Mar 2007 03:22:24 +0200 unusual_devs update for UCR-61S2B The existing unusual_devs entry for the UCR-61S2B appears to have too wide a revision range. It matches at least one device that doesn't respond to the initialization sequence. Perhaps the sequence needs to be updated, or perhaps something else can be done. For now, this patch (as764) restricts the range to include only the revision mentioned in the original comment. This resolves (for now!) Bugzilla entry #6950. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 9bb4a9ba442ff0126b7317376078aa2be0720b54 Author: Pete Zaitcev Sun, 25 Mar 2007 03:18:00 +0200 USB storage: fix ipod ejecting issue Signed-off-by: Pete Zaitcev Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: a2390a76afa8cdcf4da861c80e6d404f39299cec Author: Phil Dibowitz Sun, 25 Mar 2007 03:17:17 +0200 USB Storage: unusual_devs: add supertop drives This combines patches from Alan Stern and Robert Schedel for two "Super Top" drives that need the IGNORE_RESIDUE flag but have different vendor IDs. Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 51083285b842cd5b3afd1a110655c88d3d663f14 Author: Mikko Honkala Sun, 25 Mar 2007 03:16:42 +0200 USB: Nokia E70 is an unusual device When the Nokia E70 Phone is plugged in to the USB port, I get: end_request: I/O error, dev sda, sector 1824527 sd 0:0:0:0: SCSI error: return code = 0x10070000 end_request: I/O error, dev sda, sector 1824535 sd 0:0:0:0: SCSI error: return code = 0x10070000 Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 7051ce2dd1c9c44cec93629ff7bd0a850018b534 Author: Jaco Kroon Sun, 25 Mar 2007 03:14:22 +0200 USB: add Digitech USB-Storage to unusual_devs.h The mass storage device from Digitech designed for Flash Cards, as found on (for example) the GNX4 device has issues with residue, similar to the bug report at http://kerneltrap.org/node/6297. This patch adds the faulty storage device to unusual_devs.h, this not only reduces the noise in dmesg but also increases the transfer speeds by a factor of 7x for me (89kB/s -> 637kB/s). T: Bus=02 Lev=02 Prnt=02 Port=01 Cnt=02 Dev#= 4 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=1210 ProdID=0003 Rev= 1.00 S: Manufacturer=DigiTech HMG S: Product=DigiTech Mass Storage C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 0mA I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms Signed-off-by: Jaco Kroon Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 80c52d7641ea7f7846d828baafd4478ce8b8b0de Author: Tobias Lorenz Sun, 25 Mar 2007 03:10:55 +0200 USB: Mitsumi USB FDD 061M: UNUSUAL_DEV multilun fix Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: d73ef9d3b6c594a1389786589126ba39c8462102 Author: Phil Dibowitz Sun, 25 Mar 2007 03:10:17 +0200 USB: usb-storage: Unusual_dev update The protocol in this entry is needed for some versions of the device but not others. This adds the NEED_OVERRIDE flag to prevent it complaining to users who don't need it. Signed-off-by: Phil Dibowitz Signed-off-by: Adrian Bunk Commit: 22246d496ed49a5daa67429c81aabbbd5335a4fc Author: Alan Stern Sun, 25 Mar 2007 03:08:55 +0200 USB: unusual_devs entry for Nokia 6234 This patch (as803) adds an unusual_devs entry for the Nokia 6234 mobile phone. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: d7803bf3823de1690c3873081839c5f2acca6a4a Author: Alan Stern Sun, 25 Mar 2007 03:06:00 +0200 USB: unusual_devs entry for Nokia 6131 This patch (as796) adds an unusual_devs entry for the Nokia 6131, which doesn't like large transfer sizes. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 5f7102db8902861ac8ce0ed18ea875cfdaaaab1a Author: Alan Stern Sun, 25 Mar 2007 03:03:42 +0200 USB: unusual-devs entry for Nokia E60 This patch (as794) adds an unusual_devs entry for the Nokia E60. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 7c47d54d2180b83bc82b17595ff1e27b1e53142b Author: Phil Dibowitz Sun, 25 Mar 2007 03:03:13 +0200 USB: unusual_dev entry for Sony P990i This patch is a re-diffed version of one originally sent by Jan Mate . Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 14f9953a8c649f731028191ae72c979942e9dcdd Author: Alan Stern Sun, 25 Mar 2007 03:02:24 +0200 USB: unusual_devs entry for Lacie DVD+-RW This patch (as781) adds an entry to unusual_devs.h for the Lacie DVD+-RW drive. Apparently its USB interface has requirements similar to the Genesys Logic interface; it doesn't like data to be sent too soon after a command. This fixes Bugzilla #6817. Signed-off-by: Alan Stern Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: d92e39de3cfb4419806a24d974e8b484b6c16fd7 Author: Phil Dibowitz Sun, 25 Mar 2007 03:01:01 +0200 USB Storage: unusual_devs.h for Sony Ericsson M600i Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: e56df0401a8481b555f690a9b9419f5b0f8793b0 Author: Jürgen Mell Sun, 25 Mar 2007 01:59:34 +0100 USB floppy drive SAMSUNG SFD-321U/EP was detected 8 times Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 825661f361d2eccf2774d5b90d6bcab381dd7c23 Author: David Kuehling Sun, 25 Mar 2007 01:57:41 +0100 USB: unusual_devs entry for A-VOX WSX-300ER MP3 player This patch (as763) adds an unusual_devs entry for the A-VOX WSX-300ER MP3 player. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 74b98c7c262412e57f268f6af437e09b10ad3cee Author: Mario Rettig Sun, 25 Mar 2007 01:57:06 +0100 USB: unusual_devs entry for Nokia 3250 Here is another unusual_devs entry (as760) for another Nokia device, this time the 3250. Signed-off-by: Alan Stern Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 81371c98b9d3a272a9a78397908454531f691ade Author: Phil Dibowitz Sun, 25 Mar 2007 01:56:30 +0100 USB: another unusual device Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 6017d092e6e58773abfdcc26014293c46abd1371 Author: Alan Stern Sun, 25 Mar 2007 01:56:02 +0100 USB: unusual_devs entry for Nokia E61 This patch (as748) adds an unusual_devs entry for the Nokia E61 mobile phone. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: f5402dd7978ee1715fea79f6e9aa807b74cca42c Author: Alan Stern Sun, 25 Mar 2007 01:55:30 +0100 USB: unusual_devs entry for Nokia N91 This patch (as745) adds an unusual_devs entry for the Nokia N91, just like the entry for the N80 added a couple of weeks ago. Apparently Nokia isn't using very good firmware these days... Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 1c4cb21c2d789fa174e8e7d6e0e25f76f29a4cc8 Author: Phil Dibowitz Sun, 25 Mar 2007 01:54:59 +0100 USB Storage: US_FL_MAX_SECTORS_64 flag This patch adds a US_FL_MAX_SECTORS_64 and removes the Genesys special-cases for this that were in scsiglue.c. It also adds the flag to other devices reported to need it. Signed-off-by: Phil Dibowitz Signed-off-by: Matthew Dharm Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 4d5d3838da5726645474c82ee943770099ec92a4 Author: Ernis Sun, 25 Mar 2007 01:53:46 +0100 USB: unusual_devs entry for Samsung MP3 player This patch (as730) contains an unusual_devs entry for a Samsung MP3 device. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 392a24815c39d7d57a0562f985bc3d67f9ae4510 Author: Davide Perini Sun, 25 Mar 2007 01:53:16 +0100 usb-storage: unusual_devs entry for Motorola RAZR V3x This patch (as725) adds an unusual_devs entry for the Motorola RAZR V3x. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: b3c89496b48256918c5813ae4cb6087f9501a9a7 Author: Alan Stern Sun, 25 Mar 2007 01:52:47 +0100 USB: unusual_devs entry for Nokia N80 Here is a patch (as720) adding an unusual_devs entry for the Nokia N80 mobile phone. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 62756b800fdc0b3419e2eb4fcf50404c8099a21d Author: Alan Stern Sun, 25 Mar 2007 01:52:12 +0100 usb-storage: unusual_devs entry for Nikon DSC D70s This patch (as704) adds an unusual_devs entry for the Nikon DSC D70s, which uses a different Product ID from the D70. It also moves the entry for the DSC E2000 up in the list, to preserve the numerical ordering. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: d75cfc109166ad3ab23bc7c90c4af5f8afcbd386 Author: Olivier Blondeau Sun, 25 Mar 2007 01:51:39 +0100 USB: storage: atmel unusual dev update Originally submitted by Olivier Blondeau , with re-diffing by me. Adds a new atmel unusual_dev entry. Signed-off-by: Phil Dibowitz Signed-off-by: Adrian Bunk Commit: 694355c5ac181df1a5e52fe04a6ffea591d79384 Author: Phil Dibowitz Sun, 25 Mar 2007 01:50:55 +0100 USB: Storage: unusual devs update This patch removes the Protocol portion of the Iomega Click! device as it's not needed. Not-needed message reported by Kenneth Crudup Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 1f6629566cc8e56b5792348769a658bd8a3f0787 Author: Rodolfo Quesada Sun, 25 Mar 2007 01:50:11 +0100 USB: storage: new unusual_devs.h entry: Mitsumi 7in1 Card Reader This patch (as661) adds an unusual_devs entry for the Mitsumi 7in1 Card reader. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: de932b4b64bf93d70ab69585e201ab9430e4b1fd Author: Phil Dibowitz Sun, 25 Mar 2007 01:49:34 +0100 USB: storage: unusual_devs.h entry 0420:0001 Ref https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=176584 Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: e1fc34983a1545798ff08932902b2fd8ea6f1552 Author: Phil Dibowitz Sun, 25 Mar 2007 01:48:56 +0100 USB: storage: another unusual_devs.h entry Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk Commit: 6efa8538c4d05c43be0e38390271e02c48512aee Author: Phil Dibowitz Sun, 25 Mar 2007 01:48:23 +0100 USB: storage: sandisk unusual_devices entry The following adds an unusual_devs entry for the SanDisk ImageMate CompactFlash USB drive, for the US_FL_FIX_CAPACITY flag. Additionally, it removes trailing whitespace from the previous entry. It's based on the patch sent by Roman Hodek . Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Adrian Bunk