diff options
author | Matt Schulte <matts@commtech-fastcom.com> | 2012-12-06 22:19:59 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-15 19:06:42 -0800 |
commit | b7b9041b208d09c114d9d30ff1b7f860b7765f45 (patch) | |
tree | 999c3f3cb8c2de8671f2944358a4634f9f6a85da /drivers | |
parent | 4f7d67d0de0f0728ed258426a62ab555191cdfc8 (diff) | |
download | linux-3.10-b7b9041b208d09c114d9d30ff1b7f860b7765f45.tar.gz linux-3.10-b7b9041b208d09c114d9d30ff1b7f860b7765f45.tar.bz2 linux-3.10-b7b9041b208d09c114d9d30ff1b7f860b7765f45.zip |
tty/8250: The correct device id for this card is 0x0022
The correct device id for this card is 0x0022
Signed-off-by: Matt Schulte <matts@commtech-fastcom.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tty/serial/8250/8250_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c index bf2f1a0b9ae..8a2c3d93418 100644 --- a/drivers/tty/serial/8250/8250_pci.c +++ b/drivers/tty/serial/8250/8250_pci.c @@ -1301,9 +1301,9 @@ pci_wch_ch353_setup(struct serial_private *priv, #define PCI_VENDOR_ID_AGESTAR 0x5372 #define PCI_DEVICE_ID_AGESTAR_9375 0x6872 #define PCI_VENDOR_ID_ASIX 0x9710 -#define PCI_DEVICE_ID_COMMTECH_4222PCIE 0x0019 #define PCI_DEVICE_ID_COMMTECH_4224PCIE 0x0020 #define PCI_DEVICE_ID_COMMTECH_4228PCIE 0x0021 +#define PCI_DEVICE_ID_COMMTECH_4222PCIE 0x0022 /* Unknown vendors/cards - this should not be in linux/pci_ids.h */ |