mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
usb: storage: Expand range of matched versions for VL817 quirks entry
Expands range of matched bcdDevice values for the VL817 quirk entry. This is based on experience with Axagon EE35-GTR rev1 3.5" HDD enclosure, which reports its bcdDevice as 0x0843, but presumably other vendors using this IC in their products may set it to any other value. Signed-off-by: Daniel Brát <danek.brat@gmail.com> Cc: stable <stable@kernel.org> Link: https://patch.msgid.link/20260402172433.5227-1-danek.brat@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a4e9958710
commit
609865ab3d
|
|
@ -2350,10 +2350,11 @@ UNUSUAL_DEV( 0x2027, 0xa001, 0x0000, 0x9999,
|
|||
US_FL_SCM_MULT_TARG ),
|
||||
|
||||
/*
|
||||
* Reported by DocMAX <mail@vacharakis.de>
|
||||
* and Thomas Weißschuh <linux@weissschuh.net>
|
||||
* Reported by DocMAX <mail@vacharakis.de>,
|
||||
* Thomas Weißschuh <linux@weissschuh.net>
|
||||
* and Daniel Brát <danek.brat@gmail.com>
|
||||
*/
|
||||
UNUSUAL_DEV( 0x2109, 0x0715, 0x9999, 0x9999,
|
||||
UNUSUAL_DEV( 0x2109, 0x0715, 0x0000, 0x9999,
|
||||
"VIA Labs, Inc.",
|
||||
"VL817 SATA Bridge",
|
||||
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user