Re: [PATCH] storage: Don't scan target 7 for SCM USB-SCSI converters

2014-09-22 Thread Mark
On Mon, 22 Sep 2014 10:17:02 -0400 (EDT) Alan Stern wrote: > On Mon, 22 Sep 2014, Mark wrote: > > > When using an SCM-based USB-SCSI converter, access to target 7 is attempted > > after scanning targets 0 to 6 during the bus scan. The SCSI ID of the > > converter is hard-wired to 7 so there will

Re: [PATCH] storage: Don't scan target 7 for SCM USB-SCSI converters

2014-09-22 Thread Alan Stern
On Mon, 22 Sep 2014, Mark wrote: > Hi, > > When using an SCM-based USB-SCSI converter, access to target 7 is attempted > after scanning targets 0 to 6 during the bus scan. The SCSI ID of the > converter is hard-wired to 7 so there will never be a target there. I'm > proposing a small patch to usb

[PATCH] storage: Don't scan target 7 for SCM USB-SCSI converters

2014-09-22 Thread Mark
Hi, When using an SCM-based USB-SCSI converter, access to target 7 is attempted after scanning targets 0 to 6 during the bus scan. The SCSI ID of the converter is hard-wired to 7 so there will never be a target there. I'm proposing a small patch to usb_stor_probe2() so target 7 is not accessed; se