r107 - in unstable/rt2x00/debian: . patches
benh at alioth.debian.org
benh at alioth.debian.org
Fri Nov 30 00:05:10 UTC 2007
Author: benh
Date: 2007-11-30 00:05:10 +0000 (Fri, 30 Nov 2007)
New Revision: 107
Added:
unstable/rt2x00/debian/patches/005_fix_probe_148f_2573.diff
Modified:
unstable/rt2x00/debian/changelog
unstable/rt2x00/debian/patches/series
Log:
Fixed controller revision check in rt2500usb (closes: bug#452685)
Modified: unstable/rt2x00/debian/changelog
===================================================================
--- unstable/rt2x00/debian/changelog 2007-11-29 15:00:03 UTC (rev 106)
+++ unstable/rt2x00/debian/changelog 2007-11-30 00:05:10 UTC (rev 107)
@@ -1,3 +1,9 @@
+rt2x00 (2.0.12+git20071103-3) unstable; urgency=low
+
+ * Fixed controller revision check in rt2500usb (closes: bug#452685)
+
+ -- Ben Hutchings <ben at decadent.org.uk> Thu, 29 Nov 2007 23:37:11 +0000
+
rt2x00 (2.0.12+git20071103-2) unstable; urgency=low
* Disabled building drivers that are already included in the kernel
Added: unstable/rt2x00/debian/patches/005_fix_probe_148f_2573.diff
===================================================================
--- unstable/rt2x00/debian/patches/005_fix_probe_148f_2573.diff (rev 0)
+++ unstable/rt2x00/debian/patches/005_fix_probe_148f_2573.diff 2007-11-30 00:05:10 UTC (rev 107)
@@ -0,0 +1,11 @@
+--- rt2x00.orig/drivers/net/wireless/rt2x00/rt2500usb.c
++++ rt2x00/drivers/net/wireless/rt2x00/rt2500usb.c
+@@ -1312,7 +1312,7 @@
+ rt2500usb_register_read(rt2x00dev, MAC_CSR0, ®);
+ rt2x00_set_chip(rt2x00dev, RT2570, value, reg);
+
+- if (rt2x00_check_rev(&rt2x00dev->chip, 0)) {
++ if (!rt2x00_check_rev(&rt2x00dev->chip, 0)) {
+ ERROR(rt2x00dev, "Invalid RT chipset detected.\n");
+ return -ENODEV;
+ }
Modified: unstable/rt2x00/debian/patches/series
===================================================================
--- unstable/rt2x00/debian/patches/series 2007-11-29 15:00:03 UTC (rev 106)
+++ unstable/rt2x00/debian/patches/series 2007-11-30 00:05:10 UTC (rev 107)
@@ -1,3 +1,4 @@
002_out_of_tree.diff
004_fix_filter_flags.diff
003_workaround_mac80211_changes.diff
+005_fix_probe_148f_2573.diff
More information about the Pkg-ralink-commits
mailing list