* [PATCHv2 1/2] tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition
@ 2012-12-07 4:19 matts_old
2012-12-07 4:19 ` [PATCHv2 2/2] tty/8250: The correct device id for this card is 0x0022 matts_old
0 siblings, 1 reply; 2+ messages in thread
From: matts_old @ 2012-12-07 4:19 UTC (permalink / raw)
To: linux-serial; +Cc: alan, greg, Matt Schulte
From: Matt Schulte <matts@commtech-fastcom.com>
tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition
Signed-off-by: Matt Schulte <matts@commtech-fastcom.com>
---
Built against tty-next commit: b0ab02361167faa82198b783a8d555eb6f58901c
v2: Reorder define in patch 2 as requested by Alan
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..bf2f1a0 100644
--- a/drivers/tty/serial/8250/8250_pci.c
+++ b/drivers/tty/serial/8250/8250_pci.c
@@ -2246,7 +2246,7 @@ static struct pciserial_board pci_boards[] = {
[pbn_b0_8_1152000_200] = {
.flags = FL_BASE0,
- .num_ports = 2,
+ .num_ports = 8,
.base_baud = 1152000,
.uart_offset = 0x200,
},
--
1.7.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCHv2 2/2] tty/8250: The correct device id for this card is 0x0022
2012-12-07 4:19 [PATCHv2 1/2] tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition matts_old
@ 2012-12-07 4:19 ` matts_old
0 siblings, 0 replies; 2+ messages in thread
From: matts_old @ 2012-12-07 4:19 UTC (permalink / raw)
To: linux-serial; +Cc: alan, greg, Matt Schulte
From: Matt Schulte <matts@commtech-fastcom.com>
The correct device id for this card is 0x0022
Signed-off-by: Matt Schulte <matts@commtech-fastcom.com>
---
Built against tty-next commit: b0ab02361167faa82198b783a8d555eb6f58901c
v2: Reorder define in patch 2 as requested by Alan
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 bf2f1a0..8a2c3d9 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-07 4:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07 4:19 [PATCHv2 1/2] tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition matts_old
2012-12-07 4:19 ` [PATCHv2 2/2] tty/8250: The correct device id for this card is 0x0022 matts_old
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox