aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-23usb: gadget: function: Fixed the return value on error pathPavitrakumar Managutte1-1/+3
2014-10-23usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte8-13/+13
2014-10-23usb: gadget: udc: core: fix kernel oops with soft-connectFelipe Balbi1-0/+5
2014-10-23usb: gadget: loopback: don't queue requests to bogus endpointsFelipe Balbi1-45/+42
2014-10-23usb: ffs: fix regression when quirk_ep_out_aligned_size flag is setDavid Cohen1-6/+34
2014-10-23usb: gadget: f_fs: remove redundant ffs_data_get()Robert Baldyga1-2/+0
2014-10-23usb: gadget: udc: USB_GADGET_XILINX should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2014-10-23usb: gadget: composite: enable BESL supportFelipe Balbi1-1/+1
2014-10-20usb: gadget: function: f_obex: fix Interface Descriptor TestFelipe Balbi1-4/+4
2014-10-20usb: gadget: function: uac2: add a release methodFelipe Balbi1-0/+6
2014-10-20usb: gadget: function: uac2: prevent double ep disableFelipe Balbi1-0/+3
2014-10-20usb: gadget: function: uac2: add wMaxPacketSize to ep descFelipe Balbi1-0/+4
2014-10-20usb: gadget: function: uvc: disable endpoints on ->disable()Felipe Balbi1-0/+10
2014-10-20usb: gadget: function: uvc: manage our video control endpointFelipe Balbi1-0/+13
2014-10-20usb: gadget: function: acm: make f_acm pass USB20CV Chapter9Felipe Balbi1-4/+4
2014-10-20usb: gadget: function: uvc: return correct alt-settingFelipe Balbi1-1/+1
2014-10-20usb: gadget: function: uvc: make sure to balance ep enable/disableFelipe Balbi1-9/+20
2014-10-20usb: gadget: function: uvc: conditionally dequeueFelipe Balbi1-1/+2
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-30/+20
2014-10-09gadgetfs: saner API for gadgetfs_create_file()Al Viro1-16/+10
2014-10-09f_fs: saner API for ffs_sb_create_file()Al Viro1-14/+10
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+8
2014-09-29usb: gadget: uvc: fix up uvcg_v4l2_get_unmapped_area typoArnd Bergmann1-1/+1
2014-09-25usb: Add LED triggers for USB activityMichal Sojka1-0/+4
2014-09-25usb: gadget: Refactor request completionMichal Sojka24-47/+32
2014-09-25usb: gadget: Introduce usb_gadget_giveback_request()Michal Sojka1-0/+16
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-13/+59
2014-09-23Revert "usb: gadget: composite: dequeue cdev->req before free it in composite_dev_cleanup"Felipe Balbi1-1/+0
2014-09-18Revert "usb: gadget: composite: dequeue cdev->req before free its buffer"Felipe Balbi1-1/+1
2014-09-16usb: gadget: gr_udc: Add bounce buffer to handle odd sized OUT requestsAndreas Larsson2-21/+67
2014-09-16usb: gadget: udc_core: Use right kobj when calling sysfs_notifyAndreas Larsson1-1/+13
2014-09-16usb: gadget: uvc: Simplify uvcg_video_pump by using local variableLaurent Pinchart1-5/+5
2014-09-16usb: gadget: uvc: Fix endianness mismatchesLaurent Pinchart1-5/+6
2014-09-16usb: gadget: uvc: uvc_alloc() can be staticFengguang Wu1-1/+1
2014-09-16usb: gadget: f_fs: virtual endpoint address mappingRobert Baldyga2-2/+23
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi4-13/+59
2014-09-12usb: gadget: udc-core: add utility for bus resetPeter Chen1-0/+17
2014-09-12usb: gadget: Add xilinx usb2 device supportSubbaraya Sundeep Bhatta3-0/+2196
2014-09-11usb: f_fs: replace BUG in dead-code with less serious WARN_ONMichal Nazarewicz1-1/+2
2014-09-09usb: gadget: f_fs: add ioctl returning ep descriptorRobert Baldyga1-0/+23
2014-09-09usb: gadget: dbgp: add reset API at usb_gadget_driverPeter Chen1-0/+1
2014-09-09usb: gadget: gadgetfs: add reset API at usb_gadget_driverPeter Chen1-0/+1
2014-09-09usb: gadget: configfs: add reset API at usb_gadget_driverPeter Chen1-0/+1
2014-09-09usb: gadget: composite: add reset API at usb_gadget_driverPeter Chen1-0/+1
2014-09-09usb: gadget: f_fs: signedness bug in __ffs_func_bind_do_descs()Dan Carpenter1-1/+2
2014-09-09usb: gadget: f_uvc: use usb_gstrings_attachAndrzej Pietrasiewicz1-17/+11
2014-09-09usb: gadget: f_uvc: remove compatibility layerAndrzej Pietrasiewicz2-177/+0
2014-09-09usb: gadget: webcam: convert webcam to new interface of f_uvcAndrzej Pietrasiewicz3-16/+40
2014-09-09usb: gadget: f_uvc: convert f_uvc to new function interfaceAndrzej Pietrasiewicz5-30/+219
2014-09-09usb: gadget: uvc: separately compile some components of f_uvcAndrzej Pietrasiewicz11-36/+117