aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-03fix file specification in commentsUwe Zeisberger2-2/+2
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-2/+2
2006-10-02[PATCH] usb: fixup usb so it uses struct pidEric W. Biederman3-6/+8
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-3/+4
2006-09-28USB: fix autosuspend when CONFIG_PM isn't setAlan Stern4-26/+42
2006-09-28USB: allow both root-hub interrupts and pollingAlan Stern1-2/+1
2006-09-28USB: create new workqueue thread for USB autosuspendAlan Stern3-8/+46
2006-09-28USB: fixes kerneldoc errors in usbcore-auto(susp/res)-patchHenrik Kretzschmar1-6/+6
2006-09-28USB: Fix alignment of buffer passed down to ->hub_control()Mikael Pettersson1-1/+2
2006-09-27USB: remove OTG build warningDavid Brownell1-2/+1
2006-09-27USB: force root hub resume after power lossAlan Stern1-0/+6
2006-09-27USB: Remove unneeded void * casts in core filesTobias Klauser5-12/+12
2006-09-27USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman6-29/+80
2006-09-27USB: fix root-hub resume when CONFIG_USB_SUSPEND is not setAlan Stern1-1/+6
2006-09-27usbcore: remove usb_suspend_root_hubAlan Stern4-68/+1
2006-09-27usbcore: non-hub-specific uses of autosuspendAlan Stern3-11/+17
2006-09-27usbcore: add autosuspend/autoresume infrastructureAlan Stern4-45/+460
2006-09-27usbcore: store each usb_device's level in the treeAlan Stern1-0/+1
2006-09-27usbcore: trim down usb_bus structureAlan Stern4-55/+34
2006-09-27usbcore: Add flag for whether a host controller uses DMAAlan Stern1-3/+5
2006-09-27USB: remove struct usb_operationsAlan Stern5-84/+24
2006-09-27USB: usb-hub-driver-improve-use-of-ifdef fixAndrew Morton1-0/+2
2006-09-27USB: Turn usb_resume_both() into static inlineAlexey Dobriyan1-1/+4
2006-09-27usbcore: help drivers to change device configsAlan Stern1-0/+59
2006-09-27USB core: Use const where possible.Luiz Fernando N. Capitulino2-12/+13
2006-09-27wusb: pretty print new wireless USB devices when they connectInaky Perez-Gonzalez1-10/+15
2006-09-27wusb: handle wusb device ep0 speed settingsInaky Perez-Gonzalez1-2/+10
2006-09-27wusb: hub code recognizes wusb portsInaky Perez-Gonzalez2-1/+16
2006-09-27usb: deal with broken config descriptorsInaky Perez-Gonzalez1-1/+3
2006-09-27usbcore: khubd and busy-port handlingAlan Stern2-2/+12
2006-09-27usbcore: make hcd_endpoint_disable wait for queue to drainAlan Stern1-30/+35
2006-09-27USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov3-0/+35
2006-09-27USB: hub: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino1-7/+2
2006-09-27USB: New functions to check endpoints info.Luiz Fernando N. Capitulino1-0/+144
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino5-8/+8
2006-09-27USB: usbcore get rid of the timer in usb_start_wait_urb()Franck Bui-Huu1-44/+29
2006-09-27hub driver: improve use of #ifdefAlan Stern2-18/+57
2006-09-27usbcore: suspending devices with no driverAlan Stern1-4/+15
2006-09-27usbcore: fix up device and power state testsAlan Stern3-61/+29
2006-09-27usbcore: set device and power states properlyAlan Stern2-35/+46
2006-09-27usbcore: track whether interfaces are suspendedAlan Stern1-3/+3
2006-09-27usbcore: resume device resume recursionAlan Stern4-105/+70
2006-09-27usbcore: split suspend/resume for device and interfacesAlan Stern1-45/+77
2006-09-27usbcore: make usb_generic a usb_device_driverAlan Stern4-186/+232
2006-09-27usbcore: add usb_device_driver definitionAlan Stern4-77/+194
2006-09-27usbcore: move code among source filesAlan Stern5-342/+370
2006-09-27usbcore: rename usb_suspend_device to usb_port_suspendAlan Stern3-24/+25
2006-09-27usbfs: detect device unregistrationAlan Stern1-6/+7
2006-09-27usbfs: private mutex for open, release, and removeAlan Stern3-11/+19