commit | cb009d6e0b800e3834cd5e306df90d84e08f9cf7 | [log] [tgz] |
---|---|---|
author | Robert Baldyga <r.baldyga@samsung.com> | Mon Jul 13 11:03:53 2015 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Fri Jul 31 08:58:02 2015 -0500 |
tree | 1d3e331fbbc3090f5bea89712a6a7124d4030718 | |
parent | 6fd82b69796cc8f313f160ac55bfd24cedc60fed [diff] |
staging: emxx_udc: add missing usb_ep_set_maxpacket_limit() Since maxpacket_limit was introduced all UDC drivers should use usb_ep_set_maxpacket_limit() function instead of setting maxpacket value manually. ep.maxpacket_limit contains actual maximum maxpacket value supported by hardware which is needed by epautoconf. Signed-off-by: Robert Baldyga <r.baldyga@samsung.com> Acked-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Felipe Balbi <balbi@ti.com>