Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
a432456bb2dcfd61e577dfa2df8a97485be4e9f7
/
include
/
linux
/
usb
/
gadget.h
f0fb300
usb: gadget: Match gadget and gadget_driver according to usb_core_id
by Ido Shayevitz
· 14 years ago
f132c6c
Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4
by Steve Muckle
· 14 years ago
e7365af
Merge remote-tracking branch 'idos/usb3-msm-3.0-backport-dwc3' into merge/idos
by David Brown
· 14 years ago
1720db84
USB: core: Add support for OTG automated compliance tests
by Vijayavardhan Vennapusa
· 14 years ago
95b650a
USB: gadget: composite: Process GetDescriptor(OTG) request
by Vijayavardhan Vennapusa
· 14 years ago
b0c3e7f
usb: gadget: fix typo for default U1/U2 exit latencies
by Felipe Balbi
· 15 years ago
fb5591e
usb: gadget: udc-core: add "new-style" registration interface
by Sebastian Andrzej Siewior
· 15 years ago
bc2aa11
usb: gadget: add SuperSpeed support to the Gadget Framework
by Tatyana Brokhman
· 15 years ago
081412d
usb: gadget: add streams support to the gadget framework
by Tatyana Brokhman
· 15 years ago
31ac352
usb: gadget: use config_ep_by_speed() instead of ep_choose()
by Tatyana Brokhman
· 15 years ago
cf64ce4
usb: gadget: configure endpoint according to gadget speed
by Tatyana Brokhman
· 15 years ago
cf709c1
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
by Tatyana Brokhman
· 15 years ago
5177504
usb: gadget: introduce UDC Class
by Felipe Balbi
· 15 years ago
a698908
usb: gadget: add generic map/unmap request utilities
by Felipe Balbi
· 15 years ago
ac5d154
Revert: d7022078269b93dc6ee613a0a8519ce2ebe4a726
by David Brown
· 14 years ago
9e42b8b
usb: gadget: fix typo for default U1/U2 exit latencies
by Felipe Balbi
· 15 years ago
61a3b90
usb: gadget: udc-core: add "new-style" registration interface
by Sebastian Andrzej Siewior
· 15 years ago
355527b
usb: gadget: add SuperSpeed support to the Gadget Framework
by Tatyana Brokhman
· 15 years ago
24728e0
usb: gadget: add streams support to the gadget framework
by Tatyana Brokhman
· 15 years ago
ebd3f39
usb: gadget: use config_ep_by_speed() instead of ep_choose()
by Tatyana Brokhman
· 15 years ago
e2a9f93
usb: gadget: configure endpoint according to gadget speed
by Tatyana Brokhman
· 15 years ago
9168a35
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
by Tatyana Brokhman
· 15 years ago
b657342
usb: gadget: introduce UDC Class
by Felipe Balbi
· 15 years ago
898c608
usb: gadget: introduce support for sg lists
by Felipe Balbi
· 15 years ago
a7250db
usb: gadget: enlarge maxburst bit width.
by Yu Xu
· 15 years ago
a1c2a87
usb: gadget: Add SPS BAM-to-BAM support
by Ofir Cohen
· 15 years ago
7177aed
usb: gadget: rename usb_gadget_driver::speed to max_speed
by Michal Nazarewicz
· 15 years ago
d327ab5
usb: gadget: replace usb_gadget::is_dualspeed with max_speed
by Michal Nazarewicz
· 15 years ago
089b837
usb: gadget: fix typo for default U1/U2 exit latencies
by Felipe Balbi
· 15 years ago
3f2bc4d
Initial Contribution
by Bryan Huntsman
· 15 years ago
352c2dc
usb: gadget: udc-core: add "new-style" registration interface
by Sebastian Andrzej Siewior
· 15 years ago
e9c23a2
usb: gadget: add missing #include's
by Sergei Shtylyov
· 15 years ago
bdb64d7
usb: gadget: add SuperSpeed support to the Gadget Framework
by Tatyana Brokhman
· 15 years ago
a59d6b9
usb: gadget: add streams support to the gadget framework
by Tatyana Brokhman
· 15 years ago
ea2a1df7
usb: gadget: use config_ep_by_speed() instead of ep_choose()
by Tatyana Brokhman
· 15 years ago
48767a4
usb: gadget: configure endpoint according to gadget speed
by Tatyana Brokhman
· 15 years ago
72c973d
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
by Tatyana Brokhman
· 15 years ago
2ccea03
usb: gadget: introduce UDC Class
by Felipe Balbi
· 15 years ago
325fd18
USB: gadget.h depends on ch9.h so include ch9.h directly
by Mark Brown
· 15 years ago
3ab810f
usb gadget: fix all Section mismatch warnings
by Randy Dunlap
· 15 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 15 years ago
b0fca50
usb gadget: don't save bind callback in struct usb_gadget_driver
by Uwe Kleine-König
· 16 years ago
0858a3a
USB: include/usb/*.h checkpatch cleanup
by Greg Kroah-Hartman
· 16 years ago
f48cf80
USB: Composite framework: Add suspended sysfs entry
by Fabien Chouteau
· 16 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 16 years ago
c2344f1
USB: gpio_vbus: add delayed vbus_session calls
by Robert Jarzmik
· 17 years ago
f579c2b
USB Gadget: documentation update
by Alan Stern
· 18 years ago
a4c39c4
usb gadget: descriptor copying support
by David Brownell
· 18 years ago
a5e54b0
USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance
by David Lopo
· 18 years ago
dda43a0
USB: Standardize inclusion protection and add where missing.
by Robert P. J. Day
· 18 years ago
20f590d
USB: Remove __KERNEL__ check from non-exported gadget.h.
by Robert P. J. Day
· 18 years ago
41dceed
USB: fix codingstyle issues in include/linux/usb/
by Greg Kroah-Hartman
· 18 years ago
fd39c86
docbook: fix usb content
by Randy Dunlap
· 19 years ago
9454a57
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
by David Brownell
· 19 years ago
[Renamed (99%) from include/linux/usb_gadget.h]
a4e3ef5
USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanup
by David Brownell
· 19 years ago
efc9052
USB: usb_gadget.h whitespace fixes
by David Brownell
· 19 years ago
c67ab13
usb gadget stack: remove usb_ep_*_buffer(), part 2
by David Brownell
· 19 years ago
9d8bab5
usb gadget stack: remove usb_ep_*_buffer(), part 1
by David Brownell
· 19 years ago
a353678
[PATCH] USB: gadget section fixups
by David Brownell
· 20 years ago
329af28
[PATCH] USB: gadget driver section fixups
by David Brownell
· 20 years ago
55016f1
[PATCH] gfp_t: drivers/usb
by Al Viro
· 21 years ago
5db539e
[PATCH] USB: Fix kmalloc's flags type in USB
by Olav Kongas
· 21 years ago
1bbc169
[PATCH] USB: gadget driver updates (SETUP api change)
by David Brownell
· 21 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 21 years ago