Sebastian Andrzej Siewior
|
d33f74fce3
usb: gadget: remove string override from struct usb_composite_driver
|
12 years ago |
Sebastian Andrzej Siewior
|
2d35ee47aa
usb: gadget: push iProduct into gadgets
|
12 years ago |
Sebastian Andrzej Siewior
|
03de9bf69c
usb: gadget: push iManufacturer into gadgets
|
12 years ago |
Sebastian Andrzej Siewior
|
1cf0d26408
usb: gadget: push iSerialNumber into gadgets
|
12 years ago |
Sebastian Andrzej Siewior
|
276e2e4f1f
usb: gadget: make sure each gadget is using same index for Product, Serial,…
|
13 years ago |
Sebastian Andrzej Siewior
|
7d16e8d3eb
usb: gadget: push VID/PID/USB BCD module option into gadgets
|
12 years ago |
Sebastian Andrzej Siewior
|
40bfef0535
usb: gadget: remove bufsiz from struct usb_composite_dev
|
12 years ago |
Sebastian Andrzej Siewior
|
e13f17ff88
usb: gadget: move USB_BUFSIZ into global composite.h
|
12 years ago |
Sebastian Andrzej Siewior
|
ffe0b33506
usb: gadget: remove global variable composite in composite.c
|
13 years ago |
Sebastian Andrzej Siewior
|
03e42bd593
usb: gadget: move bind() callback back to struct usb_composite_driver
|
13 years ago |
Sebastian Andrzej Siewior
|
fac3a43e0a
usb: gadget: move bind callback into driver struct usb_composite_driver
|
13 years ago |
Andrzej Pietrasiewicz
|
cad4cd8fbd
usb: gadget: composite: add iSerialNumber to usb_composite_driver
|
13 years ago |
Benoit Goby
|
51cce6fc15
usb: gadget: composite: Add usb_remove_config
|
13 years ago |
Tatyana Brokhman
|
bdb64d7272
usb: gadget: add SuperSpeed support to the Gadget Framework
|
14 years ago |
Tatyana Brokhman
|
35a0e0bf6f
usb: gadget: add max_speed to usb_composite_driver
|
14 years ago |
Tatyana Brokhman
|
ea2a1df7b2
usb: gadget: use config_ep_by_speed() instead of ep_choose()
|
14 years ago |
Tatyana Brokhman
|
48767a4e82
usb: gadget: configure endpoint according to gadget speed
|
14 years ago |
Roger Quadros
|
1b9ba00017
usb: gadget: composite: Allow function drivers to pause control transfers
|
14 years ago |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 years ago |
Uwe Kleine-König
|
c9bfff9c98
usb gadget: don't save bind callback in struct usb_configuration
|
15 years ago |
Michal Nazarewicz
|
07a18bd716
usb gadget: don't save bind callback in struct usb_composite_driver
|
15 years ago |
Michal Nazarewicz
|
ad1a8102f9
USB: gadget: composite: Better string override handling
|
15 years ago |
Randy Dunlap
|
d187abb9a8
USB: gadget: fix composite kernel-doc warnings
|
15 years ago |
Michal Nazarewicz
|
3f3e12d050
USB: gadget: composite: added disconnect callback
|
15 years ago |
Michal Nazarewicz
|
f2adc4f8aa
USB: gadget: composite: usb_string_ids_*() functions added
|
15 years ago |
Fabien Chouteau
|
f48cf80f93
USB: Composite framework: Add suspended sysfs entry
|
15 years ago |
Laurent Pinchart
|
5242658d1b
USB gadget: Handle endpoint requests at the function level
|
15 years ago |
Randy Dunlap
|
cac85a8b4e
USB: composite.h: mark private struct members as private:
|
16 years ago |
David Brownell
|
8942939a6c
USB: gadget: composite device-level suspend/resume hooks
|
16 years ago |
David Brownell
|
60beed95e3
usb gadget: function activation/deactivation
|
17 years ago |