From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 09B3C2E7379; Sat, 30 May 2026 17:40:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780162823; cv=none; b=ml0YaURQ47UtJ5My12+2XYhs+53FlWeWc4ljWcaplfHZ7GSwA+z6OFRWcU4YDF6h1PQ4/VQHDBihCsIZnmLfVMVFD5O1TWVubvsp5eSwk09HEQsm9mmPcDl+DBcGZj+DGZeze9GRRKPI2Vl916OdQaqcDY5A2j6tS/lyv+ZSt+I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780162823; c=relaxed/simple; bh=O0u/K6W3SckqUkVtrLmF69cm1pnIsoKRuYCuYcQSZEA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=sePAOqI6lqcUlSvDe4OwHfubnhiPPmFi4Q2RrLewE2ll/fqeySR7I7srWfshFSYxdKPhE0frUmOq89Uk9y4tTI6NaYuPRLGrafBIY+KsQ6vHgceKgMrKWu2qP5eXXOQ2yXp8a4M7V5FbnVm8FJ7YcH7TXPfC+jg+QIjg6OjgJFA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=s2sY77Mr; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="s2sY77Mr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4D2221F00893; Sat, 30 May 2026 17:40:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1780162821; bh=8B2bKfnp3yxaoYEtGtfGHuEEPHPr4pxCuVhD4BAj52Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=s2sY77MrZaRG9GwcRse5XLivB08r2mg6ScrdQf895qlNwozHuQrja03/a9AQH5k0E fRKybOxhlSJp3Nj7h/DzSDWZIpx4tHMdiO1q7Pil0qKGNVNNMjRpWm67xJBIqHLT7j jL7Yio7N9NpqZjQKzUoVgaJKRLMsqJo1PUyL+AKQ= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, =?UTF-8?q?Daniel=20Br=C3=A1t?= , stable Subject: [PATCH 5.15 066/776] usb: storage: Expand range of matched versions for VL817 quirks entry Date: Sat, 30 May 2026 17:56:20 +0200 Message-ID: <20260530160242.024417151@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260530160240.228940103@linuxfoundation.org> References: <20260530160240.228940103@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 5.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Daniel Brát commit 609865ab3d5d803556f628e221ecd3d06aed9f30 upstream. 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 Cc: stable Link: https://patch.msgid.link/20260402172433.5227-1-danek.brat@gmail.com Signed-off-by: Greg Kroah-Hartman --- drivers/usb/storage/unusual_devs.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -2339,10 +2339,11 @@ UNUSUAL_DEV( 0x2027, 0xa001, 0x0000, 0x US_FL_SCM_MULT_TARG ), /* - * Reported by DocMAX - * and Thomas Weißschuh + * Reported by DocMAX , + * Thomas Weißschuh + * and Daniel Brát */ -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,