public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Gerd Knorr <kraxel@bytesex.org>
To: Jean Delvare <khali@linux-fr.org>, Andrew Morton <akpm@osdl.org>
Cc: Christoph Bartelmus <lirc@bartelmus.de>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [patch] add i2c adapter id for the cx88 driver.
Date: Tue, 25 Jan 2005 11:20:36 +0100	[thread overview]
Message-ID: <20050125102036.GA1696@bytesex> (raw)
In-Reply-To: <9PM$6kT6B9B@bartelmus.de>

  Hi,

$subject says all.  Please apply,

  Gerd

Index: linux-2.6.11-rc2/include/linux/i2c-id.h
===================================================================
--- linux-2.6.11-rc2.orig/include/linux/i2c-id.h	2005-01-24 09:11:12.000000000 +0100
+++ linux-2.6.11-rc2/include/linux/i2c-id.h	2005-01-24 15:09:14.000000000 +0100
@@ -239,6 +239,7 @@
 #define I2C_HW_B_IXP4XX 0x17	/* GPIO on IXP4XX systems		*/
 #define I2C_HW_B_S3VIA	0x18	/* S3Via ProSavage adapter		*/
 #define I2C_HW_B_ZR36067 0x19	/* Zoran-36057/36067 based boards	*/
+#define I2C_HW_B_CX2388x 0x1a	/* connexant 2388x based tv cards	*/
 
 /* --- PCF 8584 based algorithms					*/
 #define I2C_HW_P_LP	0x00	/* Parallel port interface		*/
Index: linux-2.6.11-rc2/drivers/media/video/cx88/cx88-i2c.c
===================================================================
--- linux-2.6.11-rc2.orig/drivers/media/video/cx88/cx88-i2c.c	2005-01-24 14:54:35.000000000 +0100
+++ linux-2.6.11-rc2/drivers/media/video/cx88/cx88-i2c.c	2005-01-24 15:09:41.000000000 +0100
@@ -135,7 +135,7 @@ static struct i2c_algo_bit_data cx8800_i
 static struct i2c_adapter cx8800_i2c_adap_template = {
 	I2C_DEVNAME("cx2388x"),
 	.owner             = THIS_MODULE,
-	.id                = I2C_HW_B_BT848,
+	.id                = I2C_HW_B_CX2388x,
 	.client_register   = attach_inform,
 	.client_unregister = detach_inform,
 };

       reply	other threads:[~2005-01-25 10:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <9PM$6kT6B9B@bartelmus.de>
2005-01-25 10:20 ` Gerd Knorr [this message]
2005-01-25 10:38   ` [patch] add i2c adapter id for the cx88 driver Jean Delvare
2005-01-25 11:04     ` Gerd Knorr

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=20050125102036.GA1696@bytesex \
    --to=kraxel@bytesex.org \
    --cc=akpm@osdl.org \
    --cc=khali@linux-fr.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lirc@bartelmus.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox