index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
Age
Commit message (
Expand
)
Author
2015-04-02
[media] gadget/uvc: embed video_device
Hans Verkuil
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-24
Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
2015-03-23
Merge 4.0-rc5 into usb-next
Greg Kroah-Hartman
2015-03-22
Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2015-03-18
USB: gadget: f_mass_storage: use static attribute groups for sysfs entries
Takashi Iwai
2015-03-13
Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-03-13
fs: split generic and aio kiocb
Christoph Hellwig
2015-03-13
usb: gadget: f_printer: use non-zero flag for bitwise and
Andrzej Pietrasiewicz
2015-03-13
usb: gadget: printer: use after free in gprinter_alloc_inst()
Dan Carpenter
2015-03-13
usb: gadget: printer: delete some dead code
Dan Carpenter
2015-03-13
usb: gadget: serial: %pf is only for function pointers
Scott Wood
2015-03-11
usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()
Robert Baldyga
2015-03-11
usb: gadget: f_mass_storage: use defined constant instead of numeric value
Tal Shorer
2015-03-11
Revert "usb: gadget: zero: Add support for interrupt EP"
Felipe Balbi
2015-03-10
usb: gadget: printer: add configfs support
Andrzej Pietrasiewicz
2015-03-10
usb: gadget: f_printer: remove compatibility layer
Andrzej Pietrasiewicz
2015-03-10
usb: gadget: f_printer: convert to new function interface with backward compa...
Andrzej Pietrasiewicz
2015-03-10
usb: gadget: printer: factor out f_printer
Andrzej Pietrasiewicz
2015-03-02
[media] uvc gadget: set device_caps in querycap
Hans Verkuil
2015-03-02
[media] uvc gadget: switch to unlocked_ioctl
Hans Verkuil
2015-03-02
[media] uvc gadget: switch to v4l2 core locking
Hans Verkuil
2015-02-23
usb: gadget: function: uvc_v4l2.c: fix sparse warnings
Lad, Prabhakar
2015-02-23
usb: gadget: function: uvc: fix sparse warnings
Lad, Prabhakar
2015-02-23
usb: gadget: function: f_sourcesink: fix sparse warning
Lad, Prabhakar
2015-02-23
usb: gadget: function: f_uac2: fix sparse warnings
Lad, Prabhakar
2015-02-23
usb: gadget: function: f_hid: fix sparse warning
Lad, Prabhakar
2015-02-23
usb: gadget: function: phonet: balance usb_ep_disable calls
Felipe Balbi
2015-02-17
gadget/function/f_fs.c: switch to ->{read,write}_iter()
Al Viro
2015-02-17
gadget/function/f_fs.c: use put iov_iter into io_data
Al Viro
2015-02-17
gadget/function/f_fs.c: close leaks
Al Viro
2015-01-27
usb: gadget: uvc: comments for iterating over streaming hierarchy
Andrzej Pietrasiewicz
2015-01-27
usb: gadget: uvc: use explicit type instead of void *
Andrzej Pietrasiewicz
2015-01-27
usb: gadget: zero: fix format string warnings
Asaf Vertz
2015-01-27
usb: gadget: ffs: add eventfd notification about ffs events
Robert Baldyga
2015-01-27
usb: gadget: f_fs: Fix loop variable
Mario Schuknecht
2015-01-19
usb: gadget: uvc: preserve the address passed to kfree()
Andrzej Pietrasiewicz
2015-01-19
usb: gadget: ethernet: re-use %pM specifier to print MAC
Andy Shevchenko
2015-01-19
usb: gadget: uvc: cleanup UVCG_FRAME_ATTR macro
Dan Carpenter
2015-01-19
usb: gadget: uvc: memory leak in uvcg_frame_make()
Dan Carpenter
2015-01-19
usb: gadget: uvc: remove an impossible condition
Dan Carpenter
2015-01-19
usb: gadget: uvc: fix some error codes
Dan Carpenter
2015-01-19
Merge tag 'v3.19-rc5' into next
Felipe Balbi
2015-01-15
usb: gadget: f_fs: add "no_disconnect" mode
Robert Baldyga
2015-01-15
usb: gadget: uvc: to_uvcg_control_header() can be static
kbuild test robot
2015-01-15
usb: gadget: u_uac1: fix one code style problem
Peter Chen
2015-01-15
usb: gadget: uac1: struct gaudio is useless for struct f_uac1_opts
Peter Chen
2015-01-12
usb: gadget: f_fs: refactor and document __ffs_ep0_read_events better
Michal Nazarewicz
2015-01-12
usb: gadget: f_uac1: update Class-Specific AudioControl Interface Header Desc...
Xuebing Wang
2015-01-12
usb: gadget: f_uac1: configure endpoint before using it
Xuebing Wang
[prev]
[next]