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.1-rc1~24^2~10^2^2~237 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71e0b38c2914018b01f3f08b43ee9e3328197699;p=platform%2Fkernel%2Flinux-exynos.git rt2x00: Add device ID for RT539F device. Reported-by: Wim Vander Schelden Signed-off-by: Gertjan van Wingerde Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c index 5513edf..fd99449 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) = { #endif #ifdef CONFIG_RT2800PCI_RT53XX { PCI_DEVICE(0x1814, 0x5390) }, + { PCI_DEVICE(0x1814, 0x539f) }, #endif { 0, } };