aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2008-11-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into s3c-moves2Ben Dooks1-1/+0
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-10-30[ARM] S3C24XX: Movev udc headers to arch/arm/plat-s3c24xx/include/platBen Dooks1-2/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-4/+2
2008-10-22USB: Fix unneeded endpoint check in pxa27x_udcRobert Jarzmik1-1/+1
2008-10-22usb/gadget: fix kernel-doc warningRandy Dunlap1-1/+1
2008-10-22USB: Fix debugfs_create_file's error checking method for usb/gadget/s3c2410_udcZhaolei1-5/+2
2008-10-17usb/fsl_qe_udc: clear data toggle on clear halt requestLi Yang1-0/+4
2008-10-17usb/fsl_qe_udc: fix response to get status requestLi Yang2-34/+68
2008-10-17fsl_usb2_udc: Fix oops on probe failure.Will Newton1-15/+17
2008-10-17fsl_usb2_udc: Add a wmb before priming endpoint.Will Newton1-0/+3
2008-10-17fsl_usb2_udc: Make fsl_queue_td return type void.Will Newton1-14/+5
2008-10-17fsl_usb2_udc: Uninline udc_reset_ep_queue.Will Newton1-7/+3
2008-10-17fsl_usb2_udc: Rename the arguments of the fsl_writel macro.Will Newton1-4/+2
2008-10-17fsl_usb2_udc: Initialize spinlock earlier.Will Newton1-1/+3
2008-10-17fsl_usb2_udc: Clean up whitespace in /proc debugging output.Will Newton1-17/+18
2008-10-17fsl_usb2_udc: Clean up whitespace in errors and warnings.Will Newton1-18/+18
2008-10-17fsl_usb2_udc: Fix some sparse warnings and remove redundant code.Will Newton2-38/+11
2008-10-17fsl_usb2_udc: Remove check for udc == NULL in dr_controller_setup.Will Newton1-4/+0
2008-10-17fsl_usb2_udc: Make dr_ep_setup function static.Will Newton1-1/+2
2008-10-17usb gadget: cdc ethernet notification bugfixDavid Brownell1-0/+7
2008-10-17USB: omap_udc: sync with OMAP treeTony Lindgren2-1/+8
2008-10-17USB: Fix s3c2410_udc usb speed handlingYauhen Kharuzhy1-1/+1
2008-10-17usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell10-15/+25
2008-10-17usb: gadget: workaround storage command size issuesFelipe Balbi1-4/+17
2008-10-17USB: g_printer: fix handling zero-length packetSangSu Park1-2/+1
2008-10-17usb: add Freescale QE/CPM USB peripheral controller driverLi Yang5-0/+3188
2008-10-17USB: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-10-17usb gadget: defer obex enumerationDavid Brownell1-7/+54
2008-10-17usb gadget: cdc obex glueFelipe Balbi4-2/+467
2008-10-17usb gadget: function activation/deactivationDavid Brownell1-0/+64
2008-10-17USB: gadget: net2280: implement set_wedgeAlan Stern2-6/+35
2008-10-17USB: gadget: dummy_hcd: implement set_wedgeAlan Stern1-6/+27
2008-10-17usb: gadget Kconfig cleanupDavid Brownell1-121/+144
2008-10-16usb gadget: link fixes for network gadgetDavid Brownell5-145/+158
2008-10-16usb gadget: link fixes for cdc composite gadgetDavid Brownell3-6/+26
2008-10-16usb gadget: link fixes for storage gadgetDavid Brownell2-2/+13
2008-10-16usb gadget: link fixes for printer gadgetDavid Brownell2-2/+15
2008-10-16usb gadget: link fixes for MIDI gadgetDavid Brownell2-1/+16
2008-10-16usb gadget: link fixes for gadget zeroDavid Brownell3-17/+36
2008-10-16usb gadget: link fixes for serial gadgetDavid Brownell2-1/+19
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+2
2008-09-23USB: fsl_usb2_udc: fix VDBG() format stringPeter Korsgaard1-1/+1
2008-09-23usb gadget: fix omap_udc DMA regressionDavid Brownell1-2/+2
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk2-2/+0
2008-08-21USB: Fix pxa27x_udc usb speed handling.Robert Jarzmik1-1/+1
2008-08-13USB: Add MUSB and TUSB supportFelipe Balbi1-0/+10
2008-08-13USB: omap_udc: fix compilation with debug enabledDmitry Baryshkov1-2/+3
2008-08-13usb gadget: issue notifications from ACM functionDavid Brownell3-27/+235