aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-27usbcore: add configuration_string to attribute groupAlan Stern1-3/+2
2006-09-27USB: Make usb_buffer_free() NULL-safeDmitry Torokhov1-1/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2-4/+4
2006-09-25PM: USB HCDs use PM_EVENT_PRETHAWDavid Brownell1-1/+1
2006-08-02Revert "[PATCH] USB: move usb_device_class class devices to be real devices"Greg Kroah-Hartman1-10/+10
2006-08-02Revert "[PATCH] USB: convert usb class devices to real devices"Greg Kroah-Hartman1-6/+7
2006-07-12[PATCH] USB: remove devfs information from KconfigMichal Piotrowski1-3/+0
2006-07-12[PATCH] usbcore: fixes for hub_port_resumeAlan Stern1-0/+5
2006-07-12[PATCH] USB hub: don't return status > 0 from resumeAlan Stern1-1/+4
2006-07-12[PATCH] usbfs: use the correct signal number for disconnectionZoran Marceta1-1/+1
2006-07-03[PATCH] lockdep: annotate USBFSArjan van de Ven1-1/+1