summaryrefslogtreecommitdiff
path: root/drivers/usb/core/usb.c
AgeCommit message (Expand)Author
2009-01-07USB: re-enable interface after driver unbindsAlan Stern
2009-01-07USB: utilize the bus notifiersAlan Stern
2009-01-07USB: Enhance usage of pm_message_tAlan Stern
2009-01-07USB: Don't use __module_param_call; use core_param.Rusty Russell
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern
2009-01-07USB: change interface to usb_lock_device_for_reset()Alan Stern
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki
2008-08-21USB: Add new PM callback methods for USBAlan Stern
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers
2008-05-14USB: create attributes before sending ueventAlan Stern
2008-03-04PM: Do not acquire device semaphores upfront during suspendRafael J. Wysocki
2008-03-03docbook: fix usb source filesRandy Dunlap
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman
2008-02-01USB: Export suspend statisticsSarah Sharp
2008-02-01USB: make ksuspend_usbd thread non-freezableAlan Stern
2007-11-28USB: uevent environment key fixAlan Stern
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk
2007-10-17security/ cleanupsAdrian Bunk
2007-10-12USB: Export URB statistics for powertopSarah Sharp
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern
2007-10-12usb: initialize authorization and wusb bits in USB devicesInaky Perez-Gonzalez
2007-10-12USB: avoid using urb->pipe in usbcoreAlan Stern
2007-10-12USB: add ep->enableAlan Stern
2007-07-12USB: usb/dma doc updatesDavid Brownell
2007-07-12USB: make the usb_device numa_node get assigned from controllerYinghai Lu
2007-05-29USB: replace flush_workqueue with cancel_sync_workAlan Stern
2007-05-22USB: make the autosuspend workqueue thread freezableAlan Stern
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers
2007-04-27USB: Allow autosuspend delay to equal 0Alan Stern
2007-04-27USB: separate autosuspend from external suspendAlan Stern
2007-04-27usbcore: move usb_autosuspend_workAlan Stern
2007-02-23USB: make autosuspend delay a module parameterAlan Stern
2007-02-07usbcore: trivial whitespace fixesOliver Neukum
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-01USB core: fix compiler warning about usb_autosuspend_workAlan Stern
2006-12-01USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-03fix file specification in commentsUwe Zeisberger
2006-09-28USB: fix autosuspend when CONFIG_PM isn't setAlan Stern
2006-09-28USB: create new workqueue thread for USB autosuspendAlan Stern
2006-09-27USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman
2006-09-27usbcore: add autosuspend/autoresume infrastructureAlan Stern
2006-09-27usbcore: trim down usb_bus structureAlan Stern
2006-09-27USB: remove struct usb_operationsAlan Stern
2006-09-27USB core: Use const where possible.Luiz Fernando N. Capitulino
2006-09-27USB: New functions to check endpoints info.Luiz Fernando N. Capitulino
2006-09-27usbcore: make usb_generic a usb_device_driverAlan Stern