index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
epautoconf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: fix for a typo that conveys logically-inverted information.
Ajay Garg
2021-09-14
1
-1
/
+1
*
usb: gadget: move non-super speed code out of usb_ep_autoconfig_ss()
Andrzej Pietrasiewicz
2019-02-07
1
-17
/
+24
*
USB: gadget: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
1
-5
/
+0
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
*
usb: gadget: epautoconf: add usb_ep_autoconfig_release() function
Robert Baldyga
2015-09-27
1
-0
/
+17
*
usb: gadget: fix few outdated comments
Robert Baldyga
2015-09-27
1
-4
/
+4
*
usb: gadget: fix possible regression introduced with ep->claimed
Robert Baldyga
2015-09-14
1
-0
/
+1
*
usb: gadget: remove gadget_chips.h
Robert Baldyga
2015-08-06
1
-2
/
+0
*
usb: musb: gadget: add musb_match_ep() function
Robert Baldyga
2015-08-06
1
-23
/
+0
*
usb: gadget: goku_udc: add goku_match_ep() function
Robert Baldyga
2015-08-06
1
-18
/
+2
*
usb: gadget: net2280: add net2280_match_ep() function
Robert Baldyga
2015-08-06
1
-22
/
+1
*
usb: gadget: move find_ep() from epautoconf to udc-core
Robert Baldyga
2015-08-06
1
-21
/
+9
*
usb: gadget: move ep_matches() from epautoconf to udc-core
Robert Baldyga
2015-08-06
1
-84
/
+11
*
usb: gadget: add 'ep_match' callback to usb_gadget_ops
Robert Baldyga
2015-08-06
1
-0
/
+6
*
usb: gadget: epautoconf: rework ep_matches() function
Robert Baldyga
2015-08-06
1
-49
/
+32
*
usb: gadget: epautoconf: remove ep and desc configuration from ep_matches()
Robert Baldyga
2015-08-04
1
-32
/
+34
*
usb: gadget: epautoconf: remove pxa quirk from ep_matches()
Robert Baldyga
2015-08-04
1
-5
/
+0
*
usb: gadget: epautoconf: add endpoint capabilities flags verification
Robert Baldyga
2015-08-04
1
-66
/
+30
*
usb: gadget: encapsulate endpoint claiming mechanism
Robert Baldyga
2015-08-04
1
-5
/
+6
*
usb: gadget: autoconf: net2280: match hardware and usb ep address
Mian Yousaf Kaukab
2015-05-26
1
-7
/
+17
*
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-08
1
-1
/
+0
*
usb: gadget: add "maxpacket_limit" field to struct usb_ep
Robert Baldyga
2013-12-17
1
-3
/
+3
*
usb: gadget: epautoconf: switch over to usb_endpoint_type()
Felipe Balbi
2013-11-26
1
-1
/
+1
*
usb: gadget: libcomposite: add epautoconf.c to libcomposite
Sebastian Andrzej Siewior
2012-09-10
1
-2
/
+4
*
usb: gadget: move global vars from epautoconf into struct usb_gadget
Sebastian Andrzej Siewior
2012-09-10
1
-21
/
+6
*
Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2012-03-01
1
-6
/
+10
|
\
|
*
usb: gadget: clean the ep in autoconf before returning it.
Sebastian Andrzej Siewior
2012-02-09
1
-6
/
+10
*
|
usb: gadget: check for streams only for SS udcs
Sebastian Andrzej Siewior
2012-01-24
1
-1
/
+1
|
/
*
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2012-01-09
1
-3
/
+3
|
\
|
*
usb: gadget: replace usb_gadget::is_dualspeed with max_speed
Michal Nazarewicz
2011-12-12
1
-3
/
+3
*
|
usb: gadget: epautoconf: do not change number of streams
Felipe Balbi
2011-12-19
1
-3
/
+0
|
/
*
usb gadget: clean up FSF boilerplate text
Klaus Schwarzkopf
2011-09-09
1
-10
/
+0
*
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
2011-08-23
1
-1
/
+1
*
usb: gadget: add SuperSpeed support to the Gadget Framework
Tatyana Brokhman
2011-07-01
1
-3
/
+3
*
usb: gadget: add streams support to the gadget framework
Tatyana Brokhman
2011-06-28
1
-25
/
+100
*
usb: gadget: configure endpoint according to gadget speed
Tatyana Brokhman
2011-06-28
1
-0
/
+1
*
USB: Gadget: Initialize wMaxPacketSize if not already set
Jassi Brar
2011-02-04
1
-0
/
+7
*
USB: gadget: __init and __exit tags removed
Michal Nazarewicz
2010-05-20
1
-6
/
+6
*
USB: gadget: fix Blackfin builds after gadget cleansing
Mike Frysinger
2010-03-19
1
-1
/
+1
*
USB: Remove unsupported usb gadget drivers
Christoph Egger
2010-03-02
1
-11
/
+0
*
USB: gadget: add INT support for Blackfin musb
Cliff Cai
2010-03-02
1
-0
/
+5
*
USB: gadget: use ep5 for bulk-in and ep6 for bulk-out for Blackfin MUSB
Bryan Wu
2010-03-02
1
-0
/
+14
*
USB: replace uses of __constant_{endian}
Harvey Harrison
2009-03-24
1
-1
/
+1
*
USB: gadget: change simple_strtol to simple_strtoul
Julia Lawall
2009-01-07
1
-1
/
+1
*
usb gadget: descriptor copying support
David Brownell
2008-07-21
1
-0
/
+1
*
USB: gadget section fixes
David Brownell
2008-04-24
1
-6
/
+6
*
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
David Brownell
2007-10-12
1
-1
/
+1
*
USB: "sparse" cleanups for usb gadgets
David Brownell
2007-07-30
1
-1
/
+1
*
USB: usb gadgets avoid le{16,32}_to_cpup()
David Brownell
2007-06-08
1
-1
/
+1
*
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
David Brownell
2007-02-07
1
-1
/
+1
[next]