aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-11V4L/DVB: uvc: Fix multiple symbols definitions with UVC gadget and host driversLaurent Pinchart7-110/+89
2010-06-30USB: gadget: f_mass_storage: stale common->fsg value bug fixMichal Nazarewicz1-99/+61
2010-06-30USB: gadget: f_mass_storage: fixed fs descriptors not being updatedMichal Nazarewicz1-22/+12
2010-06-30USB: gadget eth: Fix calculate CRC32 in EEMJiri Pinkava1-2/+1
2010-06-30USB: gadget/printer, fix sleep inside atomicJiri Slaby1-16/+16
2010-06-30USB: s3c2410: deactivate endpoints before gadget unbindingVladimir Zapolskiy1-1/+5
2010-06-30USB: gadget: g_fs: possible invalid pointer reference bug fixedMichal Nazarewicz1-0/+11
2010-06-30USB: g_serial: fix tty cleanup on unloadJon Povey1-0/+1
2010-06-30USB: g_serial: don't set low_latency flagJon Povey1-13/+2
2010-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds3-25/+25
2010-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-0/+58
2010-06-04USB: s3c-hsotg: Ensure FIFOs are fully flushed after layoutBen Dooks1-0/+26
2010-06-04USB: s3c-hsotg: SoftDisconnect minimum 3msBen Dooks1-0/+3
2010-06-04USB: s3c-hsotg: Ensure TX FIFO addresses setup when initialising FIFOsBen Dooks1-0/+25
2010-06-04USB: s3c_hsotg: define USB_GADGET_DUALSPEED in KconfigMaurus Cuelenaere1-0/+1
2010-06-04USB: s3c: Enable soft disconnect during initializationThomas Abraham1-0/+3
2010-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-2/+2
2010-06-02of/usb: fsl_qe_udc.c: fix build breakageAnatolij Gustschin1-2/+2
2010-06-02Merge branch 'sh/iomap'Paul Mundt3-25/+25
2010-06-02usb: gadget: r8a66597-udc pio to mmio accessor conversion.Paul Mundt2-14/+14
2010-06-02usb: gadget: m66592-udc pio to mmio accessor conversion.Paul Mundt1-11/+11
2010-06-01usb/gadget: Replace the old USB audio FU definitions in f_audio.cTakashi Iwai1-2/+2
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely30-130/+7241
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-1/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds27-127/+7228
2010-05-20USB: gadget: Use kmemdupJulia Lawall1-2/+1
2010-05-20USB: fix functionfs for CONFIG_NET disabledRandy Dunlap1-2/+2
2010-05-20USB: gadget: f_mass_storage: fix in error recoveryMichal Nazarewicz1-26/+25
2010-05-20USB: gadget: f_fs.c needs to include pagemap.hRandy Dunlap1-0/+1
2010-05-20USB: mxc: gadget: remove 60mhz clock requirement for freescale mx51 usb coreDinh Nguyen2-7/+9
2010-05-20USB: gadget: Allow function access to device ID data during bind()Robert Lukassen1-8/+8
2010-05-20USB: g_ffs: the FunctionFS gadget driverMichal Nazarewicz3-0/+465
2010-05-20USB: f_fs: the FunctionFS driverMichal Nazarewicz1-0/+2441
2010-05-20USB: gadget: __init and __exit tags removedMichal Nazarewicz8-70/+71
2010-05-20USB: gadget webcam: depends on VIDEO_DEVRandy Dunlap1-0/+1
2010-05-20USB gadget: Webcam deviceLaurent Pinchart3-1/+409
2010-05-20USB gadget: video class function driverLaurent Pinchart7-0/+2710
2010-05-20USB: mxc: gadget: Fix bitfield for calculating maximum packet sizeDinh Nguyen1-1/+1
2010-05-20USB: g_hid: unregister platform driver on probe/usb_composite_register errorsPeter Korsgaard1-2/+12
2010-05-20USB: Mass storage gadget: Handle eject requestFabien Chouteau1-3/+45
2010-05-20USB: Composite framework: Add suspended sysfs entryFabien Chouteau1-0/+21
2010-05-20USB: pxa27x_udc: use four bits to store endpoint addressesMatt Reimer1-1/+1
2010-05-20USB: gadget: f_mass_storage: per functionMichal Nazarewicz1-6/+22
2010-05-20usb: gadget: Allow larger configuration descriptorsRobert Lukassen1-1/+1
2010-05-20USB: gadget: add HID gadget driverFabien Chouteau4-0/+974
2010-05-20USB: f_mass_storage: dynamic buffers for better alignmentMichal Nazarewicz1-5/+18
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-3/+1
2010-05-17Merge branch 'devel-stable' into develRussell King33-9/+52