aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-22usb: gadget: f_hid: fix: Don't access hidg->req without spinlock heldKrzysztof Opasiak1-4/+4
2017-03-22usb: gadget: udc: remove pointer dereference after freeGustavo A. R. Silva1-1/+0
2017-03-22usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeedRoger Quadros1-0/+8
2017-03-22usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerIntervalRoger Quadros1-1/+1
2017-03-22usb: gadget: acm: fix endianness in notificationsOliver Neukum1-1/+3
2017-03-11Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds8-27/+38
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-2/+1
2017-03-06usb: gadget: udc: net2280: Fix tmp reusage in net2280 driverRaz Manor1-12/+13
2017-03-06usb: gadget: pxa27x: Test for a valid argument pointerPetr Cvek1-2/+3
2017-03-06Revert "usb: gadget: f_fs: Fix ExtCompat descriptor validation"Janusz Dziedzic1-1/+1
2017-03-06USB: gadgetfs: Fix a potential memory leak in 'dev_config()'Christophe JAILLET1-1/+3
2017-03-06usb: gadget: udc: atmel: fix debug outputArnd Bergmann1-2/+2
2017-03-06usb: gadget: configs: plug memory leakJohn Keeping1-0/+1
2017-03-06usb: gadget: dummy_hcd: clear usb_gadget region before registrationPeter Chen1-0/+2
2017-03-06Revert "usb: gadget: uvc: Add missing call for additional setup data"Roger Quadros1-7/+0
2017-03-06usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi1-2/+13
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-02-22Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds29-165/+545
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-02-06Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman1-1/+12
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman29-164/+544
2017-01-26usb: gadget: udc: fsl: Add missing complete function.Magnus Lilja1-2/+8
2017-01-25usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier1-1/+12
2017-01-25Merge 4.10-rc5 into usb-nextGreg Kroah-Hartman4-8/+10
2017-01-24usb: gadget: f_hid: fix: Move IN request allocation to set_alt()Krzysztof Opasiak1-22/+67
2017-01-24usb: gadget: udc: constify usb_ep_ops structuresBhumika Goyal14-15/+15
2017-01-24usb: gadget: udc: atmel: Update endpoint allocation schemeCristian Birsan3-33/+227
2017-01-24usb: gadget: f_fs: Accept up to 30 endpoints.Vincent Pelletier2-2/+3
2017-01-24usb: gadger: f_fs: Do not copy past descriptor end.Vincent Pelletier1-1/+1
2017-01-24usb: gadget: uac2: add req_number as parameterPeter Chen3-10/+32
2017-01-24usb: gadget: f_hid: Use spinlock instead of mutexKrzysztof Opasiak1-23/+34
2017-01-24usb: gadget: f_hid: fix: Prevent accessing released memoryKrzysztof Opasiak1-4/+20
2017-01-24usb: gadget: f_hid: fix: Free out requestsKrzysztof Opasiak1-8/+24
2017-01-24usb: gadget: f_uac2: improve error handlingPeter Chen1-4/+6
2017-01-24usb: gadget: constify usb_gadget_ops structuresBhumika Goyal1-1/+1
2017-01-24usb: gadget: printer: Remove pnp_string static bufferKrzysztof Opasiak3-28/+62
2017-01-24usb: gadget: ether: Add \n to each attribute of ethernet functionsKrzysztof Opasiak2-5/+21
2017-01-24usb: gadget: udc-core: Rescan pending list on driver unbindKrzysztof Opasiak1-14/+31
2017-01-19usb: gadget: constify usb_gadget_ops structuresBhumika Goyal1-1/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-12usb: gadget: udc: atmel: remove memory leakAlexandre Belloni2-1/+3
2017-01-12usb: gadget: f_fs: Fix iterations on endpoints.Vincent Pelletier1-6/+6
2017-01-12usb: gadget: composite: Fix function used to free memoryChristophe JAILLET1-1/+1
2017-01-03usb: gadget: Fix copy/pasted error messageDavid Lechner1-1/+1
2017-01-02usb: gadget: udc: core: fix return code of usb_gadget_probe_driver()Felix Hädicke1-1/+5
2017-01-02USB: gadgetfs: remove unnecessary assignmentAlan Stern1-1/+0