aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/nokia.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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