summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/dbgp.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-21usb: gadget: allocate & giveback serial ports instead hard code themSebastian Andrzej Siewior1-3/+7
2013-01-21usb: gadget: u_serial: convert into a moduleSebastian Andrzej Siewior1-3/+1
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior1-3/+0
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior1-1/+2
2012-09-10usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior1-1/+2
2012-09-10usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior1-1/+1
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-1/+1
2011-11-01usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker1-0/+1
2011-09-10usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-1/+0
2011-07-02usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior1-1/+1
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-3/+5
2011-04-30USB: dbpg gadget: dont mask out direction bitSven Schnelle1-2/+2
2011-04-30USB: dbgp gadget: set MaxpacketSize0Sven Schnelle1-0/+1
2011-04-30USB: dbgp gadget: fix return value of dbgp_setupSven Schnelle1-5/+4
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-2/+1
2010-10-22USB: gadget: dbgp: cleanup: remove unneeded checkDan Carpenter1-9/+7
2010-08-11USB: EHCI Debug Port Device Gadgetstephane duverger1-0/+434