projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f7d67d
)
tty/8250: The correct device id for this card is 0x0022
author
Matt Schulte
<
[email protected]
>
Fri, 7 Dec 2012 04:19:59 +0000
(22:19 -0600)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 16 Jan 2013 03:06:42 +0000
(19:06 -0800)
The correct device id for this card is 0x0022
Signed-off-by: Matt Schulte <
[email protected]
>
Cc: stable <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/tty/serial/8250/8250_pci.c
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/8250/8250_pci.c
b/drivers/tty/serial/8250/8250_pci.c
index bf2f1a0b9ae70cbfdb835434d4bb7f2596c59685..8a2c3d93418726954fc22c09ce5dca50725eaa57 100644
(file)
--- 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 */