]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/media/dvb-frontends/atbm8830.c
[media] atbm8830: convert set_fontend to new way and fix delivery system
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 22 Dec 2011 12:42:32 +0000 (09:42 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 31 Dec 2011 11:10:55 +0000 (09:10 -0200)
commita552438f544c41e6e4083c3b8633a7a559145083
tree34c330d7cfcd2695c2bfcedd1e84cc687e229976
parenta689e3657d7e82c2271008553c709fc79fb2e038
[media] atbm8830: convert set_fontend to new way and fix delivery system

This is one of the cases where the frontend changes is required:
while this device lies to applications that it is a DVB-T, it is,
in fact, a frontend for CTTB delivery system. So, the information
provided for a DVBv3 application should be different than the one
provided to a DVBv5 application.

So, fill delsys with the CTTB delivery system, and use the new
way. there aren't many changes here, as everything on this driver
is on auto mode, probably because of the lack of a proper API
for this delivery system.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/atbm8830.c