Avermedia A867 (aka "Sky Digital Key" blue led version)
1) correct some minor bug
2) improved SNR precision
3) (thanks to Gennar1) final kernel 3.2.0 patch. Really this patch is made to adapt to newer V4L tree version that use a multi-frontend approach (MFE). With this patch driver compile fine also with 3.2.0 kernel (that include newer V4L with MFE) OR older kernel with newer V4L tree (with MFE) OR older kernel with older V4L (without MFE).
4) module name changed : now module is compiled as dvb-usb-a867.ko (former dvb-a867.ko)
Please adapt autoload in openembedded/conf/machine/etxx00.inc
module_autoload_dvb-usb-a867 = "dvb-usb-a867"
RTL2832
1) correct some minor bug
2) added SNR output in 16bit format: now is working fine
3) (as A867) (thanks to Gennar1) final kernel 3.2.0 patch. Really this patch is made to adapt to newer V4L tree version that use a multi-frontend approach (MFE). With this patch driver compile fine also with 3.2.0 kernel (that include newer V4L with MFE) OR older kernel with newer V4L tree (with MFE) OR older kernel with older V4L (without MFE).
4) module name changed (cosmethic): removed final 'u' to driver name. Now module is compiled as dvb-usb-rtl2842.ko (former dvb-usb-rtl2842u.ko).
Also patch filename now is dvb-usb-rtl2842.patch (former dvb-usb-rtl2842u.patch): please change openembedded/recipes/linux/linux-etxx00_3.1.0.bb
Add autoload in openembedded/conf/machine/etxx00.inc (before was missing):
module_autoload_dvb-usb-rtl2832 = "dvb-usb-rtl2832"
Note: RTL2832 looks to output Signal Strength ("AGC" in E2) as dBm value and not percentage. So users see E2 AGC moving from about 40 (strong signal) to 30 (poor signal)