diff options
author | Kyle McMartin <kmcmartin@redhat.com> | 2011-07-24 22:26:26 -0400 |
---|---|---|
committer | Kyle McMartin <kmcmartin@redhat.com> | 2011-07-25 09:46:01 -0400 |
commit | 4a2041744e262bb41936adfb3db0b85e13c73b11 (patch) | |
tree | 13a97fd36359066adc33a220149246cecf9695de /linux-2.6-rt2x00-Add-device-ID-for-RT539F-device.patch | |
parent | 524b8cb85593696e6867aa30b1c581cf35fb7cbe (diff) | |
download | kernel-4a2041744e262bb41936adfb3db0b85e13c73b11.tar.gz kernel-4a2041744e262bb41936adfb3db0b85e13c73b11.tar.xz kernel-4a2041744e262bb41936adfb3db0b85e13c73b11.zip |
3.0-git3 snapshot
Testing that this part of the spec still works...
Hopefully the next release is indeed 3.1.0...
Diffstat (limited to 'linux-2.6-rt2x00-Add-device-ID-for-RT539F-device.patch')
-rw-r--r-- | linux-2.6-rt2x00-Add-device-ID-for-RT539F-device.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/linux-2.6-rt2x00-Add-device-ID-for-RT539F-device.patch b/linux-2.6-rt2x00-Add-device-ID-for-RT539F-device.patch deleted file mode 100644 index abf01cfe4..000000000 --- a/linux-2.6-rt2x00-Add-device-ID-for-RT539F-device.patch +++ /dev/null @@ -1,23 +0,0 @@ -commit 71e0b38c2914018b01f3f08b43ee9e3328197699 -Author: Gertjan van Wingerde <gwingerde@gmail.com> -Date: Wed Jul 6 22:58:55 2011 +0200 - - 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> - -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, } - }; |