[PATCH] yenta: auto-tune EnE bridges for CardBus cards
authorDaniel Ritz <daniel.ritz@gmx.ch>
Mon, 22 Aug 2005 05:29:26 +0000 (22:29 -0700)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 26 Sep 2005 11:09:20 +0000 (13:09 +0200)
Echo Audio cardbus products are known to be incompatible with EnE bridges.
in order to maybe solve the problem a EnE specific test bit has to be set,
another cleared...but other setups have a good chance to break when just
forcing the bits.  so do the whole thingy automatically.

The patch adds a hook in cb_alloc() that allows special tuning for the
different chipsets.  for ene just match the Echo products and set/clear the
test bits, defaults to do the same thing as w/o the patch to not break
working setups.

Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch>
Cc: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>

No differences found