# 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.415 -> 1.415.1.1 # drivers/usb/serial/pl2303.c 1.7 -> 1.8 # drivers/usb/serial/pl2303.h 1.2 -> 1.3 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/05/09 greg@kroah.com 1.415.1.1 # USB pl2303 driver # # added support for another pl2303 device thanks to lutz rothhardt # -------------------------------------------- # diff -Nru a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c --- a/drivers/usb/serial/pl2303.c Mon Aug 5 14:47:04 2002 +++ b/drivers/usb/serial/pl2303.c Mon Aug 5 14:47:04 2002 @@ -69,6 +69,7 @@ { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_RSAQ2) }, { USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID) }, { USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID) }, + { USB_DEVICE(ELCOM_VENDOR_ID, ELCOM_PRODUCT_ID) }, { } /* Terminating entry */ }; diff -Nru a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h --- a/drivers/usb/serial/pl2303.h Mon Aug 5 14:47:04 2002 +++ b/drivers/usb/serial/pl2303.h Mon Aug 5 14:47:04 2002 @@ -16,3 +16,6 @@ #define IODATA_VENDOR_ID 0x04bb #define IODATA_PRODUCT_ID 0x0a03 + +#define ELCOM_VENDOR_ID 0x056e +#define ELCOM_PRODUCT_ID 0x5003