# 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.684   -> 1.685  
#       drivers/usb/serial/pl2303.c     1.20    -> 1.21   
#       drivers/usb/serial/pl2303.h     1.3     -> 1.4    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/07/22      [EMAIL PROTECTED]  1.685
# [PATCH] USB pl2303: new device support added
# 
# Thanks to Ang Sei Heng <[EMAIL PROTECTED]> for the information.
# --------------------------------------------
#
diff -Nru a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c
--- a/drivers/usb/serial/pl2303.c       Mon Jul 22 17:11:20 2002
+++ b/drivers/usb/serial/pl2303.c       Mon Jul 22 17:11:20 2002
@@ -71,6 +71,7 @@
        { USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID) },
        { USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID) },
        { USB_DEVICE(ELCOM_VENDOR_ID, ELCOM_PRODUCT_ID) },
+       { USB_DEVICE(ITEGNO_VENDOR_ID, ITEGNO_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 Jul 22 17:11:20 2002
+++ b/drivers/usb/serial/pl2303.h       Mon Jul 22 17:11:20 2002
@@ -19,3 +19,6 @@
 
 #define ELCOM_VENDOR_ID                0x056e
 #define ELCOM_PRODUCT_ID       0x5003
+
+#define ITEGNO_VENDOR_ID       0x0eba
+#define ITEGNO_PRODUCT_ID      0x1080


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to