diff options
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 059dd0d1f..7ccf462d7 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,24 @@ +2006-01-21 15:59 mkrufky + + * linux/drivers/media/dvb/b2c2/Kconfig: + * linux/drivers/media/dvb/b2c2/flexcop-fe-tuner.c: + (flexcop_frontend_init): + * linux/drivers/media/dvb/frontends/Kconfig: + * linux/drivers/media/dvb/frontends/Makefile: + * linux/drivers/media/dvb/frontends/dvb-pll.c: + * linux/drivers/media/dvb/frontends/nxt2002.c: + * linux/drivers/media/dvb/frontends/nxt2002.h: + * linux/drivers/media/dvb/frontends/nxt200x.c: + (nxt200x_setup_frontend_parameters): + * v4l/Makefile: + - Kill nxt2002 module in favor of nxt200x + - Repair broken nxt2002 support in the nxt200x module. + - Make the flexcop driver use nxt200x instead of the + nxt2002 module for the Air2PC 2nd generation PCI card. + - Remove the nxt2002 module from cvs and kernel build. + + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + 2006-01-21 04:42 mcisely * v4l_experimental/pvrusb2/pvrusb2-v4l2.c: (pvr2_v4l2_read): |