diff options
author | Xose Vazquez Perez <xose.vazquez@gmail.com> | 2012-04-14 17:33:21 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-16 14:38:56 -0400 |
commit | f57d7b6c9db1f9e26da09694b5fcb5650547f7d2 (patch) | |
tree | 5e0cbbaa5a5bbc8263328640a441f655ce6e6309 /drivers/net/wireless/rt2x00 | |
parent | 8f35f787b75e9b6435ea37dabcae2d40dc72d31c (diff) |
wireless: rt2x00: rt2800pci add more RT539x ids
RT539x devices:
(0x1814, 0x5362)
(0x1814, 0x5392)
Taken from ralink driver 2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c index f9f36cf3d14e..931331d95217 100644 --- a/drivers/net/wireless/rt2x00/rt2800pci.c +++ b/drivers/net/wireless/rt2x00/rt2800pci.c | |||
@@ -1188,7 +1188,9 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = { | |||
1188 | { PCI_DEVICE(0x1814, 0x3593) }, | 1188 | { PCI_DEVICE(0x1814, 0x3593) }, |
1189 | #endif | 1189 | #endif |
1190 | #ifdef CONFIG_RT2800PCI_RT53XX | 1190 | #ifdef CONFIG_RT2800PCI_RT53XX |
1191 | { PCI_DEVICE(0x1814, 0x5362) }, | ||
1191 | { PCI_DEVICE(0x1814, 0x5390) }, | 1192 | { PCI_DEVICE(0x1814, 0x5390) }, |
1193 | { PCI_DEVICE(0x1814, 0x5392) }, | ||
1192 | { PCI_DEVICE(0x1814, 0x539a) }, | 1194 | { PCI_DEVICE(0x1814, 0x539a) }, |
1193 | { PCI_DEVICE(0x1814, 0x539f) }, | 1195 | { PCI_DEVICE(0x1814, 0x539f) }, |
1194 | #endif | 1196 | #endif |