USB: storage: update unusual_devs entries for Nokia 5300 and 5310

This patch (as1168) updates the unusual_devs entry for the Nokia 5300.
According to Jorge Lucangeli Obes <t4m5yn@gmail.com>, some existing
models have a revision number lower than the lower limit of the
current entry.

The patch also moves the entry for the Nokia 5310 to its correct place
in the file.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Alan Stern and committed by Greg Kroah-Hartman 589afd3b 9beba53d

+8 -1
+8 -1
drivers/usb/storage/unusual_devs.h
··· 167 167 US_SC_DEVICE, US_PR_DEVICE, NULL, 168 168 US_FL_FIX_CAPACITY ), 169 169 170 + /* Patch for Nokia 5310 capacity */ 171 + UNUSUAL_DEV( 0x0421, 0x006a, 0x0000, 0x0591, 172 + "Nokia", 173 + "5310", 174 + US_SC_DEVICE, US_PR_DEVICE, NULL, 175 + US_FL_FIX_CAPACITY ), 176 + 170 177 /* Reported by Mario Rettig <mariorettig@web.de> */ 171 178 UNUSUAL_DEV( 0x0421, 0x042e, 0x0100, 0x0100, 172 179 "Nokia", ··· 240 233 US_FL_MAX_SECTORS_64 ), 241 234 242 235 /* Reported by Cedric Godin <cedric@belbone.be> */ 243 - UNUSUAL_DEV( 0x0421, 0x04b9, 0x0551, 0x0551, 236 + UNUSUAL_DEV( 0x0421, 0x04b9, 0x0500, 0x0551, 244 237 "Nokia", 245 238 "5300", 246 239 US_SC_DEVICE, US_PR_DEVICE, NULL,