Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | usb: gadget: function: acm: make f_acm pass USB20CV Chapter9 | Felipe Balbi | 2014-10-20 |
| | | | | | | | | | | | | | During Halt Endpoint Test, our interrupt endpoint will be disabled, which will clear out ep->desc to NULL. Unless we call config_ep_by_speed() again, we will not be able to enable this endpoint which will make us fail that test. Fixes: f9c56cd (usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable) Cc: <stable@vger.kernel.org> # v3.4+ Signed-off-by: Felipe Balbi <balbi@ti.com> | ||
* | usb: gadget: serial: replace {V,}DBG macro with dev_{v,}dbg | Richard Leitner | 2014-08-27 |
| | | | | | | | | Replace the VDBG and DBG macro with the kernels "proper" debug macros (dev_vdbg and dev_dbg) in f_acm.c, f_obex.c & f_serial.c Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Felipe Balbi <balbi@ti.com> | ||
* | usb: gadget: Gadget directory cleanup - group usb functions | Andrzej Pietrasiewicz | 2014-07-16 |
The drivers/usb/gadget directory contains many files. Files which are related can be distributed into separate directories. This patch moves the USB functions implementations into a separate directory. Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com> |