This is a note to let you know that I've just added the patch titled Subject: USB: storage: Add another unusual_dev for off-by-one bug to my gregkh-2.6 tree. Its filename is usb-storage-add-another-unusual_dev-for-off-by-one-bug.patch This tree can be found at http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/ >From phil@xxxxxxxx Sun Jan 25 15:21:50 2009 From: Phil Dibowitz <phil@xxxxxxxx> Date: Tue, 20 Jan 2009 23:42:52 +0100 Subject: USB: storage: Add another unusual_dev for off-by-one bug To: Greg KH <greg@xxxxxxxxx>, USB Dev <linux-usb@xxxxxxxxxxxxxxx>, USB Storage list <usb-storage@xxxxxxxxxxxxxxxxxxxxxxxx> Cc: Martijn Hijdra <martijn.hijdra@xxxxxxxxx> Message-ID: <4976536C.1000205@xxxxxxxx> Argosy has released another device with the off-by-one sector. This is a harddrive with an internal cardreader which is affected. Based on a patch written by Martijn Hijdra <martijn.hijdra@xxxxxxxxx> Signed-off-by: Phil Dibowitz <phil@xxxxxxxx> Cc: Martijn Hijdra <martijn.hijdra@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx> --- drivers/usb/storage/unusual_devs.h | 7 +++++++ 1 file changed, 7 insertions(+) --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -1261,6 +1261,13 @@ UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_CAPACITY), +/* Reported by Martijn Hijdra <martijn.hijdra@xxxxxxxxx> */ +UNUSUAL_DEV( 0x0840, 0x0085, 0x0001, 0x0001, + "Argosy", + "Storage", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_FIX_CAPACITY), + /* Entry and supporting patch by Theodore Kilgore <kilgota@xxxxxxxxxx>. * Flag will support Bulk devices which use a standards-violating 32-byte * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with Patches currently in gregkh-2.6 which might be from phil@xxxxxxxx are usb.current/usb-remove-zte-modem-from-unusual_devices.patch usb.current/usb-storage-support-of-dane-elec-mediatouch-usb-device.patch usb.current/usb-unusual_dev-usb-storage-needs-to-ignore-a-device.patch usb.current/usb-storage-add-another-unusual_dev-for-off-by-one-bug.patch -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html