aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/nokia.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-10usb: gadget: nokia: convert to new interface of f_ecmAndrzej Pietrasiewicz1-31/+35
2013-06-10usb: gadget: nokia: convert to new interface of f_phonetAndrzej Pietrasiewicz1-17/+39
2013-06-10usb: gadget: f_phonet: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-0/+1
2013-06-10usb: gadget: phonet: move global dev variable to its userAndrzej Pietrasiewicz1-5/+9
2013-06-10usb: gadget: nokia: convert to new interface of f_obexAndrzej Pietrasiewicz1-38/+84
2013-06-10usb: gadget: f_ecm: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-1/+2
2013-06-10usb: gadget: u_ether: convert into moduleAndrzej Pietrasiewicz1-4/+7
2013-04-03usb: gadget: nokia: include f_ecm.cFelipe Balbi1-0/+1
2013-04-03usb: gadget: f_obex: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-1/+1
2013-04-03usb: gadget: nokia: remove unused includeAndrzej Pietrasiewicz1-1/+0
2013-04-03usb: gadget: push tty port allocation from gadget into f_acmSebastian Andrzej Siewior1-4/+0
2013-04-03usb: gadget: move the global the_dev variable to their usersSebastian Andrzej Siewior1-5/+8
2013-04-03usb: gadget: nokia: use function framework for ACMSebastian Andrzej Siewior1-26/+56
2013-01-21usb: gadget: f_acm: convert to new function interface with backwards compatibilitySebastian Andrzej Siewior1-0/+1
2013-01-21usb: gadget: allocate & giveback serial ports instead hard code themSebastian Andrzej Siewior1-9/+28
2013-01-21usb: gadget: u_serial: convert into a moduleSebastian Andrzej Siewior1-1/+0
2013-01-10usb: gadget: consider link speed for bMaxPowerSebastian Andrzej Siewior1-2/+2
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior1-12/+2
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior1-2/+0
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior1-7/+6
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior1-0/+2
2012-09-10usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()Sebastian Andrzej Siewior1-18/+4
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
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-22usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König1-4/+4
2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz1-2/+1
2010-03-02USB: gadget: introduce g_nokia gadget driverFelipe Balbi1-0/+259