From: Oliver Neukum Date: Mon, 14 Oct 2013 13:24:55 +0000 (+0200) Subject: usb-storage: add quirk for mandatory READ_CAPACITY_16 X-Git-Tag: v3.12-rc6~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32c37fc30c52508711ea6a108cfd5855b8a07176;p=pandora-kernel.git usb-storage: add quirk for mandatory READ_CAPACITY_16 Some USB drive enclosures do not correctly report an overflow condition if they hold a drive with a capacity over 2TB and are confronted with a READ_CAPACITY_10. They answer with their capacity modulo 2TB. The generic layer cannot cope with that. It must be told to use READ_CAPACITY_16 from the beginning. Signed-off-by: Oliver Neukum Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed