lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 22 Jul 2009 13:58:58 -0700
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	sam.linux.kernel@...il.com, rbultje@...ald.bitfreak.net,
	linux-kernel@...r.kernel.org, linux-media@...r.kernel.org
Subject: Re: [patch] drivers/media/video/zoran_card.c: en/decoder loading

On Wed, 22 Jul 2009 13:57:57 -0700
Andrew Morton <akpm@...ux-foundation.org> wrote:

> (cc linux-media)
> 
> On Sun, 27 Jan 2008 19:01:29 +0100

oops

> Martin Samuelsson <sam.linux.kernel@...il.com> wrote:
> 
> > This enables the avs6eyes to load the bt866 and ks0127 drivers automatically.
> > 
> > Signed-off-by: Martin Samuelsson <sam.linux.kernel@...il.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ