summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/g_ffs.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: g_ffs: convert to new interface of f_fsAndrzej Pietrasiewicz2013-12-121-56/+95
* usb: gadget: FunctionFS: convert to new function interface with backward comp...Andrzej Pietrasiewicz2013-12-121-0/+1
* usb: gadget: FunctionFS: add devices management codeAndrzej Pietrasiewicz2013-12-121-116/+59Star
* usb: gadget: FunctionFS: create utility fileAndrzej Pietrasiewicz2013-12-121-13/+6Star
* usb: gadget: g_ffs: convert to new interface of f_rndisAndrzej Pietrasiewicz2013-12-121-40/+65
* usb: gadget: g_ffs: convert to new interface of f_subsetAndrzej Pietrasiewicz2013-12-121-22/+47
* usb: gadget: g_ffs: convert to new interface of f_ecmAndrzej Pietrasiewicz2013-12-121-14/+79
* usb: gadget: g_ffs: remove a reduntant gfs_ether_setup variableAndrzej Pietrasiewicz2013-12-121-8/+5Star
* usb: g_ffs: fix compilation warningDavid Cohen2013-10-061-0/+2
* usb: gadget: f_rndis: convert to new function interface with backward compati...Andrzej Pietrasiewicz2013-06-101-0/+1
* usb: gadget: f_subset: convert to new function interface with backward compat...Andrzej Pietrasiewicz2013-06-101-0/+1
* usb: gadget: f_ecm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz2013-06-101-0/+1
* usb: gadget: rndis: convert into moduleAndrzej Pietrasiewicz2013-06-101-1/+1
* usb: gadget: u_ether: convert into moduleAndrzej Pietrasiewicz2013-06-101-5/+8
* Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-04-061-14/+21
|\
| * usb: gadget: move the global the_dev variable to their usersSebastian Andrzej Siewior2013-04-031-14/+21
* | usb: gadget: ffs: fix enable multiple instancesAndrzej Pietrasiewicz2013-03-201-2/+2
|/
* usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior2012-09-101-3/+0Star
* usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior2012-09-101-1/+0Star
* usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior2012-09-101-2/+2
* usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior2012-09-101-2/+6
* usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior2012-09-101-1/+3
* usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior2012-09-101-1/+0Star
* usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior2012-09-101-1/+0Star
* usb: gadget: start with libcompositeSebastian Andrzej Siewior2012-09-101-1/+0Star
* usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior2012-09-101-1/+2
* usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior2012-09-101-1/+1
* FunctionFS: enable multiple functionsAndrzej Pietrasiewicz2012-05-141-24/+176
* usb: gadget: FunctionFS: make module init & exit __init & __exitAndrzej Pietrasiewicz2012-04-101-2/+2
* usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz2012-01-241-1/+1
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-101-9/+0Star
* usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman2011-07-011-0/+1
* usb: gadget: g_fs: Fix compilation warningMichal Nazarewicz2010-11-171-0/+2
* usb: gadget: FunctionFS: fix typos and coding styleMichal Nazarewicz2010-11-161-17/+22
* usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König2010-10-221-2/+1Star
* usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz2010-10-221-2/+1Star
* USB: gadget: functionfs: code cleanupMichal Nazarewicz2010-10-221-57/+28Star
* USB: gadget: g_ffs: fixed vendor and product IDMichal Nazarewicz2010-10-221-2/+2
* USB: gadget: g_fs: code cleanupMichal Nazarewicz2010-08-101-126/+48Star
* USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()Michal Nazarewicz2010-08-101-1/+1
* USB: gadget: g_fs: possible invalid pointer reference bug fixedMichal Nazarewicz2010-06-301-0/+11
* USB: g_ffs: the FunctionFS gadget driverMichal Nazarewicz2010-05-201-0/+426