On Thursday 12 November 2009 08:23:41 Németh Márton wrote:
> From: Márton Németh
>
> Report the fail reason to the user when writing a register even if
> the verbose mode is switched off.
>
> Remove duplicated code ioctl() call which may cause different ioctl()
> function call in case of verbose
From: Márton Németh
Report the fail reason to the user when writing a register even if
the verbose mode is switched off.
Remove duplicated code ioctl() call which may cause different ioctl()
function call in case of verbose and non verbose if not handled carefully.
Signed-off-by: Márton Németh
(removed the deprecated video ML from CC)
On Wed, 11 Nov 2009, Neil Johnson wrote:
> Guennadi,
>
> Your suggestions do work well, though my implementation is not ideal.
> However, I am now able to switch between high res capture and low res
> capture using S_FMT. I made the switch to using user
Hans Verkuil wrote:
> On Thursday 12 November 2009 07:52:51 Németh Márton wrote:
>> From: Márton Németh
>>
>> The include path is changed from ../lib to ../lib4vl2util .
>>
>> Signed-off-by: Márton Németh
>> ---
>> diff -r 60f784aa071d v4l2-apps/util/decode_tm6000.c
>> --- a/v4l2-apps/util/decode
On Thursday 12 November 2009 07:52:51 Németh Márton wrote:
> From: Márton Németh
>
> The include path is changed from ../lib to ../lib4vl2util .
>
> Signed-off-by: Márton Németh
> ---
> diff -r 60f784aa071d v4l2-apps/util/decode_tm6000.c
> --- a/v4l2-apps/util/decode_tm6000.c Wed Nov 11 18:28:
From: Akihiro Tsukada
This patch adds a fix to accept frequency with its center shifted.
The driver used to accept center frequencies of the normal UHF band channels,
but in ISDB-T, center frequency is shifted with 1/7MHz.
It was shifted internally in the driver,
but this patch enables to accept
From: Márton Németh
The include path is changed from ../lib to ../lib4vl2util .
Signed-off-by: Márton Németh
---
diff -r 60f784aa071d v4l2-apps/util/decode_tm6000.c
--- a/v4l2-apps/util/decode_tm6000.cWed Nov 11 18:28:53 2009 +0100
+++ b/v4l2-apps/util/decode_tm6000.cThu Nov 12 07:49:43
On Wednesday 11 November 2009 22:31:00 Sakari Ailus wrote:
> Hi,
>
>
> Here's the version 2.3 of the video events RFC which hopefully will be
> the final one. It's based on Laurent Pinchart's original RFC and
> versions 2, 2.1 and 2.2 which I wrote. The old RFC is available here:
>
> http://ww
On Wednesday 11 November 2009 22:45:15 Karicheri, Muralidharan wrote:
> Hans,
>
> >> [MK] Could you explain this to me? In my prototype, I had tvp5146 that
> >> implements S_STD and tvp7002 that implements S_PRESET. Since bridge
> >driver
> >> has all the knowledge about the sub devices and their
On Wed, 11 Nov 2009, Stefan wrote:
> I'v problems with receiving dvb-s channels especially all the bbc
> channels on freesat (Astra 28.2) .
> The card is working fine for all the dutch channels (canaal digitaal)
> and in windows i have no problem receiving bbc hd
>
> But as soon as i tune in to f
On Wed, Nov 11, 2009 at 10:16:47PM -0500, I wrote:
> Hi,
>
> This is the only mailing list that I receive that procmail doesn't
> handle properly. All the others get sent to their own mailboxes.
> What is so strange about the headers of this list?
Arrgh!!! One change after I sent this email fix
Hi,
This is the only mailing list that I receive that procmail doesn't
handle properly. All the others get sent to their own mailboxes.
What is so strange about the headers of this list?
This is the procmail recipe I use: (I've tried routing this list's
email through all kinds of headers I have
Stefan Richter wrote:
> [PATCH 1/4] firedtv: move remote control workqueue handling into rc source
> file
> [PATCH 2/4] firedtv: reform lock transaction backend call
> [PATCH 3/4] firedtv: add missing include, rename a constant
> [PATCH 4/4] firedtv: port to new firewire core
>
> drivers/media/d
Hi, thank you for your reply.
Harald may be in flight now :)
> One question to your SoCs though - do they have SRAM? usable and
> sufficient for graphics buffers? In any case any such implementation will
> have to be able to handle RAMs other than main system memory too,
> including card memory, N
On Wed, Nov 11, 2009 at 8:06 PM, Andy Walls wrote:
> On Wed, 2009-11-11 at 19:38 -0500, Brandon Jenkins wrote:
>> On Tue, Nov 10, 2009 at 11:31 PM, Andy Walls wrote:
>
> I assume you mean the mxl5005s and s5h1409 changes for clear QAM when
> you say Devin's change.
>
> Regards,
> Andy
>
>
You a
On Wed, 2009-11-11 at 19:38 -0500, Brandon Jenkins wrote:
> On Tue, Nov 10, 2009 at 11:31 PM, Andy Walls wrote:
> >
> > Could folks give this cx18 code a test to make sure their primary use
> > cases didn't break?
> >
> >
> > Regards,
> > Andy
> >
> Andy,
>
> I have loaded the drivers (also pulli
On Tue, Nov 10, 2009 at 11:31 PM, Andy Walls wrote:
>
> Could folks give this cx18 code a test to make sure their primary use
> cases didn't break?
>
>
> Regards,
> Andy
>
Andy,
I have loaded the drivers (also pulling in Devin's change request too)
and am running with 3 cards and SageTV. I'll let
Guennadi,
Your suggestions do work well, though my implementation is not ideal.
However, I am now able to switch between high res capture and low res
capture using S_FMT. I made the switch to using user-ptr buffers in
user space, and now I allocate both large still image buffers and
smaller video
(switched to email. Please respond via emailed reply-to-all, not via the
bugzilla web interface).
(lotsa cc's added)
On Mon, 9 Nov 2009 08:59:05 GMT
bugzilla-dae...@bugzilla.kernel.org wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=14564
>
>Summary: capture-example sleeping f
> On Tue, 10 Nov 2009, Philipp Wiesner wrote:
>
> > soc_camera: multiple input capable enum, g & s
> >
> > From: Philipp Wiesner
> >
> > I did some small changes to support soc camera devices with multiple
> > inputs, e.g. tw9910 (driver doesn't support this yet).
> > soc-camera.c:
> > soc_cam
Hans,
Please see my response to your comment on setting the flag. I still think it is
cleaner to do it in the bridge driver.
The patch is ready and I need to finish the documentation. I plan to do this in
a weeks time and push the patch to the list.
Murali Karicheri
Software Design Engineer
Te
Hans,
>> [MK] Could you explain this to me? In my prototype, I had tvp5146 that
>> implements S_STD and tvp7002 that implements S_PRESET. Since bridge
>driver
>> has all the knowledge about the sub devices and their capabilities, it
>can
>> set the flag for each of the input that it supports (curr
Hi,
Here's the version 2.3 of the video events RFC which hopefully will be
the final one. It's based on Laurent Pinchart's original RFC and
versions 2, 2.1 and 2.2 which I wrote. The old RFC is available here:
http://www.spinics.net/lists/linux-media/msg11254.html>
Changes to version 2.2
--
Hiremath, Vaibhav wrote:
As far as I know nobody on our side is currently working on the CCDC
driver.
We're focusing on the previewer and resizer first.
[Hiremath, Vaibhav] I believe I should be able to see the current development
activity on sakari's repo, right?
That's right. Just use the
Ryan Raasch wrote:
Carlos Lavin wrote:
i am asking that if it is possible to start a module without
MODULE_INIT function in the body of program.
It looks as though all drivers that use v4l2_i2c_driver_data DO NOT use
the module_init function.
According to commit 14386c2b7793652a656021a3
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:Wed Nov 11 19:00:04 CET 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 13327:19c0469c02c3
gcc version: gcc (
On Sat, 31 Oct 2009, Martin Michlmayr wrote:
> media/video/videobuf-dma-contig.c fails to compile on ARM Versatile
> like this:
> | videobuf-dma-contig.c: In function ‘videobuf_dma_contig_user_get’:
> | videobuf-dma-contig.c:139: error: dereferencing pointer to incomplete type
> | videobuf-dma-
* Guennadi Liakhovetski [2009-11-11 19:38]:
> > Are there any comments regarding the build fix I submitted? This
> > issue is still there, as you can see at
> > http://www.xs4all.nl/~hverkuil/logs/Tuesday.log
>
> Oh, I'm afraid, I've unwillingly stolen your patch:
>
> http://linuxtv.org/hg/~gli
On Wed, Nov 11, 2009 at 8:58 AM, Michael Krufky wrote:
> On Wed, Nov 11, 2009 at 8:52 AM, Michael Krufky
> wrote:
>> Mauro,
>>
>> Please pull from:
>>
>> http://kernellabs.com/hg/~mkrufky/cx23885
I added another changeset. Please pull for:
- cx23885: add digital television support for Hauppau
On Wed, 11 Nov 2009, Martin Michlmayr wrote:
> Are there any comments regarding the build fix I submitted? This
> issue is still there, as you can see at
> http://www.xs4all.nl/~hverkuil/logs/Tuesday.log
Oh, I'm afraid, I've unwillingly stolen your patch:
http://linuxtv.org/hg/~gliakhovetski/v4
On Wed, 11 Nov 2009, Harald Welte wrote:
> Hi Guennadi and others,
>
> first of all sorry for breaking the thread, but I am new to this list
> and could not find the message-id of the original mails nor a .mbox
> format archive for the list :(
>
> As I was one of the people giving comments to Gu
On Tue, 10 Nov 2009, Philipp Wiesner wrote:
> soc_camera: multiple input capable enum, g & s
>
> From: Philipp Wiesner
>
> I did some small changes to support soc camera devices with multiple
> inputs, e.g. tw9910 (driver doesn't support this yet).
> soc-camera.c:
> soc_camera_enum_input: capa
Howdy,
I'v problems with receiving dvb-s channels especially all the bbc
channels on freesat (Astra 28.2) .
The card is working fine for all the dutch channels (canaal digitaal)
and in windows i have no problem receiving bbc hd
But as soon as i tune in to for example bbchd or bbc1 i do get a lock
Hi Antonio
Still one more nitpick:
On Wed, 11 Nov 2009, Antonio Ospite wrote:
> Signed-off-by: Bart Visscher
> Signed-off-by: Antonio Ospite
>
> ---
> Changes since v2:
>
> - Bart's SOB goes first, as he is the original author.
> - Add MFP_LPM_DRIVE_HIGH to camera gpios, as per Motorola or
On Wednesday 11 November 2009 18:29:52 Sakari Ailus wrote:
> Hans Verkuil wrote:
> > On Saturday 24 October 2009 23:56:24 Sakari Ailus wrote:
> >> Ivan T. Ivanov wrote:
> >>> Hi Sakari,
> >> Hi,
> >>
> >>> On Fri, 2009-10-23 at 13:18 +0300, Sakari Ailus wrote:
> >> [clip]
> struct v4l2_event
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Martin Michlmayr
> Sent: Wednesday, November 11, 2009 9:24 PM
> To: linux-media@vger.kernel.org
> Cc: Mauro Carvalho Chehab
> Subject: Re: [PATCH] videobuf-dma-contig.c
Hans Verkuil wrote:
On Saturday 24 October 2009 23:56:24 Sakari Ailus wrote:
Ivan T. Ivanov wrote:
Hi Sakari,
Hi,
On Fri, 2009-10-23 at 13:18 +0300, Sakari Ailus wrote:
[clip]
struct v4l2_event {
__u32 count;
__u32 type;
__u32 sequence;
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Laurent Pinchart
> Sent: Monday, November 09, 2009 7:36 PM
> To: Karicheri, Muralidharan
> Cc: Sakari Ailus; linux-media@vger.kernel.org; Hans Verkuil; Cohen
> David Ab
Make id signed so we can't get an invalid pointer
when we pass a negative id.
Signed-off-by: Roel Kluin
---
drivers/media/dvb/siano/sms-cards.c |2 +-
drivers/media/dvb/siano/sms-cards.h |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/dvb/siano/sms-car
Thomas Kernen wrote:
Hello,
I came across this thread from June 2009 in the news archives about
Ubuntu Karmic and v4l-dvb compile broken with stock Ubuntu Karmic build:
http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/7161
I've just come across this issue myself after
Are there any comments regarding the build fix I submitted? This
issue is still there, as you can see at
http://www.xs4all.nl/~hverkuil/logs/Tuesday.log
* Martin Michlmayr [2009-10-31 10:28]:
> media/video/videobuf-dma-contig.c fails to compile on ARM Versatile
> like this:
> | videobuf-dma-con
On Wed, 2009-11-11 at 00:15 -0500, John Nuszkowski wrote:
>
> See my comments below.
>
> On Tue, Nov 10, 2009 at 8:03 PM, Andy Walls wrote:
> > On Tue, 2009-11-10 at 12:13 -0500, John Nuszkowski wrote:
> >> My new Hauppauge HVR-1600 does not load the firmware. The driver was
> >> built using t
Hello,
I am in need of a supported DVB-C pci card (or usb). I have a DVB-T
card, and am now aware of all the standards, ugg, and so i need a DVB-C
tuner.
I have found a
TerraTec Cinergy C and it looks like a low profile.
BTW, how is the performance/benifits of the usb encoders to the PCI?
C
On Wed, Nov 11, 2009 at 8:52 AM, Michael Krufky wrote:
> Mauro,
>
> Please pull from:
>
> http://kernellabs.com/hg/~mkrufky/cx23885
>
> for the following:
There was an extra line that I removed -- sorry for any confusion.
Here's the diffstat:
- cx23885: add digital television support for Hauppau
On Wed, Nov 11, 2009 at 7:01 PM, Antonio Ospite
wrote:
> Signed-off-by: Bart Visscher
> Signed-off-by: Antonio Ospite
>
> ---
> Changes since v2:
>
> - Bart's SOB goes first, as he is the original author.
> - Add MFP_LPM_DRIVE_HIGH to camera gpios, as per Motorola original
> code.
> - s/pxa
Mauro,
Please pull from:
http://kernellabs.com/hg/~mkrufky/cx23885
for the following:
- cx23885: add digital television support for Hauppauge WinTV-HVR1290
- cx23885: update model matrix for models 85021 and 85721
Documentation/video4linux/CARDLIST.cx23885 |1
drivers/media/video/cx23885
Carlos Lavin wrote:
i am asking that if it is possible to start a module without MODULE_INIT
function in the body of program.
It looks as though all drivers that use v4l2_i2c_driver_data DO NOT use
the module_init function.
According to commit 14386c2b7793652a656021a3345cff3b0f6771f9,
v4l
Signed-off-by: Bart Visscher
Signed-off-by: Antonio Ospite
---
Changes since v2:
- Bart's SOB goes first, as he is the original author.
- Add MFP_LPM_DRIVE_HIGH to camera gpios, as per Motorola original
code.
- s/pxacamera/camera/ in function names, as they are not used in
pxacamera_pl
Mauro Carvalho Chehab wrote:
Em Tue, 10 Nov 2009 09:09:10 -0800
Randy Dunlap escreveu:
(**) This is also one of several codes that different kinds of host
controller use to indicate a transfer has failed because of device
disconnect. In the interval before the hub driver starts disconnect
pro
49 matches
Mail list logo