diff options
author | Gertjan van Wingerde <gwingerde@gmail.com> | 2011-07-06 16:58:55 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-07 13:20:59 -0400 |
commit | 71e0b38c2914018b01f3f08b43ee9e3328197699 (patch) | |
tree | d94fbd61be639fe97e9b0680e6452cee6e6029bb /drivers/net/wireless/rt2x00/rt2800pci.c | |
parent | 128f8f773d77d41a7dbcaf5d36325a0f4e7955cd (diff) |
rt2x00: Add device ID for RT539F device.
Reported-by: Wim Vander Schelden <wim@fixnum.org>
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2800pci.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c index 5513edfa952a..fd994490f58e 100644 --- a/drivers/net/wireless/rt2x00/rt2800pci.c +++ b/drivers/net/wireless/rt2x00/rt2800pci.c | |||
@@ -1160,6 +1160,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = { | |||
1160 | #endif | 1160 | #endif |
1161 | #ifdef CONFIG_RT2800PCI_RT53XX | 1161 | #ifdef CONFIG_RT2800PCI_RT53XX |
1162 | { PCI_DEVICE(0x1814, 0x5390) }, | 1162 | { PCI_DEVICE(0x1814, 0x5390) }, |
1163 | { PCI_DEVICE(0x1814, 0x539f) }, | ||
1163 | #endif | 1164 | #endif |
1164 | { 0, } | 1165 | { 0, } |
1165 | }; | 1166 | }; |