From: Sebastian Andrzej Siewior Date: Mon, 19 Dec 2011 16:06:08 +0000 (+0100) Subject: usb/uas: use unique tags for all LUNs X-Git-Tag: v3.4-rc1~184^2~22^2~121^2~16^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dae51546b6564b06cbae4191d4f2dee7136be3c1;p=pandora-kernel.git usb/uas: use unique tags for all LUNs I observed that on a device with multiple LUNs UAS was re-using the same tag number for requests which were issued at the same time to both LUNs. This patch uses scsi_init_shared_tag_map() to use unique tags for all LUNs. With this patch I haven't seen the same tag number during the init sequence anymore. Tag 1 is used for devices which do not adverise command queueing. This patch initilizes the queue before adding the scsi host like the other two user in tree. Signed-off-by: Sebastian Andrzej Siewior --- Reading git-diff-tree failed