patch v4l-em28xx-set-up-tda9887_conf-in-em28xx_card_setup.patch added to 2.6.30-stable tree

Message ID 20090916214536.0D0C1489B2@coco.kroah.org (mailing list archive)
State Superseded, archived
Headers

Commit Message

Greg Kroah-Hartman Sept. 16, 2009, 9:45 p.m. UTC
  This is a note to let you know that we have just queued up the patch titled

    Subject: V4L: em28xx: set up tda9887_conf in em28xx_card_setup()

to the 2.6.30-stable tree.  Its filename is

    v4l-em28xx-set-up-tda9887_conf-in-em28xx_card_setup.patch

A git repo of this tree can be found at 
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary


From mkrufky@linuxtv.org  Wed Sep 16 14:36:28 2009
From: Michael Krufky <mkrufky@linuxtv.org>
Date: Sat, 12 Sep 2009 10:31:05 -0400
Subject: V4L: em28xx: set up tda9887_conf in em28xx_card_setup()
To: stable@kernel.org
Cc: Larry Finger <Larry.Finger@lwfinger.net>, linux-media <linux-media@vger.kernel.org>, Mauro Carvalho Chehab <mchehab@redhat.com>, Douglas Schilling Landgraf <dougsland@redhat.com>, Franklin Meng <fmeng2002@yahoo.com>
Message-ID: <37219a840909120731j1166b2b0r8c51dc7ba8dbea6a@mail.gmail.com>

From: Franklin Meng <fmeng2002@yahoo.com>

V4L: em28xx: set up tda9887_conf in em28xx_card_setup()

(cherry picked from commit ae3340cbf59ea362c2016eea762456cc0969fd9e)

Added tda9887_conf set up into em28xx_card_setup()

Signed-off-by: Franklin Meng <fmeng2002@yahoo.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Tested-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

---
 drivers/media/video/em28xx/em28xx-cards.c |    3 +++
 1 file changed, 3 insertions(+)



Patches currently in stable-queue which might be from mkrufky@linuxtv.org are

queue-2.6.30/v4l-em28xx-set-up-tda9887_conf-in-em28xx_card_setup.patch
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  

Patch

--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -1886,6 +1886,9 @@  void em28xx_card_setup(struct em28xx *de
 	if (em28xx_boards[dev->model].tuner_addr)
 		dev->tuner_addr = em28xx_boards[dev->model].tuner_addr;
 
+	if (em28xx_boards[dev->model].tda9887_conf)
+		dev->tda9887_conf = em28xx_boards[dev->model].tda9887_conf;
+
 	/* request some modules */
 	switch (dev->model) {
 	case EM2820_BOARD_HAUPPAUGE_WINTV_USB_2: