summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)Author
2015-01-27usb: gadget: uvc: comments for iterating over streaming hierarchyAndrzej Pietrasiewicz
2015-01-27usb: gadget: uvc: use explicit type instead of void *Andrzej Pietrasiewicz
2015-01-27usb: gadget: zero: fix format string warningsAsaf Vertz
2015-01-27usb: gadget: ffs: add eventfd notification about ffs eventsRobert Baldyga
2015-01-27usb: gadget: f_fs: Fix loop variableMario Schuknecht
2015-01-19usb: gadget: uvc: preserve the address passed to kfree()Andrzej Pietrasiewicz
2015-01-19usb: gadget: ethernet: re-use %pM specifier to print MACAndy Shevchenko
2015-01-19usb: gadget: uvc: cleanup UVCG_FRAME_ATTR macroDan Carpenter
2015-01-19usb: gadget: uvc: memory leak in uvcg_frame_make()Dan Carpenter
2015-01-19usb: gadget: uvc: remove an impossible conditionDan Carpenter
2015-01-19usb: gadget: uvc: fix some error codesDan Carpenter
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi
2015-01-15usb: gadget: f_fs: add "no_disconnect" modeRobert Baldyga
2015-01-15usb: gadget: uvc: to_uvcg_control_header() can be statickbuild test robot
2015-01-15usb: gadget: u_uac1: fix one code style problemPeter Chen
2015-01-15usb: gadget: uac1: struct gaudio is useless for struct f_uac1_optsPeter Chen
2015-01-12usb: gadget: f_fs: refactor and document __ffs_ep0_read_events betterMichal Nazarewicz
2015-01-12usb: gadget: f_uac1: update Class-Specific AudioControl Interface Header Desc...Xuebing Wang
2015-01-12usb: gadget: f_uac1: configure endpoint before using itXuebing Wang
2015-01-12usb: gadget: uvc: configfs support in uvc functionAndrzej Pietrasiewicz
2015-01-12usb: gadget: uvc: verify descriptors presenceAndrzej Pietrasiewicz
2015-01-12usb: gadget: f_uvc: rename a macro to avoid conflictsAndrzej Pietrasiewicz
2015-01-12usb: gadget: hid: consistently use 2^n - 1 for max valuesAndrzej Pietrasiewicz
2014-12-22usb: gadget: fix misspelling of current function in stringJulia Lawall
2014-12-22usb: gadget: f_uac1: access freed memory at f_audio_free_instPeter Chen
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-11-21usb: gadget: function: delete an unnecessary check before rndis_add_hdr()Markus Elfring
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida
2014-11-18usb: gadget: f_hid: fix error handling in ghid_setup()Dan Carpenter
2014-11-18usb: gadget: f_hid: use after free in hidg_alloc_inst()Dan Carpenter
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-12usb: gadget: midi: f_midi_alloc() can be staticFengguang Wu
2014-11-12usb: gadget: f_hid: hidg_alloc() can be staticFengguang Wu
2014-11-12phonet: Replace calls to __skb_alloc_page with __dev_alloc_pageAlexander Duyck
2014-11-06usb: gadget: hid: add configfs supportAndrzej Pietrasiewicz
2014-11-06usb: gadget: f_hid: use usb_gstrings_attachAndrzej Pietrasiewicz
2014-11-06usb: gadget: f_hid: remove compatibility layerAndrzej Pietrasiewicz
2014-11-06usb: gadget: f_hid: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz
2014-11-06usb: gadget: f_hid: check return value of device_createAndrzej Pietrasiewicz
2014-11-06usb: gadget: f_hid: check return value of class_createAndrzej Pietrasiewicz
2014-11-05usb: gadget: f_midi: add configfs supportAndrzej Pietrasiewicz
2014-11-05usb: gadget: f_midi: use usb_gstrings_attachAndrzej Pietrasiewicz
2014-11-05usb: gadget: f_midi: remove compatibility layerAndrzej Pietrasiewicz
2014-11-05usb: gadget: f_midi: convert to new function interface with backward compatib...Andrzej Pietrasiewicz
2014-11-05usb: gadget: f_midi: check kstrdup() return valueAndrzej Pietrasiewicz
2014-11-05usb: gadget: f_midi: enable use of the index parameterAndrzej Pietrasiewicz
2014-11-03usb: gadget: function: Added usb_assign_descriptors failure checkPavitrakumar Managutte
2014-11-03usb: gadget: f_uac1: remove an unneeded NULL checkDan Carpenter
2014-10-23usb: gadget: function: Fixed the return value on error pathPavitrakumar Managutte