projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d229813
)
USB: yet another quirky device
author
Oliver Neukum
<oliver@neukum.org>
Mon, 30 Jul 2007 10:09:59 +0000
(12:09 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 30 Jul 2007 20:27:45 +0000
(13:27 -0700)
another quirky scanner.
Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/quirks.c
patch
|
blob
|
history
diff --git
a/drivers/usb/core/quirks.c
b/drivers/usb/core/quirks.c
index 188457b7e4f5732ff1c6e5a845bef75bcba7a649..b7917c5a3c6f4182f6f085e8186790b17577f8d1 100644
(file)
--- a/
drivers/usb/core/quirks.c
+++ b/
drivers/usb/core/quirks.c
@@
-54,6
+54,8
@@
static const struct usb_device_id usb_quirk_list[] = {
{ USB_DEVICE(0x04b8, 0x011f), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
/* EPSON Perfection 2480 */
{ USB_DEVICE(0x04b8, 0x0121), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
+ /* Seiko Epson Corp.*/
+ { USB_DEVICE(0x04b8, 0x0122), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
/* Samsung ML-2510 Series printer */
{ USB_DEVICE(0x04e8, 0x327e), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
/* Elsa MicroLink 56k (V.250) */