| .. | .. |
|---|
| 1839 | 1839 | #define PCI_SUBDEVICE_ID_SIIG_DUAL_30 0x2530 |
|---|
| 1840 | 1840 | #define PCI_VENDOR_ID_ADVANTECH 0x13fe |
|---|
| 1841 | 1841 | #define PCI_DEVICE_ID_INTEL_CE4100_UART 0x2e66 |
|---|
| 1842 | +#define PCI_DEVICE_ID_ADVANTECH_PCI1600 0x1600 |
|---|
| 1843 | +#define PCI_DEVICE_ID_ADVANTECH_PCI1600_1611 0x1611 |
|---|
| 1842 | 1844 | #define PCI_DEVICE_ID_ADVANTECH_PCI3620 0x3620 |
|---|
| 1843 | 1845 | #define PCI_DEVICE_ID_ADVANTECH_PCI3618 0x3618 |
|---|
| 1844 | 1846 | #define PCI_DEVICE_ID_ADVANTECH_PCIf618 0xf618 |
|---|
| .. | .. |
|---|
| 4185 | 4187 | pciserial_resume_one); |
|---|
| 4186 | 4188 | |
|---|
| 4187 | 4189 | static const struct pci_device_id serial_pci_tbl[] = { |
|---|
| 4190 | + { PCI_VENDOR_ID_ADVANTECH, PCI_DEVICE_ID_ADVANTECH_PCI1600, |
|---|
| 4191 | + PCI_DEVICE_ID_ADVANTECH_PCI1600_1611, PCI_ANY_ID, 0, 0, |
|---|
| 4192 | + pbn_b0_4_921600 }, |
|---|
| 4188 | 4193 | /* Advantech use PCI_DEVICE_ID_ADVANTECH_PCI3620 (0x3620) as 'PCI_SUBVENDOR_ID' */ |
|---|
| 4189 | 4194 | { PCI_VENDOR_ID_ADVANTECH, PCI_DEVICE_ID_ADVANTECH_PCI3620, |
|---|
| 4190 | 4195 | PCI_DEVICE_ID_ADVANTECH_PCI3620, 0x0001, 0, 0, |
|---|