summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)Author
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
2014-10-23usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte
2014-10-23usb: gadget: loopback: don't queue requests to bogus endpointsFelipe Balbi
2014-10-23usb: ffs: fix regression when quirk_ep_out_aligned_size flag is setDavid Cohen
2014-10-23usb: gadget: f_fs: remove redundant ffs_data_get()Robert Baldyga
2014-10-20usb: gadget: function: f_obex: fix Interface Descriptor TestFelipe Balbi
2014-10-20usb: gadget: function: uac2: add a release methodFelipe Balbi
2014-10-20usb: gadget: function: uac2: prevent double ep disableFelipe Balbi
2014-10-20usb: gadget: function: uac2: add wMaxPacketSize to ep descFelipe Balbi
2014-10-20usb: gadget: function: uvc: disable endpoints on ->disable()Felipe Balbi
2014-10-20usb: gadget: function: uvc: manage our video control endpointFelipe Balbi
2014-10-20usb: gadget: function: acm: make f_acm pass USB20CV Chapter9Felipe Balbi
2014-10-20usb: gadget: function: uvc: return correct alt-settingFelipe Balbi
2014-10-20usb: gadget: function: uvc: make sure to balance ep enable/disableFelipe Balbi
2014-10-20usb: gadget: function: uvc: conditionally dequeueFelipe Balbi
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-09f_fs: saner API for ffs_sb_create_file()Al Viro
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-09-29usb: gadget: uvc: fix up uvcg_v4l2_get_unmapped_area typoArnd Bergmann
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-16usb: gadget: uvc: Simplify uvcg_video_pump by using local variableLaurent Pinchart
2014-09-16usb: gadget: uvc: Fix endianness mismatchesLaurent Pinchart
2014-09-16usb: gadget: uvc: uvc_alloc() can be staticFengguang Wu
2014-09-16usb: gadget: f_fs: virtual endpoint address mappingRobert Baldyga
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi
2014-09-11usb: f_fs: replace BUG in dead-code with less serious WARN_ONMichal Nazarewicz
2014-09-09usb: gadget: f_fs: add ioctl returning ep descriptorRobert Baldyga
2014-09-09usb: gadget: f_fs: signedness bug in __ffs_func_bind_do_descs()Dan Carpenter
2014-09-09usb: gadget: f_uvc: use usb_gstrings_attachAndrzej Pietrasiewicz
2014-09-09usb: gadget: f_uvc: remove compatibility layerAndrzej Pietrasiewicz
2014-09-09usb: gadget: f_uvc: convert f_uvc to new function interfaceAndrzej Pietrasiewicz
2014-09-09usb: gadget: uvc: separately compile some components of f_uvcAndrzej Pietrasiewicz
2014-09-09usb: gadget: uvc: rename functions to avoid conflicts with host uvcAndrzej Pietrasiewicz
2014-09-09usb: gadget: zero: Fix warning generated by kbuildAmit Virdi
2014-09-08Merge tag 'v3.17-rc4' into nextFelipe Balbi
2014-09-08usb: gadget: uvc: move module parameters from f_uvcAndrzej Pietrasiewicz
2014-09-08usb: gadget: f_uvc: Move to video_ioctl2Laurent Pinchart
2014-09-08usb: gadget: f_uvc: Store EP0 control request state during setup stageLaurent Pinchart
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-03usb: gadget: f_fs: fix the redundant ep files problemRobert Baldyga
2014-09-02usb: gadget: f_uac2: send reasonably sized packetsDaniel Mack
2014-09-02usb: gadget: f_uac2: handle partial dma area wrapDaniel Mack
2014-09-02usb: gadget: f_uac2: introduce agdev_to_uac2_optsDaniel Mack
2014-09-02usb: gadget: f_uac2: add short-hand for 'dev'Daniel Mack
2014-09-02usb: gadget: f_uac2: restructure some code in afunc_set_alt()Daniel Mack
2014-09-02usb: gadget: f_mass_storage: simplify start_transfer slightlyMichal Nazarewicz
2014-08-29usb: gadget: use $(srctree) instead of $(PWD) for includesYegor Yefremov
2014-08-28f_ncm: Don't use netdev_start_xmit().David S. Miller
2014-08-27usb: gadget: zero: Add support for interrupt EPAmit Virdi