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
2016-08-25
usb: gadget: f_fs: handle control requests in config 0
Felix Hädicke
1
-2
/
+3
2016-08-25
usb: gadget: composite: let USB functions process ctrl reqs in cfg0
Felix Hädicke
3
-9
/
+22
2016-08-25
usb: gadget: f_fs: handle control requests not directed to interface or endpoint
Felix Hädicke
1
-4
/
+30
2016-08-25
usb: gadget: f_hid: add dev to configfs
Johannes Berg
1
-0
/
+10
2016-08-25
usb: gadget: f_midi: drop substreams when disabling endpoint
Felipe F. Tonello
1
-12
/
+15
2016-08-25
usb: gadget: f_midi: refactor state machine
Felipe F. Tonello
1
-75
/
+129
2016-08-25
usb: gadget: f_midi: defaults buflen sizes to 512
Felipe F. Tonello
2
-2
/
+2
2016-08-25
usb: gadget: f_midi: remove alignment code for OUT endpoint
Felipe F. Tonello
1
-3
/
+2
2016-08-25
usb: gadget: align buffer size when allocating for OUT endpoint
Felipe F. Tonello
2
-1
/
+18
2016-08-25
usb: gadget: change len to size_t on alloc_ep_req()
Felipe F. Tonello
2
-2
/
+2
2016-08-25
usb: gadget: Add per-lun inquiry string
Philipp Gesang
4
-6
/
+57
2016-08-25
usb: gadget: net2280: match interrupt endpoints to PIO endpoints and DMA to bulk
Jussi Kivilinna
1
-0
/
+38
2016-08-25
usb: gadget: net2280: fix infinite loop in irq handler
Jussi Kivilinna
1
-3
/
+37
2016-08-25
usb: gadget: f_ncm: add SuperSpeed descriptors for CDC NCM
Jussi Kivilinna
1
-2
/
+80
2016-08-25
usb: gadget: remove redundant self assignment
Colin Ian King
1
-3
/
+1
2016-08-25
usb: gadget: configfs: log function unbinding as information
Romain Izard
1
-2
/
+3
2016-08-25
usb: gadget: pxa27x: add phy notifier event handler
Robert Jarzmik
1
-2
/
+49
2016-08-25
usb: gadget: udc: core: don't starve DMA resources
Felipe Balbi
1
-1
/
+1
2016-08-22
usb: gadget: Add the gserial port checking in gs_start_tx()
Baolin Wang
1
-1
/
+6
2016-08-22
usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()
Dan Carpenter
1
-5
/
+2
2016-08-22
usb: gadget: function: f_rndis: socket buffer may be NULL
Peter Chen
1
-0
/
+3
2016-08-22
usb: gadget: function: f_eem: socket buffer may be NULL
Peter Chen
1
-3
/
+7
2016-08-11
usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSG
Xerox Lin
1
-0
/
+6
2016-08-11
usb: udc: core: fix error handling
Peter Chen
1
-1
/
+4
2016-08-11
usb: gadget: fsl_qe_udc: off by one in setup_received_handle()
Dan Carpenter
1
-1
/
+1
2016-08-11
usb/gadget: fix gadgetfs aio support.
Mathieu Laurendeau
1
-1
/
+1
2016-08-11
usb: gadget: composite: Fix return value in case of error
Christophe JAILLET
1
-2
/
+2
2016-08-11
usb: gadget: uvc: Fix return value in case of error
Christophe JAILLET
1
-1
/
+1
2016-08-11
usb: gadget: fix check in sync read from ep in gadgetfs
Binyamin Sharet
1
-1
/
+1
2016-08-11
usb: gadget: configfs: add mutex lock before unregister gadget
Winter Wang
1
-0
/
+2
2016-08-11
usb: gadget: u_ether: fix dereference after null check coverify warning
Peter Chen
1
-1
/
+2
2016-08-11
usb: gadget: composite: fix dereference after null check coverify warning
Peter Chen
1
-0
/
+2
2016-07-26
Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
1
-1
/
+1
2016-07-08
Merge tag 'v4.7-rc6' into patchwork
Mauro Carvalho Chehab
9
-63
/
+63
2016-07-08
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
1
-1
/
+1
2016-06-29
usb: gadget: f_fs: check for allocation failure
Dan Carpenter
1
-0
/
+2
2016-06-21
usb: gadget: pch_udc: reorder spin_[un]lock to avoid deadlock
Iago Abal
1
-8
/
+8
2016-06-21
usb: Use (foo *) instead of (foo*).
Sandhya Bankar
1
-1
/
+1
2016-06-21
usb: gadget: f_fs: buffer data from ‘oversized’ OUT requests
Michal Nazarewicz
1
-21
/
+109
2016-06-21
usb: gadget: f_fs: printk error when excess data is dropped on read
Michal Nazarewicz
1
-15
/
+46
2016-06-21
usb: gadget: bdc: fix spelling mistake: "allocted" -> "allocated"
Colin Ian King
1
-1
/
+1
2016-06-21
usb: gadget: mv_u3d: fix unused-but-set-variable warnings
Michal Nazarewicz
1
-20
/
+3
2016-06-21
usb: gadget: r8a66597: fix unused-but-set-variable warnings
Michal Nazarewicz
1
-18
/
+6
2016-06-21
usb: gadget: m66592: fix unused-but-set-variable warnings
Michal Nazarewicz
1
-18
/
+6
2016-06-21
usb: gadget: fix unused-but-set-variale warnings
Michal Nazarewicz
11
-60
/
+18
2016-06-21
usb: gadget: udc: atmel: Also get regmap for at91sam9x5-pmc
Alexandre Belloni
1
-0
/
+2
2016-06-21
usb: pxa27x_udc: remove unused function argument
Arnd Bergmann
1
-6
/
+3
2016-06-21
usb: gadget: add tracepoints to the gadget API
Felipe Balbi
4
-55
/
+526
2016-06-21
usb: gadget: move gadget API functions to udc-core
Felipe Balbi
1
-0
/
+573
2016-06-20
usb: gadget: net2280: add USB2380 support
Tim Harvey
3
-22
/
+34
[prev]
[next]