aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
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-17MUSB: Add sanity check for maximum number of endpointsKevin Hilman1-0/+1
2008-10-17usb: remove code associated with !CONFIG_PPC_MERGEKumar Gala4-223/+0
2008-10-17usbmon: fix tiny race exposed by the fastboot patchesArjan van de Ven1-1/+1
2008-10-17USB: change hub initialization sleeps to delayed_workAlan Stern1-10/+81
2008-10-17USB: ehci-dbg: fix reading less content of periodic fileMing Lei1-3/+5
2008-10-17USB: ehci-dbg: increase debug buffer size for periodic fileMing Lei2-19/+26
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 Serial: Sierra: debug message fixKevin Lloyd1-31/+38
2008-10-17USB: RESET_RESUME needs to block autosuspend when remote wakeup is neededOliver Neukum1-1/+2
2008-10-17USB: ftdi_sio: fix 'product' parameter descriptionPaulius Zaleckas1-1/+1
2008-10-17usb core: fix USB_OTG_BLACKLIST_HUB typoPeter Korsgaard1-1/+1
2008-10-17OHCI: Allow broken controllers to auto-stopAlan Stern1-28/+32
2008-10-17usb-storage: report underflow with no sense dataAlan Stern1-1/+1
2008-10-17usb: add Freescale QE/CPM USB peripheral controller driverLi Yang5-0/+3188
2008-10-17USB: drivers/usb/misc: Use an IS_ERR test rather than a NULL testJulien Brunel1-1/+1
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-17USB: Let some USB host controllers get IRQ flags from resourceMarc Zyngier3-17/+52
2008-10-17USB: extend poisoning to anchorsOliver Neukum1-9/+48
2008-10-17USB: kill URBs permanentlyOliver Neukum1-6/+50
2008-10-17drivers/usb/class/usblp.c: adjust error handling codeJulia Lawall1-9/+9
2008-10-17USB: add USB test and measurement class driverGreg Kroah-Hartman3-0/+1098
2008-10-17USB: Added driver for a Delcom USB 7-segment LED DisplayHarrison Metzger3-0/+404
2008-10-17USB: Add Oceanic product ID to ftdi_sioVladimir Vukicevic2-0/+6
2008-10-17USB: option.c remove duplicate device ids now supported in hso.cDenis Joseph Barrow1-22/+0
2008-10-17USB: option: add Ericsson F3507g and Dell 5530Dan Williams1-0/+6
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds21-213/+310
2008-10-16usb: turn dev_warn+WARN_ON combos into dev_WARNArjan van de Ven1-16/+8
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-Hartman8-23/+19
2008-10-15Merge branch 'fixes' into for-linusRussell King40-446/+332
2008-10-14Merge branch 's3c-move' into develRussell King21-85/+112
2008-10-14Merge branch 'omap-all' into develRussell King1-3/+11
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-78/+55
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-10-13tty: usb-serial krefsAlan Cox35-208/+269