public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Some fixes for tuner, tvp5150 and em28xx
@ 2011-02-22  2:17 Mauro Carvalho Chehab
  2011-02-22  2:52 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2011-02-22  2:17 UTC (permalink / raw)
  Cc: Linux Media Mailing List

This series contain a minor cleanup for tuner and tvp5150, and two fixes
for em28xx controls. Before the em28xx patches, s_ctrl were failing on
qv4l2, because it were returning a positive value of 1 for some calls.

It also contains a fix for control get/set, as it will now check if the
control exists before actually calling subdev for get/set.

Mauro Carvalho Chehab (4):
  [media] tuner: Remove remaining usages of T_DIGITAL_TV
  [media] tvp5150: device detection should be done only once
  [media] em28xx: Fix return value for s_ctrl
  [media] em28xx: properly handle subdev controls

 drivers/media/common/tuners/tuner-xc2028.c |    8 ++--
 drivers/media/video/em28xx/em28xx-video.c  |   35 ++++++++++++++++++++---
 drivers/media/video/tvp5150.c              |   42 ++++++++++++++--------------
 drivers/staging/tm6000/tm6000-cards.c      |    2 -
 include/media/tuner.h                      |    2 +-
 5 files changed, 56 insertions(+), 33 deletions(-)


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

end of thread, other threads:[~2011-02-22 12:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22  2:17 [PATCH 0/4] Some fixes for tuner, tvp5150 and em28xx Mauro Carvalho Chehab
2011-02-22  2:52 ` Mauro Carvalho Chehab
2011-02-22  7:53   ` Hans Verkuil
2011-02-22 11:31     ` Mauro Carvalho Chehab
2011-02-22 12:12     ` Mauro Carvalho Chehab
2011-02-22 12:28       ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox