[go: nahoru, domu]

History log of /drivers/usb/gadget/legacy/inode.c
Revision Date Author Comments
fb6c3225b49d389ff4a9a454fc8c3f3642632744 03-Sep-2014 Al Viro <viro@zeniv.linux.org.uk> gadgetfs: saner API for gadgetfs_create_file()

return dentry, not inode. dev->inode is never used by anything,
don't bother with storing it.

Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
0eba4550fc642f4a51d76bf20d2b8104ec81d8e5 09-Sep-2014 Peter Chen <peter.chen@freescale.com> usb: gadget: gadgetfs: add reset API at usb_gadget_driver

Add reset API at usb_gadget_driver, it calls disconnect handler currently,
but may do different things in future.

Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
7042e8f2f6f5c76b6173748570312bbeb044c7dd 20-Jul-2014 Wei Yongjun <yongjun_wei@trendmicro.com.cn> usb: gadget: Fix return value check in ep_write()

In case of error, the function memdup_user() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Felipe Balbi <balbi@ti.com>
8443f2d2b7782fef35fe579bf1eb612c24951486 15-Jul-2014 Andrzej Pietrasiewicz <andrzej.p@samsung.com> usb: gadget: Gadget directory cleanup - group legacy gadgets

The drivers/usb/gadget directory contains many files.
Files which are related can be distributed into separate directories.
This patch moves the legacy gadgets (i.e. those not using configfs)
into a separate directory.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>