aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/epautoconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga1-3/+3
2013-11-26usb: gadget: epautoconf: switch over to usb_endpoint_type()Felipe Balbi1-1/+1
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior1-2/+4
2012-09-10usb: gadget: move global vars from epautoconf into struct usb_gadgetSebastian Andrzej Siewior1-21/+6
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-6/+10
2012-02-09usb: gadget: clean the ep in autoconf before returning it.Sebastian Andrzej Siewior1-6/+10
2012-01-24usb: gadget: check for streams only for SS udcsSebastian Andrzej Siewior1-1/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-3/+3
2011-12-19usb: gadget: epautoconf: do not change number of streamsFelipe Balbi1-3/+0
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-3/+3
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-10/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-07-01usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman1-3/+3
2011-06-28usb: gadget: add streams support to the gadget frameworkTatyana Brokhman1-25/+100
2011-06-28usb: gadget: configure endpoint according to gadget speedTatyana Brokhman1-0/+1
2011-02-04USB: Gadget: Initialize wMaxPacketSize if not already setJassi Brar1-0/+7
2010-05-20USB: gadget: __init and __exit tags removedMichal Nazarewicz1-6/+6
2010-03-19USB: gadget: fix Blackfin builds after gadget cleansingMike Frysinger1-1/+1
2010-03-02USB: Remove unsupported usb gadget driversChristoph Egger1-11/+0
2010-03-02USB: gadget: add INT support for Blackfin musbCliff Cai1-0/+5
2010-03-02USB: gadget: use ep5 for bulk-in and ep6 for bulk-out for Blackfin MUSBBryan Wu1-0/+14
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-07USB: gadget: change simple_strtol to simple_strtoulJulia Lawall1-1/+1
2008-07-21usb gadget: descriptor copying supportDavid Brownell1-0/+1
2008-04-24USB: gadget section fixesDavid Brownell1-6/+6
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-07-30USB: "sparse" cleanups for usb gadgetsDavid Brownell1-1/+1
2007-06-08USB: usb gadgets avoid le{16,32}_to_cpup()David Brownell1-1/+1
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2006-07-12[PATCH] USB: gadget section fixupsDavid Brownell1-8/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+310