From: Andy Whitcroft Date: Thu, 16 Jul 2009 15:28:11 +0000 (+0100) Subject: rt2x00: Fix chipset detection for rt2500usb X-Git-Tag: v2.6.31-rc5~83^2~18^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7adfd5c71693b81e995283805b17aa4a2ee0ecd9;p=pandora-kernel.git rt2x00: Fix chipset detection for rt2500usb The commit below changed the semantics of rt2x00_check_rev so that it no longer checked the bottom 4 bits of the rev were non-zero. During that conversion this part of the check was not propogated to the rt2500usb initialisation. commit 358623c22c9fd837b3b1b444377037f72553dc9f Author: Ivo van Doorn Date: Tue May 5 19:46:08 2009 +0200 rt2x00: Simplify rt2x00_check_rev Without this check rt73 devices are miss recognised as rt2500 devices and two drivers are loaded. Preventing the device being used. Reinstate this check. Signed-off-by: Andy Whitcroft Signed-off-by: John W. Linville --- Reading git-diff-tree failed