diff options
| author | Oliver Neukum <oneukum@suse.de> | 2007-01-26 08:26:21 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-23 18:03:46 -0500 |
| commit | 7ceec1f1d26f966c0816b86a1aab1e0b3b208757 (patch) | |
| tree | 3b444fb3eedff17366a7aa01106ee7eed50e051a /drivers/usb/core/Makefile | |
| parent | bb417020ba8c559eb52f57379ba17f669f8f72cd (diff) | |
USB: add a blacklist for devices that can't handle some things we throw at them.
This adds a blacklist to the USB core to handle some autosuspend and
string issues that devices have.
Originally written by Oliver, but hacked up a lot by Greg.
Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/core/Makefile')
| -rw-r--r-- | drivers/usb/core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/Makefile b/drivers/usb/core/Makefile index 34e9bac319b..b6078706fb9 100644 --- a/drivers/usb/core/Makefile +++ b/drivers/usb/core/Makefile | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | usbcore-objs := usb.o hub.o hcd.o urb.o message.o driver.o \ | 5 | usbcore-objs := usb.o hub.o hcd.o urb.o message.o driver.o \ |
| 6 | config.o file.o buffer.o sysfs.o endpoint.o \ | 6 | config.o file.o buffer.o sysfs.o endpoint.o \ |
| 7 | devio.o notify.o generic.o | 7 | devio.o notify.o generic.o quirks.o |
| 8 | 8 | ||
| 9 | ifeq ($(CONFIG_PCI),y) | 9 | ifeq ($(CONFIG_PCI),y) |
| 10 | usbcore-objs += hcd-pci.o | 10 | usbcore-objs += hcd-pci.o |
