summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan May <rmay31@gmail.com>2010-01-06 10:09:25 -0600
committerGreg Kroah-Hartman <gregkh@suse.de>2010-01-20 15:24:35 -0800
commit10d2cdb6102669279bee2d9a00a22431b74583d5 (patch)
treef2eb906df27b062f314fd87af4dfb688a776f5bf
parentc0d74142531c7ec23bb29885aec8f924ee4c1a46 (diff)
downloadlinux-3.10-10d2cdb6102669279bee2d9a00a22431b74583d5.tar.gz
linux-3.10-10d2cdb6102669279bee2d9a00a22431b74583d5.tar.bz2
linux-3.10-10d2cdb6102669279bee2d9a00a22431b74583d5.zip
USB: fix usbstorage for 2770:915d delivers no FAT
Resolves kernel.org bug 14914. Remove entry for 2770:915d (usb digital camera with mass storage support) from unusual_devs.h. The fix triggered by the entry causes the file system on the camera to be completely inaccessible (no partition table, the device is not mountable). The patch works, but let me clarify a few things about it. All the patch does is remove the entry for this device from the drivers/usb/storage/unusual_devs.h, which is supposed to help with a problem with the device's reported size (I think). I'm pretty sure it was originally added for a reason, so I'm not sure removing it won't cause other problems to reappear. Also, I should note that this unusual_devs.h entry was present (and activating workarounds) in 2.6.29, but in that version everything works fine. Starting with 2.6.30, things no longer work. Signed-off-by: Ryan May <rmay31@gmail.com> Cc: Rohan Hart <rohan.hart17@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/usb/storage/unusual_devs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index 64a0a2c27e1..c932f905318 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1807,13 +1807,6 @@ UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999,
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_GO_SLOW ),
-/* Reported by Rohan Hart <rohan.hart17@gmail.com> */
-UNUSUAL_DEV( 0x2770, 0x915d, 0x0010, 0x0010,
- "INTOVA",
- "Pixtreme",
- US_SC_DEVICE, US_PR_DEVICE, NULL,
- US_FL_FIX_CAPACITY ),
-
/* Reported by Frederic Marchal <frederic.marchal@wowcompany.com>
* Mio Moov 330
*/