commit | a285f40d80d440853ac908017d6d949ae2a7f88e | [log] [tgz] |
---|---|---|
author | Mian Yousaf Kaukab <yousaf.kaukab@intel.com> | Mon Feb 02 10:55:23 2015 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Tue Mar 10 15:33:30 2015 -0500 |
tree | a20f5947a227600112031aed0bce29827427f5b9 | |
parent | 34754dec8ab83799a0a37f2a7ada8ce1e53d174b [diff] |
usb: gadget: net2280: use ep_autoconfig compatible names in advance mode Each struct usb_ep added for net2280 can be used in either direction. Whereas, each struct usb_ep for usb3380 has fixed direction. Use ep_autoconf compatible names so that endpoint with correct direction can be selected. Name sequence is due to the logic in usb_reinit_338x() in ne[] and ep_reg_addr[]. Signed-off-by: Mian Yousaf Kaukab <yousaf.kaukab@intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>