Age | Commit message (Expand) | Author |
2009-01-07 | USB: re-enable interface after driver unbinds | Alan Stern |
2009-01-07 | USB: utilize the bus notifiers | Alan Stern |
2009-01-07 | USB: Enhance usage of pm_message_t | Alan Stern |
2009-01-07 | USB: Don't use __module_param_call; use core_param. | Rusty Russell |
2009-01-07 | USB: add asynchronous autosuspend/autoresume support | Alan Stern |
2009-01-07 | USB: change interface to usb_lock_device_for_reset() | Alan Stern |
2009-01-06 | PM: Simplify the new suspend/hibernation framework for devices | Rafael J. Wysocki |
2008-08-21 | USB: Add new PM callback methods for USB | Alan Stern |
2008-07-21 | USB: usb dev_set_name() instead of dev->bus_id | Kay Sievers |
2008-07-21 | USB: usb dev_name() instead of dev->bus_id | Kay Sievers |
2008-05-14 | USB: create attributes before sending uevent | Alan Stern |
2008-03-04 | PM: Do not acquire device semaphores upfront during suspend | Rafael J. Wysocki |
2008-03-03 | docbook: fix usb source files | Randy Dunlap |
2008-02-01 | USB: fix codingstyle issues in drivers/usb/core/*.c | Greg Kroah-Hartman |
2008-02-01 | USB: mark USB drivers as being GPL only | Greg Kroah-Hartman |
2008-02-01 | USB: Export suspend statistics | Sarah Sharp |
2008-02-01 | USB: make ksuspend_usbd thread non-freezable | Alan Stern |
2007-11-28 | USB: uevent environment key fix | Alan Stern |
2007-11-02 | cleanup asm/scatterlist.h includes | Adrian Bunk |
2007-10-17 | security/ cleanups | Adrian Bunk |
2007-10-12 | USB: Export URB statistics for powertop | Sarah Sharp |
2007-10-12 | USB: flush outstanding URBs when suspending | Alan Stern |
2007-10-12 | usb: initialize authorization and wusb bits in USB devices | Inaky Perez-Gonzalez |
2007-10-12 | USB: avoid using urb->pipe in usbcore | Alan Stern |
2007-10-12 | USB: add ep->enable | Alan Stern |
2007-07-12 | USB: usb/dma doc updates | David Brownell |
2007-07-12 | USB: make the usb_device numa_node get assigned from controller | Yinghai Lu |
2007-05-29 | USB: replace flush_workqueue with cancel_sync_work | Alan Stern |
2007-05-22 | USB: make the autosuspend workqueue thread freezable | Alan Stern |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap |
2007-04-27 | USB: make usbdevices export their device nodes instead of using a separate class | Kay Sievers |
2007-04-27 | USB: Allow autosuspend delay to equal 0 | Alan Stern |
2007-04-27 | USB: separate autosuspend from external suspend | Alan Stern |
2007-04-27 | usbcore: move usb_autosuspend_work | Alan Stern |
2007-02-23 | USB: make autosuspend delay a module parameter | Alan Stern |
2007-02-07 | usbcore: trivial whitespace fixes | Oliver Neukum |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells |
2006-12-01 | USB core: fix compiler warning about usb_autosuspend_work | Alan Stern |
2006-12-01 | USB: makes usb_endpoint_* functions inline. | Luiz Fernando N. Capitulino |
2006-11-22 | WorkStruct: make allyesconfig | David Howells |
2006-10-03 | fix file specification in comments | Uwe Zeisberger |
2006-09-28 | USB: fix autosuspend when CONFIG_PM isn't set | Alan Stern |
2006-09-28 | USB: create new workqueue thread for USB autosuspend | Alan Stern |
2006-09-27 | USB: fix __must_check warnings in drivers/usb/core/ | Greg Kroah-Hartman |
2006-09-27 | usbcore: add autosuspend/autoresume infrastructure | Alan Stern |
2006-09-27 | usbcore: trim down usb_bus structure | Alan Stern |
2006-09-27 | USB: remove struct usb_operations | Alan Stern |
2006-09-27 | USB core: Use const where possible. | Luiz Fernando N. Capitulino |
2006-09-27 | USB: New functions to check endpoints info. | Luiz Fernando N. Capitulino |
2006-09-27 | usbcore: make usb_generic a usb_device_driver | Alan Stern |