aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/storage/unusual_devs.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index cddef3efba0a..4ef6496e021e 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -254,6 +254,18 @@ UNUSUAL_DEV( 0x045a, 0x5210, 0x0101, 0x0101,
254 US_SC_SCSI, US_PR_KARMA, rio_karma_init, 0), 254 US_SC_SCSI, US_PR_KARMA, rio_karma_init, 0),
255#endif 255#endif
256 256
257/*
258 * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.)
259 * Reported by Pete Zaitcev <zaitcev@redhat.com>
260 * This device chokes on both version of MODE SENSE which we have, so
261 * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT.
262 */
263UNUSUAL_DEV( 0x046b, 0xff40, 0x0100, 0x0100,
264 "AMI",
265 "Virtual Floppy",
266 US_SC_DEVICE, US_PR_DEVICE, NULL,
267 US_FL_NO_WP_DETECT),
268
257/* Patch submitted by Philipp Friedrich <philipp@void.at> */ 269/* Patch submitted by Philipp Friedrich <philipp@void.at> */
258UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100, 270UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100,
259 "Kyocera", 271 "Kyocera",