diff options
author | Oliver Neukum <oliver@neukum.org> | 2007-06-29 02:44:37 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-12 19:34:42 -0400 |
commit | e4f747373cd96c86db3c64c21710748c6889c03c (patch) | |
tree | f97fea2cd550f458a879428ad5f42fa6e47d6293 /drivers/usb | |
parent | fbf54dd32001359ccda6a9d8577f7b00e67357c7 (diff) |
USB: quirk for samsung printer
this printer does not survive suspension.
Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/core/quirks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index 1cfc87b1d273..a0fd68bb297b 100644 --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c | |||
@@ -32,6 +32,8 @@ static const struct usb_device_id usb_quirk_list[] = { | |||
32 | { USB_DEVICE(0x03f0, 0x0701), .driver_info = USB_QUIRK_STRING_FETCH_255 }, | 32 | { USB_DEVICE(0x03f0, 0x0701), .driver_info = USB_QUIRK_STRING_FETCH_255 }, |
33 | /* Seiko Epson Corp - Perfection 1670 */ | 33 | /* Seiko Epson Corp - Perfection 1670 */ |
34 | { USB_DEVICE(0x04b8, 0x011f), .driver_info = USB_QUIRK_NO_AUTOSUSPEND }, | 34 | { USB_DEVICE(0x04b8, 0x011f), .driver_info = USB_QUIRK_NO_AUTOSUSPEND }, |
35 | /* Samsung ML-2510 Series printer */ | ||
36 | { USB_DEVICE(0x04e8, 0x327e), .driver_info = USB_QUIRK_NO_AUTOSUSPEND }, | ||
35 | /* Elsa MicroLink 56k (V.250) */ | 37 | /* Elsa MicroLink 56k (V.250) */ |
36 | { USB_DEVICE(0x05cc, 0x2267), .driver_info = USB_QUIRK_NO_AUTOSUSPEND }, | 38 | { USB_DEVICE(0x05cc, 0x2267), .driver_info = USB_QUIRK_NO_AUTOSUSPEND }, |
37 | 39 | ||