Recall: [PATCH] drivers: add new VID/PID for supporting Teraoka AD2000
Jin Chen Xin would like to recall the message, "[PATCH] drivers: add new VID/PID for supporting Teraoka AD2000". * The information contained in this message is intended for the use of the individuals to whom it is addressed and may contain information that is privileged and confidential. If you have received this email by mistake, please discard this email immediately. Do not disclose, forward or copy. * 信息安全声明:本邮件(包括其任何附件)的信息,仅用于邮件列出的接收者使用,并且可能包含有特许和机密的信息。如果您误收到这封电子邮件,请通知发件人,并立即删除它,请勿透露、转发或复制。
Recall: [PATCH] drivers: add new VID/PID for supporting Teraoka AD2000
Jin Chen Xin would like to recall the message, "[PATCH] drivers: add new VID/PID for supporting Teraoka AD2000". * The information contained in this message is intended for the use of the individuals to whom it is addressed and may contain information that is privileged and confidential. If you have received this email by mistake, please discard this email immediately. Do not disclose, forward or copy. * 信息安全声明:本邮件(包括其任何附件)的信息,仅用于邮件列出的接收者使用,并且可能包含有特许和机密的信息。如果您误收到这封电子邮件,请通知发件人,并立即删除它,请勿透露、转发或复制。
[PATCH] drivers: add new VID/PID for supporting Teraoka AD2000
From 1df119cfa105383a0e047a68602b3a9dc4f81c3c Mon Sep 17 00:00:00 2001 From: Jin Chen-Xin Date: Wed, 13 Jan 2021 14:09:07 +0800 Subject: [PATCH] drivers: add new VID/PID for supporting Teraoka AD2000 Teraoka AD2000 uses the CP210x driver, but the chip VID/PID is customized with 0988/0578. We need the driver to support the new VID/PID. Signed-off-by: Jin Chen-Xin --- drivers/usb/serial/cp210x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index fbb10df..c274cc3 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -234,6 +234,7 @@ static int cp210x_tiocmset_port(struct usb_serial_port *port, { USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */ { USB_DEVICE(0x3923, 0x7A0B) }, /* National Instruments USB Serial Console */ { USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */ +{ USB_DEVICE(0x0988, 0x0578) }, /* Teraoka AD2000 */ { } /* Terminating Entry */ }; -- 1.8.3.1 Best Regards, Jin Chen-Xin Software Development Dept. Shanghai Teraoka Electronic Co., Ltd. * The information contained in this message is intended for the use of the individuals to whom it is addressed and may contain information that is privileged and confidential. If you have received this email by mistake, please discard this email immediately. Do not disclose, forward or copy. * 信息安全声明:本邮件(包括其任何附件)的信息,仅用于邮件列出的接收者使用,并且可能包含有特许和机密的信息。如果您误收到这封电子邮件,请通知发件人,并立即删除它,请勿透露、转发或复制。
[PATCH] drivers: add new VID/PID for supporting Teraoka AD2000
Best Regards, Jin Chen-Xin Software Development Dept. Shanghai Teraoka Electronic Co., Ltd. * The information contained in this message is intended for the use of the individuals to whom it is addressed and may contain information that is privileged and confidential. If you have received this email by mistake, please discard this email immediately. Do not disclose, forward or copy. * 信息安全声明:本邮件(包括其任何附件)的信息,仅用于邮件列出的接收者使用,并且可能包含有特许和机密的信息。如果您误收到这封电子邮件,请通知发件人,并立即删除它,请勿透露、转发或复制。 0001-drivers-add-new-VID-PID-for-supporting-Teraoka-AD200.patch Description: 0001-drivers-add-new-VID-PID-for-supporting-Teraoka-AD200.patch