summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2016-07-11usb: gadget: fix spinlock dead lock in gadgetfsBin Liu
2016-01-22usb: gadget: pxa27x: fix suspend callbackFelipe Balbi
2015-08-27usb: gadget: f_uac2: fix calculation of uac2->p_intervalPeter Chen
2015-08-19usb: udc: core: add device_del() call to error pathwayAlan Stern
2015-07-20usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva
2015-06-10usb: gadget: configfs: Fix interfaces array NULL-terminationKrzysztof Opasiak
2015-05-17usb: gadget: printer: enqueue printer's response for setup requestAndrzej Pietrasiewicz
2015-03-28gadgetfs: use-after-free in ->aio_read()Al Viro
2015-03-14usb: gadget: configfs: don't NUL-terminate (sub)compatible idsAndrzej Pietrasiewicz
2015-01-27usb: gadget: udc: atmel: fix possible oops when unloading moduleSongjun Wu
2015-01-27usb: gadget: udc: atmel: fix possible IN hang issueBo Shen
2015-01-27usb: gadget: udc: atmel: change setting for DMABo Shen
2015-01-27usb: gadget: gadgetfs: Free memory allocated by memdup_user()Mario Schuknecht
2015-01-16usb: gadget: at91_udc: move prepare clk into process contextRonald Wahl
2014-10-23usb: gadget: function: Fixed the return value on error pathPavitrakumar Managutte
2014-10-23usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte
2014-10-23usb: gadget: udc: core: fix kernel oops with soft-connectFelipe Balbi
2014-10-23usb: gadget: loopback: don't queue requests to bogus endpointsFelipe Balbi
2014-10-23usb: ffs: fix regression when quirk_ep_out_aligned_size flag is setDavid Cohen
2014-10-23usb: gadget: f_fs: remove redundant ffs_data_get()Robert Baldyga
2014-10-23usb: gadget: udc: USB_GADGET_XILINX should depend on HAS_DMAGeert Uytterhoeven
2014-10-23usb: gadget: composite: enable BESL supportFelipe Balbi
2014-10-20usb: gadget: function: f_obex: fix Interface Descriptor TestFelipe Balbi
2014-10-20usb: gadget: function: uac2: add a release methodFelipe Balbi
2014-10-20usb: gadget: function: uac2: prevent double ep disableFelipe Balbi
2014-10-20usb: gadget: function: uac2: add wMaxPacketSize to ep descFelipe Balbi
2014-10-20usb: gadget: function: uvc: disable endpoints on ->disable()Felipe Balbi
2014-10-20usb: gadget: function: uvc: manage our video control endpointFelipe Balbi
2014-10-20usb: gadget: function: acm: make f_acm pass USB20CV Chapter9Felipe Balbi
2014-10-20usb: gadget: function: uvc: return correct alt-settingFelipe Balbi
2014-10-20usb: gadget: function: uvc: make sure to balance ep enable/disableFelipe Balbi
2014-10-20usb: gadget: function: uvc: conditionally dequeueFelipe Balbi
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-09gadgetfs: saner API for gadgetfs_create_file()Al Viro
2014-10-09f_fs: saner API for ffs_sb_create_file()Al Viro
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-09-29usb: gadget: uvc: fix up uvcg_v4l2_get_unmapped_area typoArnd Bergmann
2014-09-25usb: Add LED triggers for USB activityMichal Sojka
2014-09-25usb: gadget: Refactor request completionMichal Sojka
2014-09-25usb: gadget: Introduce usb_gadget_giveback_request()Michal Sojka
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-23Revert "usb: gadget: composite: dequeue cdev->req before free it in composite...Felipe Balbi
2014-09-18Revert "usb: gadget: composite: dequeue cdev->req before free its buffer"Felipe Balbi
2014-09-16usb: gadget: gr_udc: Add bounce buffer to handle odd sized OUT requestsAndreas Larsson
2014-09-16usb: gadget: udc_core: Use right kobj when calling sysfs_notifyAndreas Larsson
2014-09-16usb: gadget: uvc: Simplify uvcg_video_pump by using local variableLaurent Pinchart
2014-09-16usb: gadget: uvc: Fix endianness mismatchesLaurent Pinchart
2014-09-16usb: gadget: uvc: uvc_alloc() can be staticFengguang Wu
2014-09-16usb: gadget: f_fs: virtual endpoint address mappingRobert Baldyga
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi