--- Begin Message ---
* Add USB mass storage quirks for Nikon D300 and Nikon D2H cameras, Mio C520-GPS
units and Mio Moov 330 GPS.
* Add/update USB mass storage quirks for various Nokia phones: 7610
Supernova, 3500c, 3109c, 5300 and 5310.
* Add USB mass storage quirks for Nikon D300 and Nikon D2H cameras, Mio C520-GPS
units and Mio Moov 330 GPS.
* Add/update USB mass storage quirks for various Nokia phones: 7610
Supernova, 3500c, 3109c, 5300 and 5310.
Based on the following commits:
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=0047ca0a45c6a481abd467fb52d2a480ffc8c6b9;hp=6c5ab376b0b579cf58f9217dcd7a94d817f7a043
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=ed4103b3fcf38985995e732dab6c3e2b9693f6cb;hp=ff30bf1ca4b548c0928dae6bfce89458b95e5bf4
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=589afd3bec907f02c133d7b8185b8af534f14a8e;hp=9beba53dc5c330d781ecc0ad8ea081c2d100ff9f
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=a6b7b034d7f20761c55743be2acb762ce09a0c6b;hp=1f15a506f356aa21c29b6a7b0e9e826695273dfc
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=621b239d75b790ac66854d46b094874f69e6776e;hp=a6b7b034d7f20761c55743be2acb762ce09a0c6b
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=e8fab4ce763c36869624c5388714ff19c30a91a7;hp=aa5380b904e7f896db0931320160bdea93e41f6a
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=48e1a540e1e9ea62a2b3088a69ecf934f3172b14;hp=1393fce7189427bdb4d6115ca5566ca8d0fc86f3
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=1393fce7189427bdb4d6115ca5566ca8d0fc86f3;hp=5413aa467806578bf5f78a83893cb9426b815231
---
--- linux-2.6-2.6.26.orig/drivers/usb/storage/unusual_devs.h 2008-07-13 23:51:29.000000000 +0200
+++ linux-2.6-2.6.26/drivers/usb/storage/unusual_devs.h 2009-01-18 02:24:46.000000000 +0100
@@ -392,6 +392,22 @@
US_SC_DEVICE, US_PR_CB, NULL,
US_FL_MAX_SECTORS_MIN),
+/* Reported by paul ready <lxt...@homecall.co.uk> */
+UNUSUAL_DEV( 0x04b0, 0x0419, 0x0100, 0x0200,
+ "NIKON",
+ "NIKON DSC D300",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ US_FL_FIX_CAPACITY),
+
+/* Submitted by Ricky Wong Yung Fei <evilbladewarr...@gmail.com> */
+/* Nokia 7610 Supernova - Too many sectors reported in usb storage mode */
+UNUSUAL_DEV( 0x0421, 0x00f5, 0x0000, 0x0470,
+ "Nokia",
+ "7610 Supernova",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ US_FL_FIX_CAPACITY ),
+
+
/* BENQ DC5330
* Reported by Manuel Fombuena <mfombu...@ya.com> and
* Frank Copeland <f...@thingy.apana.org.au> */
@@ -951,6 +967,13 @@
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
+/* Patch for Nokia 5310 capacity */
+UNUSUAL_DEV( 0x0421, 0x006a, 0x0000, 0x0591,
+ "Nokia",
+ "5310",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ US_FL_FIX_CAPACITY ),
+
/* Reported by Alex Butcher <alex.butc...@assursys.co.uk> */
UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0001,
"Prolific Technology Inc.",
@@ -1544,6 +1567,48 @@
US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init,
0 ),
+/* Reported by Tamas Kerecsen <kerec...@bigfoot.com>
+ * Obviously the PROM has not been customized by the VAR;
+ * the Vendor and Product string descriptors are:
+ * Generic Mass Storage (PROTOTYPE--Remember to change idVendor)
+ * Generic Manufacturer (PROTOTYPE--Remember to change idVendor)
+ */
+UNUSUAL_DEV( 0x045e, 0xffff, 0x0000, 0x0000,
+ "Mitac",
+ "GPS",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ US_FL_MAX_SECTORS_64 ),
+
+/* Reported by Tobias Kunze Briseno <t-li...@fictive.com> */
+UNUSUAL_DEV( 0x04b0, 0x0403, 0x0200, 0x0200,
+ "NIKON",
+ "NIKON DSC D2H",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ US_FL_FIX_CAPACITY),
+
+/* Reported by Frederic Marchal <frederic.marc...@wowcompany.com>
+ * Mio Moov 330
+ */
+UNUSUAL_DEV( 0x3340, 0xffff, 0x0000, 0x0000,
+ "Mitac",
+ "Mio DigiWalker USB Sync",
+ US_SC_DEVICE,US_PR_DEVICE,NULL,
+ US_FL_MAX_SECTORS_64 ),
+
+/* Reported by Ozan Sener <themg...@gmail.com> */
+UNUSUAL_DEV( 0x0421, 0x0060, 0x0551, 0x0551,
+ "Nokia",
+ "3500c",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ US_FL_FIX_CAPACITY ),
+
+/* Reported by CSECSY Laszlo <boo...@frugalware.org> */
+UNUSUAL_DEV( 0x0421, 0x0063, 0x0001, 0x0601,
+ "Nokia",
+ "Nokia 3109c",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ US_FL_FIX_CAPACITY ),
+
/* Reported by Fabio Venturi <f.vent...@tdnet.it>
* The device reports a vendor-specific bDeviceClass.
*/
--- End Message ---