summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorLines
2015-07-29usb: gadget: loopback: Remove out-of-date commentKrzysztof Opasiak-5/+0
2015-07-27usb: gadget: f_printer: actually limit the number of instancesAndrzej Pietrasiewicz-1/+9
2015-07-27usb: gadget: f_hid: actually limit the number of instancesAndrzej Pietrasiewicz-0/+4
2015-07-27usb: gadget: f_uac2: fix calculation of uac2->p_intervalPeter Chen-2/+2
2015-07-06usb: gadget: f_midi: fix error recovery pathAndrzej Pietrasiewicz-3/+1
2015-07-06usb: gadget: f_fs: do not set cancel function on synchronous {read,write}Rui Miguel Silva-2/+4
2015-07-06usb: f_mass_storage: limit number of reported LUNsMichal Nazarewicz-3/+13
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2015-06-23vfs: add file_path() helperMiklos Szeredi-2/+2
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman-8/+20
2015-06-02Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-242/+216
2015-05-26usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva-2/+8
2015-05-26usb: gadget: f_fs: fix check in read operationRui Miguel Silva-1/+1
2015-05-26usb: gadget: f_uac1: check return code from config_ep_by_speedMichael Trimarchi-1/+4
2015-05-26usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()Krzysztof Opasiak-5/+8
2015-05-21usb: gadget: rndis: use signed type for a signed valueAndrzej Pietrasiewicz-3/+3
2015-05-21usb: gadget: rndis: don't duplicate the "i" variableAndrzej Pietrasiewicz-1/+0
2015-05-21usb: gadget: rndis: change the value passed to rndis_signal_(dis)connect()Andrzej Pietrasiewicz-2/+2
2015-05-14usb: gadget: f_midi: fix segfault when reading empty idPawel Szewczyk-1/+7
2015-05-07usb: gadget: rndis: remove the limit of available rndis connectionsAndrzej Pietrasiewicz-86/+78
2015-05-07usb: gadget: rndis: style correctionAndrzej Pietrasiewicz-1/+1
2015-05-07usb: gadget: rndis: use rndis_params instead of configNrAndrzej Pietrasiewicz-151/+129
2015-04-27usb: gadget: uvc: remove unused including <linux/version.h>Wei Yongjun-1/+0
2015-04-27usb: gadget: serial: fix re-ordering of tx dataPhilip Oberstaller-1/+4
2015-04-27usb: gadget: hid: Fix static variable usageKrzysztof Opasiak-2/+14
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab-728/+1672
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-2/+0
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-2/+4
2015-04-11make new_sync_{read,write}() staticAl Viro-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro-2/+4
2015-04-02[media] gadget/uvc: embed video_deviceHans Verkuil-27/+19
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig-0/+1
2015-03-24Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-3/+1512
2015-03-23Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman-630/+101
2015-03-22Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-505/+22
2015-03-18USB: gadget: f_mass_storage: use static attribute groups for sysfs entriesTakashi Iwai-74/+33
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-125/+79
2015-03-13fs: split generic and aio kiocbChristoph Hellwig-2/+3
2015-03-13usb: gadget: f_printer: use non-zero flag for bitwise andAndrzej Pietrasiewicz-1/+1
2015-03-13usb: gadget: printer: use after free in gprinter_alloc_inst()Dan Carpenter-0/+1
2015-03-13usb: gadget: printer: delete some dead codeDan Carpenter-5/+0
2015-03-13usb: gadget: serial: %pf is only for function pointersScott Wood-1/+1
2015-03-11usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Robert Baldyga-1/+0
2015-03-11usb: gadget: f_mass_storage: use defined constant instead of numeric valueTal Shorer-1/+1
2015-03-11Revert "usb: gadget: zero: Add support for interrupt EP"Felipe Balbi-505/+22
2015-03-10usb: gadget: printer: add configfs supportAndrzej Pietrasiewicz-2/+135
2015-03-10usb: gadget: f_printer: remove compatibility layerAndrzej Pietrasiewicz-113/+0
2015-03-10usb: gadget: f_printer: convert to new function interface with backward compa...Andrzej Pietrasiewicz-1/+216
2015-03-10usb: gadget: printer: factor out f_printerAndrzej Pietrasiewicz-0/+1279
2015-03-02[media] uvc gadget: set device_caps in querycapHans Verkuil-1/+2