diff options
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
| -rw-r--r-- | drivers/usb/storage/unusual_devs.h | 73 | 
1 files changed, 71 insertions, 2 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index a2b9ebbef38..bfcc1fe8251 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -167,6 +167,27 @@ UNUSUAL_DEV(  0x0421, 0x005d, 0x0001, 0x0600,  		US_SC_DEVICE, US_PR_DEVICE, NULL,  		US_FL_FIX_CAPACITY ), +/* Reported by Ozan Sener <themgzzy@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 <boobaa@frugalware.org> */ +UNUSUAL_DEV(  0x0421, 0x0063, 0x0001, 0x0601, +		"Nokia", +		"Nokia 3109c", +		US_SC_DEVICE, US_PR_DEVICE, NULL, +		US_FL_FIX_CAPACITY ), + +/* Patch for Nokia 5310 capacity */ +UNUSUAL_DEV(  0x0421, 0x006a, 0x0000, 0x0701, +		"Nokia", +		"5310", +		US_SC_DEVICE, US_PR_DEVICE, NULL, +		US_FL_FIX_CAPACITY ), +  /* Reported by Mario Rettig <mariorettig@web.de> */  UNUSUAL_DEV(  0x0421, 0x042e, 0x0100, 0x0100,  		"Nokia", @@ -233,14 +254,14 @@ UNUSUAL_DEV(  0x0421, 0x0495, 0x0370, 0x0370,  		US_FL_MAX_SECTORS_64 ),  /* Reported by Cedric Godin <cedric@belbone.be> */ -UNUSUAL_DEV(  0x0421, 0x04b9, 0x0551, 0x0551, +UNUSUAL_DEV(  0x0421, 0x04b9, 0x0500, 0x0551,  		"Nokia",  		"5300",  		US_SC_DEVICE, US_PR_DEVICE, NULL,  		US_FL_FIX_CAPACITY ),  /* Reported by Richard Nauber <RichardNauber@web.de> */ -UNUSUAL_DEV(  0x0421, 0x04fa, 0x0601, 0x0601, +UNUSUAL_DEV(  0x0421, 0x04fa, 0x0550, 0x0660,  		"Nokia",  		"6300",  		US_SC_DEVICE, US_PR_DEVICE, NULL, @@ -253,6 +274,14 @@ UNUSUAL_DEV(  0x0421, 0x006a, 0x0000, 0x0591,  	US_SC_DEVICE, US_PR_DEVICE, NULL,  	US_FL_FIX_CAPACITY ), +/* Submitted by Ricky Wong Yung Fei <evilbladewarrior@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 ), +  /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */  UNUSUAL_DEV(  0x0424, 0x0fdc, 0x0210, 0x0210,  		"SMSC", @@ -303,6 +332,18 @@ UNUSUAL_DEV(  0x045a, 0x5210, 0x0101, 0x0101,  		US_SC_SCSI, US_PR_KARMA, rio_karma_init, 0),  #endif +/* Reported by Tamas Kerecsen <kerecsen@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 ), +  /*   * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.)   * Reported by Pete Zaitcev <zaitcev@redhat.com> @@ -333,6 +374,13 @@ UNUSUAL_DEV(  0x0482, 0x0103, 0x0100, 0x0100,  		"Finecam S5",  		US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), +/* Patch submitted by Jens Taprogge <jens.taprogge@taprogge.org> */ +UNUSUAL_DEV(  0x0482, 0x0107, 0x0100, 0x0100, +		"Kyocera", +		"CONTAX SL300R T*", +		US_SC_DEVICE, US_PR_DEVICE, NULL, +		US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE), +  /* Reported by Paul Stewart <stewart@wetlogic.net>   * This entry is needed because the device reports Sub=ff */  UNUSUAL_DEV(  0x04a4, 0x0004, 0x0001, 0x0001, @@ -355,6 +403,13 @@ UNUSUAL_DEV(  0x04b0, 0x0401, 0x0200, 0x0200,  		US_SC_DEVICE, US_PR_DEVICE, NULL,  		US_FL_FIX_CAPACITY), +/* Reported by Tobias Kunze Briseno <t-linux@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 Milinevsky Dmitry <niam.niam@gmail.com> */  UNUSUAL_DEV(  0x04b0, 0x0409, 0x0100, 0x0100,  		"NIKON", @@ -411,6 +466,13 @@ UNUSUAL_DEV(  0x04b0, 0x0417, 0x0100, 0x0100,  		US_SC_DEVICE, US_PR_DEVICE, NULL,  		US_FL_FIX_CAPACITY), +/* Reported by paul ready <lxtwin@homecall.co.uk> */ +UNUSUAL_DEV(  0x04b0, 0x0419, 0x0100, 0x0200, +		"NIKON", +		"NIKON DSC D300", +		US_SC_DEVICE, US_PR_DEVICE, NULL, +		US_FL_FIX_CAPACITY), +  /* Reported by Doug Maxey (dwm@austin.ibm.com) */  UNUSUAL_DEV(  0x04b3, 0x4001, 0x0110, 0x0110,  		"IBM", @@ -1251,6 +1313,13 @@ UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,  		US_SC_DEVICE, US_PR_DEVICE, NULL,  		US_FL_FIX_INQUIRY), +/* Reported by Luciano Rocha <luciano@eurotux.com> */ +UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001, +		"Argosy", +		"Storage", +		US_SC_DEVICE, US_PR_DEVICE, NULL, +		US_FL_FIX_CAPACITY), +  /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.   * Flag will support Bulk devices which use a standards-violating 32-byte   * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with  |