Recognize two cheap PCI 16550 devices :
CyberSerial (1-port) 16550 Oxford Semiconductor Dual Port 16550 Sort the list of PCI devices while I'm here.
This commit is contained in:
parent
2e9122ea5b
commit
0aef0b4d6b
@ -578,10 +578,12 @@ struct pci_ids {
|
||||
|
||||
static struct pci_ids pci_ids[] = {
|
||||
{ 0x100812b9, "3COM PCI FaxModem", 0x10 },
|
||||
{ 0x048011c1, "Lucent kermit based PCI Modem", 0x14 },
|
||||
{ 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 },
|
||||
{ 0x2000131f, "CyberSerial (1-port) 16550", 0x10 },
|
||||
{ 0x01101407, "Koutech IOFLEX-2S PCI Dual Port Serial", 0x10 },
|
||||
{ 0x01111407, "Koutech IOFLEX-2S PCI Dual Port Serial", 0x10 },
|
||||
{ 0x048011c1, "Lucent kermit based PCI Modem", 0x14 },
|
||||
{ 0x95211415, "Oxford Semiconductor PCI Dual Port Serial", 0x10 },
|
||||
{ 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 },
|
||||
/* { 0xXXXXXXXX, "Xircom Cardbus modem", 0x10 }, */
|
||||
{ 0x00000000, NULL, 0 }
|
||||
};
|
||||
|
@ -578,10 +578,12 @@ struct pci_ids {
|
||||
|
||||
static struct pci_ids pci_ids[] = {
|
||||
{ 0x100812b9, "3COM PCI FaxModem", 0x10 },
|
||||
{ 0x048011c1, "Lucent kermit based PCI Modem", 0x14 },
|
||||
{ 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 },
|
||||
{ 0x2000131f, "CyberSerial (1-port) 16550", 0x10 },
|
||||
{ 0x01101407, "Koutech IOFLEX-2S PCI Dual Port Serial", 0x10 },
|
||||
{ 0x01111407, "Koutech IOFLEX-2S PCI Dual Port Serial", 0x10 },
|
||||
{ 0x048011c1, "Lucent kermit based PCI Modem", 0x14 },
|
||||
{ 0x95211415, "Oxford Semiconductor PCI Dual Port Serial", 0x10 },
|
||||
{ 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 },
|
||||
/* { 0xXXXXXXXX, "Xircom Cardbus modem", 0x10 }, */
|
||||
{ 0x00000000, NULL, 0 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user