From: Giacomo Lozito Date: Mon, 13 Jul 2009 21:23:33 +0000 (+0200) Subject: USB: storage: raise timeout in usb_stor_Bulk_max_lun X-Git-Tag: v2.6.27.30~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2d13246b6eb439aee5baf8552b9463b553b5bc9;p=pandora-kernel.git USB: storage: raise timeout in usb_stor_Bulk_max_lun commit 7a777919bbeec3eac1d7904a728a60e9c2bb9c67 upstream. Requests to get max LUN, for certain USB storage devices, require a longer timeout before a correct reply is returned. This happens for a Realtek USB Card Reader (0bda:0152), which has a max LUN of 3 but is set to 0, thus losing functionality, because of the timeout occurring too quickly. Raising the timeout value fixes the issue and might help other devices to return a correct max LUN value as well. Signed-off-by: Giacomo Lozito Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed