aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/g_ffs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group legacy gadgetsAndrzej Pietrasiewicz1-582/+0
2014-06-30usb: gadget: FunctionFS: Return -ENOENT instead of -ENODEV when device not found.Krzysztof Opasiak1-1/+1
2013-12-12usb: gadget: g_ffs: convert to new interface of f_fsAndrzej Pietrasiewicz1-56/+95
2013-12-12usb: gadget: FunctionFS: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-0/+1
2013-12-12usb: gadget: FunctionFS: add devices management codeAndrzej Pietrasiewicz1-116/+59
2013-12-12usb: gadget: FunctionFS: create utility fileAndrzej Pietrasiewicz1-13/+6
2013-12-12usb: gadget: g_ffs: convert to new interface of f_rndisAndrzej Pietrasiewicz1-40/+65
2013-12-12usb: gadget: g_ffs: convert to new interface of f_subsetAndrzej Pietrasiewicz1-22/+47
2013-12-12usb: gadget: g_ffs: convert to new interface of f_ecmAndrzej Pietrasiewicz1-14/+79
2013-12-12usb: gadget: g_ffs: remove a reduntant gfs_ether_setup variableAndrzej Pietrasiewicz1-8/+5
2013-10-05usb: g_ffs: fix compilation warningDavid Cohen1-0/+2
2013-06-10usb: gadget: f_rndis: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-0/+1
2013-06-10usb: gadget: f_subset: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-0/+1
2013-06-10usb: gadget: f_ecm: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-0/+1
2013-06-10usb: gadget: rndis: convert into moduleAndrzej Pietrasiewicz1-1/+1
2013-06-10usb: gadget: u_ether: convert into moduleAndrzej Pietrasiewicz1-5/+8
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-14/+21
2013-04-03usb: gadget: move the global the_dev variable to their usersSebastian Andrzej Siewior1-14/+21
2013-03-20usb: gadget: ffs: fix enable multiple instancesAndrzej Pietrasiewicz1-2/+2
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior1-3/+0
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior1-2/+2
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior1-2/+6
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior1-1/+3
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: start with libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior1-1/+2
2012-09-10usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior1-1/+1
2012-05-14FunctionFS: enable multiple functionsAndrzej Pietrasiewicz1-24/+176
2012-04-10usb: gadget: FunctionFS: make module init & exit __init & __exitAndrzej Pietrasiewicz1-2/+2
2012-01-24usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz1-1/+1
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman1-0/+1
2010-11-17usb: gadget: g_fs: Fix compilation warningMichal Nazarewicz1-0/+2
2010-11-16usb: gadget: FunctionFS: fix typos and coding styleMichal Nazarewicz1-17/+22
2010-10-22usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König1-2/+1
2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz1-2/+1
2010-10-22USB: gadget: functionfs: code cleanupMichal Nazarewicz1-57/+28
2010-10-22USB: gadget: g_ffs: fixed vendor and product IDMichal Nazarewicz1-2/+2
2010-08-10USB: gadget: g_fs: code cleanupMichal Nazarewicz1-126/+48
2010-08-10USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()Michal Nazarewicz1-1/+1
2010-06-30USB: gadget: g_fs: possible invalid pointer reference bug fixedMichal Nazarewicz1-0/+11
2010-05-20USB: g_ffs: the FunctionFS gadget driverMichal Nazarewicz1-0/+426