Alan Stern
09b6b51b0b
SCSI & usb-storage: add flags for VPD pages and REPORT LUNS
...
This patch (as1507) adds a skip_vpd_pages flag to struct scsi_device
and a no_report_luns flag to struct scsi_target. The first is used to
control whether sd will look at VPD pages for information on block
provisioning, limits, and characteristics. The second prevents
scsi_report_lun_scan() from issuing a REPORT LUNS command.
The patch also modifies usb-storage to set the new flag bits for all
USB devices and targets, and to stop adjusting the scsi_level value.
Historically we have seen that USB mass-storage devices often don't
support VPD pages or REPORT LUNS properly. Until now we have avoided
these things by setting the scsi_level to SCSI_2 for all USB devices.
But this has the side effect of storing the LUN bits into the second
byte of each CDB, and now we have a report of a device which doesn't
like that. The best solution is to stop abusing scsi_level and
instead have separate flags for VPD pages and REPORT LUNS.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu >
Reported-by: Perry Wagle <wagle@mac.com >
CC: Matthew Dharm <mdharm-usb@one-eyed-alien.net >
Cc: James Bottomley <James.Bottomley@HansenPartnership.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-02-08 17:36:41 -08:00
..
2012-01-08 14:15:21 -08:00
2011-12-02 14:57:31 +01:00
2011-03-31 11:26:23 -03:00
2011-10-28 16:44:18 -07:00
2011-05-01 16:32:23 -05:00
2011-03-31 11:26:23 -03:00
2012-01-10 10:36:08 -08:00
2012-01-10 17:01:24 -06:00
2011-10-30 14:05:52 +04:00
2012-01-03 22:54:55 -05:00
2012-01-10 17:01:21 -06:00
2012-01-10 17:01:24 -06:00
2011-07-26 16:49:47 -07:00
2012-01-16 12:46:31 +04:00
2011-06-29 16:05:41 -05:00
2011-06-29 12:08:39 -05:00
2012-01-16 11:48:02 +04:00
2012-01-16 12:47:18 +04:00
2011-10-31 19:31:23 -04:00
2011-12-15 10:57:45 +04:00
2012-01-16 11:28:33 +04:00
2011-12-15 10:57:43 +04:00
2011-10-31 13:29:01 +04:00
2011-10-31 19:31:24 -04:00
2012-01-13 09:32:20 +10:30
2011-10-02 13:24:26 -05:00
2012-01-08 13:21:22 -08:00
2012-01-16 12:36:13 +04:00
2012-01-10 17:01:18 -06:00
2011-09-26 09:28:58 -05:00
2011-03-31 11:26:23 -03:00
2010-11-16 13:33:23 -08:00
2009-12-04 12:00:51 -06:00
2010-11-16 13:33:23 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-11-16 13:33:23 -08:00
2011-03-31 11:26:23 -03:00
2010-12-22 18:57:02 +01:00
2011-10-31 19:31:24 -04:00
2010-05-26 19:51:07 +02:00
2011-10-31 19:31:24 -04:00
2010-05-26 19:51:07 +02:00
2010-05-26 19:51:09 +02:00
2011-03-31 11:26:23 -03:00
2011-06-29 15:09:11 -05:00
2012-01-13 09:32:20 +10:30
2010-11-16 13:33:23 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-06-29 15:11:21 -05:00
2011-06-29 15:11:21 -05:00
2007-05-04 17:59:05 -07:00
2011-03-31 11:26:23 -03:00
2010-11-16 13:33:23 -08:00
2010-11-16 13:33:23 -08:00
2010-10-22 10:52:56 -07:00
2011-05-23 09:12:26 -07:00
2012-01-13 09:32:20 +10:30
2011-03-31 11:26:23 -03:00
2011-05-01 10:22:40 -05:00
2010-11-16 13:33:23 -08:00
2007-11-25 12:19:26 +02:00
2010-11-16 13:33:23 -08:00
2011-05-01 10:22:40 -05:00
2011-05-01 10:22:40 -05:00
2011-05-23 09:12:26 -07:00
2008-08-29 02:13:10 -07:00
2010-11-16 13:33:23 -08:00
2011-03-31 11:26:23 -03:00
2005-04-16 15:20:36 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-11-16 13:33:23 -08:00
2010-01-18 10:48:16 -06:00
2010-12-31 09:50:09 -06:00
2010-01-18 10:48:16 -06:00
2010-12-31 09:50:09 -06:00
2011-12-06 09:53:40 +01:00
2011-10-31 19:31:24 -04:00
2010-05-26 19:51:08 +02:00
2011-10-30 13:20:28 +04:00
2011-10-30 14:34:04 +04:00
2012-01-16 09:47:24 +04:00
2011-10-30 14:35:01 +04:00
2010-11-16 13:33:23 -08:00
2010-11-16 13:33:23 -08:00
2011-03-31 11:26:23 -03:00
2006-10-04 03:38:54 -04:00
2011-05-26 13:19:00 -07:00
2010-11-16 13:33:23 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2012-01-06 12:10:33 -08:00
2012-01-06 12:10:33 -08:00
2011-12-02 14:57:31 +01:00
2011-03-31 11:26:23 -03:00
2012-01-03 22:54:55 -05:00
2012-01-03 22:54:55 -05:00
2011-02-24 12:41:10 -05:00
2012-01-02 13:04:55 +01:00
2012-01-16 11:44:54 +04:00
2010-03-30 22:02:32 +09:00
2011-10-31 19:31:24 -04:00
2011-10-31 19:31:24 -04:00
2011-10-31 19:31:24 -04:00
2011-10-31 19:31:24 -04:00
2011-12-10 19:52:46 +01:00
2011-12-15 10:57:43 +04:00
2005-06-17 12:04:45 -05:00
2011-10-28 16:44:18 -07:00
2012-01-16 12:28:03 +04:00
2011-03-31 11:26:23 -03:00
2011-05-01 10:22:40 -05:00
2005-04-16 15:20:36 -07:00
2010-05-26 19:51:07 +02:00
2011-08-27 08:36:58 -06:00
2011-08-27 08:36:58 -06:00
2011-05-01 10:22:40 -05:00
2010-11-16 13:33:23 -08:00
2011-03-31 11:26:23 -03:00
2010-11-16 13:33:23 -08:00
2010-03-30 22:02:32 +09:00
2011-05-10 10:16:21 +02:00
2005-04-16 15:20:36 -07:00
2012-01-13 09:32:20 +10:30
2011-03-31 11:26:23 -03:00
2005-04-16 15:20:36 -07:00
2011-05-24 13:09:41 -04:00
2011-03-31 11:26:23 -03:00
2007-11-25 12:19:26 +02:00
2010-11-16 13:33:23 -08:00
2011-12-15 16:35:38 +01:00
2011-09-15 14:57:07 +02:00
2010-11-16 13:33:23 -08:00
2006-10-04 03:38:54 -04:00
2011-10-31 19:31:24 -04:00
2011-05-01 10:22:40 -05:00
2009-05-20 17:21:13 -05:00
2010-11-16 13:33:23 -08:00
2010-11-16 13:33:23 -08:00
2008-01-30 13:14:02 -06:00
2011-10-16 10:58:52 -05:00
2010-08-06 09:25:50 -06:00
2010-03-03 21:17:06 +05:30
2005-04-16 15:20:36 -07:00
2011-03-31 11:26:23 -03:00
2011-06-29 15:08:47 -05:00
2012-01-08 19:14:57 -05:00
2009-12-04 12:01:33 -06:00
2011-10-31 19:31:23 -04:00
2012-01-16 11:54:04 +04:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2012-01-14 18:36:33 -08:00
2012-01-08 19:14:59 -05:00
2011-12-15 10:55:00 +04:00
2011-05-28 23:12:11 -07:00
2010-02-08 17:15:19 -06:00
2012-02-08 17:36:41 -08:00
2009-11-18 08:37:40 -08:00
2011-08-27 08:36:46 -06:00
2011-10-31 19:31:23 -04:00
2011-05-01 10:20:10 -05:00
2008-07-27 10:31:49 -04:00
2011-05-24 12:38:36 -04:00
2006-05-20 00:39:08 -04:00
2012-01-16 09:37:01 +04:00
2012-01-10 10:36:08 -08:00
2011-10-02 12:29:19 -05:00
2012-01-03 22:54:55 -05:00
2009-01-02 10:22:16 -06:00
2009-04-21 19:40:00 -07:00
2010-11-16 13:33:23 -08:00
2006-08-19 13:39:11 -07:00
2012-01-03 22:54:07 -05:00
2010-10-15 15:49:20 +02:00
2012-02-08 17:36:41 -08:00
2011-10-30 12:58:11 +04:00
2011-06-29 12:14:25 -05:00
2012-01-16 12:17:29 +04:00
2011-04-06 06:19:38 -07:00
2010-03-30 22:02:32 +09:00
2012-01-02 13:04:55 +01:00
2011-10-31 19:31:24 -04:00
2010-03-30 22:02:32 +09:00
2011-07-21 14:15:58 -07:00
2011-07-21 14:15:58 -07:00
2008-04-07 12:15:39 -05:00
2011-10-30 13:27:28 +04:00
2009-12-10 08:54:13 -06:00
2010-11-16 13:33:23 -08:00
2011-06-29 15:15:05 -05:00
2011-06-29 15:14:54 -05:00
2011-06-29 15:14:54 -05:00
2010-11-16 13:33:23 -08:00
2011-02-28 01:36:39 -07:00
2011-03-31 11:26:23 -03:00
2010-11-16 13:33:23 -08:00
2007-11-25 12:19:26 +02:00
2010-11-16 13:33:23 -08:00
2011-05-01 10:22:40 -05:00
2007-07-14 18:56:33 -05:00
2011-05-01 10:22:40 -05:00
2011-05-24 13:25:35 -04:00
2010-11-16 13:33:23 -08:00
2011-12-02 14:57:31 +01:00
2011-05-26 13:19:00 -07:00
2010-11-16 13:33:23 -08:00
2011-03-31 11:26:23 -03:00
2009-06-25 11:37:23 -05:00