add support for rolloff and pilot changing (needed for some 8PSK transponders)
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 15 May 2008 09:55:58 +0000 (09:55 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 15 May 2008 09:55:58 +0000 (09:55 +0000)
commit38b8a24b2034c387aa0762eb8a3d96b786fd581b
tree4516e3e8240478e2d8dff619c419822bca3c0172
parentced666c9fc8ae50d23b3836917fdf3cbf501383c
add support for rolloff and pilot changing (needed for some 8PSK transponders)
this both values are transmitted to the frontend via linux tv api inversion param
hack
bits 0..1 are used for real inversion param (OFF, ON, AUTO)
bits 2..3 are now used for rolloff param (0.35, 0.25, 0.20)
bits 4..5 are now used for pilot param (OFF, ON, AUTO)
this needs a linuxtv api kernel patch, and a driver change (alps_bsbe2.ko)
both are not yet pushed to OE!!
lib/dvb/db.cpp
lib/dvb/frontend.cpp
lib/dvb/frontendparms.h
lib/python/Screens/ScanSetup.py
lib/python/Screens/ServiceInfo.py
lib/service/servicedvb.cpp