]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] as102: set optimal eLNA config values for each device
authorGianluca Gennari <gennarone@gmail.com>
Tue, 6 Mar 2012 12:47:46 +0000 (09:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 19 Mar 2012 17:26:03 +0000 (14:26 -0300)
commitabfac0b64876294aaf1aab01df56041a3995a91f
treec33d938fa3d9a6e2d52d690f286f90aea9624872
parentabf9d005375d6c6160cc9c17e5dcac32e412c8dc
[media] as102: set optimal eLNA config values for each device

Ryley and me tested several eLNA configuration values with both a rooftop
and a portable antenna.

Ryley fuond out that the best value for his Elgato stick is indeed the current
default value 0xC0.

Instead, my stick is not capable of tuning VHF channels with 0xC0. With 0x80,
VHF works but the tuner sensitivity with the portable antenna is poor.
Instead, the value 0xA0 works with VHF and also gives good performance with
both the rooftop and the portable antenna.

So we concluded that devices built on the reference design work best with 0xA0,
while custom designs (Elgato, PCTV) seem to require 0xC0.

I also removed the unused parameter "minor" in struct as102_dev_t.

Signed-off-by: Gianluca Gennari <gennarone@gmail.com>
Signed-off-by: Ryley Angus <rangus@student.unimelb.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/as102/as102_drv.h
drivers/staging/media/as102/as102_fe.c
drivers/staging/media/as102/as102_usb_drv.c