index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "usb: gadget: composite: dequeue cdev->req before free it in composite...
Felipe Balbi
2014-09-23
1
-1
/
+0
*
Revert "usb: gadget: composite: dequeue cdev->req before free its buffer"
Felipe Balbi
2014-09-18
1
-1
/
+1
*
usb: gadget: gr_udc: Add bounce buffer to handle odd sized OUT requests
Andreas Larsson
2014-09-16
2
-21
/
+67
*
usb: gadget: udc_core: Use right kobj when calling sysfs_notify
Andreas Larsson
2014-09-16
1
-1
/
+13
*
usb: gadget: uvc: Simplify uvcg_video_pump by using local variable
Laurent Pinchart
2014-09-16
1
-5
/
+5
*
usb: gadget: uvc: Fix endianness mismatches
Laurent Pinchart
2014-09-16
1
-5
/
+6
*
usb: gadget: uvc: uvc_alloc() can be static
Fengguang Wu
2014-09-16
1
-1
/
+1
*
usb: gadget: f_fs: virtual endpoint address mapping
Robert Baldyga
2014-09-16
2
-2
/
+23
*
Merge tag 'v3.17-rc5' into next
Felipe Balbi
2014-09-16
4
-13
/
+59
|
\
|
*
usb: gadget: f_fs: fix the redundant ep files problem
Robert Baldyga
2014-09-03
2
-11
/
+57
|
*
usb: gadget: fusb300_udc.h: Fix typo in include guard
Rasmus Villemoes
2014-09-03
1
-1
/
+1
|
*
usb: gadget: net2280: Fix invalid handling of Reset irq
Ricardo Ribalda Delgado
2014-09-03
1
-1
/
+1
*
|
usb: gadget: udc-core: add utility for bus reset
Peter Chen
2014-09-12
1
-0
/
+17
*
|
usb: gadget: Add xilinx usb2 device support
Subbaraya Sundeep Bhatta
2014-09-12
3
-0
/
+2196
*
|
usb: f_fs: replace BUG in dead-code with less serious WARN_ON
Michal Nazarewicz
2014-09-11
1
-1
/
+2
*
|
usb: gadget: f_fs: add ioctl returning ep descriptor
Robert Baldyga
2014-09-09
1
-0
/
+23
*
|
usb: gadget: dbgp: add reset API at usb_gadget_driver
Peter Chen
2014-09-09
1
-0
/
+1
*
|
usb: gadget: gadgetfs: add reset API at usb_gadget_driver
Peter Chen
2014-09-09
1
-0
/
+1
*
|
usb: gadget: configfs: add reset API at usb_gadget_driver
Peter Chen
2014-09-09
1
-0
/
+1
*
|
usb: gadget: composite: add reset API at usb_gadget_driver
Peter Chen
2014-09-09
1
-0
/
+1
*
|
usb: gadget: f_fs: signedness bug in __ffs_func_bind_do_descs()
Dan Carpenter
2014-09-09
1
-1
/
+2
*
|
usb: gadget: f_uvc: use usb_gstrings_attach
Andrzej Pietrasiewicz
2014-09-09
1
-17
/
+11
*
|
usb: gadget: f_uvc: remove compatibility layer
Andrzej Pietrasiewicz
2014-09-09
2
-177
/
+0
*
|
usb: gadget: webcam: convert webcam to new interface of f_uvc
Andrzej Pietrasiewicz
2014-09-09
3
-16
/
+40
*
|
usb: gadget: f_uvc: convert f_uvc to new function interface
Andrzej Pietrasiewicz
2014-09-09
5
-30
/
+219
*
|
usb: gadget: uvc: separately compile some components of f_uvc
Andrzej Pietrasiewicz
2014-09-09
11
-36
/
+117
*
|
usb: gadget: uvc: rename functions to avoid conflicts with host uvc
Andrzej Pietrasiewicz
2014-09-09
4
-55
/
+56
*
|
usb: gadget: zero: Fix warning generated by kbuild
Amit Virdi
2014-09-09
1
-2
/
+2
*
|
Merge tag 'v3.17-rc4' into next
Felipe Balbi
2014-09-08
9
-13
/
+36
|
\
|
|
*
usb: gadget: remove $(PWD) in ccflags-y
Philippe Reynes
2014-08-20
3
-6
/
+6
|
*
usb: pch_udc: usb gadget device support for Intel Quark X1000
Bryan O'Donoghue
2014-08-20
2
-4
/
+21
|
*
usb: gadget: uvc: fix possible lockup in uvc gadget
Michael Grzeschik
2014-08-19
1
-0
/
+3
|
*
Revert "usb: gadget: u_ether: synchronize with transmit when stopping queue"
Li RongQing
2014-08-19
1
-3
/
+0
|
*
usb: gadget: Fix return value check in r8a66597_probe()
Wei Yongjun
2014-08-19
1
-2
/
+2
|
*
usb: gadget: Fix return value check in ep_write()
Wei Yongjun
2014-08-19
1
-1
/
+1
|
*
usb: atmel_usba_udc: fix it to deal with final dma channel
Bo Shen
2014-08-19
1
-1
/
+1
|
*
usb: gadget: fix error return code
Julia Lawall
2014-08-19
1
-2
/
+6
|
*
usb: dbgp gadget: fix use after free in dbgp_unbind()
Alexey Khoroshilov
2014-08-19
1
-0
/
+2
*
|
usb: gadget: uvc: move module parameters from f_uvc
Andrzej Pietrasiewicz
2014-09-08
3
-21
/
+38
*
|
usb: gadget: f_uvc: Move to video_ioctl2
Laurent Pinchart
2014-09-08
2
-141
/
+159
*
|
usb: gadget: f_uvc: Store EP0 control request state during setup stage
Laurent Pinchart
2014-09-08
2
-18
/
+7
*
|
usb: gadget: f_uac2: send reasonably sized packets
Daniel Mack
2014-09-02
1
-4
/
+65
*
|
usb: gadget: f_uac2: handle partial dma area wrap
Daniel Mack
2014-09-02
1
-9
/
+23
*
|
usb: gadget: f_uac2: introduce agdev_to_uac2_opts
Daniel Mack
2014-09-02
1
-2
/
+8
*
|
usb: gadget: f_uac2: add short-hand for 'dev'
Daniel Mack
2014-09-02
1
-18
/
+11
*
|
usb: gadget: f_uac2: restructure some code in afunc_set_alt()
Daniel Mack
2014-09-02
1
-23
/
+16
*
|
usb: gadget: f_mass_storage: simplify start_transfer slightly
Michal Nazarewicz
2014-09-02
1
-14
/
+13
*
|
usb: gadget: composite: dequeue cdev->req before free its buffer
Li Jun
2014-09-02
1
-1
/
+1
*
|
usb: gadget: USB_RENESAS_USBHS_UDC should depend on HAS_DMA
Geert Uytterhoeven
2014-09-02
1
-1
/
+1
*
|
usb: gadget: use $(srctree) instead of $(PWD) for includes
Yegor Yefremov
2014-08-29
3
-6
/
+6
[next]