The patch number 14185 was added via Antti Palosaari <cr...@iki.fi> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Antti Palosaari <cr...@iki.fi> af901x: inform NXP TDA18218 tuner as know but not supported There is no driver for new NXP TDA18218 tuner which is used by few recent af9015 designs. af9015 uses number 179 as ID for that tuner. Inform this tuner is not supported when device using that tuner is meet. Priority: normal Signed-off-by: Antti Palosaari <cr...@iki.fi> --- linux/drivers/media/dvb/dvb-usb/af9015.c | 3 +++ linux/drivers/media/dvb/frontends/af9013.h | 1 + 2 files changed, 4 insertions(+) diff -r ba9e81966f85 -r 0f41fd7df85d linux/drivers/media/dvb/dvb-usb/af9015.c --- a/linux/drivers/media/dvb/dvb-usb/af9015.c Thu Feb 11 01:44:12 2010 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/af9015.c Thu Feb 11 02:33:12 2010 +0200 @@ -1037,6 +1037,9 @@ af9015_af9013_config[i].gpio[1] = AF9013_GPIO_LO; af9015_af9013_config[i].rf_spec_inv = 1; break; + case AF9013_TUNER_TDA18218: + warn("tuner NXP TDA18218 not supported yet"); + return -ENODEV; default: warn("tuner id:%d not supported, please report!", val); return -ENODEV; diff -r ba9e81966f85 -r 0f41fd7df85d linux/drivers/media/dvb/frontends/af9013.h --- a/linux/drivers/media/dvb/frontends/af9013.h Thu Feb 11 01:44:12 2010 +0200 +++ b/linux/drivers/media/dvb/frontends/af9013.h Thu Feb 11 02:33:12 2010 +0200 @@ -44,6 +44,7 @@ AF9013_TUNER_MT2060_2 = 147, /* Microtune */ AF9013_TUNER_TDA18271 = 156, /* NXP */ AF9013_TUNER_QT1010A = 162, /* Quantek */ + AF9013_TUNER_TDA18218 = 179, /* NXP */ }; /* AF9013/5 GPIOs (mostly guessed) --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/0f41fd7df85dd9601ab73762d1daea0110ee149c _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits