All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Martin Samuelsson <sam.linux.kernel@gmail.com>
Cc: rbultje@ronald.bitfreak.net, linux-kernel@vger.kernel.org,
	linux-media@vger.kernel.org
Subject: Re: [patch] drivers/media/video/zoran_card.c: en/decoder loading
Date: Wed, 22 Jul 2009 13:57:57 -0700	[thread overview]
Message-ID: <20090722135757.1653962f.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080127190129.6a1554ef.sam.linux.kernel@gmail.com>

(cc linux-media)

On Sun, 27 Jan 2008 19:01:29 +0100
Martin Samuelsson <sam.linux.kernel@gmail.com> wrote:

> 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;
>  	}

The Zoran driver has changed a lot since 2.6.24 and I can't find
anywhere where a patch like this might be applied.

Please check a current kernel and update the patch if it is still needed?

  parent reply	other threads:[~2009-07-22 20:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-27 18:01 [patch] drivers/media/video/zoran_card.c: en/decoder loading Martin Samuelsson
2008-01-27 19:39 ` Ronald S. Bultje
2009-07-22 20:57 ` Andrew Morton [this message]
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=20090722135757.1653962f.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=rbultje@ronald.bitfreak.net \
    --cc=sam.linux.kernel@gmail.com \
    /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.