On 2013년 06월 04일 21:55, Daniel Vetter wrote:
> On Tue, Jun 04, 2013 at 07:42:22PM +0900, 김승우 wrote:
>>
>>
>> On 2013년 06월 01일 00:29, Daniel Vetter wrote:
>>> On Fri, May 31, 2013 at 07:22:24PM +0900, 김승우 wrote:
Hello Daniel,
Thanks for your comment.
On 2013년 05월 31일 18:14
On 06/03/2013 12:02 AM, Antti Palosaari wrote:
On 06/02/2013 03:19 PM, Hans Petter Selasky wrote:
I think I will have to get another USB based receiver with CI slot. Any
recommendations for DVB-T ?
There is no many alternatives available. I suspect Anysee E7 serie is
the only one. And I am n
Applied!
http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/rtl28xxu
t. Antti
On 06/04/2013 11:10 PM, Alessandro Miceli wrote:
The device has been tested on a MIPSel box with kernel 3.1.1 and backported
media_tree drivers
The kernel detects the device with the following output:
Signed-off-by: Antti Palosaari
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index 93313f70..04da6be 100644
--- a/drivers/media/usb/dvb-usb-v2/rtl28
Signed-off-by: Antti Palosaari
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index 4167011..8bbc6ab 100644
--- a/drivers/media/usb/dvb-usb-v2
... just because I want to be perfect ;)
Signed-off-by: Antti Palosaari
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index 0045b19..93313f70 1
It contains mainly remote controller implementation for rtl2832u.
I will pull request it soon.
http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/rtl28xxu
Antti Palosaari (5):
rtl28xxu: reimplement rtl2832u remote controller
rtl28xxu: remove redundant IS_ENABLED macro
rtl28xxu:
Use masked register write inside rtl2832u_power_ctrl().
Signed-off-by: Antti Palosaari
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 72 -
1 file changed, 16 insertions(+), 56 deletions(-)
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
b/drivers/media/usb/
Thanks to Rodrigo for original implementation!
Cc: Rodrigo Tartajo
Signed-off-by: Antti Palosaari
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 152
drivers/media/usb/dvb-usb-v2/rtl28xxu.h | 9 +-
2 files changed, 58 insertions(+), 103 deletions(-)
diff --git
From: Rodrigo Tartajo
Hi,
This patch uses the driver from openpli[1] as a template to restore the remote
control support.
I had to divert from the original to use the in kernel rc protocol decoder. The
key repetition does,
not seem to work but I cant find the problem in the driver. As a raw rc
From: Miroslav Šustek
USB ID 0413:6a03 is Leadtek WinFast DTV Dongle mini.
Decoder Realtek RTL2832U and tuner Infineon TUA9001.
Signed-off-by: Miroslav Šustek
Signed-off-by: Antti Palosaari
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drive
The device has been tested on a MIPSel box with kernel 3.1.1 and backported
media_tree drivers
The kernel detects the device with the following output:
usbcore: registered new interface driver dvb_usb_rtl28xxu
usb 1-2: dvb_usb_v2: found a 'Crypto Redi PC50A' in warm state
usb 1-2: dvb_usb_v2: wi
Al 04/06/13 16:33, En/na Luca Olivetti ha escrit:
> Unfortunately, the terratec uses the dib0070 (as do most other usb
> sticks with diversity), I see some fields for diversity in dib0070.[hc],
s/dib0070/dib0700/ (sorry), though the corresponding driver has the same
fields about diversity
Bye
-
Signed-off-by: Konke Radlow
libv4l2rds: added support to decode RDS-EON information
Signed-off-by: Konke Radlow
libv4l2rds: added support to decode RDS-TMC tuning information
Signed-off-by: Konke Radlow
libv4l2rds.c: fixing compiler warnings due to missing pointer dereferencing
and implemen
Signed-off-by: Konke Radlow
rds-ctl.cpp: added functionality to print RDS-EON information
Signed-off-by: Konke Radlow
rds-ctl.cpp: added functionality to print RDS-TMC tuning information
Signed-off-by: Konke Radlow
rds-ctl.cpp: clarify option description, change
trigger condition for printi
Signed-off-by: Konke Radlow
---
lib/libv4l2rds/libv4l2rds.c | 243 +--
1 file changed, 120 insertions(+), 123 deletions(-)
diff --git a/lib/libv4l2rds/libv4l2rds.c b/lib/libv4l2rds/libv4l2rds.c
index 28b78ce..333bf95 100644
--- a/lib/libv4l2rds/libv4l2rds
This patch series is based on the commments to:
[RFC PATCH 0/4] libv4l2rds: support for decoding RDS tuning information
[RFC PATCH 1/4] libv4l2rds: added support to decode RDS-EON information
[RFC PATCH 2/4] rds-ctl.cpp: added functionality to print RDS-EON information
[RFC PATCH 3/4] libv4l2rds:
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: Tue Jun 4 19:00:17 CEST 2013
git branch: test
git hash: 7eac97d7e714429f7ef1ba5d35f94c07f4c34f8e
gcc versi
Hi Jean-Philippe,
Thanks for the review.
> > +static const struct ov10635_reg ov10635_regs_enable[] = {
> > + { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, {
> 0x3042, 0xf0 },
> > + { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, {
> 0x3042, 0xf0 },
> > + { 0x30
From: Lad, Prabhakar
add OF support for the tvp514x driver.
Signed-off-by: Lad, Prabhakar
Acked-by: Laurent Pinchart
Cc: Hans Verkuil
Cc: Mauro Carvalho Chehab
Cc: Guennadi Liakhovetski
Cc: Sylwester Nawrocki
Cc: Sakari Ailus
Cc: Grant Likely
Cc: Rob Herring
Cc: Rob Landley
Cc: devicet
On Wed, 29 May 2013 13:00:02 +0200
Hans Verkuil wrote:
> From: Hans Verkuil
>
> Prevent out-of-range register accesses.
Certainly I agree with the goal, and what's here is better than what the
driver does now. But...
> + if (reg->reg > cam->regs_size - 4)
> + return -EINVAL;
Al 04/06/13 13:23, En/na Patrick Boettcher ha escrit:
> On Monday 03 June 2013 17:14:18 Luca Olivetti wrote:
So, what's the real status of diversity support?
>>>
>>> Nobody knows?
>>
>> I'm not easily discouraged :-) so here's the question again: is there
>> some dvb-t usb stick (possibly avai
On Tue, Jun 04, 2013 at 07:42:22PM +0900, 김승우 wrote:
>
>
> On 2013년 06월 01일 00:29, Daniel Vetter wrote:
> > On Fri, May 31, 2013 at 07:22:24PM +0900, 김승우 wrote:
> >> Hello Daniel,
> >>
> >> Thanks for your comment.
> >>
> >> On 2013년 05월 31일 18:14, Daniel Vetter wrote:
> >>> On Fri, May 31, 2013
On Monday 03 June 2013 17:14:18 Luca Olivetti wrote:
> >> So, what's the real status of diversity support?
> >
> > Nobody knows?
>
> I'm not easily discouraged :-) so here's the question again: is there
> some dvb-t usb stick (possibly available on the EU market) with
> diversity support under Li
On Tuesday 04 June 2013 13:17:49 Antti Palosaari wrote:
> On 06/04/2013 10:29 AM, Luca Olivetti wrote:
> > Al 04/06/13 01:17, En/na Antti Palosaari ha escrit:
> >>> I'm not easily discouraged :-) so here's the question again: is there
> >>> some dvb-t usb stick (possibly available on the EU market)
On 2013년 06월 01일 00:29, Daniel Vetter wrote:
> On Fri, May 31, 2013 at 07:22:24PM +0900, 김승우 wrote:
>> Hello Daniel,
>>
>> Thanks for your comment.
>>
>> On 2013년 05월 31일 18:14, Daniel Vetter wrote:
>>> On Fri, May 31, 2013 at 10:54 AM, Seung-Woo Kim
>>> wrote:
importer private data in dma
On 06/04/2013 10:29 AM, Luca Olivetti wrote:
Al 04/06/13 01:17, En/na Antti Palosaari ha escrit:
I'm not easily discouraged :-) so here's the question again: is there
some dvb-t usb stick (possibly available on the EU market) with
diversity support under Linux?
I have feeling AF9035/IT9135 du
Al 04/06/13 01:17, En/na Antti Palosaari ha escrit:
>> I'm not easily discouraged :-) so here's the question again: is there
>> some dvb-t usb stick (possibly available on the EU market) with
>> diversity support under Linux?
>
> I have feeling AF9035/IT9135 dual devices could do that.
Looking a
On 24 May 2013 16:55, Sachin Kamat wrote:
> After the switch to devm_* functions, the 'remove' function does
> not do anything. Delete it.
>
> Signed-off-by: Sachin Kamat
> Cc: Kuninori Morimoto
> ---
> drivers/media/i2c/soc_camera/mt9t112.c |6 --
> 1 file changed, 6 deletions(-)
>
> d
This is a V4L2 driver for Blackfin video display (E)PPI interface.
This module is common for BF537/BF561/BF548/BF609.
Signed-off-by: Scott Jiang
---
drivers/media/platform/blackfin/Kconfig| 15 +-
drivers/media/platform/blackfin/Makefile |1 +
drivers/media/platform/blackfin/
2013/6/3 Phil Edworthy :
> Signed-off-by: Phil Edworthy
> ---
> v2:
> - Simplified flow in ov10635_s_ctrl.
> - Removed chip ident code - build tested only
>
> drivers/media/i2c/soc_camera/Kconfig |6 +
> drivers/media/i2c/soc_camera/Makefile |1 +
> drivers/media/i2c/soc_camera/ov106
31 matches
Mail list logo