summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorLines
2014-11-06usb: gadget: f_hid: check return value of device_createAndrzej Pietrasiewicz-2/+9
2014-11-06usb: gadget: f_hid: check return value of class_createAndrzej Pietrasiewicz-0/+4
2014-11-05usb: gadget: f_midi: add configfs supportAndrzej Pietrasiewicz-2/+167
2014-11-05usb: gadget: f_midi: use usb_gstrings_attachAndrzej Pietrasiewicz-6/+7
2014-11-05usb: gadget: f_midi: remove compatibility layerAndrzej Pietrasiewicz-122/+0
2014-11-05usb: gadget: f_midi: convert to new function interface with backward compatib...Andrzej Pietrasiewicz-6/+175
2014-11-05usb: gadget: f_midi: check kstrdup() return valueAndrzej Pietrasiewicz-5/+18
2014-11-05usb: gadget: f_midi: enable use of the index parameterAndrzej Pietrasiewicz-1/+1
2014-11-03usb: gadget: function: Added usb_assign_descriptors failure checkPavitrakumar Managutte-0/+3
2014-11-03usb: gadget: f_uac1: remove an unneeded NULL checkDan Carpenter-3/+0
2014-10-23usb: gadget: function: Fixed the return value on error pathPavitrakumar Managutte-1/+3
2014-10-23usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte-13/+13
2014-10-23usb: gadget: loopback: don't queue requests to bogus endpointsFelipe Balbi-45/+42
2014-10-23usb: ffs: fix regression when quirk_ep_out_aligned_size flag is setDavid Cohen-6/+34
2014-10-23usb: gadget: f_fs: remove redundant ffs_data_get()Robert Baldyga-2/+0
2014-10-20usb: gadget: function: f_obex: fix Interface Descriptor TestFelipe Balbi-4/+4
2014-10-20usb: gadget: function: uac2: add a release methodFelipe Balbi-0/+6
2014-10-20usb: gadget: function: uac2: prevent double ep disableFelipe Balbi-0/+3
2014-10-20usb: gadget: function: uac2: add wMaxPacketSize to ep descFelipe Balbi-0/+4
2014-10-20usb: gadget: function: uvc: disable endpoints on ->disable()Felipe Balbi-0/+10
2014-10-20usb: gadget: function: uvc: manage our video control endpointFelipe Balbi-0/+13
2014-10-20usb: gadget: function: acm: make f_acm pass USB20CV Chapter9Felipe Balbi-4/+4
2014-10-20usb: gadget: function: uvc: return correct alt-settingFelipe Balbi-1/+1
2014-10-20usb: gadget: function: uvc: make sure to balance ep enable/disableFelipe Balbi-9/+20
2014-10-20usb: gadget: function: uvc: conditionally dequeueFelipe Balbi-1/+2
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-14/+10
2014-10-09f_fs: saner API for ffs_sb_create_file()Al Viro-14/+10
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+8
2014-09-29usb: gadget: uvc: fix up uvcg_v4l2_get_unmapped_area typoArnd Bergmann-1/+1
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+57
2014-09-16usb: gadget: uvc: Simplify uvcg_video_pump by using local variableLaurent Pinchart-5/+5
2014-09-16usb: gadget: uvc: Fix endianness mismatchesLaurent Pinchart-5/+6
2014-09-16usb: gadget: uvc: uvc_alloc() can be staticFengguang Wu-1/+1
2014-09-16usb: gadget: f_fs: virtual endpoint address mappingRobert Baldyga-2/+23
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi-11/+57
2014-09-11usb: f_fs: replace BUG in dead-code with less serious WARN_ONMichal Nazarewicz-1/+2
2014-09-09usb: gadget: f_fs: add ioctl returning ep descriptorRobert Baldyga-0/+23
2014-09-09usb: gadget: f_fs: signedness bug in __ffs_func_bind_do_descs()Dan Carpenter-1/+2
2014-09-09usb: gadget: f_uvc: use usb_gstrings_attachAndrzej Pietrasiewicz-17/+11
2014-09-09usb: gadget: f_uvc: remove compatibility layerAndrzej Pietrasiewicz-177/+0
2014-09-09usb: gadget: f_uvc: convert f_uvc to new function interfaceAndrzej Pietrasiewicz-30/+215
2014-09-09usb: gadget: uvc: separately compile some components of f_uvcAndrzej Pietrasiewicz-30/+115
2014-09-09usb: gadget: uvc: rename functions to avoid conflicts with host uvcAndrzej Pietrasiewicz-55/+56
2014-09-09usb: gadget: zero: Fix warning generated by kbuildAmit Virdi-2/+2
2014-09-08Merge tag 'v3.17-rc4' into nextFelipe Balbi-3/+3
2014-09-08usb: gadget: uvc: move module parameters from f_uvcAndrzej Pietrasiewicz-18/+14
2014-09-08usb: gadget: f_uvc: Move to video_ioctl2Laurent Pinchart-141/+159
2014-09-08usb: gadget: f_uvc: Store EP0 control request state during setup stageLaurent Pinchart-18/+7
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+5
2014-09-03usb: gadget: f_fs: fix the redundant ep files problemRobert Baldyga-11/+57