All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] af9035: support for tda18218 tuner, new USB IDs and more
@ 2012-04-02 21:25 Gianluca Gennari
  2012-04-02 21:25 ` [PATCH 1/5] af9035: add USB id for 07ca:a867 Gianluca Gennari
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Gianluca Gennari @ 2012-04-02 21:25 UTC (permalink / raw)
  To: linux-media, crope; +Cc: m, hfvogt, mchehab, Gianluca Gennari

Hi all,
this is a series of small patches for the new af9035 driver.
It adds basic support for the tda18218 tuner (and the related devices of the
Avermedia A835 serie), including a small patch to tune VHF channels.
Also, there is new USB ID for the 07ca:a867 device (Avermedia A867).
Finally, there are a couple of clean-ups.

My A867 and A835 sticks works pretty well with this new driver.
The driver is fast and responsive and there is no problem tuning all the
channels available in my area: a full scan finds all of them.

The only minor issue is that the signal strength is stuck to 100% with all
channels, with both sticks and with all the 3 firmwares.
SNR works properly.

After a quick test I couldn't find any difference between the 3 firmwares.
Anyway, the A867 seems a bit faster than the A835, and also it locked a very
weak mux that previously I was able to lock only with the PCTV 290e.

Best regards,
Gianluca Gennari

Gianluca Gennari (5):
  af9035: add USB id for 07ca:a867
  af9035: add support for the tda18218 tuner
  tda18218: fix IF frequency for 7MHz bandwidth channels
  af9035: fix warning
  af9035: use module_usb_driver macro

 drivers/media/common/tuners/tda18218.c    |    2 +-
 drivers/media/dvb/dvb-usb/Kconfig         |    1 +
 drivers/media/dvb/dvb-usb/af9035.c        |   60 +++++++++++++++-------------
 drivers/media/dvb/dvb-usb/dvb-usb-ids.h   |    3 +
 drivers/media/dvb/frontends/af9033.c      |    4 ++
 drivers/media/dvb/frontends/af9033.h      |    1 +
 drivers/media/dvb/frontends/af9033_priv.h |   34 ++++++++++++++++
 7 files changed, 76 insertions(+), 29 deletions(-)

-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2012-04-06 20:19 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-02 21:25 [PATCH 0/5] af9035: support for tda18218 tuner, new USB IDs and more Gianluca Gennari
2012-04-02 21:25 ` [PATCH 1/5] af9035: add USB id for 07ca:a867 Gianluca Gennari
2012-04-02 22:32   ` Antti Palosaari
2012-04-02 21:25 ` [PATCH 2/5] af9035: add support for the tda18218 tuner Gianluca Gennari
2012-04-02 22:33   ` Antti Palosaari
2012-04-02 21:25 ` [PATCH 3/5] tda18218: fix IF frequency for 7MHz bandwidth channels Gianluca Gennari
2012-04-02 22:40   ` Antti Palosaari
2012-04-03  0:44     ` Gianluca Gennari
2012-04-03  7:18       ` poma
2012-04-03 10:19       ` Antti Palosaari
2012-04-03 16:03         ` Gianluca Gennari
2012-04-04 13:15         ` Gianluca Gennari
2012-04-04 13:27           ` Antti Palosaari
2012-04-06 10:40             ` Gianluca Gennari
2012-04-02 21:25 ` [PATCH 4/5] af9035: fix warning Gianluca Gennari
2012-04-02 22:41   ` Antti Palosaari
2012-04-02 21:25 ` [PATCH 5/5] af9035: use module_usb_driver macro Gianluca Gennari
2012-04-02 22:42   ` Antti Palosaari
2012-04-06 20:19 ` Re : [PATCH 0/5] af9035: support for tda18218 tuner, new USB IDs and more Sril

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.