On Wed, Jun 30, 2010 at 06:03:16AM +0300, Baruch Siach wrote:
> On Tue, Jun 29, 2010 at 09:47:42PM +0200, Guennadi Liakhovetski wrote:
> > On Mon, 21 Jun 2010, Baruch Siach wrote:
> >
> > > This is the soc_camera support developed by Sascha Hauer for the i.MX27.
> > > Alan
> > > Carvalho de Assi
On Tue, Jun 29, 2010 at 09:47:42PM +0200, Guennadi Liakhovetski wrote:
> On Mon, 21 Jun 2010, Baruch Siach wrote:
>
> > This is the soc_camera support developed by Sascha Hauer for the i.MX27.
> > Alan
> > Carvalho de Assis modified the original driver to get it working on more
> > recent
> > k
I have 2 systems nearly identical except one runs 64bit and the other
runs 32bit. I'm now trying to use the remote port on the nexus-s card.
The 32 bit seems to be working ok, but the 64bit acts like it's bussy
doing somthing else. It randomly won't respond to the remote. It doesn't
buffer the
Hi Laurent,
> -Original Message-
> From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
> Sent: Tuesday, June 29, 2010 5:23 AM
> To: Aguirre, Sergio
> Cc: Sakari Ailus; linux-media@vger.kernel.org
> Subject: Re: [media-ctl] [omap3camera:devel] How to use the app?
>
> Hi Sergi
Hi,
success! I could recover my eeprom with Mauro's rewrite_eeprom.pl.
@Torsten: I also had to modprobe i2c-dev manually. And I even
modprobed i2c-smbus.
Unfortunately the driver (kernel 2.6.34) still doesn't work. There's
no /dev/dvb (even after loading em28xx_dvb manually as it has not been
loa
Hello,
On Tue, Jun 29, 2010 at 4:42 PM, Torsten Krah
wrote:
> Am Dienstag, 29. Juni 2010 schrieb Douglas Schilling Landgraf:
>> The rewrite_eeprom.pl is available under git.utils tree:
>> http://git.linuxtv.org/v4l-utils.git
>>
>> All instructions are available into the source code. Let me know i
Hi Baruch
On Mon, 21 Jun 2010, Baruch Siach wrote:
> This is the soc_camera support developed by Sascha Hauer for the i.MX27. Alan
> Carvalho de Assis modified the original driver to get it working on more
> recent
> kernels. I modified it further to add support for i.MX25. This driver has been
Am Dienstag, 29. Juni 2010 schrieb Douglas Schilling Landgraf:
> The rewrite_eeprom.pl is available under git.utils tree:
> http://git.linuxtv.org/v4l-utils.git
>
> All instructions are available into the source code. Let me know if
> you have any problem with such tool.
Hi, yes i have problems w
This message is generated daily by a cron job that builds v4l-dvb for
the kernels and architectures in the list below.
Results of the daily build of v4l-dvb:
date:Tue Jun 29 19:00:25 CEST 2010
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 14993:9652f85e688a
git master:
Hello Torsten,
On Tue, Jun 29, 2010 at 10:42 AM, Torsten Krah
wrote:
> Am Mittwoch, 23. Juni 2010, um 00:15:36 schrieb Mauro Carvalho Chehab:
>> You probably damaged the contents of the device's eeprom. If you have the
>> logs with the previous eeprom contents somewhere, it is possible to recover
The following changes since commit 41c5f984b67b331064e69acc9fca5e99bf73d400:
Merge tag 'v2.6.35-rc2' into HEAD (2010-06-09 00:05:54 -0300)
are available in the git repository at:
git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo
Hans de Goede (1):
uvcvideo: Make button controls work p
Am Mittwoch, 23. Juni 2010, um 00:15:36 schrieb Mauro Carvalho Chehab:
> You probably damaged the contents of the device's eeprom. If you have the
> logs with the previous eeprom contents somewhere, it is possible to recover
> it. There's an util at v4l-utils that allows re-writing the information
Hi Sergio,
On Tuesday 29 June 2010 14:43:05 Sergio Aguirre wrote:
> Hi Laurent,
>
> While trying to generate kernel headers by doing 'make headers_install',
> I noticed that the headers weren't actually copied into the filesystem.
>
> So, here's some fixes I have come across. This is the baselin
This makes the header available to the user-space apps when
doing headers_install.
Signed-off-by: Sergio Aguirre
---
include/linux/Kbuild |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 2fc8e14..efc9718 100644
--- a/inclu
This complements commit ID:
commit f1ee99adf3c73c6a2423c11813e17ca0227d98b7
Author: Laurent Pinchart
Date: Mon Mar 15 23:33:31 2010 +0100
v4l: Move the media/v4l2-mediabus.h header to include/linux
Signed-off-by: Sergio Aguirre
---
include/linux/Kbuild |1 +
1 files changed,
This fixes headers_check warning:
*/usr/include/linux/media.h:25: found __[us]{8,16,32,64} type without #include
Signed-off-by: Sergio Aguirre
---
include/linux/media.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/linux/media.h b/include/linux/media.h
inde
This fixes following headers_check warnings:
*/usr/include/linux/v4l2-mediabus.h:63: found __[us]{8,16,32,64} type without
#include
*/usr/include/linux/v4l2-subdev.h:33: found __[us]{8,16,32,64} type without
#include
Signed-off-by: Sergio Aguirre
---
include/linux/v4l2-mediabus.h |1 +
This complements commit ID:
commit cf16808f35cf59524fde0b15e5974cba165988b1
Author: Laurent Pinchart
Date: Tue Mar 16 00:26:04 2010 +0100
v4l: v4l2_subdev userspace format API
Signed-off-by: Sergio Aguirre
---
include/linux/Kbuild |1 +
1 files changed, 1 insertions(+), 0 de
Hi Laurent,
While trying to generate kernel headers by doing 'make headers_install',
I noticed that the headers weren't actually copied into the filesystem.
So, here's some fixes I have come across. This is the baseline I use:
http://gitorious.org/omap3camera/mainline/commits/devel
Any feedback
Well, thank you very much Hermann!
You're very helpul. The sure thing is that when I'll buy a new card I'll ask
you
for a hint.
Thank you again,
Avl
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info
Hi Sergio,
On Tuesday 29 June 2010 01:34:01 Aguirre, Sergio wrote:
> Hi Laurent/Sakari,
>
> I have been attempting to migrate my IMX046 sensor driver, that I had
> working on my Zoom3(OMAP3630 ES1.1) with older codebase, to work with the
> latest omap3camera tree, 'devel' branch:
>
> http://gito
Question on uvcvideo driver's power management:
Q1: We found some USB material mentioned : Relationship between ACPI
Dx states and USB PM states (active/suspended) is orthogonal.
Suspend/resume might not effect device Dx state(e.g. D0/D1/D3). Is it
a correct statement for general usb device and uvc
On Tue, Jun 29, 2010 at 6:54 AM, Jan Hoogenraad
wrote:
> I see: apparently the versions earlier than V3.0 of CTVDIGRCU used Realtek
> RTL2831U. I'll make a note of that on the wiki page.
Is the CTVDIGRCU well supported by mainline? I think I can source
these locally.
Is the AF9015 driver stable?
23 matches
Mail list logo