]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
usb: gadget: mv_udc: set is_dualspeed = 1
authorTroy Kisky <troy.kisky@boundarydevices.com>
Thu, 26 Sep 2013 01:41:09 +0000 (18:41 -0700)
committerMarek Vasut <marex@denx.de>
Sun, 20 Oct 2013 21:42:39 +0000 (23:42 +0200)
This controller support full and high speed.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
drivers/usb/gadget/mv_udc.c

index 7bf70d1aa82a39fbcbae621204db5840452093b7..0a19dcebcabb4ac445eaf9088e4e8a4a2465eddd 100644 (file)
@@ -107,6 +107,7 @@ static struct mv_drv controller = {
        .gadget = {
                .name   = "mv_udc",
                .ops    = &mv_udc_ops,
+               .is_dualspeed = 1,
        },
 };