summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorFilesLines
2015-02-23usb: gadget: function: uvc_v4l2.c: fix sparse warningsLad, Prabhakar1-0/+1
2015-02-23usb: gadget: function: uvc: fix sparse warningsLad, Prabhakar1-0/+1
2015-02-23usb: gadget: function: f_sourcesink: fix sparse warningLad, Prabhakar1-2/+2
2015-02-23usb: gadget: function: f_uac2: fix sparse warningsLad, Prabhakar1-17/+17
2015-02-23usb: gadget: function: f_hid: fix sparse warningLad, Prabhakar1-1/+1
2015-02-23usb: gadget: function: phonet: balance usb_ep_disable callsFelipe Balbi1-1/+4
2015-01-27usb: gadget: uvc: comments for iterating over streaming hierarchyAndrzej Pietrasiewicz1-0/+34
2015-01-27usb: gadget: uvc: use explicit type instead of void *Andrzej Pietrasiewicz1-2/+2
2015-01-27usb: gadget: zero: fix format string warningsAsaf Vertz1-10/+10
2015-01-27usb: gadget: ffs: add eventfd notification about ffs eventsRobert Baldyga2-1/+29
2015-01-27usb: gadget: f_fs: Fix loop variableMario Schuknecht1-3/+3
2015-01-19usb: gadget: uvc: preserve the address passed to kfree()Andrzej Pietrasiewicz1-3/+7
2015-01-19usb: gadget: ethernet: re-use %pM specifier to print MACAndy Shevchenko1-3/+1
2015-01-19usb: gadget: uvc: cleanup UVCG_FRAME_ATTR macroDan Carpenter1-26/+18
2015-01-19usb: gadget: uvc: memory leak in uvcg_frame_make()Dan Carpenter1-0/+1
2015-01-19usb: gadget: uvc: remove an impossible conditionDan Carpenter1-2/+0
2015-01-19usb: gadget: uvc: fix some error codesDan Carpenter1-7/+7
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi3-4/+5
2015-01-15usb: gadget: f_fs: add "no_disconnect" modeRobert Baldyga2-5/+75
2015-01-15usb: gadget: uvc: to_uvcg_control_header() can be statickbuild test robot1-16/+16
2015-01-15usb: gadget: u_uac1: fix one code style problemPeter Chen1-2/+1
2015-01-15usb: gadget: uac1: struct gaudio is useless for struct f_uac1_optsPeter Chen2-2/+0
2015-01-12usb: gadget: f_fs: refactor and document __ffs_ep0_read_events betterMichal Nazarewicz1-11/+17
2015-01-12usb: gadget: f_uac1: update Class-Specific AudioControl Interface Header Desc...Xuebing Wang1-5/+9
2015-01-12usb: gadget: f_uac1: configure endpoint before using itXuebing Wang1-0/+1
2015-01-12usb: gadget: uvc: configfs support in uvc functionAndrzej Pietrasiewicz5-4/+2615
2015-01-12usb: gadget: uvc: verify descriptors presenceAndrzej Pietrasiewicz1-2/+22
2015-01-12usb: gadget: f_uvc: rename a macro to avoid conflictsAndrzej Pietrasiewicz2-4/+4
2015-01-12usb: gadget: hid: consistently use 2^n - 1 for max valuesAndrzej Pietrasiewicz1-1/+1
2014-12-22usb: gadget: fix misspelling of current function in stringJulia Lawall2-3/+4
2014-12-22usb: gadget: f_uac1: access freed memory at f_audio_free_instPeter Chen1-1/+1
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-163/+670
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-11-21usb: gadget: function: delete an unnecessary check before rndis_add_hdr()Markus Elfring1-2/+1
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-1/+1
2014-11-18usb: gadget: f_hid: fix error handling in ghid_setup()Dan Carpenter1-5/+10
2014-11-18usb: gadget: f_hid: use after free in hidg_alloc_inst()Dan Carpenter1-0/+1
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-86/+159
2014-11-12usb: gadget: midi: f_midi_alloc() can be staticFengguang Wu1-1/+1
2014-11-12usb: gadget: f_hid: hidg_alloc() can be staticFengguang Wu1-1/+1
2014-11-12phonet: Replace calls to __skb_alloc_page with __dev_alloc_pageAlexander Duyck1-3/+3
2014-11-06usb: gadget: hid: add configfs supportAndrzej Pietrasiewicz2-1/+150
2014-11-06usb: gadget: f_hid: use usb_gstrings_attachAndrzej Pietrasiewicz1-8/+6
2014-11-06usb: gadget: f_hid: remove compatibility layerAndrzej Pietrasiewicz1-73/+0
2014-11-06usb: gadget: f_hid: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz3-32/+223
2014-11-06usb: gadget: f_hid: check return value of device_createAndrzej Pietrasiewicz1-2/+9
2014-11-06usb: gadget: f_hid: check return value of class_createAndrzej Pietrasiewicz1-0/+4
2014-11-05usb: gadget: f_midi: add configfs supportAndrzej Pietrasiewicz2-2/+167
2014-11-05usb: gadget: f_midi: use usb_gstrings_attachAndrzej Pietrasiewicz1-6/+7
2014-11-05usb: gadget: f_midi: remove compatibility layerAndrzej Pietrasiewicz1-122/+0