Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / drivers / usb / core / driver.c
2006-09-27 Alan Sternusbcore: set device and power states properly
2006-09-27 Alan Sternusbcore: resume device resume recursion
2006-09-27 Alan Sternusbcore: split suspend/resume for device and interfaces
2006-09-27 Alan Sternusbcore: make usb_generic a usb_device_driver
2006-09-27 Alan Sternusbcore: add usb_device_driver definition
2006-09-27 Alan Sternusbcore: move code among source files
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-20 Greg Kroah-Hartman[PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to USB subsystem
2006-02-05 Greg KH[PATCH] USB: Fix GPL markings on usb core functions.
2006-01-04 Alan Stern[PATCH] USB: Remove USB private semaphore
2006-01-04 Greg Kroah-Hartman[PATCH] USB: make registering a usb driver automaticall...
2006-01-04 Greg Kroah-Hartman[PATCH] USB: allow usb drivers to disable dynamic ids
2006-01-04 Greg Kroah-Hartman[PATCH] USB: add dynamic id functionality to USB core
2006-01-04 Greg Kroah-Hartman[PATCH] USB: reorg some functions out of the main usb...