mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-19 05:57:51 +07:00
USB: storage: Add another unusual_dev for off-by-one bug
Argosy has released another device with the off-by-one sector. This is a harddrive with an internal cardreader which is affected. Based on a patch written by Martijn Hijdra <martijn.hijdra@gmail.com> Signed-off-by: Phil Dibowitz <phil@ipom.com> Cc: Martijn Hijdra <martijn.hijdra@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
a83775b146
commit
aa23c8d616
@ -1261,6 +1261,13 @@ UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001,
|
|||||||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||||
US_FL_FIX_CAPACITY),
|
US_FL_FIX_CAPACITY),
|
||||||
|
|
||||||
|
/* Reported by Martijn Hijdra <martijn.hijdra@gmail.com> */
|
||||||
|
UNUSUAL_DEV( 0x0840, 0x0085, 0x0001, 0x0001,
|
||||||
|
"Argosy",
|
||||||
|
"Storage",
|
||||||
|
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||||
|
US_FL_FIX_CAPACITY),
|
||||||
|
|
||||||
/* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
|
/* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
|
||||||
* Flag will support Bulk devices which use a standards-violating 32-byte
|
* Flag will support Bulk devices which use a standards-violating 32-byte
|
||||||
* Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
|
* Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
|
||||||
|
Loading…
Reference in New Issue
Block a user