I was referred to your group from "helpdesk@xxxxxxxxxx".
In summary I am using a new HP product (display pole) that works with
the pl2303 module but is not recognized as the device product ID is not
in the module table. To correct this I have attached 2 patches that I
would like applied to the pl2303 module if possible.
As this is my first patch submission I may have omitted some
information. Please let me know if you require more information.
Regards,
Serge Bromow
--
Signature
Serge Bromow
DineAmix Inc. <http://www.dineamix.ca> <serge@xxxxxxxxxxx> (613)
260-8629 888 411-6636 Ottawa, Canada.
Please Consider the Environment before Printing the E-Mail. IMPORTANT
NOTICE: This message is intended only for the use of the individual or
entity to which it is addressed. The message may contain information
that is privileged, confidential and exempt from disclosure under
applicable law. If the reader of this message is not the intended
recipient, or the employee or agent responsible for delivering the
message to the intended recipient, you are notified that any
dissemination, distribution or copying of this communication is strictly
prohibited. If you have received this communication in error, please
notify DineAmix Inc. immediately by email at postmaster@xxxxxxxxxxx.
Thank you.
--- pl2303.c 2016-07-27 05:54:57.676741858 -0400
+++ pl2303.change.c 2016-07-27 05:54:10.249145021 -0400
@@ -86,6 +86,7 @@
{ USB_DEVICE(HP_VENDOR_ID, HP_LD960_PRODUCT_ID) },
{ USB_DEVICE(HP_VENDOR_ID, HP_LCM220_PRODUCT_ID) },
{ USB_DEVICE(HP_VENDOR_ID, HP_LCM960_PRODUCT_ID) },
+ { USB_DEVICE(HP_VENDOR_ID, HP_LX220_PRODUCT_ID) },
{ USB_DEVICE(CRESSI_VENDOR_ID, CRESSI_EDY_PRODUCT_ID) },
{ USB_DEVICE(ZEAGLE_VENDOR_ID, ZEAGLE_N2ITION3_PRODUCT_ID) },
{ USB_DEVICE(SONY_VENDOR_ID, SONY_QN3USB_PRODUCT_ID) },
--- pl2303.h 2016-07-27 05:55:08.888646534 -0400
+++ pl2303.change.h 2016-07-27 05:54:26.089010381 -0400
@@ -124,6 +124,7 @@
#define HP_LCM220_PRODUCT_ID 0x3139
#define HP_LCM960_PRODUCT_ID 0x3239
#define HP_LD220_PRODUCT_ID 0x3524
+#define HP_LX220_PRODUCT_ID 0x4349
/* Cressi Edy (diving computer) PC interface */
#define CRESSI_VENDOR_ID 0x04b8