[PATCH] Add the usb id of the Trekstor DVB-T Stick Terres 2.0

2012-09-02 Thread Philipp Dreimann
It needs the e4000 tuner driver. Signed-off-by: Philipp Dreimann --- drivers/media/dvb-core/dvb-usb-ids.h|1 + drivers/media/usb/dvb-usb-v2/rtl28xxu.c |2 ++ 2 files changed, 3 insertions(+) diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h in

[PATCH] mc44s803: implement get_if_frequency()

2012-09-02 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- drivers/media/tuners/mc44s803.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/media/tuners/mc44s803.c b/drivers/media/tuners/mc44s803.c index 5ddce7e..f1b7640 100644 --- a/drivers/media/tuners/mc44s803.c +++ b/drivers/media/

[PATCH] af9013: add debug for IF frequency

2012-09-02 Thread Antti Palosaari
Used IF frequency is one of the most important parameter to know. Signed-off-by: Antti Palosaari --- drivers/media/dvb-frontends/af9013.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/dvb-frontends/af9013.c b/drivers/media/dvb-frontends/af9013.c index 5bc570d..2dac314 1006

[PATCH] mxl5005s: implement get_if_frequency()

2012-09-02 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- drivers/media/tuners/mxl5005s.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/media/tuners/mxl5005s.c b/drivers/media/tuners/mxl5005s.c index 6133315..b473b76 100644 --- a/drivers/media/tuners/mxl5005s.c +++ b/drivers/media/tuners/mxl5

Re: gspca_pac7302 driver broken ?

2012-09-02 Thread Ezequiel Garcia
Hi Frank, On Sun, Sep 2, 2012 at 2:15 PM, Frank Schäfer wrote: > Hi, > > can anyone who owns such a device confirm that the gspca_pac7302 driver > (kernel 3.6.0-rc1+) is fine ? > It's working here with latest media-tree kernel. Driver Info: Driver name : gspca_pac7302 Card typ

Re: [PATCHv3 2/9] ir-rx51: Handle signals properly

2012-09-02 Thread Timo Kokkonen
On 09/02/12 22:41, Sakari Ailus wrote: > On Sun, Sep 02, 2012 at 06:20:27PM +0300, Timo Kokkonen wrote: >> On 09.02 2012 18:06:34, Sakari Ailus wrote: >>> Heippa, >>> >>> Timo Kokkonen wrote: Terve, On 09/01/12 20:14, Sakari Ailus wrote: > Moi, > > On Thu, Aug 30, 2012 at

Re: [PATCHv3 9/9] ir-rx51: Add missing quote mark in Kconfig text

2012-09-02 Thread Sakari Ailus
On Sun, Sep 02, 2012 at 05:57:25PM +0300, Timo Kokkonen wrote: > On 09/01/12 20:16, Sakari Ailus wrote: > > Moi, > > > > On Thu, Aug 30, 2012 at 08:54:31PM +0300, Timo Kokkonen wrote: > >> This trivial fix cures the following warning message: > >> > >> drivers/media/rc/Kconfig:275:warning: multi-l

cron job: media_tree daily build: WARNINGS

2012-09-02 Thread Hans Verkuil
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:Sun Sep 2 19:00:22 CEST 2012 git hash:79e8c7bebb467bbc3f2514d75bba669a3f354324 gcc version: i686-linux-gcc (GC

Re: [PATCHv3 2/9] ir-rx51: Handle signals properly

2012-09-02 Thread Sakari Ailus
On Sun, Sep 02, 2012 at 06:20:27PM +0300, Timo Kokkonen wrote: > On 09.02 2012 18:06:34, Sakari Ailus wrote: > > Heippa, > > > > Timo Kokkonen wrote: > > > Terve, > > > > > > On 09/01/12 20:14, Sakari Ailus wrote: > > >> Moi, > > >> > > >> On Thu, Aug 30, 2012 at 08:54:24PM +0300, Timo Kokkonen wr

gspca_pac7302 driver broken ?

2012-09-02 Thread Frank Schäfer
Hi, can anyone who owns such a device confirm that the gspca_pac7302 driver (kernel 3.6.0-rc1+) is fine ? Today I stumbled over a webcam which we do not support yet. The Windows driver of this device is called pac7302.sys, so I added it's USB-ID to the gspca-driver but couldn't get the device wor

Re: [PATCHv3 2/9] ir-rx51: Handle signals properly

2012-09-02 Thread Timo Kokkonen
On 09.02 2012 18:06:34, Sakari Ailus wrote: > Heippa, > > Timo Kokkonen wrote: > > Terve, > > > > On 09/01/12 20:14, Sakari Ailus wrote: > >> Moi, > >> > >> On Thu, Aug 30, 2012 at 08:54:24PM +0300, Timo Kokkonen wrote: > >>> @@ -273,9 +281,18 @@ static ssize_t lirc_rx51_write(struct file *file,

Re: [PATCHv3 2/9] ir-rx51: Handle signals properly

2012-09-02 Thread Sakari Ailus
Heippa, Timo Kokkonen wrote: Terve, On 09/01/12 20:14, Sakari Ailus wrote: Moi, On Thu, Aug 30, 2012 at 08:54:24PM +0300, Timo Kokkonen wrote: @@ -273,9 +281,18 @@ static ssize_t lirc_rx51_write(struct file *file, const char *buf, /* * Don't return back to the userspace un

Re: [PATCHv3 9/9] ir-rx51: Add missing quote mark in Kconfig text

2012-09-02 Thread Timo Kokkonen
On 09/01/12 20:16, Sakari Ailus wrote: > Moi, > > On Thu, Aug 30, 2012 at 08:54:31PM +0300, Timo Kokkonen wrote: >> This trivial fix cures the following warning message: >> >> drivers/media/rc/Kconfig:275:warning: multi-line strings not supported >> >> Signed-off-by: Timo Kokkonen >> --- >> driv

Re: [PATCHv3 2/9] ir-rx51: Handle signals properly

2012-09-02 Thread Timo Kokkonen
Terve, On 09/01/12 20:14, Sakari Ailus wrote: > Moi, > > On Thu, Aug 30, 2012 at 08:54:24PM +0300, Timo Kokkonen wrote: >> @@ -273,9 +281,18 @@ static ssize_t lirc_rx51_write(struct file *file, const >> char *buf, >> >> /* >> * Don't return back to the userspace until the transfer h

Re: [PATCH] [media] davinci: vpfe: Add documentation

2012-09-02 Thread Hans Verkuil
On Sat September 1 2012 16:22:30 Laurent Pinchart wrote: > Hi Sakari, > > On Saturday 01 September 2012 12:57:07 Sakari Ailus wrote: > > On Wed, Aug 29, 2012 at 08:11:50PM +0530, Prabhakar Lad wrote: > > [snip] > > > > For test pattern you meant control to enable/disable it ? > > > > There are

[PATCH] tda8261: add printk levels

2012-09-02 Thread Jiri Kosina
From: Alan Cox This is done as a minimal printk updating patch to ensure correctness. Yes it should all one day use dev_foo(), but that's one for the maintainers. Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=32932 Signed-off-by: Alan Cox Signed-off-by: Jiri Kosina --- The file ha