[PATCH 5/8] drivers/media/video/uvc: Use %pUl to print UUIDs

2009-10-06 Thread Joe Perches
Signed-off-by: Joe Perches --- drivers/media/video/uvc/uvc_ctrl.c | 69 -- drivers/media/video/uvc/uvc_driver.c |7 +-- drivers/media/video/uvc/uvcvideo.h | 10 - 3 files changed, 35 insertions(+), 51 deletions(-) diff --git a/drivers/media/video/u

[PATCH 0/8] Add vsprintf extension %pU to print UUID/GUIDs and use it

2009-10-06 Thread Joe Perches
Using %pU makes an x86 defconfig image a bit smaller before: $ size vmlinux textdata bss dec hex filename 6976022 679572 1359668 9015262 898fde vmlinux after: $ size vmlinux textdata bss dec hex filename 6975863 679652 1359668 9015183 898f8f vmlinux Joe

Re: Patch for TeVii S470

2009-10-06 Thread Igor M. Liplianin
On 3 октября 2009 16:37:31 Niels Ole Salscheider wrote: > Hello, > > I have downloaded and compiled the linuxtv sources from > http://mercurial.intuxication.org/hg/s2-liplianin in order to get my TeVii > S470 working. Nevertheless, I get the folowing error if I try to tune any > channel: > > Oct 3

Re: [PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-10-06 Thread Igor M. Liplianin
On 5 октября 2009 16:23:32 Mauro Carvalho Chehab wrote: > Em Wed, 23 Sep 2009 20:47:17 +0300 > > "Igor M. Liplianin" escreveu: > > Mauro, > > > > Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits > > > > for the following 2 changesets: > > > > 01/02: Add support for TBS-likes r

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2009-10-06 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Tue Oct 6 19:00:03 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13046:c7aa399e5dac gcc version: gcc

RE: Mem2Mem V4L2 devices [RFC]

2009-10-06 Thread Hiremath, Vaibhav
> -Original Message- > From: Marek Szyprowski [mailto:m.szyprow...@samsung.com] > Sent: Tuesday, October 06, 2009 11:53 AM > To: Hiremath, Vaibhav; 'Ivan T. Ivanov'; linux-media@vger.kernel.org > Cc: kyungmin.p...@samsung.com; Tomasz Fujak; Pawel Osciak; Marek > Szyprowski > Subject: RE: M

Re: Global Video Buffers Pool - PMM and UPBuffer reference drivers

2009-10-06 Thread David F. Carlson
According to Marek Szyprowski: > > struct pmm_mem_info info = { > .magic = PMM_MAGIC, > .size = BUFFER_SIZE, > .type = PMM_MEM_GENERAL, > .flags = PMM_NO_CACHE, > .alignment = 0x1000, > }; > > fd = open(/dev/pmm); > ioctl(fd, IOCTL_PMM_ALLOC, &info); > mmap(0, BUFFER

uvcvideo: Finally fix Logitech Quickcam for Notebooks Pro

2009-10-06 Thread Ondrej Zary
Hello, I have a Logitech Quickcam for Notebooks Pro camera (046d:08c3) which just does not work even with kernel 2.6.31 and has never worked well before. On http://linux-uvc.berlios.de/, there are two problems listed. I want to really fix these two problems so the camera will just work after plu

RE: Mem2Mem V4L2 devices [RFC]

2009-10-06 Thread Ivan T. Ivanov
Hi, On Tue, 2009-10-06 at 08:23 +0200, Marek Szyprowski wrote: > Hello, > > On Monday, October 05, 2009 8:27 PM Hiremath, Vaibhav wrote: > > > > > [Hiremath, Vaibhav] IMO, this implementation is not streaming > > > model, we are trying to fit mem-to-mem > > > > forcefully to streaming. > > > >

RE: Global Video Buffers Pool - PMM and UPBuffer reference drivers [RFC]

2009-10-06 Thread Marek Szyprowski
Hello, On Friday, October 02, 2009 6:04 PM David F. Carlson wrote: > I am not a fan of the large and static driver based bootmem allocations in the > samsung-ap-2.6 git. This work at least addresses that issue. Thanks. > > Below are some comments. Perhaps I am not "getting it". > > According

Re: [PATCH] AVerTV MCE 116 Plus radio

2009-10-06 Thread Aleksandr V. Piskunov
On Tue, Oct 06, 2009 at 11:04:06AM +0300, Aleksandr V. Piskunov wrote: > Added FM radio support to Avermedia AVerTV MCE 116 Plus card > What leaves me puzzled, radio only works ok with ivtv newi2c=1 With default newi2c audio is tinny, metallic, with some strange static. Similar problem with pvr-

[PATCH] AVerTV MCE 116 Plus radio

2009-10-06 Thread Aleksandr V. Piskunov
Added FM radio support to Avermedia AVerTV MCE 116 Plus card Signed-off-by: Aleksandr V. Piskunov diff --git a/linux/drivers/media/video/ivtv/ivtv-cards.c b/linux/drivers/media/video/ivtv/ivtv-cards.c --- a/linux/drivers/media/video/ivtv/ivtv-cards.c +++ b/linux/drivers/media/video/ivtv/ivtv-ca

RE: Mem2Mem V4L2 devices [RFC]

2009-10-06 Thread Marek Szyprowski
Hello, On Monday, October 05, 2009 10:02 PM Karicheri, Muralidharan wrote: > There is another use case where there are two Resizer hardware working om the > same input frame and > give two different output frames of different resolution. How do we handle > this using the one video > device appr