https://github.com/torvalds/linux
Revision 32c37fc30c52508711ea6a108cfd5855b8a07176 authored by Oliver Neukum on 14 October 2013, 13:24:55 UTC, committed by Greg Kroah-Hartman on 16 October 2013, 20:32:04 UTC
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 <oneukum@suse.de>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent fd8573f
History
Tip revision: 32c37fc30c52508711ea6a108cfd5855b8a07176 authored by Oliver Neukum on 14 October 2013, 13:24:55 UTC
usb-storage: add quirk for mandatory READ_CAPACITY_16
Tip revision: 32c37fc
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.0 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 257.5 KB
Makefile -rw-r--r-- 47.4 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top