linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matt Schulte <matts@commtech-fastcom.com>
To: alan@linux.intel.com
Cc: linux-serial@vger.kernel.org, Matt Schulte <matts@commtech-fastcom.com>
Subject: [PATCH 1/2] Fix incorrect device ID for the Commtech 422/2-PCIe.
Date: Mon,  7 Jan 2013 15:17:14 -0600	[thread overview]
Message-ID: <1357593435-3566-1-git-send-email-matts@commtech-fastcom.com> (raw)


Signed-off-by: Matt Schulte <matts@commtech-fastcom.com>
---
 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 26b9dc0..18f1d79 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 */
-- 
1.7.2.5


             reply	other threads:[~2013-01-07 21:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-07 21:17 Matt Schulte [this message]
2013-01-07 21:17 ` [PATCH 2/2] Fix incorrect num_ports on pbn_b0_8_1152000_200 boards structure Matt Schulte
2013-01-14 15:25 ` [PATCH 1/2] Fix incorrect device ID for the Commtech 422/2-PCIe Matt Schulte
2013-01-14 16:12   ` Greg KH
2013-01-14 16:14     ` Matt Schulte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1357593435-3566-1-git-send-email-matts@commtech-fastcom.com \
    --to=matts@commtech-fastcom.com \
    --cc=alan@linux.intel.com \
    --cc=linux-serial@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).