Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <stern@rowland.harvard.edu>
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Alan Stern and committed by
Greg Kroah-Hartman
b544d749 af3bd202

+3 -2
+3 -2
drivers/usb/storage/unusual_devs.h
··· 1311 1311 US_SC_DEVICE, US_PR_DEVICE, NULL, 1312 1312 US_FL_NO_WP_DETECT ), 1313 1313 1314 - /* Reported by Jan Mate <mate@fiit.stuba.sk> */ 1314 + /* Reported by Jan Mate <mate@fiit.stuba.sk> 1315 + * and by Soeren Sonnenburg <kernel@nn7.de> */ 1315 1316 UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, 1316 1317 "Sony Ericsson", 1317 1318 "P990i", 1318 1319 US_SC_DEVICE, US_PR_DEVICE, NULL, 1319 - US_FL_FIX_CAPACITY ), 1320 + US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 1320 1321 1321 1322 /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ 1322 1323 UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000,