USB: add a blacklist for devices that can't handle some things we throw at them.
[safe/jmp/linux-2.6] / drivers / usb / core / driver.c
2007-02-23 Greg Kroah-HartmanUSB: refactor usb device matching and create usb_device...
2007-02-16 Randy DunlapUSB: kernel-doc fixes
2007-02-08 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/usb-2.6
2007-02-07 Greg Kroah-HartmanUSB serial: add dynamic id support to usb-serial core
2007-02-07 Greg Kroah-HartmanUSB: add the sysfs driver name to all modules
2006-12-01 Alan Sternusbcore: remove unused argument in autosuspend
2006-12-01 Alan SternUSB: keep count of unsuspended children
2006-12-01 Adrian BunkUSB: make drivers/usb/core/driver.c:usb_device_match...
2006-12-01 Stephen HemmingerUSB: resume_device symbol conflict
2006-12-01 Alan SternUSB: expand autosuspend/autoresume API
2006-12-01 Alan SternUSB: autosuspend code consolidation
2006-12-01 Alan SternUSB core: don't match interface descriptors for vendor...
2006-09-28 Alan SternUSB: fix autosuspend when CONFIG_PM isn't set
2006-09-28 Alan SternUSB: create new workqueue thread for USB autosuspend
2006-09-28 Henrik KretzschmarUSB: fixes kerneldoc errors in usbcore-auto(susp/res...
2006-09-27 Greg Kroah-HartmanUSB: fix __must_check warnings in drivers/usb/core/
2006-09-27 Alan SternUSB: fix root-hub resume when CONFIG_USB_SUSPEND is...
2006-09-27 Alan Sternusbcore: add autosuspend/autoresume infrastructure
2006-09-27 Alan Sternusbcore: suspending devices with no driver
2006-09-27 Alan Sternusbcore: fix up device and power state tests
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...