The patch titled usb: unusual device Sony Ericsson M600i has been added to the -mm tree. Its filename is usb-unusual-device-sony-ericsson-m600i.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: usb: unusual device Sony Ericsson M600i From: Rene Rebe <rene@xxxxxxxxxxxx> the Sony Ericsson M600i needs some overrides to be accessed properly. Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/usb/storage/unusual_devs.h | 7 +++++++ 1 files changed, 7 insertions(+) diff -puN drivers/usb/storage/unusual_devs.h~usb-unusual-device-sony-ericsson-m600i drivers/usb/storage/unusual_devs.h --- a/drivers/usb/storage/unusual_devs.h~usb-unusual-device-sony-ericsson-m600i +++ a/drivers/usb/storage/unusual_devs.h @@ -1259,6 +1259,13 @@ UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NO_WP_DETECT ), +/* Reported by Rene Rebe <rene@xxxxxxxxxxxx> */ +UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0xffff, + "Sony Ericsson Mobile Communications", + "M600i", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), + /* Reported by Kevin Cernekee <kpc-usbdev@xxxxxxxxxxxxxxx> * Tested on hardware version 1.10. * Entry is needed only for the initializer function override. _ Patches currently in -mm which might be from rene@xxxxxxxxxxxx are usb-unusual-device-sony-ericsson-m600i.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html