tree: git://linuxtv.org/media_tree.git master
head: ebf984bb151e9952cccd060d3aba0b4d30a87e81
commit: 717fd5b4907ada90ceb069d484068aaa01c58bb0 [880/883] [media] v4l2:
replace try_mbus_fmt by set_fmt
config: x86_64-randconfig-ib0-05020929 (attached as .config)
reproduce:
git checkout 717fd5b49
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Sat May 2 04:00:16 CEST 2015
git branch: test
git hash: ebf984bb151e9952cccd060d3aba0b4d30a87e81
gcc versi
On 05/01/2015 04:57 PM, Steve wrote:
Hi,
I'm trying a direct mail to you as you are associated with this page:
http://linuxtv.org/wiki/index.php/DVB-S2_USB_Devices
I have bought a Mystique SaTiX-S2 Sky V2 USB (DVBSKY S960 clone) - but
it doesn't work with my 3.19 kernel, which I'd assumed
Fix an oops during device initialization by correctly setting size_of_priv
instead of leaving it 0.
The regression was introduced by 8abe4a0a3f6d4217b16a ("[media] dib7000:
export just one symbol") and only fixed for one type of dib0700 based
devices in 9e334c75642b6e5bfb95 ("[media] Fix regression
Hi Krzysztof,
Thank you for the patch.
On Saturday 02 May 2015 00:43:07 Krzysztof Kozlowski wrote:
> The platform_device_id is not modified by the driver and core uses it as
> const.
>
> Signed-off-by: Krzysztof Kozlowski
Acked-by: Laurent Pinchart
and applied to my tree. I'll send a pull re
Hi Olli,
i'm taking back my question ...
so i found that vdr is most suitable for me ...
thank You for helping me to get through it
also running correctly encrypted chans ...
thank You again,
Kind regards,
Michal
2015-05-01 16:52 GMT+02:00 Michal B :
> Hi Olli,
>
> thank You very much for you
The platform_device_id is not modified by the driver and core uses it as
const.
Signed-off-by: Krzysztof Kozlowski
---
drivers/media/platform/exynos-gsc/gsc-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/platform/exynos-gsc/gsc-core.c
b/drivers/media/pl
The platform_device_id is not modified by the driver and core uses it as
const.
Signed-off-by: Krzysztof Kozlowski
---
drivers/media/platform/exynos4-is/media-dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/platform/exynos4-is/media-dev.c
b/drivers/media/
The platform_device_id is not modified by the driver and core uses it as
const.
Signed-off-by: Krzysztof Kozlowski
---
drivers/media/platform/s3c-camif/camif-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/platform/s3c-camif/camif-core.c
b/drivers/media/
The platform_device_id is not modified by the driver and core uses it as
const.
Signed-off-by: Krzysztof Kozlowski
---
drivers/media/platform/s5p-g2d/g2d.c | 2 +-
drivers/media/platform/s5p-mfc/s5p_mfc.c | 2 +-
drivers/media/platform/s5p-tv/hdmi_drv.c | 2 +-
3 files changed, 3 insertions(
The platform_device_id is not modified by the driver and core uses it as
const.
Signed-off-by: Krzysztof Kozlowski
---
drivers/staging/media/omap4iss/iss.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/omap4iss/iss.c
b/drivers/staging/media/omap4iss/i
tree: git://linuxtv.org/media_tree.git master
head: ebf984bb151e9952cccd060d3aba0b4d30a87e81
commit: 5f954b5be4bf42e85e0a204518499bda8ee2f419 [834/883] [media] saa7164: I2C
improvements for upcoming HVR2255/2205 boards
reproduce:
# apt-get install sparse
git checkout 5f954b5be4bf42e85e0a20
Hi Olli,
thank You very much for your reply,
it was misunderstanding on my side, because i thought that this module message:
[ 102.005119] dvb_ca adapter 0: DVB CAM detected and initialised successfully
means that CAM was initialized ...
so i used :
dvb-fe-tool -d DVBC/ANNEX_A
-- my tuner was
Hi Michal,
I've seen something like this before with some CAMs. It seems that the
CAM needs to be initialized if it is plugged in. This does not happen
if you use software which does not have CAM support (such as w_scan).
The linuxtv.org wiki has the following comment on the CT2-4650 page:
Some
tree: git://linuxtv.org/media_tree.git master
head: ebf984bb151e9952cccd060d3aba0b4d30a87e81
commit: 3600433f19f59410010770d61ead509d785b8a6e [841/883] saa7164: Fix
CodingStyle issues added on previous patches
drivers/media/pci/saa7164/saa7164-dvb.c:704 saa7164_dvb_register() error:
potentia
tree: git://linuxtv.org/media_tree.git master
head: ebf984bb151e9952cccd060d3aba0b4d30a87e81
commit: 3600433f19f59410010770d61ead509d785b8a6e [841/883] saa7164: Fix
CodingStyle issues added on previous patches
config: x86_64-rhel (attached as .config)
reproduce:
git checkout 3600433f19f59410
drivers/media/pci/saa7164/saa7164-dvb.c: In function ‘saa7164_dvb_register’:
drivers/media/pci/saa7164/saa7164-dvb.c:701:7: warning: ‘client_tuner’ may be
used uninitialized in this function [-Wmaybe-uninitialized]
if (!client_tuner || !client_tuner->dev.driver)
^
Signed-off-by: Hans V
On 05/01/2015 01:33 PM, Hans Verkuil wrote:
> From: Hans Verkuil
>
> This patch series adds the VIDIOC_SUBDEV_QUERYCAP ioctl for v4l-subdev devices
> as discussed during the ELC in San Jose and as discussed here:
>
> http://www.spinics.net/lists/linux-media/msg88009.html
>
> It also adds the en
From: Hans Verkuil
Export the entity ID (if any) of the video device.
Signed-off-by: Hans Verkuil
---
Documentation/DocBook/media/v4l/vidioc-querycap.xml | 16 +++-
drivers/media/v4l2-core/v4l2-ioctl.c| 7 +++
include/uapi/linux/videodev2.h
From: Hans Verkuil
Add documentation for the new VIDIOC_SUBDEV_QUERYCAP ioctl.
Signed-off-by: Hans Verkuil
---
Documentation/DocBook/media/v4l/v4l2.xml | 1 +
.../DocBook/media/v4l/vidioc-querycap.xml | 2 +-
.../DocBook/media/v4l/vidioc-subdev-querycap.xml | 140 +
From: Hans Verkuil
While normal video/radio/vbi/swradio nodes have a proper QUERYCAP ioctl
that apps can call to determine that it is indeed a V4L2 device, there
is currently no equivalent for v4l-subdev nodes. Adding this ioctl will
solve that, and it will allow utilities like v4l2-compliance to
From: Hans Verkuil
This patch series adds the VIDIOC_SUBDEV_QUERYCAP ioctl for v4l-subdev devices
as discussed during the ELC in San Jose and as discussed here:
http://www.spinics.net/lists/linux-media/msg88009.html
It also adds the entity_id to v4l2_capability.
Hans Verkuil (3):
v4l2-subde
On Fri, May 1, 2015 at 6:33 AM, Mauro Carvalho Chehab
wrote:
> This is an automatic generated email to let you know that the following patch
> were queued at the
> http://git.linuxtv.org/cgit.cgi/media_tree.git tree:
>
> Subject: saa7164: Fix CodingStyle issues added on previous patches
> Author:
Two more patches for 4.2. The marvell-ccic depended on the marvell pull request
to be applied first and the ov2659 patch depended on the new
v4l2_of_alloc_parse_endpoint() call to be merged.
Regards,
Hans
The following changes since commit 90ca75fd1945d9e51e21cbde0aae1aad68730dc5:
[me
Em Fri, 10 Apr 2015 22:28:33 +0100
Lad Prabhakar escreveu:
> From: "Lad, Prabhakar"
>
> this patch adds dependency of VIDEO_V4L2_SUBDEV_API
> for VIDEO_OV2659 so that it doesn't complain for random
> config builds.
Actually, this doesn't seem right. Why should this driver depend on
an optional
Hi all,
i bought new TechnoTrend CT2-4650 CI ,
i tried to use it on wind* , successfuly also with encrypted channels with CAM,
then i tried on linux with kernel 3.19.6, and i got two behaviors:
when CAM is unplugged i'm able to watch unencrypted channels correctly,
but when i plugged in CAM i'm u
26 matches
Mail list logo