[PATCH] usb: storage: Expand range of matched versions for VL817 quirks entry

2 views
Skip to first unread message

Daniel Brát

unread,
Apr 2, 2026, 1:47:15 PM (9 days ago) Apr 2
to linu...@vger.kernel.org, Daniel Brát, Alan Stern, Greg Kroah-Hartman, usb-s...@lists.one-eyed-alien.net, linux-...@vger.kernel.org
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...@gmail.com>
---
drivers/usb/storage/unusual_devs.h | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index 47f50d7a385c..255968f9ca42 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -2350,10 +2350,11 @@ UNUSUAL_DEV( 0x2027, 0xa001, 0x0000, 0x9999,
US_FL_SCM_MULT_TARG ),

/*
- * Reported by DocMAX <ma...@vacharakis.de>
- * and Thomas Weißschuh <li...@weissschuh.net>
+ * Reported by DocMAX <ma...@vacharakis.de>,
+ * Thomas Weißschuh <li...@weissschuh.net>
+ * and Daniel Brát <danek...@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,
--
2.39.5

Reply all
Reply to author
Forward
0 new messages