The patch number 9027 was added via Mauro Carvalho Chehab <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] ------ From: Mauro Carvalho Chehab <[EMAIL PROTECTED]> merge: http://www.linuxtv.org/hg/~stoth/s2 Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> --- linux/Documentation/video4linux/CARDLIST.cx88 | 5 linux/drivers/media/dvb/Kconfig | 4 linux/drivers/media/dvb/Makefile | 2 linux/drivers/media/dvb/dm1105/Kconfig | 16 linux/drivers/media/dvb/dm1105/Makefile | 3 linux/drivers/media/dvb/dm1105/dm1105.c | 919 ++++++++++ linux/drivers/media/dvb/dvb-core/dvb_frontend.c | 671 +++++++ linux/drivers/media/dvb/dvb-core/dvb_frontend.h | 44 linux/drivers/media/dvb/dvb-usb/Kconfig | 12 linux/drivers/media/dvb/dvb-usb/dw2102.c | 463 ++++- linux/drivers/media/dvb/dvb-usb/dw2102.h | 1 linux/drivers/media/dvb/frontends/Kconfig | 28 linux/drivers/media/dvb/frontends/Makefile | 4 linux/drivers/media/dvb/frontends/cx24116.c | 1359 ++++++++++++++++ linux/drivers/media/dvb/frontends/cx24116.h | 53 linux/drivers/media/dvb/frontends/si21xx.c | 1049 ++++++++++++ linux/drivers/media/dvb/frontends/si21xx.h | 37 linux/drivers/media/dvb/frontends/stb6000.c | 255 +++ linux/drivers/media/dvb/frontends/stb6000.h | 51 linux/drivers/media/dvb/frontends/stv0288.c | 606 +++++++ linux/drivers/media/dvb/frontends/stv0288.h | 65 linux/drivers/media/dvb/frontends/stv0299.c | 2 linux/drivers/media/dvb/frontends/stv0299.h | 13 linux/drivers/media/video/cx88/Kconfig | 4 linux/drivers/media/video/cx88/cx88-cards.c | 216 ++ linux/drivers/media/video/cx88/cx88-dvb.c | 150 + linux/drivers/media/video/cx88/cx88-i2c.c | 16 linux/drivers/media/video/cx88/cx88-input.c | 32 linux/drivers/media/video/cx88/cx88.h | 6 linux/drivers/media/video/ir-kbd-i2c.c | 22 linux/include/linux/dvb/frontend.h | 144 + 31 files changed, 6122 insertions(+), 130 deletions(-) <diff discarded since it is too big> --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/eb8e6d84ee48216082b3e988d04b35ce2b6eee9f _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits