[PATCH] Update dvb frontend drivers
commit36d6b6bd10dd1ad0d1e975ce0cfa13800bb68a94
authorMichael Hunold <hunold@convergence.de>
Thu, 17 Jul 2003 03:08:31 +0000 (16 20:08 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 17 Jul 2003 03:08:31 +0000 (16 20:08 -0700)
treeaf6d80e4a8791ff4dbb4bdfded973f3707997130
parent4f89306be7f9c99989c7d121cc1cb037053ae70c
[PATCH] Update dvb frontend drivers

 - grundig_29504-401.c: fix charge pump and band switch setting bug,
   caught by Robert Schlabbach <robert_s@gmx.net>
 - grundig_29504-401.c: pass apply_frontend_param() return value to
   upper layers
 - grundig_29504-401.c: try to make a more specific detection mechanism
 - grundig_29504-491.c:remove bogus out-of-range check, FEC table index
   is limited to 0...7 due to &= ~0x03 anyway...
 - nxt6000.c: Patch by Paul Andreassen: Add Support for Comtech
   DVBT-6k07 (PLL IC: SP5730)
 - ves1820.c: use Robert Schlabbach's suggestions for CLKCONF (0x03) and
   CARCONF (0x04)
 - alps_bsrv2.c: don't enable voltage on init + inversion bugfix
drivers/media/dvb/dvb-core/dvb_frontend.c
drivers/media/dvb/frontends/alps_bsrv2.c
drivers/media/dvb/frontends/grundig_29504-401.c
drivers/media/dvb/frontends/grundig_29504-491.c
drivers/media/dvb/frontends/nxt6000.c
drivers/media/dvb/frontends/ves1820.c