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: Fri May 30 04:00:16 CEST 2014
git branch: test
git hash: 26f15c1fff5493fc0771248d5a409f2c7815a53a
gcc versi
Hello,
My name is Mr. Richard Sun from Hong Kong. I want you to be my partner in a
business project. Contact me back via my private e-mail address for more
details;
richad.t...@yahoo.com.hk
Thank you.
Mr. Richard Sun.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" i
Hi Jonathan,
Em Fri, 30 May 2014 01:23:45 +0100
Jonathan McCrohan escreveu:
> Hi Mauro,
>
> On Tue, 27 May 2014 13:50:20 -0300, Mauro Carvalho Chehab wrote:
> > This patch series add the DTV scan tables for Brazilian ISDB-T
> > and for the Brazilian Countys that have already digital TV.
>
> Th
I am a bank director from Hong Kong, I want you to be my partner in a
business project of mutual benefit. Get back to me if interested.
Thank you,
Kong Hui.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordo
Hi,
On Sun, 4 May 2014 02:51:15 +0100, Jonathan McCrohan wrote:
> The following patch set contains various fixes and enhancements found
> during the packaging of the next version of Debian's dvb-apps package.
>
> A number of these patches have lived as Debian specific patches for a
> long time, h
Hi Mauro,
On Tue, 27 May 2014 13:50:20 -0300, Mauro Carvalho Chehab wrote:
> This patch series add the DTV scan tables for Brazilian ISDB-T
> and for the Brazilian Countys that have already digital TV.
Thanks for the DVBv5 scan files. I had the attached draft patch sitting
in my tree. I don't thi
Hi abdoulaye,
On Fri, 30 May 2014 01:16:22 +0200 abdoulaye berthe wrote:
>
> The aim of this patch is to make gpiochip_remove() behavior consistent,
> especially when issuing a remove request while the chipio chip is
> still requested. A patch has been submitted to change the return value of
> gp
On Thu, May 29, 2014 at 11:54:52PM +0200, abdoulaye berthe wrote:
> Signed-off-by: abdoulaye berthe
Why?
--
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/majordomo-info.ht
On 05/29/2014 02:54 PM, abdoulaye berthe wrote:
Did you forget a changelog explaining why this is either needed, or even
a good idea? I joined the conversation late and don't know why you are
doing this.
Thanks,
David Daney
Signed-off-by: abdoulaye berthe
---
arch/arm/common/scoop.c
> Date: Wed, 28 May 2014 10:56:51 +0200
> From: hverk...@xs4all.nl
> To: searchfgold67...@live.com; linux-...@vger.kernel.org;
> linux-media@vger.kernel.org
> Subject: Re: 1d6b:0001 [MSI A55M-P33] No webcam functionality with Zoran
> Microelectronics, Ltd Digital Camera EX-20 DSC
>
> On 05/27/14
Calibrate the signal strength to dB.
For this callibration, I used adapter 0 (antenna 1), connected
via a normal cable to a DTF-2111 generator.
The same cabling and RF generator connected to adapter 1
(antenna 2) has a difference of +3dBm (signal was stronger
there).
Yet, changing the RF for a d
Adds DVBv5 stats support. For now, just mimic whatever dib8000
does, as they're very similar, with regards to statistics.
However, dib7000p_get_time_us() likely require some
adjustments, as I didn't actually reviewed the formula
for it to work with DVB-T. Still, better than nothing,
as latter patc
Removed unnecessary header file to fix issue with some compilers.
Signed-off-by: Rob Barker
---
diff --git a/lib/include/libdvbv5/descriptors.h
b/lib/include/libdvbv5/descriptors.h
index 94d85a9..cda958e 100644
--- a/lib/include/libdvbv5/descriptors.h
+++ b/lib/include/libdvbv5/descriptors.h
@@
dvb_scan_add_entry() is modified to return the pointer to the newly
created entry (the last in the list), so the add_update_nit_ functions
now modify the correct element, instead of the penultimate one. This
fixes the finding of other TS in NIT scan feature.
Signed-off-by: Rob Barker
---
diff -
Add support for the V4L2_CID_TEST_PATTERN control. When the solid colour
mode is selected, additional controls become available for setting the
solid four solid colour components.
Signed-off-by: Sakari Ailus
Acked-by: Hans Verkuil
---
since v3:
- Remove redundant definition of smiapp_ctrl_ops.
Laurent Pinchart wrote:
@@ -543,6 +594,14 @@ static int smiapp_init_controls(struct smiapp_sensor
*sensor) goto error;
}
+ for (i = 0; i < ARRAY_SIZE(sensor->test_data); i++) {
+ struct v4l2_ctrl *ctrl = sensor->test_data[i];
+
+ ctrl->maximum =
+
Laurent Pinchart wrote:
diff --git a/include/uapi/linux/smiapp.h b/include/uapi/linux/smiapp.h
new file mode 100644
index 000..53938f4
--- /dev/null
+++ b/include/uapi/linux/smiapp.h
@@ -0,0 +1,29 @@
+/*
+ * include/uapi/linux/smiapp.h
+ *
+ * Generic driver for SMIA/SMIA++ compliant camera m
On Thursday 29 May 2014 17:58:59 Sakari Ailus wrote:
> Laurent Pinchart wrote:
> > On Thursday 29 May 2014 17:40:46 Sakari Ailus wrote:
> >> In many cases the test pattern has selectable values for each colour
> >> component. Implement controls for raw bayer components. Additional
> >> controls
> >
Laurent Pinchart wrote:
@@ -404,6 +404,16 @@ static void smiapp_update_mbus_formats(struct
smiapp_sensor *sensor) pixel_order_str[pixel_order]);
}
+static const char * const smiapp_test_patterns[] = {
+ "Disabled",
+ "Solid Colour",
+ "Eight Vertical Colour Bars",
+ "Co
Hi Laurent,
Thanks for your comments.
Laurent Pinchart wrote:
Hi Sakari,
Thank you for the patch.
On Thursday 29 May 2014 17:40:46 Sakari Ailus wrote:
In many cases the test pattern has selectable values for each colour
component. Implement controls for raw bayer components. Additional contr
Hi Sakari,
Thank you for the patch.
On Thursday 29 May 2014 17:40:48 Sakari Ailus wrote:
> Add support for the V4L2_CID_TEST_PATTERN control. When the solid colour
> mode is selected, additional controls become available for setting the
> solid four solid colour components.
>
> Signed-off-by: Sa
On Thursday 29 May 2014 17:40:47 Sakari Ailus wrote:
> Add numeric definitions for menu items used in the smiapp driver's test
> pattern menu.
>
> Signed-off-by: Sakari Ailus
Acked-by: Laurent Pinchart
> ---
> include/uapi/linux/smiapp.h | 29 +
> 1 file changed, 2
Hi Sakari,
Thank you for the patch.
On Thursday 29 May 2014 17:40:46 Sakari Ailus wrote:
> In many cases the test pattern has selectable values for each colour
> component. Implement controls for raw bayer components. Additional controls
> should be defined for colour components that are not cove
Add support for the V4L2_CID_TEST_PATTERN control. When the solid colour
mode is selected, additional controls become available for setting the
solid four solid colour components.
Signed-off-by: Sakari Ailus
Acked-by: Hans Verkuil
---
drivers/media/i2c/smiapp/smiapp-core.c | 84
Add numeric definitions for menu items used in the smiapp driver's test
pattern menu.
Signed-off-by: Sakari Ailus
---
include/uapi/linux/smiapp.h | 29 +
1 file changed, 29 insertions(+)
create mode 100644 include/uapi/linux/smiapp.h
diff --git a/include/uapi/linux/
In many cases the test pattern has selectable values for each colour
component. Implement controls for raw bayer components. Additional controls
should be defined for colour components that are not covered by these
controls.
Signed-off-by: Sakari Ailus
---
Documentation/DocBook/media/v4l/control
Hi,
These patches add four standard controls for test pattern raw bayer colour
component values and test pattern support for the smiapp driver.
Additionally, definitions are provided to control the smiapp driver's test
pattern menu, the items of which are driver specific.
Also the location of the
Hello,
On 2014-05-26 16:17, Philipp Zabel wrote:
This allows drivers to vmap contiguous dma buffers so they can inspect the
buffer contents with the CPU. This will be needed for the CODA driver's JPEG
handling. On CODA960, the header parsing has to be done on the CPU. The
hardware modules can on
This patch fix the option lnb UNIVERSAL for dvbv5-zap. Without the patch, the
option don't work.
Signed-off-by: Jose Alberto Reguero
diff --git a/utils/dvb/dvbv5-zap.c b/utils/dvb/dvbv5-zap.c
index 14e8fd9..085bbf2 100644
--- a/utils/dvb/dvbv5-zap.c
+++ b/utils/dvb/dvbv5-zap.c
@@ -773,7 +773,7
> According to:
> http://www.linuxtv.org/wiki/index.php/TerraTec_Cinergy_T_USB_RC
>
> Pinnacle Expresscard 320cx ✔ Yes, in kernel since 2.6.26 2304:022e
> USB2.0 dvb-usb-dib0700-1.20.fw
>
> I've just bought this card and it is correctly recognized and
> initialized, however it doesn
:-)
According to:
http://www.linuxtv.org/wiki/index.php/TerraTec_Cinergy_T_USB_RC
Pinnacle Expresscard 320cx ✔ Yes, in kernel since 2.6.26 2304:022e
USB2.0 dvb-usb-dib0700-1.20.fw
I've just bought this card and it is correctly recognized and
initialized, however it doesn't work.
Well, what we call as "foo_attach" is the method that should
be called by the dvb_attach() macro.
It should be noticed that the name "dvb_attach" is really a
bad name and don't express what it does.
dvb_attach() basically does three things, if the frontend is
compiled as a module:
- It lookups fo
This series partially fix a longstand Kconfig issue
with dib0700 and their frontend drivers: depending how
options are selected, build errors are generated.
This is partial because it only fixes the issues with
two frontends: dib7000p and dib8000 (the ones I have
devices here for testing). The ver
Exporting multiple symbols don't work as it causes compilation
breakages, due to the way dvb_attach() works.
The bug happens when:
CONFIG_DVB_DIB8000=m
CONFIG_DVB_USB_DIB0700=y
As a bonus, dib8000 won't be loaded anymore if the device uses
a different frontend, reducing the memory
Exporting multiple symbols don't work as it causes compilation
breakages, due to the way dvb_attach() works.
This were reported several times, like:
drivers/built-in.o: In function `cxusb_dualdig4_rev2_tuner_attach':
>> cxusb.c:(.text+0x27d4b5): undefined reference to `dib7000p_get_i2c_master'
Well, what we call as "foo_attach" is the method that should
be called by the dvb_attach() macro.
It should be noticed that the name "dvb_attach" is really a
bad name and don't express what it does.
dvb_attach() basically does three things, if the frontend is
compiled as a module:
- It lookups fo
The dvb_attach() was unbalanced, as there was no dvb_dettach. Ok,
on current cases, the dettach is done by dvbdev, but that are some
future corner cases where we may need to do this before registering
the frontend.
So, add a dvb_detach() and use it at dvb_frontend.c.
Signed-off-by: Mauro Carvalho
37 matches
Mail list logo