LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [patch] drivers/media/video/zoran_card.c: en/decoder loading
@ 2008-01-27 18:01 Martin Samuelsson
2008-01-27 19:39 ` Ronald S. Bultje
2009-07-22 20:57 ` Andrew Morton
0 siblings, 2 replies; 4+ messages in thread
From: Martin Samuelsson @ 2008-01-27 18:01 UTC (permalink / raw)
To: rbultje; +Cc: LKML
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)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch] drivers/media/video/zoran_card.c: en/decoder loading
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
1 sibling, 0 replies; 4+ messages in thread
From: Ronald S. Bultje @ 2008-01-27 19:39 UTC (permalink / raw)
To: LKML; +Cc: Martin Samuelsson
Hi,
On Jan 27, 2008 1:01 PM, 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;
> }
(For upstream people who will apply the patch in mainstream kernel:)
ack from maintainer.
Ronald
(and sorry to Martin for getting this msg twice.)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch] drivers/media/video/zoran_card.c: en/decoder loading
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
2009-07-22 20:58 ` Andrew Morton
1 sibling, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2009-07-22 20:57 UTC (permalink / raw)
To: Martin Samuelsson; +Cc: rbultje, linux-kernel, linux-media
(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?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch] drivers/media/video/zoran_card.c: en/decoder loading
2009-07-22 20:57 ` Andrew Morton
@ 2009-07-22 20:58 ` Andrew Morton
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Morton @ 2009-07-22 20:58 UTC (permalink / raw)
To: sam.linux.kernel, rbultje, linux-kernel, linux-media
On Wed, 22 Jul 2009 13:57:57 -0700
Andrew Morton <akpm@linux-foundation.org> wrote:
> (cc linux-media)
>
> On Sun, 27 Jan 2008 19:01:29 +0100
oops
> 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?
sorry, operator error.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-07-22 20:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2009-07-22 20:58 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).