summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_uac1: remove an unneeded NULL checkDan Carpenter2014-11-031-3/+0
* usb: gadget: function: Fixed the return value on error pathPavitrakumar Managutte2014-10-231-1/+3
* usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte2014-10-238-13/+13
* usb: gadget: loopback: don't queue requests to bogus endpointsFelipe Balbi2014-10-231-45/+42
* usb: ffs: fix regression when quirk_ep_out_aligned_size flag is setDavid Cohen2014-10-231-6/+34
* usb: gadget: f_fs: remove redundant ffs_data_get()Robert Baldyga2014-10-231-2/+0
* usb: gadget: function: f_obex: fix Interface Descriptor TestFelipe Balbi2014-10-201-4/+4
* usb: gadget: function: uac2: add a release methodFelipe Balbi2014-10-201-0/+6
* usb: gadget: function: uac2: prevent double ep disableFelipe Balbi2014-10-201-0/+3
* usb: gadget: function: uac2: add wMaxPacketSize to ep descFelipe Balbi2014-10-201-0/+4
* usb: gadget: function: uvc: disable endpoints on ->disable()Felipe Balbi2014-10-201-0/+10
* usb: gadget: function: uvc: manage our video control endpointFelipe Balbi2014-10-201-0/+13
* usb: gadget: function: acm: make f_acm pass USB20CV Chapter9Felipe Balbi2014-10-201-4/+4
* usb: gadget: function: uvc: return correct alt-settingFelipe Balbi2014-10-201-1/+1
* usb: gadget: function: uvc: make sure to balance ep enable/disableFelipe Balbi2014-10-201-9/+20
* usb: gadget: function: uvc: conditionally dequeueFelipe Balbi2014-10-201-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-14/+10
|\
| * f_fs: saner API for ffs_sb_create_file()Al Viro2014-10-091-14/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-0/+8
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-232-11/+57
| |\ \ | | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-073-5/+5
| |\ \
| * | | f_ncm: Don't use netdev_start_xmit().David S. Miller2014-08-271-1/+9
| * | | net: Add ops->ndo_xmit_flush()David S. Miller2014-08-241-1/+1
* | | | usb: gadget: uvc: fix up uvcg_v4l2_get_unmapped_area typoArnd Bergmann2014-09-291-1/+1
* | | | usb: gadget: uvc: Simplify uvcg_video_pump by using local variableLaurent Pinchart2014-09-161-5/+5
* | | | usb: gadget: uvc: Fix endianness mismatchesLaurent Pinchart2014-09-161-5/+6
* | | | usb: gadget: uvc: uvc_alloc() can be staticFengguang Wu2014-09-161-1/+1
* | | | usb: gadget: f_fs: virtual endpoint address mappingRobert Baldyga2014-09-162-2/+23
* | | | Merge tag 'v3.17-rc5' into nextFelipe Balbi2014-09-162-11/+57
|\ \ \ \ | | |_|/ | |/| |
| * | | usb: gadget: f_fs: fix the redundant ep files problemRobert Baldyga2014-09-032-11/+57
| | |/ | |/|
* | | usb: f_fs: replace BUG in dead-code with less serious WARN_ONMichal Nazarewicz2014-09-111-1/+2
* | | usb: gadget: f_fs: add ioctl returning ep descriptorRobert Baldyga2014-09-091-0/+23
* | | usb: gadget: f_fs: signedness bug in __ffs_func_bind_do_descs()Dan Carpenter2014-09-091-1/+2
* | | usb: gadget: f_uvc: use usb_gstrings_attachAndrzej Pietrasiewicz2014-09-091-17/+11
* | | usb: gadget: f_uvc: remove compatibility layerAndrzej Pietrasiewicz2014-09-092-177/+0
* | | usb: gadget: f_uvc: convert f_uvc to new function interfaceAndrzej Pietrasiewicz2014-09-093-30/+215
* | | usb: gadget: uvc: separately compile some components of f_uvcAndrzej Pietrasiewicz2014-09-099-30/+115
* | | usb: gadget: uvc: rename functions to avoid conflicts with host uvcAndrzej Pietrasiewicz2014-09-094-55/+56
* | | usb: gadget: zero: Fix warning generated by kbuildAmit Virdi2014-09-091-2/+2
* | | Merge tag 'v3.17-rc4' into nextFelipe Balbi2014-09-082-3/+3
|\ \ \ | |/ /
| * | usb: gadget: remove $(PWD) in ccflags-yPhilippe Reynes2014-08-201-2/+2
| * | usb: gadget: uvc: fix possible lockup in uvc gadgetMichael Grzeschik2014-08-191-0/+3
| * | Revert "usb: gadget: u_ether: synchronize with transmit when stopping queue"Li RongQing2014-08-191-3/+0
| |/
* | usb: gadget: uvc: move module parameters from f_uvcAndrzej Pietrasiewicz2014-09-082-18/+14
* | usb: gadget: f_uvc: Move to video_ioctl2Laurent Pinchart2014-09-082-141/+159
* | usb: gadget: f_uvc: Store EP0 control request state during setup stageLaurent Pinchart2014-09-082-18/+7
* | usb: gadget: f_uac2: send reasonably sized packetsDaniel Mack2014-09-021-4/+65
* | usb: gadget: f_uac2: handle partial dma area wrapDaniel Mack2014-09-021-9/+23
* | usb: gadget: f_uac2: introduce agdev_to_uac2_optsDaniel Mack2014-09-021-2/+8
* | usb: gadget: f_uac2: add short-hand for 'dev'Daniel Mack2014-09-021-18/+11
OpenPOWER on IntegriCloud