Re: IR Receiver on an Tevii S470

2009-11-23 Thread Jean Delvare
On Sun, 22 Nov 2009 19:17:59 -0500, Andy Walls wrote: On Sun, 2009-11-22 at 21:32 +0100, Jean Delvare wrote: The fact that 0x30-0x37 and 0x50-0x5f all reply suggest that the bus driver erroneously returns success to SMBus receive byte transactions even when no device acks. This is a bug

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread Patrick Boettcher
Hi Mario, On Sat, 21 Nov 2009, grafgrim...@gmx.de wrote: Am Thu, 19 Nov 2009 16:37:18 +0100 (CET) schrieb Patrick Boettcher pboettc...@kernellabs.com: On Sat, 7 Nov 2009, Mario Bachmann wrote: Hi there, I tried linux-2.6.31.5 and tuning still does not work: tuning to 73800 Hz video

flicker/jumpy at the bottom of the video

2009-11-23 Thread Purushottam R S
Hi , I am using latest gspca driver from dvb for camera driver. But I see bottom of the video has flickering/jumping effect. I have Zippys web camera, which is from Z-Star. I have loaded the following drivers. 1. gspca_zc3xx 44832 0 - Live 0xbf01f000 2. gspca_main 23840 1 gspca_zc3xx, Live

[PATCH] dvb-core: Fix ULE decapsulation bug when less than 4 bytes of ULE SNDU is packed into the remaining bytes of a MPEG2-TS frame

2009-11-23 Thread Ang Way Chuang
ULE (Unidirectional Lightweight Encapsulation RFC 4326) decapsulation code has a bug that incorrectly treats ULE SNDU packed into the remaining 2 or 3 bytes of a MPEG2-TS frame as having invalid pointer field on the subsequent MPEG2-TS frame. This patch was generated and tested against

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread Mario Bachmann
Am Mon, 23 Nov 2009 10:01:36 +0100 (CET) schrieb Patrick Boettcher pboettc...@kernellabs.com: Hi Mario, On Sat, 21 Nov 2009, grafgrim...@gmx.de wrote: Am Thu, 19 Nov 2009 16:37:18 +0100 (CET) schrieb Patrick Boettcher pboettc...@kernellabs.com: On Sat, 7 Nov 2009, Mario Bachmann

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread Patrick Boettcher
On Mon, 23 Nov 2009, Mario Bachmann wrote: sequence in dibusb_i2c_xfer instead of break, please add something like printk(KERN_ERR - hello stupid I2C access \n); recompile and load the new module, then check whether the line is appearing in /var/log/messages or /var/log/syslog when

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread grafgrimm77
Am Mon, 23 Nov 2009 12:11:40 +0100 (CET) schrieb Patrick Boettcher pboettc...@kernellabs.com: On Mon, 23 Nov 2009, Mario Bachmann wrote: sequence in dibusb_i2c_xfer instead of break, please add something like printk(KERN_ERR - hello stupid I2C access \n); recompile and load

Re: V4L-DVB modules not loading

2009-11-23 Thread Philip Downer
Stacey wrote: I've built the module okay. It installed correctly and copied the files into /lib/modules/2.6.31-14-generic/kernel/drivers/media/dvb/dvb-usb. After that I rebooted (since it was easier for me). Then I got to the If the Modules load correctly section to find that nothing has worked

Re: cx18: Reprise of YUV frame alignment improvements

2009-11-23 Thread Andy Walls
On Sun, 2009-11-22 at 22:04 -0500, Devin Heitmueller wrote: On Tue, Nov 10, 2009 at 11:31 PM, Andy Walls awa...@radix.net wrote: OK, here's my second attempt at getting rid of cx18 YUV frame alignment and tearing issues. http://linuxtv.org/hg/~awalls/cx18-yuv2 Hi Andy, I did

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread Patrick Boettcher
On Mon, 23 Nov 2009, grafgrim...@gmx.de wrote: [..] - hello stupid I2C access Pid: 255, comm: khubd Tainted: P A 2.6.31.6 #1 Call Trace: [a0042292] ? dibusb_i2c_xfer+0xe2/0x130 [dvb_usb_dibusb_common] [81341dc1] ? i2c_transfer+0x91/0xe0 [a0059081] ?

Re: cx18: Reprise of YUV frame alignment improvements

2009-11-23 Thread Andy Walls
On Mon, 2009-11-23 at 07:12 -0500, Andy Walls wrote: On Sun, 2009-11-22 at 22:04 -0500, Devin Heitmueller wrote: On Tue, Nov 10, 2009 at 11:31 PM, Andy Walls awa...@radix.net wrote: OK, here's my second attempt at getting rid of cx18 YUV frame alignment and tearing issues.

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-11-23 Thread Jean-Francois Moine
Hi Mauro, Maybe my previous mail was lost.. Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 8 changesets: 01/08: gspca - pac7302: Remove redundant stream off command. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=1551c621e75f 02/08: gspca -

[RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Mauro Carvalho Chehab
Mauro Carvalho Chehab wrote: Jarod Wilson wrote: 1) As I said before, this code adds a new input API. So, you should get input people's ack about it. It seems fine for me; Index: b/drivers/input/lirc/lirc.h === --- /dev/null

Re: [PATCH 2/3 v2] lirc driver for Windows MCE IR transceivers

2009-11-23 Thread Mauro Carvalho Chehab
Jarod Wilson wrote: lirc driver for Windows Media Center Ed. IR transceivers Successfully tested with the mce v2 transceiver and remote that shipped with a Hauppauge HVR-1500 expresscard tuner and an mce v1 transceiver from an old HP Media Center system. Changes from prior submission: -

Re: [PATCH 3/3 v2] lirc driver for SoundGraph iMON IR receivers and displays

2009-11-23 Thread Mauro Carvalho Chehab
Jarod Wilson wrote: lirc driver for SoundGraph iMON IR receivers and displays Successfully tested with multiple devices with and without displays. +static struct usb_device_id imon_usb_id_table[] = { + /* TriGem iMON (IR only) -- TG_iMON.inf */ + { USB_DEVICE(0x0aa8, 0x8001) },

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread Patrick Boettcher
On Mon, 23 Nov 2009, Patrick Boettcher wrote: On Mon, 23 Nov 2009, grafgrim...@gmx.de wrote: [..] - hello stupid I2C access Pid: 255, comm: khubd Tainted: P A 2.6.31.6 #1 Call Trace: [a0042292] ? dibusb_i2c_xfer+0xe2/0x130 [dvb_usb_dibusb_common] [81341dc1] ?

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread grafgrimm77
Am Mon, 23 Nov 2009 14:19:10 +0100 (CET) schrieb Patrick Boettcher pboettc...@kernellabs.com: On Mon, 23 Nov 2009, Patrick Boettcher wrote: On Mon, 23 Nov 2009, grafgrim...@gmx.de wrote: [..] - hello stupid I2C access Pid: 255, comm: khubd Tainted: P A 2.6.31.6 #1

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-staging

2009-11-23 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: On Friday 20 November 2009 22:06:02 Devin Heitmueller wrote: On Fri, Nov 20, 2009 at 3:38 PM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-staging for the following: - Enable staging drivers by default

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Krzysztof Halasa
Mauro Carvalho Chehab mche...@redhat.com writes: Event input has the advantage that the keystrokes will provide an unique representation that is independent of the device. This can hardly work as the only means, the remotes have different keys, the user almost always has to provide customized

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Devin Heitmueller
On Mon, Nov 23, 2009 at 9:14 AM, Krzysztof Halasa k...@pm.waw.pl wrote: I think this makes a lot of sense. But: we don't need a database of RC codes in the kernel (that's a lot of data, the user has to select the RC in use anyway so he/she can simply provide mapping e.g. RC5keycode). Just

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-staging

2009-11-23 Thread Hans Verkuil
Hans Verkuil wrote: On Friday 20 November 2009 22:06:02 Devin Heitmueller wrote: On Fri, Nov 20, 2009 at 3:38 PM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-staging for the following: - Enable staging drivers by default

Re: flicker/jumpy at the bottom of the video

2009-11-23 Thread Michael Trimarchi
Purushottam R S wrote: Hi , I am using latest gspca driver from dvb for camera driver. But I see bottom of the video has flickering/jumping effect. I have Zippys web camera, which is from Z-Star. I have loaded the following drivers. 1. gspca_zc3xx 44832 0 - Live 0xbf01f000 2. gspca_main

Re: [PATCH] AltoBeam ATBM8830 GB20600-2006(DMB-TH) demodulator

2009-11-23 Thread Mauro Carvalho Chehab
David T. L. Wong wrote: Hi, This patch adds support for Maxim MAX2165 silicon tuner. It is tested on Mygica X8558Pro, which has MAX2165, ATBM8830 and CX23885 Applied, thanks. Please submit a patch to fix this warning: /home/v4l/master/v4l/atbm8830.c:166: warning: 'set_agc_config'

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Emmanuel Fusté
It is perhaps time to resurrect Jon Smirl's work about In-kernel IR remote control support ? See http://marc.info/?l=linux-kernelm=122591465821297w=2 and all discussions around it. Regards, Emmanuel. ---

Re: [PATCH] Multifrontend support for saa7134

2009-11-23 Thread Mauro Carvalho Chehab
Hi Lukáš/Hermann, Any news about this patch? I'll mark it as RFC at the patchwork, since it seems that this is not finished yet. Please let me know if you make some progress. @@ -1352,6 +1353,7 @@ struct saa7134_board saa7134_boards[] = .tuner_addr = ADDR_UNSET,

Re: [PATCH] V4L/DVB: lgs8gxx: remove firmware for lgs8g75

2009-11-23 Thread Mauro Carvalho Chehab
Ben Hutchings wrote: The recently added support for lgs8g75 included some 8051 machine code without accompanying source code. Replace this with use of the firmware loader. Compile-tested only. Signed-off-by: Ben Hutchings b...@decadent.org.uk --- This firmware can be added to

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Stefan Richter
Krzysztof Halasa wrote: Mauro Carvalho Chehab mche...@redhat.com writes: Event input has the advantage that the keystrokes will provide an unique representation that is independent of the device. This can hardly work as the only means, the remotes have different keys, the user almost

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-staging

2009-11-23 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: Hans Verkuil wrote: On Friday 20 November 2009 22:06:02 Devin Heitmueller wrote: On Fri, Nov 20, 2009 at 3:38 PM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-staging for the following: - Enable staging

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread James Mastros
2009/11/23 Devin Heitmueller dheitmuel...@kernellabs.com: Just bear in mind that with the current in-kernel code, users do *not * have to manually select the RC code to use if they are using the default remote that shipped with the product. This could still happen, if LIRC checks the

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread James Mastros
2009/11/23 Devin Heitmueller dheitmuel...@kernellabs.com: Just bear in mind that with the current in-kernel code, users do *not * have to manually select the RC code to use if they are using the default remote that shipped with the product. This could still happen, if LIRC checks the

Re: cx18: Reprise of YUV frame alignment improvements

2009-11-23 Thread Devin Heitmueller
On Mon, Nov 23, 2009 at 7:12 AM, Andy Walls awa...@radix.net wrote: 5. If you don't give an MDL back to the firmware, it never uses it again.  That's why you see the sweep-up log messages.  As soon as an MDL is skipped *on the order of the depth* of q_busy times, when looking for the currently

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-11-23 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - v4l2-spec: add missing V4L2-PIX-FMT-STV0680 description. Something went wrong here: $ less /tmp/newpatches/hg_v4l-dvb_01.patch|diffstat -p1

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Devin Heitmueller
On Mon, Nov 23, 2009 at 12:05 PM, James Mastros ja...@mastros.biz wrote: 2009/11/23 Devin Heitmueller dheitmuel...@kernellabs.com: Just bear in mind that with the current in-kernel code, users do *not * have to manually select the RC code to use if they are using the default remote that

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-11-23 Thread Mauro Carvalho Chehab
Mauro Carvalho Chehab wrote: Hans Verkuil wrote: Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - v4l2-spec: add missing V4L2-PIX-FMT-STV0680 description. Something went wrong here: $ less /tmp/newpatches/hg_v4l-dvb_01.patch|diffstat -p1

Video extractor?

2009-11-23 Thread Juhana Sadeharju
Is there a video editor which can be used to extract pieces of video to file? Two of the editors in Ubuntu failed to load the DVB TS streamfile, Kino converted it to DV format, and slowly. That is bad. And I don't know what DV format is, and how to convert it losslessly back to DVB TS format.

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Mauro Carvalho Chehab
Krzysztof Halasa wrote: Mauro Carvalho Chehab mche...@redhat.com writes: Event input has the advantage that the keystrokes will provide an unique representation that is independent of the device. This can hardly work as the only means, the remotes have different keys, the user almost

[PATCH, RFC] Fix videobuf_queue_vmalloc_init() prototype

2009-11-23 Thread Jonathan Corbet
For whatever reason, the device structure pointer to videobuf_queue_vmalloc_init is typed void *, even though it's passed right through to videobuf_queue_core_init(), which expects a struct device pointer. The other videobuf implementations use struct device *; I think vmalloc should too.

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Dmitry Torokhov
On Mon, Nov 23, 2009 at 03:14:56PM +0100, Krzysztof Halasa wrote: Mauro Carvalho Chehab mche...@redhat.com writes: Event input has the advantage that the keystrokes will provide an unique representation that is independent of the device. This can hardly work as the only means, the

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Mauro Carvalho Chehab
Stefan Richter wrote: Krzysztof Halasa wrote: Mauro Carvalho Chehab mche...@redhat.com writes: Event input has the advantage that the keystrokes will provide an unique representation that is independent of the device. This can hardly work as the only means, the remotes have different keys,

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Mauro Carvalho Chehab
James Mastros wrote: 2009/11/23 Devin Heitmueller dheitmuel...@kernellabs.com: Just bear in mind that with the current in-kernel code, users do *not * have to manually select the RC code to use if they are using the default remote that shipped with the product. This could still happen, if

Compile error saa7134 - compro videomate S350

2009-11-23 Thread Dominic Fernandes
Hi, I need help to compile v4l-dvb drivers for saa7134 modules. I'm new to v4l-dvb not sure how to get past the errors concerning undefined declarations found in saa7134-inputs.c file for the videomate S350 board, saying ir_codes, mask_keycodes, mask_keydown as undeclared: snip:- make[2]:

Re: VFlip problem in gspca_pac7311

2009-11-23 Thread Németh Márton
Hi, Gustavo Chaín Dumit wrote: Hi I'm testing a Pixart Imaging device (0x93a:0x2622) Everything works fine, but vertical orientation. Image looks rotated. So I wrote a little hack to prevent it. [...] Any one has the same problem ? You might want to have a look to libv4l (

Re: ENE CIR driver

2009-11-23 Thread Alex Deucher
On Sat, Nov 21, 2009 at 1:30 PM, Jarod Wilson ja...@wilsonet.com wrote: On Nov 21, 2009, at 12:18 PM, Alex Deucher wrote: Does anyone know if there is a driver or documentation available for the ENE CIR controller that's incorporated into many of their keyboard controllers?  If there is no

image capture with ov9655 camera and intel pxa270C5C520

2009-11-23 Thread Kai Tiwisina
Hello, my name is Kai Tiwisina and i'm a student in germany and i'm trying to communicate with a Omnivision ov9655 camera which is atteched with my embedded linux system via the v4l commands. I've written a small testprogram which should grow step by step while i'm trying one ioctl after

Re: VFlip problem in gspca_pac7311

2009-11-23 Thread Gustavo Chaín Dumit
El Mon, 23 Nov 2009 19:27:04 +0100 Németh Márton nm...@freemail.hu escribió: Hi, Gustavo Chaín Dumit wrote: Hi I'm testing a Pixart Imaging device (0x93a:0x2622) Everything works fine, but vertical orientation. Image looks rotated. So I wrote a little hack to prevent it. [...] Any

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Jarod Wilson
I'm a bit short on time to write up a more complete reply to anything in this thread at the moment, but a few quick notes interspersed below. On Nov 23, 2009, at 12:29 PM, Mauro Carvalho Chehab wrote: Krzysztof Halasa wrote: Mauro Carvalho Chehab mche...@redhat.com writes: ... Considering

Re: bug in changeset 13239:54535665f94b ?

2009-11-23 Thread Mauro Carvalho Chehab
e9hack wrote: e9hack schrieb: can you please commit this patch? It's perfect just I wrote here (http://news.gmane.org/gmane.linux.drivers.video-input-infrastructure). Ooops, the link wasn't correct. http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/11846 Regards,

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

2009-11-23 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:Mon Nov 23 19:00:05 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13381:2f87f537fb2b gcc version: gcc

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Krzysztof Halasa
James Mastros ja...@mastros.biz writes: (This is the difference with a ps2 keyboard -- a ps2 keyboard gets a map assigned to it at boottime, so it works out-of-box. This isn't really possible with an IR remote -- though perhaps rc5 is standarized enough, I don't think other protocols

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Krzysztof Halasa
Mauro Carvalho Chehab mche...@redhat.com writes: True, but this means that everyone with an IR will need to use lirc. I think that if the input layer (instead of raw code) is used, a utility which only sets the mapping(s) would suffice. I.e. no daemon. /me thinks that, whatever decided with

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Krzysztof Halasa
Mauro Carvalho Chehab mche...@redhat.com writes: (This is no recommendation for lirc. I have no idea whether a pulse/space - scancode - keycode translation would be practical there.) It would, but not exactly in the present shape. For example, there are several bttv and saa7134 devices

Re: image capture with ov9655 camera and intel pxa270C5C520

2009-11-23 Thread Guennadi Liakhovetski
Hi Kai On Mon, 23 Nov 2009, Kai Tiwisina wrote: Hello, my name is Kai Tiwisina and i'm a student in germany and i'm trying to communicate with a Omnivision ov9655 camera which is atteched with my embedded linux system via the v4l commands. I've written a small testprogram which should

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Krzysztof Halasa
Mauro Carvalho Chehab mche...@redhat.com writes: If you see patch 3/3, of the lirc submission series, you'll notice a driver that has hardware decoding, but, due to lirc interface, the driver generates pseudo pulse/space code for it to work via lirc interface. IOW the driver generates

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-11-23 Thread Hans Verkuil
On Monday 23 November 2009 18:14:26 Mauro Carvalho Chehab wrote: Mauro Carvalho Chehab wrote: Hans Verkuil wrote: Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - v4l2-spec: add missing V4L2-PIX-FMT-STV0680 description. Something went

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Krzysztof Halasa
Jarod Wilson ja...@wilsonet.com writes: There are quite a few available IR options that are NOT tied to a video capture device at all -- the mceusb and imon drivers submitted in my patch series are actually two such beasts. Precisely. This also includes the parallel and serial port receivers,

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Krzysztof Halasa
Dmitry Torokhov dmitry.torok...@gmail.com writes: Curreently the scan codes in the input layer serve just to help users to map whatever the device emits into a proper input event code so that the rest of userspace would not have to care and would work with all types of devices (USB, PS/2,

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-11-23 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: On Monday 23 November 2009 18:14:26 Mauro Carvalho Chehab wrote: Mauro Carvalho Chehab wrote: Hans Verkuil wrote: Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - v4l2-spec: add missing V4L2-PIX-FMT-STV0680 description.

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Christoph Bartelmus
Czesc Krzysztof, on 23 Nov 09 at 15:14, Krzysztof Halasa wrote: [...] I think we shouldn't at this time worry about IR transmitters. Sorry, but I have to disagree strongly. Any interface without transmitter support would be absolutely unacceptable for many LIRC users, including myself.

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Christoph Bartelmus
Hi Jarod, on 23 Nov 09 at 14:17, Jarod Wilson wrote: Krzysztof Halasa wrote: [...] If you see patch 3/3, of the lirc submission series, you'll notice a driver that has hardware decoding, but, due to lirc interface, the driver generates pseudo pulse/space code for it to work via lirc

Re: [PATCH] Add new TV cards of Beholder

2009-11-23 Thread Mauro Carvalho Chehab
Hi Dmitri, I added this patch, but the driver is essentially broken. It would be wonderful if you have some time to fix it. Cheers, Mauro. Dmitri Belimov wrote: Hi All Add new TV cards of Beholder for autodetect. diff -r 3919b17dc88e linux/drivers/staging/tm6000/tm6000-cards.c ---

Re: [PATCH] Add new TV cards of Beholder

2009-11-23 Thread Devin Heitmueller
On Mon, Nov 23, 2009 at 4:28 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Hi Dmitri, I added this patch, but the driver is essentially broken. It would be wonderful if you have some time to fix it. Cheers, Mauro. Yeah, I saw his patch and was wondering why on Earth he submitted a

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Krzysztof Halasa
l...@bartelmus.de (Christoph Bartelmus) writes: I think we shouldn't at this time worry about IR transmitters. Sorry, but I have to disagree strongly. Any interface without transmitter support would be absolutely unacceptable for many LIRC users, including myself. I don't say don't use a

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Devin Heitmueller
On Mon, Nov 23, 2009 at 4:46 PM, Krzysztof Halasa k...@pm.waw.pl wrote: l...@bartelmus.de (Christoph Bartelmus) writes: I think we shouldn't at this time worry about IR transmitters. Sorry, but I have to disagree strongly. Any interface without transmitter support would be absolutely

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Krzysztof Halasa
I though about it a bit - my idea: 1. Receivers that can only decode their own remote controllers. The present code (saa713x etc) can stay mostly unchanged. I'd only verify that 7 bits (or whatever the number is) is enough for all cases. The ioctl() should stay unchanged. That means

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Krzysztof Halasa
Devin Heitmueller dheitmuel...@kernellabs.com writes: There is an argument to be made that since it may be desirable for both IR receivers and transmitters to share the same table of remote control definitions, it might make sense to at least *consider* how the IR transmitter interface is

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Devin Heitmueller
On Mon, Nov 23, 2009 at 5:31 PM, Krzysztof Halasa k...@pm.waw.pl wrote: Devin Heitmueller dheitmuel...@kernellabs.com writes: There is an argument to be made that since it may be desirable for both IR receivers and transmitters to share the same table of remote control definitions, it might

Re: Video extractor?

2009-11-23 Thread Wellington Terumi Uemura
That is the weak point of linux in general, in my case I can't capture, edit and process DV video using linux, TS I doesn't even count. In windows I have virtualdub and avisynth (with plugins) to do whatever I need to process any capture type. Since I got to know Linux OS (your linux OS brand

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Krzysztof Halasa
Devin Heitmueller dheitmuel...@kernellabs.com writes: For example, you might want the IR receiver to be listening for codes using the Universal Remote Control XYZ profile and the IR transmitter pretending to be Cable Company Remote Control ABC when blasting IR codes to the cable box.

Re: [PATCH v2] soc-camera: tw9910: modify V/H outpit pin setting to use VALID

2009-11-23 Thread Kuninori Morimoto
Dear Guennadi Hm, strange... This doesn't work at all for me. Getting only timeouts. Have you tested this on Migo-R? Hmm.. strange... It works well on my environment. Of course Migo-R too. my environment is based on your 20091105 patches and my patches Kuninori Morimoto (13):

Re: [PATCH/RFC] sh_mobile_ceu_camera: fix pass-through geometry parameters and try_fmt reporting

2009-11-23 Thread Kuninori Morimoto
Fix geometry parameter calculations for the pass-through mode, using the imagebus API, Also fix try-fmt result reporting for natively supported by the driver pixel formats. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- Marked as RFC because this is based on my

Re: [PATCH] soc-camera: sh_mobile_ceu_camera: Add support sync polarity selection

2009-11-23 Thread Kuninori Morimoto
Dear Guennadi Thank you checking In any case, this confirms, how important good name choice is:-) Now, HSP, etc. have nothing to do with SH, on CEU these fields are called HDPOL and VDPOL. But I would suggest some descriptive names, like SH_CEU_FLAG_HSYNC_HIGH or similar. OK. I

Re: [PATCH] soc-camera: tw9910: Add sync polarity support

2009-11-23 Thread Kuninori Morimoto
Dear Guennadi -#define HSP_LOW 0x00 /* 0 : HS pin output polarity is active low */ +#define HSP_LO 0x00 /* 0 : HS pin output polarity is active low */ I would remove field names with 0 values completely. Also see below (snip) +#define VSP_V_LOVSP_HI /* xSSL_xVALID case,

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Andy Walls
On Mon, 2009-11-23 at 22:11 +0100, Christoph Bartelmus wrote: Czesc Krzysztof, on 23 Nov 09 at 15:14, Krzysztof Halasa wrote: [...] I think we shouldn't at this time worry about IR transmitters. Sorry, but I have to disagree strongly. Any interface without transmitter support would be

Re: image capture with ov9655 camera and intel pxa270C5C520

2009-11-23 Thread Kai Tiwisina
Hello everyone, here is a little update to my question and to the source code. After i implemented an function with the VIDIOC_ENUM_FMT ioctl i recognized, that only two formats are support by the driver by now. (Thanks to Mr. Liakhovetski by the way ;) ) The output.txt shows the output of

Re: [PATCH] Multifrontend support for saa7134

2009-11-23 Thread hermann pitton
Hi Mauro, Am Montag, den 23.11.2009, 14:04 -0200 schrieb Mauro Carvalho Chehab: Hi Lukáš/Hermann, Any news about this patch? I'll mark it as RFC at the patchwork, since it seems that this is not finished yet. Please let me know if you make some progress. @@ -1352,6 +1353,7 @@ struct

Re: Compile error saa7134 - compro videomate S350

2009-11-23 Thread hermann pitton
Hi Dominic, Am Montag, den 23.11.2009, 10:01 -0800 schrieb Dominic Fernandes: Hi, I need help to compile v4l-dvb drivers for saa7134 modules. I'm new to v4l-dvb not sure how to get past the errors concerning undefined declarations found in saa7134-inputs.c file for the videomate S350

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Andy Walls
On Mon, 2009-11-23 at 22:46 +0100, Krzysztof Halasa wrote: l...@bartelmus.de (Christoph Bartelmus) writes: I think we shouldn't at this time worry about IR transmitters. Sorry, but I have to disagree strongly. Any interface without transmitter support would be absolutely unacceptable

[PATCH v2] soc-camera: sh_mobile_ceu_camera: Add support sync polarity selection

2009-11-23 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- v1 - v2 o remove pclock field o rename macro drivers/media/video/sh_mobile_ceu_camera.c | 17 + include/media/sh_mobile_ceu.h |2 ++ 2 files changed, 19 insertions(+), 0 deletions(-) diff

[PATCH v2] soc-camera: tw9910: Add sync polarity support

2009-11-23 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- v1 - v2 o remove noisy macro o add explain for polarity inverte drivers/media/video/tw9910.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/tw9910.c

[PATCH] dvb-core: Fix ULE decapsulation bug when less than 4 bytes of ULE SNDU is packed into the remaining bytes of a MPEG2-TS frame

2009-11-23 Thread Ang Way Chuang
ULE (Unidirectional Lightweight Encapsulation RFC 4326) decapsulation code has a bug that incorrectly treats ULE SNDU packed into the remaining 2 or 3 bytes of a MPEG2-TS frame as having invalid pointer field on the subsequent MPEG2-TS frame. This patch was generated and tested against

Re: cx18: Reprise of YUV frame alignment improvements

2009-11-23 Thread Andy Walls
On Mon, 2009-11-23 at 12:09 -0500, Devin Heitmueller wrote: On Mon, Nov 23, 2009 at 7:12 AM, Andy Walls awa...@radix.net wrote: 5. If you don't give an MDL back to the firmware, it never uses it again. That's why you see the sweep-up log messages. As soon as an MDL is skipped *on the

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Jarod Wilson
On 11/23/2009 04:10 PM, Christoph Bartelmus wrote: Hi Jarod, on 23 Nov 09 at 14:17, Jarod Wilson wrote: Krzysztof Halasa wrote: [...] If you see patch 3/3, of the lirc submission series, you'll notice a driver that has hardware decoding, but, due to lirc interface, the driver generates

Re: [PATCH 3/3 v2] lirc driver for SoundGraph iMON IR receivers and displays

2009-11-23 Thread Jarod Wilson
On 11/23/2009 07:58 AM, Mauro Carvalho Chehab wrote: Jarod Wilson wrote: lirc driver for SoundGraph iMON IR receivers and displays Successfully tested with multiple devices with and without displays. +static struct usb_device_id imon_usb_id_table[] = { + /* TriGem iMON (IR only) --

Re: [RFC] Should we create a raw input interface for IR's ? - Was: Re: [PATCH 1/3 v2] lirc core device driver infrastructure

2009-11-23 Thread Jarod Wilson
On 11/23/2009 12:37 PM, Dmitry Torokhov wrote: On Mon, Nov 23, 2009 at 03:14:56PM +0100, Krzysztof Halasa wrote: Mauro Carvalho Chehabmche...@redhat.com writes: Event input has the advantage that the keystrokes will provide an unique representation that is independent of the device. This

Re: [PATCH] Add new TV cards of Beholder

2009-11-23 Thread Dmitri Belimov
Hi Working tm6000 driver is my next task. I'll start with tm6000 around New Year. With my best regards, Dmitry. On Mon, Nov 23, 2009 at 4:28 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Hi Dmitri, I added this patch, but the driver is essentially broken. It would be wonderful

Re: flicker/jumpy at the bottom of the video

2009-11-23 Thread Purushottam R S
Added following property to pipeline, now it is better, v4l2src always-copy=0 queue-size=4 regards Purush - Original Message From: Michael Trimarchi mich...@panicking.kicks-ass.org To: Purushottam R S purushottam_...@yahoo.com Cc: linux-media@vger.kernel.org Sent: Mon, 23 November,