Commit ddf5c35e authored by Cameron Williams's avatar Cameron Williams Committed by Zheng Zengkai
Browse files

tty: 8250: Add support for Intashield IS-100

stable inclusion
from stable-v6.6.1
commit 8b48255a0d3ad853965cb7cb0a361a62f78e282d
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I8IKRU

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=8b48255a0d3ad853965cb7cb0a361a62f78e282d



--------------------------------

commit 4d994e3cf1b541ff32dfb03fbbc60eea68f9645b upstream.

Add support for the Intashield IS-100 1 port serial card.

Cc: stable@vger.kernel.org
Signed-off-by: default avatarCameron Williams <cang1@live.co.uk>
Link: https://lore.kernel.org/r/DU0PR02MB7899A0E0CDAA505AF5A874CDC4DBA@DU0PR02MB7899.eurprd02.prod.outlook.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarZheng Zengkai <zhengzengkai@huawei.com>
parent 066cbc75
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4913,6 +4913,12 @@ static const struct pci_device_id serial_pci_tbl[] = {
		0, 0,
		pbn_b1_bt_1_115200 },

	/*
	 * IntaShield IS-100
	 */
	{	PCI_VENDOR_ID_INTASHIELD, 0x0D60,
		PCI_ANY_ID, PCI_ANY_ID, 0, 0,
		pbn_b2_1_115200 },
	/*
	 * IntaShield IS-200
	 */