On Monday 08 February 2010 08:20:14 Dmitri Belimov wrote:
> Hi All.
>
> I wrote SPI bitbang master over GPIO of saa7134. Speed of writing is much
> slow then in a Windows systems.
> I make some tests:
>
> Windows, SPI bitbang 97002 bytes x 2 time of writing is around 1.2 seconds
> Linux, SPI bit
Hi All.
I wrote SPI bitbang master over GPIO of saa7134. Speed of writing is much slow
then in a Windows systems.
I make some tests:
Windows, SPI bitbang 97002 bytes x 2 time of writing is around 1.2 seconds
Linux, SPI bitbang with call saa7134_set_gpio time of writing is 18 seconds
Linux, SPI b
2010/2/6 Lukáš Karas :
> Hi Erik and others.
>
> New kernel (2.6.33-rc*) failed suspend to ram with camera m5602 on my machine.
> At first, I thought that it's a kernel bug (see
> http://bugzilla.kernel.org/show_bug.cgi?id=15189) - suspend failed after
> unload gspca_m5602 module too. But it is mor
stefan.rin...@arcor.de wrote:
> + ctl.vhfbw7 = 1;
> + ctl.uhfbw8 = 1;
I don't think you need to set this, as the driver will automatically do the
firmware
tricks for the firmwares. This will probably just change the default to start
wit firmware 7/8.
--
Cheers,
Mauro
-
> diff --git a/drivers/staging/tm6000/tm6000-cards.c
> b/drivers/staging/tm6000/tm6000-cards.c
> index c4db903..7f594a2 100644
> --- a/drivers/staging/tm6000/tm6000-cards.c
> +++ b/drivers/staging/tm6000/tm6000-cards.c
> @@ -44,6 +44,10 @@
> #define TM6000_BOARD_FREECOM_AND_SIMILAR 7
> #defi
Francesco Lavra wrote:
> A DVB demultiplexer device can be used to set up either a PES filter or
> a section filter. In the former case, the ts field of the feed union of
> struct dmxdev_filter is used, in the latter case the sec field of the
> same union is used.
> The ts field is a struct list_he
> I'll try to perform a quick test with my PVR-350 with NTSC and the YUV
> capture device BTW.
OK. So my test setup:
a. DTV STB tuned to the SuperBowl :)
b. Composite out from the STB feeding my PVR-350/SAA7115 with an NTSC
CVBS input.
c. mplayer capturing raw YUV video from the PVR-350's comp
Hi everyone,
My problem is actually quite similar and likely the same as
http://www.spinics.net/lists/linux-media/msg11186.html ("Re: kworld
studio terminator (saa7134) noise on capture").
I have an Asus My Cinema-P7131 Hybrid and am trying to use the composite
input. I run something like:
Hi!
Am Sonntag, den 07.02.2010, 10:13 -0500 schrieb Andy Walls:
> On Sun, 2010-02-07 at 13:49 +0100, Francesco Lavra wrote:
> > A DVB demultiplexer device can be used to set up either a PES filter or
> > a section filter. In the former case, the ts field of the feed union of
> > struct dmxdev_filt
On Sun, 2010-02-07 at 21:36 +0100, Lars Hanisch wrote:
> Hi,
>
> Just for completeness, attached is the patch against the subversion
> repository at ivtvdriver.org.
Thanks!
Regards,
Andy
> Regards,
> Lars.
>
> Am 04.02.2010 08:25, schrieb Hans Verkuil:
> > On Thursday 04 February 2010 04:16
Hi,
Just for completeness, attached is the patch against the subversion
repository at ivtvdriver.org.
Regards,
Lars.
Am 04.02.2010 08:25, schrieb Hans Verkuil:
On Thursday 04 February 2010 04:16:03 Andy Walls wrote:
On Thu, 2010-02-04 at 01:18 +0100, Lars Hanisch wrote:
Hi,
I'm writin
This patch adds remote support for the Kworld 315U device
Note: I believe I got most of the mappings correct. Though the
source and shutdown button probably could be mapped to something
better.
To be done: Still need to get the Kworld analog patch resubmitted.
There are still some stuff I want
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:Sun Feb 7 19:00:07 CET 2010
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 14163:d2dc404d1617
gcc version: i686-
Am Sonntag, den 07.02.2010, 20:13 +0100 schrieb HoP:
> Hi Chicken
>
> 2010/2/7 Chicken Shack :
> > Am Sonntag, den 07.02.2010, 19:10 +0100 schrieb HoP:
> >> Hi Chicken,
> >>
> >> >
> >> > However I am still alone with the other problem I always stressed:
> >> >
> >> > When using alevt-dvb (I attac
Hi Chicken
2010/2/7 Chicken Shack :
> Am Sonntag, den 07.02.2010, 19:10 +0100 schrieb HoP:
>> Hi Chicken,
>>
>> >
>> > However I am still alone with the other problem I always stressed:
>> >
>> > When using alevt-dvb (I attached my overworked version 1.7.0 in earlier
>> > mails - please do have a
Am Sonntag, den 07.02.2010, 19:10 +0100 schrieb HoP:
> Hi Chicken,
>
> >
> > However I am still alone with the other problem I always stressed:
> >
> > When using alevt-dvb (I attached my overworked version 1.7.0 in earlier
> > mails - please do have a look at it!) the application hangs when you
>
Add support for subscribing all events with a special id V4L2_EVENT_ALL. If
V4L2_EVENT_ALL is subscribed, no other events may be subscribed. Otherwise
V4L2_EVENT_ALL is considered just as any other event.
Signed-off-by: Sakari Ailus
---
drivers/media/video/v4l2-event.c | 13 -
incl
Add event handling backend to V4L2. The backend handles event subscription
and delivery to file handles. Event subscriptions are based on file handle.
Events may be delivered to all subscribed file handles on a device
independent of where they originate from.
Signed-off-by: Sakari Ailus
---
driv
Update the count field properly by setting it to exactly to number of
further available events.
Signed-off-by: Sakari Ailus
---
drivers/media/video/v4l2-event.c | 18 --
include/media/v4l2-event.h |3 +++
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git
This patch adds a list of v4l2_fh structures to every video_device.
It allows using file handle related information in V4L2. The event interface
is one example of such use.
Video device drivers should use the v4l2_fh pointer as their
file->private_data.
Signed-off-by: Sakari Ailus
---
drivers/m
This patch adds a set of new ioctls to the V4L2 API. The ioctls conform to
V4L2 Events RFC version 2.3:
http://www.spinics.net/lists/linux-media/msg12033.html>
Signed-off-by: Sakari Ailus
---
drivers/media/video/v4l2-compat-ioctl32.c |3 +++
drivers/media/video/v4l2-ioctl.c |3
Add sequence numbers to events.
Signed-off-by: Sakari Ailus
---
drivers/media/video/v4l2-event.c | 15 ---
include/media/v4l2-event.h |1 +
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/drivers/media/video/v4l2-event.c b/drivers/media/video/v4l2-event.c
Add support for event handling to do_ioctl.
Signed-off-by: Sakari Ailus
---
drivers/media/video/Makefile |2 +-
drivers/media/video/v4l2-ioctl.c | 48 ++
include/media/v4l2-ioctl.h |9 +++
3 files changed, 58 insertions(+), 1 deletions(
Hi,
Here's the fourth version of the V4L2 file handle and event interface
patchset.
The first patch adds the V4L2 file handle support and the rest are for
V4L2 events.
The patchset has been tested with the OMAP 3 ISP driver. Patches for
OMAP 3 ISP are not part of this patchset but are available
Hans Verkuil wrote:
> On Sunday 07 February 2010 13:15:12 Sakari Ailus wrote:
>> Sakari Ailus wrote:
>>> Add support for event handling to do_ioctl.
>>>
>>> Signed-off-by: Sakari Ailus
>> ...
>>> @@ -239,6 +241,13 @@ struct v4l2_ioctl_ops {
>>> int (*vidioc_enum_frameintervals) (struct file *f
Hans Verkuil wrote:
> Hi Sakari,
>
> Once again, thanks for all the work you're doing on this! Very much
> appreciated!
You're welcome. I think I want to see this finished as much as you do.
:-) And many thanks for the review to you!
> As you requested, I've reviewed this code with special atte
Hi Chicken,
>
> However I am still alone with the other problem I always stressed:
>
> When using alevt-dvb (I attached my overworked version 1.7.0 in earlier
> mails - please do have a look at it!) the application hangs when you
> decide to switch to a channel that is part of a new transponder.
>
2010/2/7 Kåre Hampf :
> Now the scanfile should be properly attached ... .*sigh*
>
> Here's a scanfile for fi-Smedsbole (DVB-T broadcasts from Smedsböle on
> Åland Islands in Finland). Other names for it could be fi-Aland or
> ax-Smedsbole (Åland Islands has its own .ax domain) but I thought it
> b
Now the scanfile should be properly attached ... .*sigh*
Here's a scanfile for fi-Smedsbole (DVB-T broadcasts from Smedsböle on
Åland Islands in Finland). Other names for it could be fi-Aland or
ax-Smedsbole (Åland Islands has its own .ax domain) but I thought it
better to suggest a name derived f
Here's a scanfile for fi-Smedsbole (DVB-T broadcasts from Smedsböle on
Åland Islands in Finland). Other names for it could be fi-Aland or
ax-Smedsbole (Åland Islands has its own .ax domain) but I thought it
better to suggest a name derived from the broadcast location).
Regards,
/K. Hampf
--
To un
On Sun, 2010-02-07 at 13:49 +0100, Francesco Lavra wrote:
> A DVB demultiplexer device can be used to set up either a PES filter or
> a section filter. In the former case, the ts field of the feed union of
> struct dmxdev_filter is used, in the latter case the sec field of the
> same union is used.
Mauro Carvalho Chehab wrote:
> Linus,
>
> Please pull from:
>
> ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git mantis
>
> For the DVB mantis driver. This is a new driver that add support for the DVB
> devices
> based on ST mantis chips. This design is becoming ve
On Sun, 2010-02-07 at 04:58 +0100, hermann pitton wrote:
> Am Samstag, den 06.02.2010, 09:55 +0100 schrieb Chicken Shack:
> > Am Samstag, den 06.02.2010, 01:25 +0100 schrieb hermann pitton:
> 3.
> Also confirmed, your 1.7.0 version did work on a latest unpatched F11
> 2.6.30 without setting the te
2010/2/7 Christoph Pfister :
> 2010/2/1 :
>> Hi Christoph,
>>
>> I'm delivering DVB-T scan files for Croatia. The scan files was tested for
>> regions D01, D04, D05, D08 and are based on information provided by Croatian
>> television (HRT) as well as OiV, so untested ones should be correct also.
Hi,
The v4l-dvb tree moves so fast in terms of new drivers and support for new
devices compared to the stable trees.
Massive changes are nearly only done through .3x merge windows. That is the
correct behaviour but leaves distributions
without support for important drivers like e.g. mantis which
2010/2/1 :
> Hi Christoph,
>
> I'm delivering DVB-T scan files for Croatia. The scan files was tested for
> regions D01, D04, D05, D08 and are based on information provided by Croatian
> television (HRT) as well as OiV, so untested ones should be correct also.
>
> Frequencies:
> http://www.hrt.hr/
Muralidharan Karicheri wrote:
> Mauro,
>> + ret = copy_from_user(isif_raw_params,
>> It seems that you're defining some undocumented new userspace API here.
>>
> Yes. This supports an experimental, but necessary API that configures
> the ISIF (Image sensor Interface) image tuning parameters
A DVB demultiplexer device can be used to set up either a PES filter or
a section filter. In the former case, the ts field of the feed union of
struct dmxdev_filter is used, in the latter case the sec field of the
same union is used.
The ts field is a struct list_head, and is currently initialized
2010/2/3 Tomas Barauskas :
> Hello
> Maybe someone could add a full Lithuanian DVB-T broadcasting frequency list. I
> am not a developer and not know how. ;)
Added, thanks!
Christoph
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vg
Hi Sakari,
Once again, thanks for all the work you're doing on this! Very much appreciated!
As you requested, I've reviewed this code with special attention to refcounting
and locking.
In general, locking is hard, so the fewer locks there are, the easier it is
to get locking right and to maintai
On Sunday 07 February 2010 13:15:12 Sakari Ailus wrote:
> Sakari Ailus wrote:
> > Add support for event handling to do_ioctl.
> >
> > Signed-off-by: Sakari Ailus
> ...
> > @@ -239,6 +241,13 @@ struct v4l2_ioctl_ops {
> > int (*vidioc_enum_frameintervals) (struct file *file, void *fh,
> >
Sakari Ailus wrote:
> Add support for event handling to do_ioctl.
>
> Signed-off-by: Sakari Ailus
...
> @@ -239,6 +241,13 @@ struct v4l2_ioctl_ops {
> int (*vidioc_enum_frameintervals) (struct file *file, void *fh,
> struct v4l2_frmivalenum *fival);
Am Sonntag, den 07.02.2010, 04:58 +0100 schrieb hermann pitton:
> Am Samstag, den 06.02.2010, 09:55 +0100 schrieb Chicken Shack:
> > Am Samstag, den 06.02.2010, 01:25 +0100 schrieb hermann pitton:
> > > Am Samstag, den 06.02.2010, 00:39 +0100 schrieb Chicken Shack:
> > > > Am Samstag, den 06.02.201
usbvision->vdev was already tested, we should test usbvision->vbi here.
Signed-off-by: Roel Kluin
---
diff --git a/drivers/media/video/usbvision/usbvision-video.c
b/drivers/media/video/usbvision/usbvision-video.c
index 1054546..7c17ec6 100644
--- a/drivers/media/video/usbvision/usbvision-video.c
44 matches
Mail list logo