summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
Commit message (Expand)AuthorAgeFilesLines
...
* | usb: gadget: f_uvc: rename a macro to avoid conflictsAndrzej Pietrasiewicz2015-01-122-4/+4
* | usb: gadget: hid: consistently use 2^n - 1 for max valuesAndrzej Pietrasiewicz2015-01-121-1/+1
|/
* Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-148-163/+670
|\
| * usb: gadget: function: delete an unnecessary check before rndis_add_hdr()Markus Elfring2014-11-211-2/+1
| * usb: gadget: f_hid: fix error handling in ghid_setup()Dan Carpenter2014-11-181-5/+10
| * usb: gadget: f_hid: use after free in hidg_alloc_inst()Dan Carpenter2014-11-181-0/+1
| * usb: gadget: midi: f_midi_alloc() can be staticFengguang Wu2014-11-121-1/+1
| * usb: gadget: f_hid: hidg_alloc() can be staticFengguang Wu2014-11-121-1/+1
| * usb: gadget: hid: add configfs supportAndrzej Pietrasiewicz2014-11-062-1/+150
| * usb: gadget: f_hid: use usb_gstrings_attachAndrzej Pietrasiewicz2014-11-061-8/+6
| * usb: gadget: f_hid: remove compatibility layerAndrzej Pietrasiewicz2014-11-061-73/+0
| * usb: gadget: f_hid: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz2014-11-063-32/+223
| * usb: gadget: f_hid: check return value of device_createAndrzej Pietrasiewicz2014-11-061-2/+9
| * usb: gadget: f_hid: check return value of class_createAndrzej Pietrasiewicz2014-11-061-0/+4
| * usb: gadget: f_midi: add configfs supportAndrzej Pietrasiewicz2014-11-052-2/+167
| * usb: gadget: f_midi: use usb_gstrings_attachAndrzej Pietrasiewicz2014-11-051-6/+7
| * usb: gadget: f_midi: remove compatibility layerAndrzej Pietrasiewicz2014-11-051-122/+0
| * usb: gadget: f_midi: convert to new function interface with backward compatib...Andrzej Pietrasiewicz2014-11-053-6/+175
| * usb: gadget: f_midi: check kstrdup() return valueAndrzej Pietrasiewicz2014-11-051-5/+18
| * usb: gadget: f_midi: enable use of the index parameterAndrzej Pietrasiewicz2014-11-051-1/+1
| * usb: gadget: function: Added usb_assign_descriptors failure checkPavitrakumar Managutte2014-11-031-0/+3
| * usb: gadget: f_uac1: remove an unneeded NULL checkDan Carpenter2014-11-031-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-1/+1
|\ \
| * | treewide: fix typo in printk and KconfigMasanari Iida2014-11-201-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-1413-86/+159
|\|
| * usb: gadget: function: Fixed the return value on error pathPavitrakumar Managutte2014-10-231-1/+3
| * usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte2014-10-238-13/+13
| * usb: gadget: loopback: don't queue requests to bogus endpointsFelipe Balbi2014-10-231-45/+42
| * usb: ffs: fix regression when quirk_ep_out_aligned_size flag is setDavid Cohen2014-10-231-6/+34
| * usb: gadget: f_fs: remove redundant ffs_data_get()Robert Baldyga2014-10-231-2/+0
| * usb: gadget: function: f_obex: fix Interface Descriptor TestFelipe Balbi2014-10-201-4/+4
| * usb: gadget: function: uac2: add a release methodFelipe Balbi2014-10-201-0/+6
| * usb: gadget: function: uac2: prevent double ep disableFelipe Balbi2014-10-201-0/+3
| * usb: gadget: function: uac2: add wMaxPacketSize to ep descFelipe Balbi2014-10-201-0/+4
| * usb: gadget: function: uvc: disable endpoints on ->disable()Felipe Balbi2014-10-201-0/+10
| * usb: gadget: function: uvc: manage our video control endpointFelipe Balbi2014-10-201-0/+13
| * usb: gadget: function: acm: make f_acm pass USB20CV Chapter9Felipe Balbi2014-10-201-4/+4
| * usb: gadget: function: uvc: return correct alt-settingFelipe Balbi2014-10-201-1/+1
| * usb: gadget: function: uvc: make sure to balance ep enable/disableFelipe Balbi2014-10-201-9/+20
| * usb: gadget: function: uvc: conditionally dequeueFelipe Balbi2014-10-201-1/+2
* | phonet: Replace calls to __skb_alloc_page with __dev_alloc_pageAlexander Duyck2014-11-121-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-14/+10
|\
| * f_fs: saner API for ffs_sb_create_file()Al Viro2014-10-091-14/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-0/+8
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-232-11/+57
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-073-5/+5
| |\ \
| * | | f_ncm: Don't use netdev_start_xmit().David S. Miller2014-08-271-1/+9
| * | | net: Add ops->ndo_xmit_flush()David S. Miller2014-08-241-1/+1
* | | | usb: gadget: uvc: fix up uvcg_v4l2_get_unmapped_area typoArnd Bergmann2014-09-291-1/+1
* | | | usb: gadget: uvc: Simplify uvcg_video_pump by using local variableLaurent Pinchart2014-09-161-5/+5