[PATCH v2 1/3] usb:gadget:zero: support for super speed plus

Srikanth Chary Chennoju posted 3 patches 1 month ago
[PATCH v2 1/3] usb:gadget:zero: support for super speed plus
Posted by Srikanth Chary Chennoju 1 month ago
This patch is applicable for Bulk as well as Isochronous transfers.

Signed-off-by: Srikanth Chary Chennoju <srikanth.chary-chennoju@amd.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
Re: [PATCH v2 1/3] usb:gadget:zero: support for super speed plus
Posted by Greg KH 3 weeks, 6 days ago
On Thu, Aug 28, 2025 at 04:59:42PM +0530, Srikanth Chary Chennoju wrote:
> This patch is applicable for Bulk as well as Isochronous transfers.

Please look at the kernel documentation for how to write a good
changelog text.  I can't really understand what you are wanting to
convey here at all, sorry.

thanks,

greg k-h