summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLi Jun <[email protected]>2021-01-25 21:43:56 +0800
committerMarek Vasut <[email protected]>2021-01-31 14:08:56 +0100
commit429e2f299f3a978cf248c3597f60308c5d636ad8 (patch)
treee36a6e7cbb9a8c800f8fa9eb3ccf2aa357528b2f /drivers
parent761dfe0fb2ba82704d1212021b4623da34800de4 (diff)
usb: gadget: dnl: set dnl to be super speed
Set its max_speed to be super speed. Reviewed-by: Ye Li <[email protected]> Reviewed-by: Peter Chen <[email protected]> Tested-by: faqiang.zhu <[email protected]> Signed-off-by: Li Jun <[email protected]> Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/gadget/g_dnl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/g_dnl.c b/drivers/usb/gadget/g_dnl.c
index 86fdd16b012..afb7b74f305 100644
--- a/drivers/usb/gadget/g_dnl.c
+++ b/drivers/usb/gadget/g_dnl.c
@@ -286,6 +286,7 @@ static struct usb_composite_driver g_dnl_driver = {
.name = NULL,
.dev = &device_desc,
.strings = g_dnl_composite_strings,
+ .max_speed = USB_SPEED_SUPER,
.bind = g_dnl_bind,
.unbind = g_dnl_unbind,