Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Daniel Brát and committed by
Greg Kroah-Hartman
609865ab a4e99587

+4 -3
+4 -3
drivers/usb/storage/unusual_devs.h
··· 2350 2350 US_FL_SCM_MULT_TARG ), 2351 2351 2352 2352 /* 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> 2355 2356 */ 2356 - UNUSUAL_DEV( 0x2109, 0x0715, 0x9999, 0x9999, 2357 + UNUSUAL_DEV( 0x2109, 0x0715, 0x0000, 0x9999, 2357 2358 "VIA Labs, Inc.", 2358 2359 "VL817 SATA Bridge", 2359 2360 USB_SC_DEVICE, USB_PR_DEVICE, NULL,