Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d2298136f17f8fa9fd381d3b688d36e7dbbf0284
Commit:     d2298136f17f8fa9fd381d3b688d36e7dbbf0284
Parent:     81ac0dd1914bab227bfdb05baa2362597e39a48c
Author:     Johann Felix Soden <[EMAIL PROTECTED]>
AuthorDate: Sat Jul 28 17:10:33 2007 +0200
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Mon Jul 30 13:27:45 2007 -0700

    USB: Add CanonScan LiDE30 to the quirk list
    
    This patch adds CanoScan N1240U/LiDE30 (Scanner) to the list of quirky USB
    devices.
    
    Signed-off-by: Johann Felix Soden <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 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 d12de30..188457b 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -34,6 +34,8 @@ static const struct usb_device_id usb_quirk_list[] = {
        { USB_DEVICE(0x04a5, 0x207e), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
        /* Benq S2W 3300U */
        { USB_DEVICE(0x04a5, 0x20b0), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
+       /* Canon, Inc. CanoScan N1240U/LiDE30 */
+       { USB_DEVICE(0x04a9, 0x220e), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
        /* Canon, Inc. CanoScan N650U/N656U */
        { USB_DEVICE(0x04a9, 0x2206), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
        /* Canon, Inc. CanoScan 1220U */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to