diff options
| author | Pete Zaitcev <zaitcev@redhat.com> | 2005-08-23 10:46:13 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-12 15:23:50 -0400 |
| commit | 490dce15ce7b36026e5430d10ee28197a593c711 (patch) | |
| tree | 77503074b1a6dfd1f930d9f9cb137b8fe0df0993 | |
| parent | 226173edae1c49c68ebb723771a02302c85e3475 (diff) | |
[PATCH] USB Storage: unusual_devs.h request for Transcend
The stick replies to the door lock commands with a check condition (e.g.
FAIL status in a normal bulk CSW), but the subsequent REQUEST SENSE
returns all-zero sense. The situation is documented in our Bugzilla,
including usbmon traces.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=162559
The error is purely cosmetic, data integrity is not in danger.
But I thought we might as well do it. It looks nicer that way.
I discussed this with Phil and he told me to submit directly.
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| -rw-r--r-- | drivers/usb/storage/unusual_devs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index ad0cfd7a782f..e60bfd8d8b62 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
| @@ -103,6 +103,16 @@ UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100, | |||
| 103 | US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ), | 103 | US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ), |
| 104 | #endif | 104 | #endif |
| 105 | 105 | ||
| 106 | /* | ||
| 107 | * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559. | ||
| 108 | * The key does not actually break, but it returns zero sense which | ||
| 109 | * makes our SCSI stack to print confusing messages. | ||
| 110 | */ | ||
| 111 | UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100, | ||
| 112 | "USBest Technology", /* sold by Transcend */ | ||
| 113 | "USB Mass Storage Device", | ||
| 114 | US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), | ||
| 115 | |||
| 106 | /* Patch submitted by Philipp Friedrich <philipp@void.at> */ | 116 | /* Patch submitted by Philipp Friedrich <philipp@void.at> */ |
| 107 | UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100, | 117 | UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100, |
| 108 | "Kyocera", | 118 | "Kyocera", |
