index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-06
usb: gadget: f_hid: remove compatibility layer
Andrzej Pietrasiewicz
1
-73
/
+0
2014-11-06
usb: gadget: f_hid: convert to new function interface with backward compatibi...
Andrzej Pietrasiewicz
3
-32
/
+223
2014-11-06
usb: gadget: f_hid: check return value of device_create
Andrzej Pietrasiewicz
1
-2
/
+9
2014-11-06
usb: gadget: f_hid: check return value of class_create
Andrzej Pietrasiewicz
1
-0
/
+4
2014-11-05
usb: gadget: f_midi: add configfs support
Andrzej Pietrasiewicz
2
-2
/
+167
2014-11-05
usb: gadget: f_midi: use usb_gstrings_attach
Andrzej Pietrasiewicz
1
-6
/
+7
2014-11-05
usb: gadget: f_midi: remove compatibility layer
Andrzej Pietrasiewicz
1
-122
/
+0
2014-11-05
usb: gadget: f_midi: convert to new function interface with backward compatib...
Andrzej Pietrasiewicz
3
-6
/
+175
2014-11-05
usb: gadget: f_midi: check kstrdup() return value
Andrzej Pietrasiewicz
1
-5
/
+18
2014-11-05
usb: gadget: f_midi: enable use of the index parameter
Andrzej Pietrasiewicz
1
-1
/
+1
2014-11-03
usb: gadget: function: Added usb_assign_descriptors failure check
Pavitrakumar Managutte
1
-0
/
+3
2014-11-03
usb: gadget: f_uac1: remove an unneeded NULL check
Dan Carpenter
1
-3
/
+0
2014-10-23
usb: gadget: function: Fixed the return value on error path
Pavitrakumar Managutte
1
-1
/
+3
2014-10-23
usb: gadget: function: Remove redundant usb_free_all_descriptors
Pavitrakumar Managutte
8
-13
/
+13
2014-10-23
usb: gadget: loopback: don't queue requests to bogus endpoints
Felipe Balbi
1
-45
/
+42
2014-10-23
usb: ffs: fix regression when quirk_ep_out_aligned_size flag is set
David Cohen
1
-6
/
+34
2014-10-23
usb: gadget: f_fs: remove redundant ffs_data_get()
Robert Baldyga
1
-2
/
+0
2014-10-20
usb: gadget: function: f_obex: fix Interface Descriptor Test
Felipe Balbi
1
-4
/
+4
2014-10-20
usb: gadget: function: uac2: add a release method
Felipe Balbi
1
-0
/
+6
2014-10-20
usb: gadget: function: uac2: prevent double ep disable
Felipe Balbi
1
-0
/
+3
2014-10-20
usb: gadget: function: uac2: add wMaxPacketSize to ep desc
Felipe Balbi
1
-0
/
+4
2014-10-20
usb: gadget: function: uvc: disable endpoints on ->disable()
Felipe Balbi
1
-0
/
+10
2014-10-20
usb: gadget: function: uvc: manage our video control endpoint
Felipe Balbi
1
-0
/
+13
2014-10-20
usb: gadget: function: acm: make f_acm pass USB20CV Chapter9
Felipe Balbi
1
-4
/
+4
2014-10-20
usb: gadget: function: uvc: return correct alt-setting
Felipe Balbi
1
-1
/
+1
2014-10-20
usb: gadget: function: uvc: make sure to balance ep enable/disable
Felipe Balbi
1
-9
/
+20
2014-10-20
usb: gadget: function: uvc: conditionally dequeue
Felipe Balbi
1
-1
/
+2
2014-10-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-14
/
+10
2014-10-09
f_fs: saner API for ffs_sb_create_file()
Al Viro
1
-14
/
+10
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+8
2014-09-29
usb: gadget: uvc: fix up uvcg_v4l2_get_unmapped_area typo
Arnd Bergmann
1
-1
/
+1
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-11
/
+57
2014-09-16
usb: gadget: uvc: Simplify uvcg_video_pump by using local variable
Laurent Pinchart
1
-5
/
+5
2014-09-16
usb: gadget: uvc: Fix endianness mismatches
Laurent Pinchart
1
-5
/
+6
2014-09-16
usb: gadget: uvc: uvc_alloc() can be static
Fengguang Wu
1
-1
/
+1
2014-09-16
usb: gadget: f_fs: virtual endpoint address mapping
Robert Baldyga
2
-2
/
+23
2014-09-16
Merge tag 'v3.17-rc5' into next
Felipe Balbi
2
-11
/
+57
2014-09-11
usb: f_fs: replace BUG in dead-code with less serious WARN_ON
Michal Nazarewicz
1
-1
/
+2
2014-09-09
usb: gadget: f_fs: add ioctl returning ep descriptor
Robert Baldyga
1
-0
/
+23
2014-09-09
usb: gadget: f_fs: signedness bug in __ffs_func_bind_do_descs()
Dan Carpenter
1
-1
/
+2
2014-09-09
usb: gadget: f_uvc: use usb_gstrings_attach
Andrzej Pietrasiewicz
1
-17
/
+11
2014-09-09
usb: gadget: f_uvc: remove compatibility layer
Andrzej Pietrasiewicz
2
-177
/
+0
2014-09-09
usb: gadget: f_uvc: convert f_uvc to new function interface
Andrzej Pietrasiewicz
3
-30
/
+215
2014-09-09
usb: gadget: uvc: separately compile some components of f_uvc
Andrzej Pietrasiewicz
9
-30
/
+115
2014-09-09
usb: gadget: uvc: rename functions to avoid conflicts with host uvc
Andrzej Pietrasiewicz
4
-55
/
+56
2014-09-09
usb: gadget: zero: Fix warning generated by kbuild
Amit Virdi
1
-2
/
+2
2014-09-08
Merge tag 'v3.17-rc4' into next
Felipe Balbi
2
-3
/
+3
2014-09-08
usb: gadget: uvc: move module parameters from f_uvc
Andrzej Pietrasiewicz
2
-18
/
+14
2014-09-08
usb: gadget: f_uvc: Move to video_ioctl2
Laurent Pinchart
2
-141
/
+159
2014-09-08
usb: gadget: f_uvc: Store EP0 control request state during setup stage
Laurent Pinchart
2
-18
/
+7
[prev]
[next]