I'm seeing double IR events on 2.6.36-rc2 and a DViCO FusionHDTV DVB-T Dual
Express. I enabled some debug and it looks like we are only getting one IR
event from the device as expected:
[ 1351.032084] ir_keydown: i2c IR (FusionHDTV): key down event, key 0x0067,
scancode 0x0051
[ 1351.281284] ir_
Laurent,
Suppose I am streaming 2048x1536 YUV images from a sensor into the OMAP.
I am piping it through the resizer to drop it to 640x480 for display. So
I am reading from /dev/video6 (resizer) and have the media bus links
setup appropriately. Now the user presses the shutter button. What is
On Friday, August 20, 2010 11:50:42 Michal Nazarewicz wrote:
+ Regions
+
+ Regions is a list of regions terminated by a region with size
+ equal zero. The following fields may be set:
+
+ - size -- size of the region (required, must not be zero)
+ - alignment -- alignm
bit 3(LK) indicates that the Vstatus is locked.
Currently using bit 7(CF) which is usually present, results in early
aborted search in FEC_AUTO and missing channels.
Signed-off-by: Malcolm Priestley
diff --git a/drivers/media/dvb/frontends/stv0288.c
b/drivers/media/dvb/frontends/stv0288.c
ind
Tuner used in Sharp BS2F7VZ7395 dvbs module.
When ix2505v tuner is attached to stv0288 form this module.
Signed-off-by: Malcolm Priestley
diff --git a/drivers/media/dvb/frontends/Kconfig
b/drivers/media/dvb/frontends/Kconfig
index cd7f9b7..3a7b8d5 100644
--- a/drivers/media/dvb/frontends/Kco
bit 3(LK) indicates that the Vstatus is locked.
Currently using bit 7(CF) which is usually present, results in early
aborted search in FEC_AUTO and missing channels.
Signed-off-by: Malcolm Priestley
diff --git a/linux/drivers/media/dvb/frontends/stv0288.c
b/linux/drivers/media/dvb/frontends/s
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 Aug 28 19:00:06 CEST 2010
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 15138:a4c762698bcb
git master:
The same expression is tested twice and the result is the same each time.
The sematic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)
//
@expression@
expression E;
@@
(
* E
|| ... || E
|
* E
&& ... && E
)
//
Signed-off-by: Julia Lawall
---
drivers/media/dvb/si
Hi,
On 08/28/2010 12:54 AM, Jonathan Isom wrote:
On Sun, Jul 4, 2010 at 6:29 AM, Hans de Goede wrote:
Hi all,
I've finished porting the usbvideo v4l1 ibmcam and
konicawc drivers to gspcav2.
The ibmcam driver is replaced by gspca_xirlink_cit, which also
adds support for 2 new models (it turne
Hi,
I'm happy to announce the second stable release of v4l-utils, with
as highlight that libv4l1 no longer needs the kernel v4l1 compat
code, so that can be removed from the kernel (jay!).
New this release:
v4l-utils-0.8.1
---
* Utils changes:
* Various v4l-keytable improvements (
On Sat, 2010-08-28 at 15:58 +0200, Hans Verkuil wrote:
> > Isn't the proposed CMA thing vulnerable to the exact same problem? If
> > you allow sharing of regions and plug some allocator in there you get
> > the same problem. If you can solve it there, you can solve it for any
> > kind of reservatio
On Saturday, August 28, 2010 15:34:46 Peter Zijlstra wrote:
> On Sat, 2010-08-28 at 15:08 +0200, Hans Verkuil wrote:
>
> > > That would be good. Although I expect that the allocation would need
> > > to be 100% rock-solid reliable, otherwise the end user has a
> > > non-functioning device.
> >
>
On Sat, 2010-08-28 at 15:08 +0200, Hans Verkuil wrote:
> > That would be good. Although I expect that the allocation would need
> > to be 100% rock-solid reliable, otherwise the end user has a
> > non-functioning device.
>
> Yes, indeed. And you have to be careful as well how you move pages arou
On Thursday, August 26, 2010 00:58:14 Andrew Morton wrote:
> On Fri, 20 Aug 2010 15:15:10 +0200
> Peter Zijlstra wrote:
>
> > On Fri, 2010-08-20 at 11:50 +0200, Michal Nazarewicz wrote:
> > > Hello everyone,
> > >
> > > The following patchset implements a Contiguous Memory Allocator. For
> > >
On Friday, August 20, 2010 11:50:42 Michal Nazarewicz wrote:
> The Contiguous Memory Allocator framework is a set of APIs for
> allocating physically contiguous chunks of memory.
>
> Various chips require contiguous blocks of memory to operate. Those
> chips include devices such as cameras, hardw
On Friday, August 20, 2010 17:29:10 Laurent Pinchart wrote:
> Create the following ioctl and implement it at the media device level to
> setup links.
>
> - MEDIA_IOC_SETUP_LINK: Modify the properties of a given link
>
> The only property that can currently be modified is the ACTIVE link flag
> to
On Friday, August 20, 2010 17:29:09 Laurent Pinchart wrote:
> Create the following two ioctls and implement them at the media device
> level to enumerate entities, pads and links.
>
> - MEDIA_IOC_ENUM_ENTITIES: Enumerate entities and their properties
> - MEDIA_IOC_ENUM_LINKS: Enumerate all pads an
On Friday, August 20, 2010 17:29:08 Laurent Pinchart wrote:
> Create the following ioctl and implement it at the media device level to
> query device information.
>
> - MEDIA_IOC_DEVICE_INFO: Query media device information
>
> The ioctl and its data structure are defined in the new kernel header
> +#define MEDIA_ENTITY_TYPE_NODE (1 <<
> MEDIA_ENTITY_TYPE_SHIFT)
> +#define MEDIA_ENTITY_TYPE_NODE_V4L (MEDIA_ENTITY_TYPE_NODE + 1)
> +#define MEDIA_ENTITY_TYPE_NODE_FB(MEDIA_ENTITY_TYPE_NODE + 2)
> +#define MEDIA_ENTITY_TYPE_NODE_ALSA (MEDIA_
On Friday, August 20, 2010 17:29:04 Laurent Pinchart wrote:
> The media_device structure abstracts functions common to all kind of
> media devices (v4l2, dvb, alsa, ...). It manages media entities and
> offers a userspace API to discover and configure the media device
> internal topology.
>
> Sign
On Thursday, August 26, 2010 11:02:17 Matti J. Aaltonen wrote:
> This driver implements V4L2 controls for the Texas Instruments
> WL1273 FM Radio.
>
> Signed-off-by: Matti J. Aaltonen
> ---
> drivers/media/radio/Kconfig| 15 +
> drivers/media/radio/Makefile |1 +
> drivers/me
On Monday, August 23, 2010 08:53:37 Matti J. Aaltonen wrote:
> Hi.
>
> On Fri, 2010-08-20 at 14:04 +0200, ext pramodh ag wrote:
> > Hello,
> >
> > > +static ssize_t wl1273_fm_fops_write(struct file *file, const char __user
> > *buf,
> > > +size_t count, loff_t *ppos)
> > > +{
On Thursday, August 26, 2010 09:39:45 Matti J. Aaltonen wrote:
> Hi.
>
> On Wed, 2010-08-25 at 23:20 +0200, ext Pavan Savoy wrote:
> >
> > > I'm sorry for not answering to you earlier. But I don't
> > > have my own
> > > public repository. But to create the whole thing is
> > > extremely simple:
On Thu, 26 Aug 2010 21:54:10 +0200
Jan Hoogenraad wrote:
> and change
> static void jpeg_set_qual(u8 *jpeg_hdr,
> into
> static __attribute__ (( unused )) void jpeg_set_qual(u8 *jpeg_hdr,
>
> at line 152 of linux/drivers/media/video/gspca/jpeg.h
Hi,
This warning occured while compiling the gs
On Saturday, August 28, 2010 10:10:28 am FUJITA Tomonori wrote:
> On Sat, 28 Aug 2010 09:14:25 +0300
> Marin Mitov wrote:
>
> > On Friday, August 27, 2010 09:32:14 am FUJITA Tomonori wrote:
> > > On Fri, 27 Aug 2010 09:23:21 +0300
> > > Marin Mitov wrote:
> > >
> > > > On Friday, August 27, 201
On Sat, 28 Aug 2010 09:14:25 +0300
Marin Mitov wrote:
> On Friday, August 27, 2010 09:32:14 am FUJITA Tomonori wrote:
> > On Fri, 27 Aug 2010 09:23:21 +0300
> > Marin Mitov wrote:
> >
> > > On Friday, August 27, 2010 08:57:59 am FUJITA Tomonori wrote:
> > > > On Fri, 27 Aug 2010 07:19:07 +0200
26 matches
Mail list logo