From: Oliver Neukum Date: Tue, 10 Feb 2015 08:27:59 +0000 (+0100) Subject: usb-storage: support for more than 8 LUNs X-Git-Tag: omap-for-v4.1/wl12xx-dt~45^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec371326d47385dd3fc8e6c7e0d9e89118d94dd8;p=pandora-kernel.git usb-storage: support for more than 8 LUNs This is necessary to make some storage arrays work. Some storage devices have more than 8 LUNs. In addition you can hook up a WideSCSI bus to USB. In these cases even level 2 devices can have more than 8 LUNs. For them it is necessary to simply believe the class specific command and report its result back to the SCSI layer. Off by one Alan noticed is fixed. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed