lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250704114013.3396795-2-srikanth.chary-chennoju@amd.com>
Date: Fri, 4 Jul 2025 17:10:11 +0530
From: Srikanth Chary Chennoju <srikanth.chary-chennoju@....com>
To: <gregkh@...uxfoundation.org>, <Thinh.Nguyen@...opsys.com>,
	<m.grzeschik@...gutronix.de>, <Chris.Wulff@...mp.com>, <tiwai@...e.de>
CC: <linux-usb@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
	<punnaiah.choudary.kalluri@....com>, Srikanth Chary Chennoju
	<srikanth.chary-chennoju@....com>
Subject: [PATCH 1/3] usb:gadget:zero: support for super speed plus

This patch adds supports for devices which are capable of super speed plus.

Signed-off-by: Srikanth Chary Chennoju <srikanth.chary-chennoju@....com>
---
 drivers/usb/gadget/legacy/zero.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/gadget/legacy/zero.c b/drivers/usb/gadget/legacy/zero.c
index a05785bdeb30..0cfb7dec22e2 100644
--- a/drivers/usb/gadget/legacy/zero.c
+++ b/drivers/usb/gadget/legacy/zero.c
@@ -415,7 +415,7 @@ static struct usb_composite_driver zero_driver = {
 	.name		= "zero",
 	.dev		= &device_desc,
 	.strings	= dev_strings,
-	.max_speed	= USB_SPEED_SUPER,
+	.max_speed	= USB_SPEED_SUPER_PLUS,
 	.bind		= zero_bind,
 	.unbind		= zero_unbind,
 	.suspend	= zero_suspend,
-- 
2.25.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ