summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorFilesLines
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-3/+2614
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-159/+666
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
2014-11-05usb: gadget: f_midi: convert to new function interface with backward compatib...Andrzej Pietrasiewicz3-6/+175
2014-11-05usb: gadget: f_midi: check kstrdup() return valueAndrzej Pietrasiewicz1-5/+18
2014-11-05usb: gadget: f_midi: enable use of the index parameterAndrzej Pietrasiewicz1-1/+1
2014-11-03usb: gadget: function: Added usb_assign_descriptors failure checkPavitrakumar Managutte1-0/+3
2014-11-03usb: gadget: f_uac1: remove an unneeded NULL checkDan Carpenter1-3/+0
2014-10-23usb: gadget: function: Fixed the return value on error pathPavitrakumar Managutte1-1/+3
2014-10-23usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte8-13/+13
2014-10-23usb: gadget: loopback: don't queue requests to bogus endpointsFelipe Balbi1-45/+42
2014-10-23usb: ffs: fix regression when quirk_ep_out_aligned_size flag is setDavid Cohen1-6/+34
2014-10-23usb: gadget: f_fs: remove redundant ffs_data_get()Robert Baldyga1-2/+0
2014-10-20usb: gadget: function: f_obex: fix Interface Descriptor TestFelipe Balbi1-4/+4
2014-10-20usb: gadget: function: uac2: add a release methodFelipe Balbi1-0/+6
2014-10-20usb: gadget: function: uac2: prevent double ep disableFelipe Balbi1-0/+3
2014-10-20usb: gadget: function: uac2: add wMaxPacketSize to ep descFelipe Balbi1-0/+4
2014-10-20usb: gadget: function: uvc: disable endpoints on ->disable()Felipe Balbi1-0/+10
2014-10-20usb: gadget: function: uvc: manage our video control endpointFelipe Balbi1-0/+13
2014-10-20usb: gadget: function: acm: make f_acm pass USB20CV Chapter9Felipe Balbi1-4/+4
2014-10-20usb: gadget: function: uvc: return correct alt-settingFelipe Balbi1-1/+1
2014-10-20usb: gadget: function: uvc: make sure to balance ep enable/disableFelipe Balbi1-9/+20