2许世友、

2011-10-15 Thread 2011-10-16 13:53:57
尊敬的:linux-media@vger.kernel.org 本公司有:商业、广告业、服务业、建筑业、运输业、税务代开、行政事业及其它专用...等![发ˇˍˇ票]代理!! 承诺:正规途径不必担心真假问题!可使用后付款!需要不防一试! 联系:13802918596 Q Q: 860181626 2011-10

Can I Say a Word to you Guys?

2011-10-15 Thread Mario Torres
Can I say a word to you guys? Cool I got one AVerMedia M792 PCIe Combo (OEM) on Ubuntu 11.10 and i wonder if we can work it out, it is a pci-e and yes it is on the unsupported list. but if we can work it out lets do it. when i do a lspci -vv it gives me this 03:00.0 Multimedia video contro

Can I say a word to you guys?

2011-10-15 Thread Mario Torres
Can I say a word to you guys? Cool I got one AVerMedia M792 PCIe Combo (OEM) on Ubuntu 11.10 and i wonder if we can work it out, it is a pci-e and yes it is on the unsupported list. but if we can work it out lets do it. -- To unsubscribe from this list: send the line "unsubscribe linux-media"

Re: Cannot configure second Kodicom 4400R

2011-10-15 Thread Allan Macdonald
On Tue, Oct 11, 2011 at 12:37 PM, Allan Macdonald wrote: > On Mon, Oct 10, 2011 at 5:17 PM, Patrick Dickey wrote: >> Hi there Allan, >> >> I'm not familiar with the card (so you'll want to defer to someone else >> if their answer differs from mine).  It looks like video0 and video1 are >> assigne

[PATCH resent] Fix logic in sanity check

2011-10-15 Thread Thomas Jarosch
Detected by "cppcheck". This time with "Signed-off-by" line. Signed-off-by: Thomas Jarosch --- drivers/media/video/m5mols/m5mols_core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/m5mols/m5mols_core.c b/drivers/media/video/m5mols/m5mols_core.c

[PATCH] Fix logic in sanity check

2011-10-15 Thread Thomas Jarosch
Detected by "cppcheck". --- drivers/media/video/m5mols/m5mols_core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/m5mols/m5mols_core.c b/drivers/media/video/m5mols/m5mols_core.c index fb8e4a7..e485e9e 100644 --- a/drivers/media/video/m5mols/m5mols_

Pinnacle 700-USB capture device mis-recognised, duplicate USB VID:PID?

2011-10-15 Thread markk
Hi, I have a Pinnacle Systems 700-USB video capture device which was bundled with Studio video editing software as Studio Plus 10. The capture device may also have been known as Moviebox Deluxe. It has composite, S-video and stereo audio inputs and outputs, and a Firewire port (can capture DV from

[PATCH 7/7] staging/as102: cleanup - get rid unnecessary LINUX and WIN32 defines

2011-10-15 Thread Piotr Chmura
staging/as102: cleanup - get rid unnecessary LINUX and WIN32 defines Cleanup code: Remove of unnecessary defines WIN32 and LINUX. We are always on linux so code (includes) for WIN32 compatibility is totally useless. Signed-off-by: Piotr Chmura Cc: Devin Heitmueller Cc: Greg HK diff -Nur linux.

[PATCH 6/7] staging/as102: cleanup - get rid of editor comments

2011-10-15 Thread Piotr Chmura
staging/as102: cleanup - get rid of editor comments Cleanup code: Delete vim formatting comments. Signed-off-by: Piotr Chmura Cc: Devin Heitmueller Cc: Greg HK diff -Nur linux.as102.05-pragmapack/drivers/staging/as102/as102_drv.c linux.as102.06-editor/drivers/staging/as102/as102_drv.c --- li

[PATCH 5/7] staging as102: cleanup - get rid of pragma(pack)

2011-10-15 Thread Piotr Chmura
staging as102: cleanup - get rid of pragma(pack) Cleanup code: change #pragma(pack) directive to __attribute__(packed) Signed-off-by: Piotr Chmura Cc: Devin Heitmueller Cc: Greg HK diff -Nur linux.as102.04-tabs/drivers/staging/as102/as102_fw.h linux.as102.05-pragmapack//drivers/staging/as102/a

[PATCH 3/7] staging/as102: cleanup - get rid of typedefs

2011-10-15 Thread Piotr Chmura
staging as102: cleanup - get rid off typedefs Cleanup code: get rid of typedef in structures and union definitions. Signed-off-by: Piotr Chmura Cc: Devin Heitmueller Cc: Greg HK diff -Nur linux.as102.02-nbox/drivers/staging/as102/as10x_cmd.h linux.as102.03-typedefs/drivers/staging/as102/as10x_

[PATCH 2/7] staging/as102: add new device nBox DVB-T Dongle

2011-10-15 Thread Piotr Chmura
staging/as102: add new device nBox DVB-T Dongle Add nBox DVB-T Dongle tuner based on 74e chip. Tested by me on amd64. Signed-off-by: Piotr Chmura Cc: Devin Heitmueller Cc: Greg HK diff -Nur linux.as102.01-initial/drivers/staging/as102/as102_usb_drv.c linux.as102.02-nbox/drivers/staging/as102/

[PATCH 0/7] Staging submission: PCTV 74e drivers and some cleanup (was: Staging submission: PCTV 80e and PCTV 74e drivers)

2011-10-15 Thread Piotr Chmura
[PATCH 1/7] pull as102 driver fromhttp://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ with the only change needed to compile it in git tree[1]: usb_buffer_alloc() to usb_alloc_coherent() and usb_buffer_free() to usb_free_coherent() [PATCH 2/7] as102: add new device nBox DVB-T Dongle adds new

[PATCH] MAINTAINERS: add a maintainer for s5p-mfc driver

2011-10-15 Thread Jeongtae Park
Add a maintainer for s5p-mfc driver. Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- MAINTAINERS |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5e207a8..ef16770 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1087,

cron job: media_tree daily build: WARNINGS

2011-10-15 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:Sat Oct 15 19:00:17 CEST 2011 git hash:a461e0ad3d27b6342140566909a80db30d151a91 gcc version: i686-linux-gcc (GC

Re: [git:v4l-dvb/for_v3.2] [media] cx25840: Enable support for non-tuner LR1/LR2 audio inputs

2011-10-15 Thread Andy Walls
On Fri, 2011-10-14 at 22:15 +0200, 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/media_tree.git tree: > > Subject: [media] cx25840: Enable support for non-tuner LR1/LR2 audio inputs > Aut

Re: [git:v4l-dvb/for_v3.2] [media] cx25840: enable raw cc processing only for the cx23885 hardware

2011-10-15 Thread Andy Walls
On Fri, 2011-10-14 at 22:10 +0200, 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/media_tree.git tree: Ummm... > Subject: [media] cx25840: enable raw cc processing only for the cx23885 >

Re: [PATCHv16 0/9] Contiguous Memory Allocator

2011-10-15 Thread Arnd Bergmann
On Saturday 15 October 2011, Andrew Morton wrote: > > On Tue, 11 Oct 2011 15:52:04 +0200 > Arnd Bergmann wrote: > > What I would really want to hear from you is your opinion on > > the architecture independent stuff. Obviously, ARM is the > > most important consumer of the patch set, but I think

dib0700: Nova-T-500 remote - IR only respond to button releases

2011-10-15 Thread Antonio Marcos López Alonso
Hi, Since upgrading from Mythbuntu 10.04 to 11.04, dib0700-1.20.fw started to behave differently. It happens that my Nova-T-500 IR sensor is only responding to button releases on the remote control (shown by irw). Replacing 1.20.fw with 1.10.fw restores the proper behavior (other issues arise

Re: freeze/crash

2011-10-15 Thread semiRocket
On Sat, 15 Oct 2011 09:35:13 +0200, James wrote: On 10/14/11 17:53, semiRocket wrote: On Fri, 14 Oct 2011 20:38:46 +0200, James wrote: On 10/14/11 07:10, semiRocket wrote: On Fri, 14 Oct 2011 01:51:37 +0200, James wrote: It always crashes when I access the hardware but the place it crashe

Re: [PATCH 1/1] ARM: EXYNOS4: JPEG: driver initial release

2011-10-15 Thread Sakari Ailus
On Sat, Oct 15, 2011 at 01:40:46AM +0300, Sakari Ailus wrote: > Hi Andrzej, > > Thanks for the patch! Interesting to see a hardware jpeg encoder using V4L2! > > I have a few comments below. As a whole, this driver looks quite good to me. > > On Tue, Oct 11, 2011 at 02:51:32PM +0200, Andrzej Piet

Re: freeze/crash

2011-10-15 Thread James
On 10/14/11 17:53, semiRocket wrote: On Fri, 14 Oct 2011 20:38:46 +0200, James wrote: On 10/14/11 07:10, semiRocket wrote: On Fri, 14 Oct 2011 01:51:37 +0200, James wrote: It always crashes when I access the hardware but the place it crashes is random. Maybe you would want to pass those cra