Hello Jan,
On Sun, Jul 3, 2011 at 05:53, Jan Hoogenraad
wrote:
> I have decided AGAINST making it runnable on newer kernels, as there are
> some people working right now on a new release.
I appreciate that you would prefer efforts to go towards a upstream
driver. In the mean time I've updated th
The following patch deletes the 19 remaining fr-* files, as most of them
are outdated.
I tested auto-Default and it worked for me (I tested on tvheadend. See
https://www.lonelycoder.com/redmine/issues/570 ).
Could the other French users test auto-Default (and
auto-With167kHzOffsets if necessar
This is the same problem why the tree on
http://linuxtv.org/hg/~jhoogenraad/rtl2831-r2/
does not work for newer kernels.
I have decided AGAINST making it runnable on newer kernels, as there are
some people working right now on a new release.
Once the status becomes more clear, I'll update
http
Hello Sylwester,
thanks for your feedback. A few comments below. For the statements I
don't reply to, you can consider a "OK, will be fixed in v2".
On Fri, Jul 01, 2011 at 11:20:32PM +0200, Sylwester Nawrocki wrote:
> On 06/29/2011 09:58 PM, Uwe Kleine-König wrote:
> > + if (handled& heoimr)
>
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:Sat Jul 2 19:00:44 CEST 2011
git hash:df6aabbeb2b8799d97f3886fc994c318bc6a6843
gcc version: i686-linux-gcc (GCC) 4.5
Em 02-07-2011 06:36, Hans Verkuil escreveu:
> On Saturday, July 02, 2011 02:55:10 Mauro Carvalho Chehab wrote:
>> Em 01-07-2011 12:06, Hans de Goede escreveu:
>>> Hi Hans (et all),
>>>
>>> I've been working on doing a much needed cleanup to the pwc driver,
>>> converting it to videobuf2 and using t
Em 02-07-2011 15:03, Sakari Ailus escreveu:
> Mauro Carvalho Chehab wrote:
>> Em 01-07-2011 08:15, Sakari Ailus escreveu:
>>> On Fri, Jul 01, 2011 at 09:57:39AM +0200, Hans Verkuil wrote:
On Friday, July 01, 2011 03:27:10 Mauro Carvalho Chehab wrote:
> Em 10-06-2011 06:27, Sakari Ailus esc
Mauro Carvalho Chehab wrote:
> Em 01-07-2011 08:15, Sakari Ailus escreveu:
>> On Fri, Jul 01, 2011 at 09:57:39AM +0200, Hans Verkuil wrote:
>>> On Friday, July 01, 2011 03:27:10 Mauro Carvalho Chehab wrote:
Em 10-06-2011 06:27, Sakari Ailus escreveu:
> Hi Mauro,
>
> This pull reque
Hi,
On 07/02/2011 01:10 PM, Hans Verkuil wrote:
On Saturday, July 02, 2011 12:28:35 Hans de Goede wrote:
Hi,
Ok, thinking about this some more and reading Hans V's comments
I think that the current code in Hans V's core8c branch is fine,
and should go to 3.1 (rather then be delayed to 3.2).
Hi all,
For those who want to test the control event with qv4l2 I have updated my
v4l-utils tree.
The top two patches in this repository:
http://git.linuxtv.org/hverkuil/v4l-utils.git?a=shortlog;h=refs/heads/qv4l2
add support for the control event and for the bitmask control type.
In order to
On Sat, 2 Jul 2011 11:16:44 +0200
Hans Verkuil wrote:
> I think this is missing:
>
> diff --git a/drivers/media/video/marvell-ccic/Kconfig
> b/drivers/media/video/marvell-ccic/Kconfig
> index 22314a0..68ff5d6 100644
> --- a/drivers/media/video/marvell-ccic/Kconfig
> +++ b/drivers/media/video/ma
Signed-off-by: Wolfram Sang
Cc: Jean-Francois Moine
---
V2: added entry in documentation
Documentation/video4linux/gspca.txt |1 +
drivers/media/video/gspca/zc3xx.c |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Documentation/video4linux/gspca.txt
b/Documentati
On Saturday, July 02, 2011 12:28:35 Hans de Goede wrote:
> Hi,
>
>
>
> Ok, thinking about this some more and reading Hans V's comments
> I think that the current code in Hans V's core8c branch is fine,
> and should go to 3.1 (rather then be delayed to 3.2).
>
> As for the fundamental question w
Hi,
Ok, thinking about this some more and reading Hans V's comments
I think that the current code in Hans V's core8c branch is fine,
and should go to 3.1 (rather then be delayed to 3.2).
As for the fundamental question what to do with foo
controls when autofoo goes from auto to manual, as disc
On Fri, Jul 01, 2011 at 02:24:27PM -0700, Greg KH wrote:
> On Fri, Jul 01, 2011 at 03:47:11PM +0400, Kirill Smelkov wrote:
> > drivers/usb/host/ehci-sysfs.c | 104
> > +++--
>
> As you are adding new sysfs files, it is required that you also add new
> entries
On Saturday, July 02, 2011 11:56:19 Hans de Goede wrote:
> Hi,
>
> On 07/02/2011 11:41 AM, Hans Verkuil wrote:
> > Hi Hans,
> >
> > V4L2_PIX_FMT_SE401 was removed in the latest videodev2.h. I assume that that
> > code can also be removed from libv4lconvert.c?
>
> If you look at the history you wi
Hi,
On 07/02/2011 11:41 AM, Hans Verkuil wrote:
Hi Hans,
V4L2_PIX_FMT_SE401 was removed in the latest videodev2.h. I assume that that
code can also be removed from libv4lconvert.c?
If you look at the history you will see that support for it was actually
added to libv4lconvert recently. The re
Hi Hans,
V4L2_PIX_FMT_SE401 was removed in the latest videodev2.h. I assume that that
code can also be removed from libv4lconvert.c?
Regards,
Hans
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordom
On Saturday, July 02, 2011 02:55:10 Mauro Carvalho Chehab wrote:
> Em 01-07-2011 12:06, Hans de Goede escreveu:
> > Hi Hans (et all),
> >
> > I've been working on doing a much needed cleanup to the pwc driver,
> > converting it to videobuf2 and using the new ctrl framework.
> >
> > I hope to be a
Hi Jon,
I get this error when compiling the latest for_v3.1 media_tree:
Kernel: arch/x86/boot/bzImage is ready (#400)
ERROR: "vb2_dma_contig_init_ctx"
[drivers/media/video/marvell-ccic/cafe_ccic.ko] undefined!
ERROR: "vb2_dma_contig_cleanup_ctx"
[drivers/media/video/marvell-ccic/cafe_ccic.ko]
On Sat, 2 Jul 2011 10:07:41 +0200
Wolfram Sang wrote:
> On Wed, Jun 15, 2011 at 02:16:42PM +0200, Wolfram Sang wrote:
> > Signed-off-by: Wolfram Sang
> > ---
>
> Ping. Who is picking this up? Anything to be done on my side?
Sorry, I was a bit busy and I did not see your mail.
May you add an e
On Wed, Jun 15, 2011 at 02:16:42PM +0200, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang
> ---
Ping. Who is picking this up? Anything to be done on my side?
>
> Fixes https://bugzilla.kernel.org/show_bug.cgi?id=13479
>
> drivers/media/video/gspca/zc3xx.c |1 +
> 1 files changed, 1 inse
Hi, I bought one of these things having seen the Linux penguin on the
box and compiled the code from the
http://jms.id.au/wiki/EzcapDvbAdapter web page on a quad core AMD64
machine using 3.0.0-rc5 Linux kernel and GCC 4.6.1 under Debian sid.
On boot-up the device is at least partially recognised:
23 matches
Mail list logo