aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+6
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller34-349/+640
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds34-342/+634
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-3/+3
2009-03-24usb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-3/+3
2009-03-24USB: pxa27x_udc: typo fixes and code cleanupsVernon Sauder1-30/+24
2009-03-24USB: gadget: gadget zero uses new suspend/resume hooksDavid Brownell4-58/+74
2009-03-24USB: gadget: composite device-level suspend/resume hooksDavid Brownell1-2/+6
2009-03-24USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman1-1/+1
2009-03-24USB: composite: avoid inconsistent lock stateFelipe Balbi1-2/+3
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison24-113/+113
2009-03-24USB: add missing KERN_* constants to printksFrank Seidel2-10/+14
2009-03-24USB: imx_udc: Fix IMX UDC gadget general irq handlingDarius Augulis2-65/+94
2009-03-24USB: imx_udc: Fix IMX UDC gadget ep0 irq handlingDarius Augulis1-6/+6
2009-03-24USB: imx_udc: Fix IMX UDC gadget code styleDarius Augulis2-36/+69
2009-03-24USB: imx_udc: Fix IMX UDC gadget bugsDarius Augulis2-15/+20
2009-03-24USB: gadget: remove duplicated #includeHuang Weiyi1-1/+0
2009-03-24USB: Remove redundant test in pxa27x_udc and ftdi_sioJulia Lawall1-1/+1
2009-03-24USB: pxa27x_udc: add vbus_draw callbackRobert Jarzmik1-1/+23
2009-03-24USB: pxa27x_udc: add otg transceiver supportRobert Jarzmik3-1/+22
2009-03-24USB: pxa27x_udc: add vbus session handlingRobert Jarzmik2-0/+34
2009-03-24USB: pxa27x_udc: factor pullup code to prepare otg transceiverRobert Jarzmik2-8/+138
2009-03-24USB: gadget: fix rndis regressionDavid Brownell1-1/+1
2009-03-24Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai1-4/+3
2009-03-21usbnet: convert rndis driver to use dev_get_statsStephen Hemminger1-5/+2
2009-03-16Use f_lock to protect f_flagsJonathan Corbet1-1/+6
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-3/+11
2009-02-27USB: gadget: fix build error in omap_apollon_2420_defconfigDavid Brownell1-0/+1
2009-02-27USB: g_file_storage: automatically disable stalls under AtmelAlan Stern1-1/+5
2009-02-27usb: gadget: obex: select correct ep descriptorsFelipe Balbi1-2/+2
2009-02-27USB: fsl_usb2_udc: fix potential queue head corruptionLi Yang1-0/+3
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-2/+2
2009-02-19[ARM] 5403/1: pxa25x_ep_fifo_flush() *ep->reg_udccs always set to 0Roel Kluin1-2/+2
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-10/+36
2009-02-14rndis: remove private wrapper of __constant_cpu_to_le32Harvey Harrison1-46/+46
2009-02-09USB: fsl_qe_udc: Fix stalled TX requests bugAnton Vorontsov1-0/+1
2009-02-09USB: fsl_qe_udc: Fix muram corruption by disabled endpointsAnton Vorontsov1-0/+1
2009-02-09USB: fsl_qe_udc: Fix disconnects reporting during bus resetAnton Vorontsov1-0/+3
2009-02-09USB: fsl_qe_udc: Fix QE USB controller initializationAnton Vorontsov1-1/+5
2009-02-09USB: fsl_qe_udc: Fix recursive locking bug in ch9getstatus()Anton Vorontsov1-8/+18
2009-02-09USB: fsl_qe_udc: Fix oops on QE UDC probe failureAnton Vorontsov1-1/+8
2009-01-27USB: GADGET: fix !x & yRoel Kluin1-1/+1
2009-01-27USB: composite: Fix bug: low byte of w_index is the usb interface number not the whole 2 bytes of w_indexBryan Wu1-3/+4
2009-01-27USB: composite: Fix bug: should test set_alt function pointer before use itBryan Wu1-1/+1
2009-01-12drivers/usb/gadget: Convert to snd_card_create()Takashi Iwai1-4/+3
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller20-61/+5137
2009-01-07gadget: convert devices to new APIStephen Hemminger1-6/+10
2009-01-07phonet: update to net_device_opsStephen Hemminger1-4/+8
2009-01-07USB: Fix goku_udc usb speed handlingSangSu Park1-1/+1
2009-01-07USB: add imx udc gadget driverDarius Augulis5-1/+1882