On Sunday, July 03, 2011 22:04:45 Hans de Goede wrote:
> Hi all,
>
> After making some serious use of it in the pwc driver cleanup
> I would like to thank Hans V. for all his hard work on the
> new ctrl framework.
>
> The clusters bit got a bit getting used to / but once I did
> it is great.
>
>
On Monday, July 04, 2011 08:23:10 Hans de Goede wrote:
> Hi All,
>
> One last thing before I really leave on vacation which just popped
> in my mind as something which I had not mentioned yet.
>
> The new ctrl framework also enumerates classes when enumerating
> ctrls with the next flag. I wonder
Hi All,
One last thing before I really leave on vacation which just popped
in my mind as something which I had not mentioned yet.
The new ctrl framework also enumerates classes when enumerating
ctrls with the next flag. I wonder if this is intentional?
IOW if this is a feature or a bug?
Either
Sakari,
Thank you for the comments. My responses inlined.
-Manjunath
On Thu, Jun 30, 2011 at 19:27:36, Sakari Ailus wrote:
> Hi Manjunath,
>
> Thanks for the patches.
>
> On Thu, Jun 30, 2011 at 06:43:09PM +0530, Manjunath Hadli wrote:
> > Thease are the RFC patches for the DM365 video capture
Hi,
On Thu, Jun 16, 2011 at 12:06:07AM +0200, Arnd Bergmann wrote:
> On Wednesday 15 June 2011 23:39:58 Larry Bassel wrote:
> > On 15 Jun 11 10:36, Marek Szyprowski wrote:
> > > On Tuesday, June 14, 2011 10:42 PM Arnd Bergmann wrote:
> > >
> > > > On Tuesday 14 June 2011 20:58:25 Zach Pfeffer wro
> -Original Message-
> From: Mauro Carvalho Chehab [mailto:mche...@redhat.com]
> Sent: Saturday, July 02, 2011 12:19 AM
> To: Hiremath, Vaibhav
> Cc: linux-media@vger.kernel.org
> Subject: Re: [GIT PULL for v3.0] OMAP_VOUT bug fixes and code cleanup
>
> Em 22-06-2011 16:32, hvaib...@ti.co
>
> Hi, Bastian,
>
> Could the setting in ov5642.c like ov5642_default_regs_init and
> ov5642_default_regs_finalise adapt to different board? From my experience,
> ov5642 may have difference settings for differnt boards. So could we put the
> setting in another file instead of in the common d
Em 03-07-2011 20:24, Oliver Endriss escreveu:
> Hi Mauro,
>
> On Monday 04 July 2011 00:27:54 Mauro Carvalho Chehab wrote:
>> Hi Oliver,
>>
>> Em 03-07-2011 18:21, Oliver Endriss escreveu:
>>> [PATCH 1/5] ddbridge: Initial check-in
>>> [PATCH 2/5] ddbridge: Codingstyle fixes
>>> [PATCH 3/5] ddbrid
Oliver Endriss schreef op Sun 03-07-2011 om 23:27 [+0200]:
> Update Kconfig description (ddbridge with cxd2099)
>
> Signed-off-by: Oliver Endriss
> ---
> drivers/staging/cxd2099/Kconfig | 11 ++-
> 1 files changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/staging/cxd20
Hi Mauro,
On Monday 04 July 2011 00:27:54 Mauro Carvalho Chehab wrote:
> Hi Oliver,
>
> Em 03-07-2011 18:21, Oliver Endriss escreveu:
> > [PATCH 1/5] ddbridge: Initial check-in
> > [PATCH 2/5] ddbridge: Codingstyle fixes
> > [PATCH 3/5] ddbridge: Allow compiling of the driver
> > [PATCH 4/5] cxd2
On Wednesday 29 June 2011 15:16:10 Sébastien RAILLARD wrote:
> Dear all,
>
> We have found what seems to be a tuning issue in the driver for the ALPS
> BSBE1-D01A used in the new TT-S-1500b card from Technotrend.
> On some transponders, like ASTRA 19.2E 11817-V-27500, the card can work very
> well
Hi Oliver,
Em 03-07-2011 18:21, Oliver Endriss escreveu:
> [PATCH 1/5] ddbridge: Initial check-in
> [PATCH 2/5] ddbridge: Codingstyle fixes
> [PATCH 3/5] ddbridge: Allow compiling of the driver
> [PATCH 4/5] cxd2099: Fix compilation of ngene/ddbridge for DVB_CXD2099=n
> [PATCH 5/5] cxd2099: Update
Fix compilation of ngene/ddbridge for DVB_CXD2099=n.
Note: Bug was introduced by commit 'cxd2099: Update to latest version'.
Signed-off-by: Oliver Endriss
---
drivers/staging/cxd2099/cxd2099.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/cxd2099/cxd2
Update Kconfig description (ddbridge with cxd2099)
Signed-off-by: Oliver Endriss
---
drivers/staging/cxd2099/Kconfig | 11 ++-
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/cxd2099/Kconfig b/drivers/staging/cxd2099/Kconfig
index 9d638c3..b48aefd 100644
Driver added to Makefile and Kconfig.
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/Kconfig |4
drivers/media/dvb/Makefile |3 ++-
drivers/media/dvb/ddbridge/Kconfig | 18 ++
drivers/media/dvb/ddbridge/Makefile | 14 ++
4 fil
Codingstyle fixes
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ddbridge/ddbridge-core.c | 191
drivers/media/dvb/ddbridge/ddbridge-regs.h | 62 +-
drivers/media/dvb/ddbridge/ddbridge.h |8 +-
3 files changed, 144 insertions(+), 117 deletion
From: Ralph Metzler
Driver support for Digital Devices ddbridge-based cards:
Octopus, Octopus mini, Octopus LE, cineS2(v6)
with DuoFlex S2 and/or DuoFlex CT tuners.
Driver was taken from ddbridge-0.6.1.tar.bz2.
Signed-off-by: Ralph Metzler
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/
[PATCH 1/5] ddbridge: Initial check-in
[PATCH 2/5] ddbridge: Codingstyle fixes
[PATCH 3/5] ddbridge: Allow compiling of the driver
[PATCH 4/5] cxd2099: Fix compilation of ngene/ddbridge for DVB_CXD2099=n
[PATCH 5/5] cxd2099: Update Kconfig descrition (ddbridge support)
Note:
This patch series depe
On Fri, 2011-07-01 at 10:15 +0200, Sébastien RAILLARD (COEXSI) wrote:
>
> > -Original Message-
> > From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> > ow...@vger.kernel.org] On Behalf Of Malcolm Priestley
> > Sent: vendredi 1 juillet 2011 00:22
> > To: Linux Media Mailing List
Unit missmatch in mceusb_handle_command. It should be converting to us,
not 1/10th of ms.
mceusb_dev_printdata 100us/ms -> 1000us/ms
Signed-off-by: Rafi Rubin
---
Fixing the interpretation of the timeout corrects buggy behavior,
particularly when using a mceusb reciever in lirc mode for arbit
Signed-off-by: Rafi Rubin
---
This changes the default to something a little more sane. I have one
mceusb device that currently does not respond properly to the initial
polling and is left using the default timeout. 1ms does not work well.
I propose changing the default to 100ms to match the ti
Hi Mauro,
On Wednesday 22 June 2011 20:33:34 Mauro Carvalho Chehab wrote:
Media subsystem workshop 2011 - Prague - Oct 24-26
Since 2007, we're doing annual mini-summits for the media subsystem,
in order to plan the new features that will be introduced there.
Last year, during the Kernel Summit
Hi All,
This will be one of my last mails as I'm leaving
for vacation tomorrow. I'll be back July 12th
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 majordomo info at http://vger.kernel.org/maj
Hi all,
After making some serious use of it in the pwc driver cleanup
I would like to thank Hans V. for all his hard work on the
new ctrl framework.
The clusters bit got a bit getting used to / but once I did
it is great.
Once you get it, it really makes sense to group certain ctrls
into cluste
Hi All,
I'm happy to present my latest webcam work to you:
I could not just stand by watching the old v4l1 se401 driver
(which has been broken for a long while btw) get removed
from the kernel, without writing a replacement, so I'm
happy to present a new, actually working, gspca based
v4l2 drive
Hello Sylwester,
On Sun, Jul 03, 2011 at 05:29:25PM +0200, Sylwester Nawrocki wrote:
> On 07/02/2011 10:09 PM, Uwe Kleine-König wrote:
> >>> + if (rect->left< 0)
> >>> + hwxpos = 0;
> >>> + else
> >>> + hwxpos = rect->left;
> >>
> >> Could be rewritten as:
> >>
> >>hwxpos = r
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 Jul 3 19:00:33 CEST 2011
git hash:df6aabbeb2b8799d97f3886fc994c318bc6a6843
gcc version: i686-linux-gcc (GCC) 4.5
As the patch is too large, it is available from here:
http://escape-edv.de/endriss/tmp/dvb-20110703/0003-drxk-Initial-check-in.patch
CU
Oliver
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordo
As the patch is too large, it is available from here:
http://escape-edv.de/endriss/tmp/dvb-20110703/0004-drxk-Shrink-size-of-drxk_map.h.patch
CU
Oliver
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More
As the CI requires a continuous data stream, the driver inserts dummy
packets when necessary. Do not pass these packets to userspace anymore.
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-core.c |2 +-
drivers/media/dvb/ngene/ngene-dvb.c | 42
Modifications for latest cxd2099.
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-core.c |9 -
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/drivers/media/dvb/ngene/ngene-core.c
b/drivers/media/dvb/ngene/ngene-core.c
index fa4b3eb..df0f0bd 100644
---
Codingstyle fixes.
Signed-off-by: Oliver Endriss
---
drivers/staging/cxd2099/cxd2099.c | 75 ++---
drivers/staging/cxd2099/cxd2099.h |6 +-
2 files changed, 40 insertions(+), 41 deletions(-)
diff --git a/drivers/staging/cxd2099/cxd2099.c
b/drivers/staging/
From: Ralph Metzler
Import latest driver from ddbridge-0.6.1.tar.bz2.
Signed-off-by: Ralph Metzler
Signed-off-by: Oliver Endriss
---
drivers/staging/cxd2099/cxd2099.c | 250 -
drivers/staging/cxd2099/cxd2099.h | 16 ++-
2 files changed, 178 insertions(+)
Support DuoFlex CT with Digital Devices CineS2 and Mystique SaTiX-S2.
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-cards.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/dvb/ngene/ngene-cards.c
b/drivers/media/dvb/ngene/ngene-cards.c
Fix name of Digital Devices PCIe/miniPCIe.
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-cards.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/media/dvb/ngene/ngene-cards.c
b/drivers/media/dvb/ngene/ngene-cards.c
index 0d879cb..e6d5176
Fix return code if no demux was found (cineS2_probe).
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-cards.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/media/dvb/ngene/ngene-cards.c
b/drivers/media/dvb/ngene/ngene-cards.c
index 0d550a9..0d8
From: Ralph Metzler
Support Digital Devices DuoFlex CT with ngene.
Signed-off-by: Ralph Metzler
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/Kconfig |2 +
drivers/media/dvb/ngene/ngene-cards.c | 176 ++---
drivers/media/dvb/ngene/ngene-core.
Codingstyle fixes
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/ngene/ngene-cards.c | 36 +---
drivers/media/dvb/ngene/ngene-core.c | 14 ++--
drivers/media/dvb/ngene/ngene-dvb.c |4 +-
drivers/media/dvb/ngene/ngene.h |2 +-
4 files
Get DRX-K firmware for Digital Devices DVB-CT cards
Signed-off-by: Oliver Endriss
---
Documentation/dvb/get_dvb_firmware | 20 +++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/Documentation/dvb/get_dvb_firmware
b/Documentation/dvb/get_dvb_firmware
index 334
Add both drivers to Makefile and Kconfig.
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/frontends/Kconfig | 21 +
drivers/media/dvb/frontends/Makefile |3 +++
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/drivers/media/dvb/frontends/Kconfig
b/d
From: Ralph Metzler
Driver for the NXP TDA18271c2 silicon tuner.
Signed-off-by: Ralph Metzler
Signed-off-by: Oliver Endriss
---
drivers/media/dvb/frontends/tda18271c2dd.c | 1063 +++
drivers/media/dvb/frontends/tda18271c2dd.h |5 +
drivers/media/dvb/frontends
There are cases, when 80% max isochronous bandwidth is too limiting.
For example I have two USB video capture cards which stream uncompressed
video, and to stream full NTSC + PAL videos we'd need
NTSC 640x480 YUV422 @30fps ~17.6 MB/s
PAL 720x576 YUV422 @25fps ~19.7 MB/s
isoc b
The only sysfs attr implemented so far is "companion" from ehci-hub.c,
but in the next patch we are going to add another sysfs file, so prior
to that let's structure things and move already-in-there sysfs code to
separate file.
NOTE: All the code I'm moving into this new file was written by Alan
S
There are cases, when 80% max isochronous bandwidth is too limiting.
Let's allow knowledgeable users to override that 80% max limit explicitly for
extreme cases, like 2 high bandwidth isochronously streaming devices on the
same High Speed USB bus in order to make them work simultaneously.
See ful
[PATCH 01/16] tda18271c2dd: Initial check-in
[PATCH 02/16] tda18271c2dd: Lots of coding-style fixes
[PATCH 03/16] DRX-K: Initial check-in
[PATCH 04/16] DRX-K: Shrink size of drxk_map.h
[PATCH 05/16] DRX-K: Tons of coding-style fixes
[PATCH 06/16] DRX-K, TDA18271c2: Add build support
[PATCH 07/16] g
Hello Uwe,
On 07/02/2011 10:09 PM, Uwe Kleine-König wrote:
> 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/
Today, we're releasing the version 3.101 of xawtv, with the following
fixes:
* Man fix to remove mention of v4l1, and describe libv4l instead
* Fixes at fr/es manuals
* Warning fixes
* Addition of alsa streaming at xawtv: now, for devices with video
associated with audio inputs.
* Use X11 editre
Joel Stanley wrote, on 03/07/11 12:17:
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
The following changes since commit
df6aabbeb2b8799d97f3886fc994c318bc6a6843:
[media] v4l2-ctrls.c: add support for V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK
(2011-07-01 20:54:51 -0300)
are available in the git repository at:
git://linuxtv.org/jfrancois/gspca.git for_v3.1
Frank Schaefer (1):
gs
The following changes since commit
215c52702775556f4caf5872cc84fa8810e6fc7d:
[media] V4L/videobuf2-memops: use pr_debug for debug messages (2011-06-01
18:20:34 -0300)
are available in the git repository at:
git://linuxtv.org/jfrancois/gspca.git for_v3.0
Jean-François Moine (2):
gspca
In the unlikely case that pci_find_bus() should return NULL
viacam_serial_is_enabled() is going to dereference a NULL pointer and
blow up. Better safe than sorry, so be defensive and check the
pointer.
Signed-off-by: Jesper Juhl
---
drivers/media/video/via-camera.c |2 ++
1 files changed, 2
51 matches
Mail list logo