mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
tty: 8250: Add support for Intashield IS-100
commit 4d994e3cf1b541ff32dfb03fbbc60eea68f9645b upstream. Add support for the Intashield IS-100 1 port serial card. Cc: stable@vger.kernel.org Signed-off-by: Cameron Williams <cang1@live.co.uk> Link: https://lore.kernel.org/r/DU0PR02MB7899A0E0CDAA505AF5A874CDC4DBA@DU0PR02MB7899.eurprd02.prod.outlook.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
cdd260b220
commit
b75ee2d9d7
@@ -4931,6 +4931,12 @@ static const struct pci_device_id serial_pci_tbl[] = {
|
|||||||
0, 0,
|
0, 0,
|
||||||
pbn_b1_bt_1_115200 },
|
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
|
* IntaShield IS-200
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user