Skip to content

Commit 609865a

Browse files
LonerDangregkh
authored andcommitted
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>
1 parent a4e9958 commit 609865a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

drivers/usb/storage/unusual_devs.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,10 +2350,11 @@ UNUSUAL_DEV( 0x2027, 0xa001, 0x0000, 0x9999,
23502350
US_FL_SCM_MULT_TARG ),
23512351

23522352
/*
2353-
* Reported by DocMAX <mail@vacharakis.de>
2354-
* and Thomas Weißschuh <linux@weissschuh.net>
2353+
* Reported by DocMAX <mail@vacharakis.de>,
2354+
* Thomas Weißschuh <linux@weissschuh.net>
2355+
* and Daniel Brát <danek.brat@gmail.com>
23552356
*/
2356-
UNUSUAL_DEV( 0x2109, 0x0715, 0x9999, 0x9999,
2357+
UNUSUAL_DEV( 0x2109, 0x0715, 0x0000, 0x9999,
23572358
"VIA Labs, Inc.",
23582359
"VL817 SATA Bridge",
23592360
USB_SC_DEVICE, USB_PR_DEVICE, NULL,

0 commit comments

Comments
 (0)