On Tue, 03 Apr 2012 00:52:08 +0300
Antti Palosaari wrote:
> > Well the fc0011 tuner driver still works worse on this af9035 driver
> > than on Hans' driver. I have absolutely no idea why this is the case.
> > I'm almost certain that it is not a timing issue of some sort. I tried
> > a zillion of
This patch contains code change only to remove redundant
code to set priv->crop_rect.width/height in probe function.
Signed-off-by: Liu Ying
Acked-by: Chris Lalancette
---
drivers/media/video/ov5642.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/media/video/
Colin Eby wrote:
>All,
>
>Wondered if someone could advise... I'm from an NTSC and PAL capable
>tape deck, in the UK. I believe that means the signal coming from the
>deck will be NTSC_443 compliant. What is captured through VLC or XAWTV
>is slightly grainy black and white (no green band). It ki
Il 03/04/2012 00:40, Antti Palosaari ha scritto:
> On 03.04.2012 00:25, Gianluca Gennari wrote:
>> This is necessary to tune VHF channels with the AVerMedia A835 stick.
>>
>> Signed-off-by: Gianluca Gennari
>> ---
>> drivers/media/common/tuners/tda18218.c |2 +-
>> 1 files changed, 1 inserti
On a 32 bit system:
af9035.c: In function 'af9035_download_firmware':
af9035.c:446:3: warning: format '%lu' expects argument of type 'long unsigned
int', but argument 3 has type 'unsigned int' [-Wformat]
%zu avoids any warning on both 32 and 64 bit systems.
Signed-off-by: Gianluca Gennari
---
There was a bug I2C adapter writes and reads one byte too much.
As the most I2C clients has auto-increment register addressing
this leads next register from the target register overwritten by
garbage data.
As a change remove whole register address byte usage and write
data directly to the I2C bus
On 03.04.2012 00:25, Gianluca Gennari wrote:
Let's save a few lines of code using the module_usb_driver macro.
Signed-off-by: Gianluca Gennari
Applied, thanks!
http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental
regards
Antti
--
http://palosaari.fi/
--
To uns
On 03.04.2012 00:25, Gianluca Gennari wrote:
af9035.c: In function 'af9035_download_firmware':
af9035.c:446:3: warning: format '%lu' expects argument of type 'long unsigned
int', but argument 3 has type 'unsigned int' [-Wformat]
Signed-off-by: Gianluca Gennari
---
drivers/media/dvb/dvb-usb/af9
On 03.04.2012 00:25, Gianluca Gennari wrote:
This is necessary to tune VHF channels with the AVerMedia A835 stick.
Signed-off-by: Gianluca Gennari
---
drivers/media/common/tuners/tda18218.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/common/tuners/t
On 03.04.2012 00:25, Gianluca Gennari wrote:
Add basic support for the tda18218 tuner and the AVerMedia A835 devices.
Signed-off-by: Gianluca Gennari
Applied, thank you!
http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental
regards
Antti
--
http://palosaari.fi/
On 03.04.2012 00:25, Gianluca Gennari wrote:
New USB id for the Avermedia A867 stick (Sky Digital Key with blue led).
Signed-off-by: Gianluca Gennari
Applied, thank you!
http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental
regards
Antti
--
http://palosaari.fi/
Hi Laurent,
On Fri, Mar 30, 2012 at 02:30:34AM +0200, Laurent Pinchart wrote:
> On Thursday 29 March 2012 23:34:17 Sakari Ailus wrote:
> > On Wed, Mar 28, 2012 at 02:00:01PM +0200, Laurent Pinchart wrote:
> > > When applications modify preview engine parameters, the new values are
> > > applied to
On 02.04.2012 20:51, Michael Büsch wrote:
Likely tuner driver, or demod driver. But as demod tuner initialization
tables are likely correct I suspect it is tuner issue at first hand. And
secondly my other hardware with TUA9001 performs very well, better than
old AF9015 sticks.
Well the fc0011 t
On Mon, Apr 2, 2012 at 5:02 PM, Colin Eby wrote:
> There's clear evidence I can get some kind of tool chain to work in
> Windows. But I wondered if there wasn't some fine tuning to the driver
> that would get Linux rig to work. And I wondered if there were known
> issues around the NTSC_443 norm.
Let's save a few lines of code using the module_usb_driver macro.
Signed-off-by: Gianluca Gennari
---
drivers/media/dvb/dvb-usb/af9035.c | 26 +-
1 files changed, 1 insertions(+), 25 deletions(-)
diff --git a/drivers/media/dvb/dvb-usb/af9035.c
b/drivers/media/dvb/dvb-
af9035.c: In function 'af9035_download_firmware':
af9035.c:446:3: warning: format '%lu' expects argument of type 'long unsigned
int', but argument 3 has type 'unsigned int' [-Wformat]
Signed-off-by: Gianluca Gennari
---
drivers/media/dvb/dvb-usb/af9035.c |2 +-
1 files changed, 1 insertions(
This is necessary to tune VHF channels with the AVerMedia A835 stick.
Signed-off-by: Gianluca Gennari
---
drivers/media/common/tuners/tda18218.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/common/tuners/tda18218.c
b/drivers/media/common/tuners/tda1821
Add basic support for the tda18218 tuner and the AVerMedia A835 devices.
Signed-off-by: Gianluca Gennari
---
drivers/media/dvb/dvb-usb/Kconfig |1 +
drivers/media/dvb/dvb-usb/af9035.c| 26 +-
drivers/media/dvb/dvb-usb/dvb-usb-ids.h |2 +
drivers/me
New USB id for the Avermedia A867 stick (Sky Digital Key with blue led).
Signed-off-by: Gianluca Gennari
---
drivers/media/dvb/dvb-usb/af9035.c |6 +-
drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 +
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/drivers/media/dvb/d
Hi all,
this is a series of small patches for the new af9035 driver.
It adds basic support for the tda18218 tuner (and the related devices of the
Avermedia A835 serie), including a small patch to tune VHF channels.
Also, there is new USB ID for the 07ca:a867 device (Avermedia A867).
Finally, there
On Mon, Apr 2, 2012 at 5:02 PM, Colin Eby wrote:
> There's clear evidence I can get some kind of tool chain to work in
> Windows. But I wondered if there wasn't some fine tuning to the driver
> that would get Linux rig to work. And I wondered if there were known
> issues around the NTSC_443 norm.
All,
Wondered if someone could advise... I'm from an NTSC and PAL capable
tape deck, in the UK. I believe that means the signal coming from the
deck will be NTSC_443 compliant. What is captured through VLC or XAWTV
is slightly grainy black and white (no green band). It kinda looks like
the there
Hans Verkuil wrote:
>On Sunday, April 01, 2012 21:09:34 Tracey Dent wrote:
>> radio-maxiradio depends on SND_FM801_TEA575X_BOOL to build or will
>> result in an build error such as:
>>
>> Kernel: arch/x86/boot/bzImage is ready (#1)
>> ERROR: "snd_tea575x_init" [drivers/media/radio/radio-maxirad
On 02.04.2012 21:18, Hans-Frieder Vogt wrote:
Support of AVerMedia AVerTV HD Volar, with tuner MxL5007t, version 3 of patch
Signed-off-by: Hans-Frieder Vogt
Applied, thank you. Good work!
http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental
regards
Antti
--
ht
Support of AVerMedia AVerTV HD Volar, with tuner MxL5007t, version 3 of patch
Signed-off-by: Hans-Frieder Vogt
drivers/media/dvb/dvb-usb/Kconfig |1
drivers/media/dvb/dvb-usb/af9035.c| 65 +-
drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1
d
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:Mon Apr 2 19:00:18 CEST 2012
git hash:296da3cd14db9eb5606924962b2956c9c656dbb0
gcc version: i686-linux-gcc (GC
On Mon, 02 Apr 2012 20:40:45 +0300
Antti Palosaari wrote:
> h, I think Mauro will at least complain when I ask he to PULL that
> master. Personally I would like to see line len something more than 80
> chars, but as checkpatch.pl complains it I have shortened lines despite
> very few cases
On 02.04.2012 20:20, Michael Büsch wrote:
On Mon, 02 Apr 2012 19:56:50 +0300
Antti Palosaari wrote:
On 02.04.2012 19:14, Michael Büsch wrote:
This adds support for the Fitipower fc0011 DVB-t tuner.
Signed-off-by: Michael Buesch
Applied, thanks!
http://git.linuxtv.org/anttip/media_tree.git/
On Mon, 02 Apr 2012 20:03:08 +0300
Antti Palosaari wrote:
> On 02.04.2012 19:18, Michael Büsch wrote:
> > This adds Fitipower fc0011 tuner support to the af9035 driver.
> >
> > Signed-off-by: Michael Buesch
>
> Applied, thanks!
> http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/a
On Mon, 02 Apr 2012 20:04:00 +0300
Antti Palosaari wrote:
> On 02.04.2012 19:34, Michael Büsch wrote:
> > Add some generic Afatech USB PIDs used by "Cabstone" sticks and others.
> >
> > Signed-off-by: Michael Buesch
>
> Applied, but same checkpatch.pl comments as earlier patches!
There is not a
On Mon, 02 Apr 2012 19:56:50 +0300
Antti Palosaari wrote:
> On 02.04.2012 19:14, Michael Büsch wrote:
> > This adds support for the Fitipower fc0011 DVB-t tuner.
> >
> > Signed-off-by: Michael Buesch
>
> Applied, thanks!
> http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_e
On 02.04.2012 19:34, Michael Büsch wrote:
Add some generic Afatech USB PIDs used by "Cabstone" sticks and others.
Signed-off-by: Michael Buesch
Applied, but same checkpatch.pl comments as earlier patches!
http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental
re
On 02.04.2012 19:18, Michael Büsch wrote:
This adds Fitipower fc0011 tuner support to the af9035 driver.
Signed-off-by: Michael Buesch
Applied, thanks!
http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental
And same checkpatch.pl issue here.
You can ran checkpatc
Antti,
I am currently working with a simple standalone test environment and therefore
have manually (!) included the paths. Well, this went terribly wrong... Sorry.
Am Sonntag, 1. April 2012 schrieb Antti Palosaari:
> On 02.04.2012 00:07, Hans-Frieder Vogt wrote:
> > Support of AVerMedia AVerTV
On 02.04.2012 19:14, Michael Büsch wrote:
This adds support for the Fitipower fc0011 DVB-t tuner.
Signed-off-by: Michael Buesch
Applied, thanks!
http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035_experimental
I looked it through quickly, no big issues. Anyhow, when I ran
Add some generic Afatech USB PIDs used by "Cabstone" sticks and others.
Signed-off-by: Michael Buesch
---
Index: linux/drivers/media/dvb/dvb-usb/af9035.c
===
--- linux.orig/drivers/media/dvb/dvb-usb/af9035.c 2012-04-02
18:15
Hi Mauro,
This patchset adds
- Integer menu controls,
- Selection IOCTL for subdevs,
- Sensor control improvements,
- link_validate() media entity and V4L2 subdev pad ops,
- OMAP 3 ISP driver improvements,
- SMIA++ sensor driver and
- Other V4L2 and media improvements (see individual patches)
Ch
This adds Fitipower fc0011 tuner support to the af9035 driver.
Signed-off-by: Michael Buesch
---
Index: linux/drivers/media/dvb/dvb-usb/af9035.c
===
--- linux.orig/drivers/media/dvb/dvb-usb/af9035.c 2012-04-02
18:11:09.97560
This adds support for the Fitipower fc0011 DVB-t tuner.
Signed-off-by: Michael Buesch
---
Index: linux/drivers/media/common/tuners/Kconfig
===
--- linux.orig/drivers/media/common/tuners/Kconfig 2012-04-02
15:55:51.155296579
On Mon, Apr 2, 2012 at 4:55 PM, Gary Thomas wrote:
> On 2012-04-02 08:38, Enrico wrote:
>>> Attached.
>>
>>
>> I just had a quick look and it seems everything is there, i can't test
>> it right now but when i did test a mainline 3.3 kernel with my patches
>> i had to use the "nohlt" kernel parm. I
On 2012-04-02 08:38, Enrico wrote:
On Mon, Apr 2, 2012 at 3:31 PM, Gary Thomas wrote:
On 2012-04-02 07:15, Enrico wrote:
On Mon, Apr 2, 2012 at 2:45 PM, Gary Thomaswrote:
The items you mention are just what I merged from my previous kernel.
My changes are still pretty rough but I can se
On Mon, Apr 2, 2012 at 3:31 PM, Gary Thomas wrote:
> On 2012-04-02 07:15, Enrico wrote:
>>
>> On Mon, Apr 2, 2012 at 2:45 PM, Gary Thomas wrote:
>>>
>>> The items you mention are just what I merged from my previous kernel.
>>> My changes are still pretty rough but I can send them to you if you'd
On 2012-04-02 07:15, Enrico wrote:
On Mon, Apr 2, 2012 at 2:45 PM, Gary Thomas wrote:
The items you mention are just what I merged from my previous kernel.
My changes are still pretty rough but I can send them to you if you'd
like.
Post them here and we will try to spot where the problem is,
On Mon, Apr 2, 2012 at 2:45 PM, Gary Thomas wrote:
> The items you mention are just what I merged from my previous kernel.
> My changes are still pretty rough but I can send them to you if you'd
> like.
Post them here and we will try to spot where the problem is, they
could be useful for Laurent
On Fri, Mar 30, 2012 at 5:41 AM, Liu Ying wrote:
> From: Liu Ying
>
> This patch contains code change only to remove redundant
> code to set priv->crop_rect.width/height in probe function.
Yeah, there is no need to do this twice. You can add an:
Acked-by: Chris Lalancette
--
To unsubscribe fr
On 2012-04-02 06:32, Enrico wrote:
On Mon, Apr 2, 2012 at 2:24 PM, Gary Thomas wrote:
Just to be clear - I did have to make a few patches to both the
TVP5150 driver and CCDC part of OMAP3ISP as some of the BT656
support is still not in Laurent's tree. I'll send patches, etc,
once I get it work
On Mon, Apr 2, 2012 at 2:24 PM, Gary Thomas wrote:
> Just to be clear - I did have to make a few patches to both the
> TVP5150 driver and CCDC part of OMAP3ISP as some of the BT656
> support is still not in Laurent's tree. I'll send patches, etc,
> once I get it working, but as mentioned above, a
I'm testing Laurent's tree with the BT656 support. My system
has an OMAP/3530 + TVP5150 running in BT656 mode. Sadly, this
isn't working - I only get an endless stream of these messages
[ 43.457427] omap3isp omap3isp: CCDC won't become idle!
[ 43.490814] omap3isp omap3isp: CCDC won't bec
Dear All,
We have our own datacenter in Hong Kong & provide email/application/web rental
service to clients.We are APNIC member & provide clean IP to clients.
Dell? PowerEdge? EnterpriseRack Mount Server
-Intel(R) Xeon(R) E3-1240 Processor (3.3GHz, 8M Cache, Turbo, 4C/8T, 80W)
-8GB RAM, 2x4GB, 1
On Mon, Mar 26, 2012 at 03:17:47PM +0200, Javier Martin wrote:
>
> Signed-off-by: Javier Martin
Acked-by: Sascha Hauer
Should go via the media tree.
Sascha
> ---
> arch/arm/mach-imx/mach-imx27_visstrim_m10.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arc
Hi Martin,
On Saturday 31 March 2012 17:07:22 Martin Mokrejs wrote:
> Hi,
> when inspecting "lsusb -v" output I came across this UNRECOGNIZED message.
> Anything to worry about?
>
> Bus 001 Device 003: ID 05ca:1820 Ricoh Co., Ltd
> Device Descriptor:
> bLength18
> bDescripto
Hi Mauro,
Here's a critical fix for uvcvideo that should go in v3.4 (and be backported
to v3.3, I've CC'ed sta...@vger.kernel.org in the patch).
The following changes since commit 296da3cd14db9eb5606924962b2956c9c656dbb0:
[media] pwc: poll(): Check that the device has not beem claimed for
st
I got pointed to:
http://www.spinics.net/lists/linux-media/msg45592.html
Has this been applied to the kernel since?
Thomas
On 30.03.2012 21:59, Thomas Steinborn wrote:
Hi,
hope you can point me into the right direction.
I have got 2 Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid cards in my
syst
53 matches
Mail list logo