On Monday, March 28, 2011 17:19:54 Tomasz Stanislawski wrote:
> Hello everyone,
>
> This patch-set introduces new ioctls to V4L2 API. The new method for
> configuration of cropping and composition is presented.
>
> There is some confusion in understanding of a cropping in current version of
> V4L
On Monday, March 28, 2011 14:55:40 Sakari Ailus wrote:
> Hi,
>
> This is a proposal for an interface for controlling flash devices on the
> V4L2/v4l2_subdev APIs. My plan is to use the interface in the ADP1653
> driver, the flash controller used in the Nokia N900.
>
> Comments and questions are v
On Monday 28 March 2011 02:44:14 Ralph Metzler wrote:
> Hi,
>
> since I just saw cxd2099 appear in staging in the latest git kernel, a
> simple question which has been pointed out to me before:
>
> Why is cxd2099.c in staging regarding the device name question?
> It has nothing to do with the nam
On Sunday 27 March 2011 01:57:33 Malcolm Priestley wrote:
> Issues with Register 02 causing spurious channel locking from standby.
> Should have always bits 4 & 5 written to 1.
> Lower nibble not used in any current driver. Usage if necessary can be applied
> through initab to mcr_reg.
> stv0299 no
On Sunday 27 March 2011 03:03:47 Malcolm Priestley wrote:
> Bits 4 and 5 on register 02 should always be set to 1.
>
> Opera1/Bsru6/z0194a/mantis_vp1033
>
> Signed-off-by: Malcolm Priestley
> ---
> drivers/media/dvb/dvb-usb/opera1.c |2 +-
> drivers/media/dvb/frontends/bsru6.h |
Em 28-03-2011 09:07, Andreas Oberritter escreveu:
> Hello Marko,
>
> On 03/26/2011 09:20 PM, Marko Ristola wrote:
>> Following patch has been tested enough since last Summer 2010:
>>
>> "Avoid unnecessary data copying inside dvb_dmx_swfilter_204() function"
>> https://patchwork.kernel.org/patch/11
Em 27-03-2011 21:44, Ralph Metzler escreveu:
> Hi,
>
> since I just saw cxd2099 appear in staging in the latest git kernel, a
> simple question which has been pointed out to me before:
>
> Why is cxd2099.c in staging regarding the device name question?
> It has nothing to do with the naming.
It
On Mar 26, 2011, at 12:37 AM, Mike Isely wrote:
>
> That's an opinion which I as the driver author disagree with. Strongly.
> How hard is it to read "not false"?
Personally, I prefer use of "true" and "false" over both...
> On Sat, 26 Mar 2011, Dan Carpenter wrote:
>
>> Using !0 is less r
Brazil uses 6MHz-spaced channels. So, the nyquist filter for
DVB-C should be different, otherwise, inter-channel interference
may badly affect the device, and signal may not be properly decoded.
On my tests here, without this patch, sometimes channels are seen,
but, most of the time, PID filter re
Em 28-03-2011 14:20, handygewinnsp...@gmx.de escreveu:
> Hi Mauro,
>
>> This patch adds support for both ISDB-T and DVB-C @6MHz used in
>> Brazil, and adds a new bit rate of 5.2170 MSymbol/s, found on QAM256
>> transmissions at some Brazilian cable operators.
>
> Good. :)
>
>> While here, fix co
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:Mon Mar 28 19:00:40 CEST 2011
git hash:b328817a2a391d1e879c4252cd3f11a352d3f3bc
gcc version: i686-linux-gcc (GCC) 4.5
Add support for Medion CTX1921 DVB-T USB stick (DIB7770 based) using existing
Dibcom driver. The device is identified as: "ID 1660:1921 Creatix
Polymedia GmbH".
Signed-off-by: Radoslaw Warowny
---
The patch was tested with CTX1921 V2.1.1 (white USB stick with
"Medion" inscription on top of it).
See attachment.
--HPS
--- cx24116.c.orig 2011-03-20 23:11:40.0 +0100
+++ cx24116.c 2011-03-20 23:12:35.0 +0100
@@ -137,7 +137,7 @@
/* SNR measurements */
static int esno_snr;
module_param(esno_snr, int, 0644);
-MODULE_PARM_DESC(debug, "SNR return units, 0=PERCENTAGE 0-100, "\
+
Hi Mauro,
> This patch adds support for both ISDB-T and DVB-C @6MHz used in
> Brazil, and adds a new bit rate of 5.2170 MSymbol/s, found on QAM256
> transmissions at some Brazilian cable operators.
Good. :)
> While here, fix compilation with kernels 2.6.39 and later, where the
> old V4L1 API wer
From: Randy Dunlap
altera-jtag.c needs to include to fix a build error:
drivers/staging/altera-stapl/altera-jtag.c:398: error: implicit declaration of
function 'udelay'
Signed-off-by: Randy Dunlap
Cc: Igor M. Liplianin
---
drivers/staging/altera-stapl/altera-jtag.c |1 +
1 file changed
This patch allows new drivers to work correctly with
applications that use old-style crop API.
The old crop ioctl is simulated by using extcrop/compose.
Signed-off-by: Tomasz Stanislawski
---
drivers/media/video/v4l2-ioctl.c | 46 -
1 files changed, 39 inser
Hello everyone,
This patch-set introduces new ioctls to V4L2 API. The new method for
configuration of cropping and composition is presented.
There is some confusion in understanding of a cropping in current version of
V4L2. For CAPTURE devices cropping refers to choosing only a part of input
data
Four new ioctl for a precise control of cropping and composing:
VIDIOC_S_EXTCROP
VIDIOC_G_EXTCROP
VIDIOC_S_COMPOSE
VIDIOC_G_COMPOSE
Signed-off-by: Tomasz Stanislawski
---
drivers/media/video/v4l2-compat-ioctl32.c |4 ++
drivers/media/video/v4l2-ioctl.c | 56 +++
While w_scan Country table has entries for Brazil, they're currently
not handled.
Brazil uses ISDB-T standard (also called SBTVD) for terrestrial
transmissions. Thanks to the way DVB drivers implement ISDB-T,
DVB API v3 calls are handled as if it were DVB-T, and this works
fine for broadcast TV. H
Hi,
This is a proposal for an interface for controlling flash devices on the
V4L2/v4l2_subdev APIs. My plan is to use the interface in the ADP1653
driver, the flash controller used in the Nokia N900.
Comments and questions are very, very welcome!
Scope
=
This RFC is focused mostly on the A
Hello Marko,
On 03/26/2011 09:20 PM, Marko Ristola wrote:
> Following patch has been tested enough since last Summer 2010:
>
> "Avoid unnecessary data copying inside dvb_dmx_swfilter_204() function"
> https://patchwork.kernel.org/patch/118147/
> It modifies both dvb_dmx_swfilter_204() and dvb_dmx_
21 matches
Mail list logo