USB: unusual_dev: usb-storage needs to ignore a device

This patch adds an unusual_devs entry for a Sony Ericsson modem. Like many
other modems, we have to ignore the storage device in order to access the
modem.


At this time usb_modeswitch does not work with this device.


Reported-by: The Solutor <thesolutor@gmail.com>.
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Phil Dibowitz and committed by Greg Kroah-Hartman a83775b1 0df24792

+7
+7
drivers/usb/storage/unusual_devs.h
··· 1599 1599 US_SC_DEVICE, US_PR_DEVICE, NULL, 1600 1600 US_FL_NO_WP_DETECT ), 1601 1601 1602 + /* Reported by The Solutor <thesolutor@gmail.com> */ 1603 + UNUSUAL_DEV( 0x0fce, 0xd0e1, 0x0000, 0x0000, 1604 + "Sony Ericsson", 1605 + "MD400", 1606 + US_SC_DEVICE, US_PR_DEVICE, NULL, 1607 + US_FL_IGNORE_DEVICE), 1608 + 1602 1609 /* Reported by Jan Mate <mate@fiit.stuba.sk> 1603 1610 * and by Soeren Sonnenburg <kernel@nn7.de> */ 1604 1611 UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,