# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.432 -> 1.433 # drivers/usb/hpusbscsi.c 1.4 -> 1.5 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/04/18 oliver@neukum.name 1.433 # [PATCH] added device id for hpusbscsi # # Hi Greg, # # this patch for 2.4 adds a scanner to hpusbscsi.c. # # Regards # Oliver # You can import this changeset into BK by piping this whole message to: # '| bk receive [path to repository]' or apply the patch as usual. # # =================================================================== # # # ChangeSet@1.689, 2002-04-18 09:08:35+02:00, oliver@oenone.homelinux.org # - added device id # -------------------------------------------- # diff -Nru a/drivers/usb/hpusbscsi.c b/drivers/usb/hpusbscsi.c --- a/drivers/usb/hpusbscsi.c Thu Apr 18 13:53:44 2002 +++ b/drivers/usb/hpusbscsi.c Thu Apr 18 13:53:44 2002 @@ -144,6 +144,7 @@ {USB_DEVICE (0x03f0, 0x0701)}, /* HP 53xx */ {USB_DEVICE (0x03f0, 0x0801)}, /* HP 7400 */ {USB_DEVICE (0x0638, 0x026a)}, /*Scan Dual II */ + {USB_DEVICE (0x0686, 0x4004)}, /*Minolta Elite II */ {} /* Terminating entry */ }; @@ -586,3 +587,4 @@ handle_usb_error(hpusbscsi); } } +