USB: Fix option_ms regression in 2.6.31-rc2
authorJonathan McDowell <noodles@earth.li>
Sun, 5 Jul 2009 11:29:51 +0000 (12:29 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 12 Jul 2009 22:16:40 +0000 (15:16 -0700)
commit2ab2178c3303583a0551f6b6bf4ba070afbf875f
treee34ce6af4e7637a0b6a0703a658f9747fda8c185
parent04950737d6bed9d234483216ee36ed760d9404eb
USB: Fix option_ms regression in 2.6.31-rc2

Commit 32ebbe7b6ad44ae9c276419710b56de6ba705303 which filters the
SCSI REZERO command in option_ms based on a SCSI INQUIRY with a vendor
of Option breaks my Option Icon 225 (0af0:6971). This device returns a
vendor of ZCOPTION for the ZeroCD device. The following trivial patch
fixes things for me.

Signed-Off-By: Jonathan McDowell <noodles@earth.li>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/storage/option_ms.c