aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-10-28[PATCH] USB: convert usbfs/devio.c to use usb notifiersGreg Kroah-Hartman3-11/+34
2005-10-28[PATCH] USB: add notifier functions to the USB core for devices and bussesGreg Kroah-Hartman5-1/+132
2005-10-28[PATCH] USB: remove the global function usbdev_lookup_minorGreg Kroah-Hartman2-18/+17
2005-10-28[PATCH] Missing transfer_flags setting in usbtestAlan Stern1-0/+1
2005-10-28[PATCH] USB: add owner initialisation to host driversBen Dooks8-0/+8
2005-10-28[PATCH] USB: gadget drivers - add .owner initialisationBen Dooks9-0/+10
2005-10-28[PATCH] USB: S3C2410 OHCI - add driver owner fieldBen Dooks1-0/+1
2005-10-28[PATCH] add usb transceiver set_suspend() methodJuha Yrj?l?1-0/+4
2005-10-28[PATCH] Fix hcd->state assignments in uhci-hcdAlan Stern1-3/+3
2005-10-28[PATCH] omap_udc dma off-by-one fixDavid Brownell1-3/+5
2005-10-28[PATCH] USB: Buffer overflow patch for Yealink driverHenk1-1/+1
2005-10-28[PATCH] UHCI: Improve handling of iso TDsAlan Stern1-13/+26
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern18-79/+72
2005-10-28[PATCH] UHCI: unify BIOS handoff and driver reset codeAlan Stern2-112/+106
2005-10-28[PATCH] g_file_storage: fix obscure race conditionAlan Stern1-12/+9
2005-10-28[PATCH] usb/input/touchkit: add more device IDsDaniel Ritz1-0/+2
2005-10-28[PATCH] Add unusual_devs for iPod NanoPhil Dibowitz1-0/+10
2005-10-28[PATCH] Add unusual_dev for iBeatPhil Dibowitz1-0/+7
2005-10-28[PATCH] usb-storage: Readd missing SDDR-05b unusual_devs entryDaniel Drake1-0/+8
2005-10-28[PATCH] usb-storage: Some minor shuttle_usbat cleanupsDaniel Drake5-175/+213
2005-10-28[PATCH] USB Storage: HP8200: Another device type detection fixDaniel Drake1-6/+6
2005-10-28[PATCH] USB: make usb storage note visible in KconfigBorislav Petkov1-1/+2
2005-10-28[PATCH] safe_serial: use preprocessor directive for errorRandy Dunlap1-1/+1
2005-10-28[PATCH] pegasus.hPetko Manolov1-0/+2
2005-10-28[PATCH] drivers/usb/serial/ftdi_sio: add PID/VIDThomas Riewe2-0/+4
2005-10-28[PATCH] USB: make wHubCharacteristics __le16 to match other usb descriptor fieldsGreg Kroah-Hartman2-11/+13
2005-10-28[PATCH] USB: File-Storage gadget: use the kthread APIAlan Stern1-19/+13
2005-10-28[PATCH] USB: sisusb warning fixAndrew Morton1-1/+1
2005-10-28[PATCH] USB: UHCI: Spruce up some commentsAlan Stern1-42/+49
2005-10-28[PATCH] USB: usb_bulk_message() handles interrupts endpointsAlan Stern1-4/+20
2005-10-28[PATCH] updates for "controller suspended" handlingDavid Brownell2-17/+14
2005-10-28[PATCH] stop exporting two functionsDavid Brownell2-8/+8
2005-10-28[PATCH] ISP116x PM updatesDavid Brownell2-26/+4
2005-10-28[PATCH] UHCI PM updatesDavid Brownell1-9/+0
2005-10-28[PATCH] update PCI early-handoff handling for OHCIDavid Brownell1-4/+18
2005-10-28[PATCH] OHCI PM updatesDavid Brownell7-94/+34
2005-10-28[PATCH] usbcore PCI glue updates for PMDavid Brownell2-59/+53
2005-10-28[PATCH] root hub updates (greater half)David Brownell2-77/+97
2005-10-28[PATCH] root hub changes (lesser half)David Brownell5-21/+110
2005-10-28[PATCH] all HCDs provide root hub suspend/resume methodsDavid Brownell6-15/+40
2005-10-28[PATCH] EHCI, split out PCI glueMatt Porter3-463/+489
2005-10-28[PATCH] USB: UHCI: Split apart the physical and logical framelist arraysAlan Stern4-28/+44
2005-10-28[PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULLAlan Stern4-43/+10
2005-10-28[PATCH] USB: Fix usb hub buildMatt Porter1-1/+1
2005-10-28[PATCH] remove some USB_SUSPEND dependenciesDavid Brownell9-11/+12
2005-10-28[PATCH] remove duplicated resume path codeDavid Brownell1-28/+5
2005-10-28[PATCH] remove usb_suspend_device() parameterDavid Brownell5-18/+45
2005-10-28[PATCH] remove suspend-path recursionDavid Brownell1-64/+12
2005-10-28[PATCH] usb_interface power stateDavid Brownell8-48/+85
2005-10-28[PATCH] USB: move handoff codeDavid Brownell3-2/+276