aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
Commit message (Expand)AuthorAge
...
| * usb: gadget: mass_storage: Free buffers if create lun failsKrzysztof Opasiak2015-07-29
| * usb: gadget: SourceSink: Remove out-of-date commentKrzysztof Opasiak2015-07-29
| * usb: gadget: loopback: Remove out-of-date commentKrzysztof Opasiak2015-07-29
* | usb: gadget: f_printer: actually limit the number of instancesAndrzej Pietrasiewicz2015-07-27
* | usb: gadget: f_hid: actually limit the number of instancesAndrzej Pietrasiewicz2015-07-27
* | usb: gadget: f_uac2: fix calculation of uac2->p_intervalPeter Chen2015-07-27
|/
* usb: gadget: f_midi: fix error recovery pathAndrzej Pietrasiewicz2015-07-06
* usb: gadget: f_fs: do not set cancel function on synchronous {read,write}Rui Miguel Silva2015-07-06
* usb: f_mass_storage: limit number of reported LUNsMichal Nazarewicz2015-07-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-23
* | Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-08
|\ \
| * | usb: gadget: f_fs: fix check in read operationRui Miguel Silva2015-05-26
| * | usb: gadget: f_uac1: check return code from config_ep_by_speedMichael Trimarchi2015-05-26
| * | usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()Krzysztof Opasiak2015-05-26
| * | usb: gadget: f_midi: fix segfault when reading empty idPawel Szewczyk2015-05-14
* | | Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-06-01
|\ \ \ | |/ / |/| |
| * | usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva2015-05-26
| * | usb: gadget: rndis: use signed type for a signed valueAndrzej Pietrasiewicz2015-05-21
| * | usb: gadget: rndis: don't duplicate the "i" variableAndrzej Pietrasiewicz2015-05-21
| * | usb: gadget: rndis: change the value passed to rndis_signal_(dis)connect()Andrzej Pietrasiewicz2015-05-21
| * | usb: gadget: rndis: remove the limit of available rndis connectionsAndrzej Pietrasiewicz2015-05-07
| * | usb: gadget: rndis: style correctionAndrzej Pietrasiewicz2015-05-07
| * | usb: gadget: rndis: use rndis_params instead of configNrAndrzej Pietrasiewicz2015-05-07
| * | usb: gadget: uvc: remove unused including <linux/version.h>Wei Yongjun2015-04-27
| |/
* | usb: gadget: serial: fix re-ordering of tx dataPhilip Oberstaller2015-04-27
* | usb: gadget: hid: Fix static variable usageKrzysztof Opasiak2015-04-27
|/
* Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab2015-04-21
|\
| * Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-15
| |\
| | * make new_sync_{read,write}() staticAl Viro2015-04-11
| * | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-14
| |\|
| | * Merge branch 'iocb' into for-nextAl Viro2015-04-11
| | |\
| | | * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
| | | * fs: split generic and aio kiocbChristoph Hellwig2015-03-13
| * | | Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-03-24
| |\ \ \
| | * | | usb: gadget: f_printer: use non-zero flag for bitwise andAndrzej Pietrasiewicz2015-03-13
| | * | | usb: gadget: printer: use after free in gprinter_alloc_inst()Dan Carpenter2015-03-13
| | * | | usb: gadget: printer: delete some dead codeDan Carpenter2015-03-13
| | * | | usb: gadget: serial: %pf is only for function pointersScott Wood2015-03-13
| | * | | usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Robert Baldyga2015-03-11
| | * | | usb: gadget: f_mass_storage: use defined constant instead of numeric valueTal Shorer2015-03-11
| | * | | usb: gadget: printer: add configfs supportAndrzej Pietrasiewicz2015-03-10
| | * | | usb: gadget: f_printer: remove compatibility layerAndrzej Pietrasiewicz2015-03-10
| | * | | usb: gadget: f_printer: convert to new function interface with backward compa...Andrzej Pietrasiewicz2015-03-10
| | * | | usb: gadget: printer: factor out f_printerAndrzej Pietrasiewicz2015-03-10
| * | | | Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman2015-03-23
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-22
| | |\ \ \
| | | * | | Revert "usb: gadget: zero: Add support for interrupt EP"Felipe Balbi2015-03-11
| | | |/ /
| | * | | Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2015-03-13
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * gadget/function/f_fs.c: switch to ->{read,write}_iter()Al Viro2015-02-17