index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-01
usb: gadget: Compilation warning fix
Tatyana Brokhman
1
-1
/
+1
2011-07-01
USB: Gadget: Webcam: Return correct result of bind
Jassi Brar
1
-1
/
+1
2011-07-01
USB: gadget: fix req length in sourcesink_setup()
Bob Liu
1
-0
/
+2
2011-07-01
usb: gadget: udc-core: wire up sysfs files
Sebastian Andrzej Siewior
1
-5
/
+4
2011-07-01
usb: gadget: dummy_hcd: convert to new-style udc-probe
Sebastian Andrzej Siewior
1
-35
/
+15
2011-07-01
usb: gadget: udc-core: add "new-style" registration interface
Sebastian Andrzej Siewior
1
-4
/
+71
2011-07-01
usb: gadget: dummy_hcd: move selection of speed into ->pullup()
Sebastian Andrzej Siewior
1
-25
/
+35
2011-07-01
usb: gadget: dummy_hcd: init is_otg in init_dummy_udc_hw()
Sebastian Andrzej Siewior
1
-7
/
+4
2011-07-01
usb: gadget: dummy_hcd: move ep initialisation HW setup
Sebastian Andrzej Siewior
1
-23
/
+33
2011-07-01
usb: gadget: defer setting maxpacket till ->setup()
Sebastian Andrzej Siewior
6
-17
/
+20
2011-07-01
usb: gadget: allow multiple gadgets to be built
Felipe Balbi
1
-219
/
+66
2011-07-01
usb: gadget: dummy_hcd: move common bits of suspend/resume into one function
Sebastian Andrzej Siewior
1
-19
/
+18
2011-07-01
usb: gadget: remove net2280_set_fifo_mode()
Sebastian Andrzej Siewior
2
-66
/
+0
2011-07-01
usb: gadget: dummy_hcd: use less checks for USB_SPEED_SUPER
Sebastian Andrzej Siewior
1
-16
/
+14
2011-07-01
usb: gadget: dummy_hcd: use gadget_to_dummy_hcd() where possible
Sebastian Andrzej Siewior
1
-8
/
+3
2011-07-01
usb: gadget: dummy_hcd: set gadget.is_otg before calling bind()
Sebastian Andrzej Siewior
1
-7
/
+8
2011-07-01
usb: gadget: dummy_hcd: use dummy_pullup() instead of open coding
Sebastian Andrzej Siewior
1
-27
/
+7
2011-07-01
usb: gadget: chips: remove ifdef trickery
Felipe Balbi
1
-149
/
+33
2011-07-01
usb: gadget: ci13xx_udc: fix usb_ep_enable() call
Felipe Balbi
1
-2
/
+5
2011-07-01
usb: gadget: s3c2410_udc: use platform ids instead
Sebastian Andrzej Siewior
1
-20
/
+9
2011-07-01
usb: gadget: add platform module alias where it is missing
Sebastian Andrzej Siewior
5
-1
/
+5
2011-07-01
usb: gadget: net2272: cleanup pci_register_driver() error path
Sebastian Andrzej Siewior
1
-5
/
+26
2011-07-01
usb: gadget: dummy_hcd: add 'is_high_speed' parameter
Tatyana Brokhman
1
-5
/
+15
2011-07-01
usb: gadget: dummy_hcd: add SuperSpeed support
Tatyana Brokhman
2
-87
/
+476
2011-07-01
usb: gadget: dummy_hcd: use the shared_hcd infrastructure
Tatyana Brokhman
1
-237
/
+270
2011-07-01
usb: gadget: add SuperSpeed support to the Gadget Framework
Tatyana Brokhman
3
-21
/
+248
2011-07-01
usb: gadget: add max_speed to usb_composite_driver
Tatyana Brokhman
13
-0
/
+14
2011-07-01
USB: fsl_udc_core: fix build breakage when building for ARM arch
Anatolij Gustschin
1
-12
/
+24
2011-06-28
usb: gadget: add streams support to the gadget framework
Tatyana Brokhman
1
-25
/
+100
2011-06-28
usb: gadget: coding style fix
Tatyana Brokhman
2
-16
/
+48
2011-06-28
usb: gadget: use config_ep_by_speed() instead of ep_choose()
Tatyana Brokhman
14
-294
/
+126
2011-06-28
usb: gadget: configure endpoint according to gadget speed
Tatyana Brokhman
2
-0
/
+86
2011-06-28
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
Tatyana Brokhman
25
-108
/
+104
2011-06-28
usb: gadget: convert all users to the new udc infrastructure
Sebastian Andrzej Siewior
24
-133
/
+355
2011-06-28
usb: gadget: introduce UDC Class
Felipe Balbi
1
-0
/
+418
2011-06-24
treewide: transciever/transceiver spelling fixes
Joe Perches
1
-2
/
+2
2011-06-21
net: remove mm.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-06-15
USB: deprecate g_file_storage
Alan Stern
2
-7
/
+9
2011-06-14
Merge 3.0-rc2 into usb-linus as it's needed by some USB patches
Greg Kroah-Hartman
11
-24
/
+32
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
2
-4
/
+4
2011-06-07
USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurable
Alan Stern
1
-4
/
+1
2011-06-07
USB: dummy-hcd needs the has_tt flag
Alan Stern
1
-0
/
+1
2011-06-06
USB: net2272: driver for PLX NET2272 USB device controller
Seth Levy
5
-0
/
+3357
2011-06-06
usb/gadget: (fusb300_udc) Remove unused function fusb300_ep0_complete
Guenter Roeck
1
-5
/
+0
2011-06-06
usb/s3c-hsudc: fix error path
Sebastian Andrzej Siewior
1
-2
/
+4
2011-06-06
usb/pxa25x_udc: cleanup the LUBBOCK err path
Sebastian Andrzej Siewior
1
-3
/
+2
2011-06-06
usb/mv_udc_core: fix compile
Sebastian Andrzej Siewior
1
-4
/
+4
2011-06-06
usb: gadget: include <linux/prefetch.h> to fix compiling error
Bryan Wu
5
-0
/
+5
2011-06-06
USB: s3c-hsotg: Tone down debugging
Mark Brown
1
-10
/
+12
2011-06-06
usb-gadget: unlock data->lock mutex on error path in ep_write()
Alexey Khoroshilov
1
-1
/
+3
[prev]
[next]