From: Gertjan van Wingerde Date: Wed, 6 Jul 2011 20:58:55 +0000 (+0200) Subject: rt2x00: Add device ID for RT539F device. X-Git-Tag: v3.0.1~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2cd0312de9ac21f8a5d4456917144af608bc5a3c;p=users%2Fjedix%2Flinux-maple.git rt2x00: Add device ID for RT539F device. commit 71e0b38c2914018b01f3f08b43ee9e3328197699 upstream. Reported-by: Wim Vander Schelden Signed-off-by: Gertjan van Wingerde Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c index cc4a54f571b8d..55cd3e1f75bc6 100644 --- a/drivers/net/wireless/rt2x00/rt2800pci.c +++ b/drivers/net/wireless/rt2x00/rt2800pci.c @@ -1158,6 +1158,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = { #endif #ifdef CONFIG_RT2800PCI_RT53XX { PCI_DEVICE(0x1814, 0x5390) }, + { PCI_DEVICE(0x1814, 0x539f) }, #endif { 0, } };