usb: gadget: mv_udc: set is_dualspeed = 1

This controller support full and high speed.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
This commit is contained in:
Troy Kisky 2013-09-25 18:41:09 -07:00 committed by Marek Vasut
parent d0928794d9
commit 5a90443048

View File

@ -107,6 +107,7 @@ static struct mv_drv controller = {
.gadget = { .gadget = {
.name = "mv_udc", .name = "mv_udc",
.ops = &mv_udc_ops, .ops = &mv_udc_ops,
.is_dualspeed = 1,
}, },
}; };