linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: gadget: legacy: multi: set max speed to super-speed
@ 2019-10-31 10:42 Roger Quadros
  0 siblings, 0 replies; only message in thread
From: Roger Quadros @ 2019-10-31 10:42 UTC (permalink / raw)
  To: balbi, gregkh; +Cc: linux-usb, linux-kernel, Roger Quadros

multi uses ACM, ECM/RNDIS and mass storage interfaces, all
of which support super-speed. Let's not limit g_multi
to high-speed.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 drivers/usb/gadget/legacy/multi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/gadget/legacy/multi.c b/drivers/usb/gadget/legacy/multi.c
index 50515f9e1022..ec9749845660 100644
--- a/drivers/usb/gadget/legacy/multi.c
+++ b/drivers/usb/gadget/legacy/multi.c
@@ -482,7 +482,7 @@ static struct usb_composite_driver multi_driver = {
 	.name		= "g_multi",
 	.dev		= &device_desc,
 	.strings	= dev_strings,
-	.max_speed	= USB_SPEED_HIGH,
+	.max_speed	= USB_SPEED_SUPER,
 	.bind		= multi_bind,
 	.unbind		= multi_unbind,
 	.needs_serial	= 1,
-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-31 10:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-31 10:42 [PATCH] usb: gadget: legacy: multi: set max speed to super-speed Roger Quadros

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).