All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Samuelsson <sam.linux.kernel@gmail.com>
To: rbultje@ronald.bitfreak.net
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [patch] drivers/media/video/zoran_card.c: en/decoder loading
Date: Sun, 27 Jan 2008 19:01:29 +0100	[thread overview]
Message-ID: <20080127190129.6a1554ef.sam.linux.kernel@gmail.com> (raw)

This enables the avs6eyes to load the bt866 and ks0127 drivers automatically.

Signed-off-by: Martin Samuelsson <sam.linux.kernel@gmail.com>
---
 zoran_card.c |    6 ++++++
 1 file changed, 6 insertions(+)
--- linux-2.6.24-ori/drivers/media/video/zoran_card.c	2008-01-24 23:58:37.000000000 +0100
+++ linux-2.6.24-sam/drivers/media/video/zoran_card.c	2008-01-27 17:16:51.000000000 +0100
@@ -366,6 +366,12 @@ i2cid_to_modulename (u16 i2c_id)
 	case I2C_DRIVERID_MSE3000:
 		name = "mse3000";
 		break;*/
+	case I2C_DRIVERID_BT866:
+		name = "bt866";
+		break;
+	case I2C_DRIVERID_KS0127:
+		name = "ks0127";
+		break;
 	default:
 		break;
 	}

-- 
Martin Samuelsson (formerly known as sam@home.se)

             reply	other threads:[~2008-01-27 18:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-27 18:01 Martin Samuelsson [this message]
2008-01-27 19:39 ` [patch] drivers/media/video/zoran_card.c: en/decoder loading Ronald S. Bultje
2009-07-22 20:57 ` Andrew Morton
2009-07-22 20:58   ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080127190129.6a1554ef.sam.linux.kernel@gmail.com \
    --to=sam.linux.kernel@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rbultje@ronald.bitfreak.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.