[PATCH 2/2] modify the document

2010-02-10 Thread Huang Shijie
remove the the country code section. Signed-off-by: Huang Shijie --- Documentation/video4linux/README.tlg2300 | 198 + 1 files changed, 7 insertions(+), 191 deletions(-) diff --git a/Documentation/video4linux/README.tlg2300 b/Documentation/video4linux/README.tlg230

[PATCH 1/2] remove the country code for analog tv and radio

2010-02-10 Thread Huang Shijie
video : use the V4L2_STD macros to select the proper audio setting. radio : add preemphasis ctr. test it by the command: v4l2-ctl -d /dev/radio0 --set-ctrl=pre_emphasis_settings=1 Signed-off-by: Huang Shijie --- drivers/media/video/tlg2300/pd-common.h |4 +-

[Patch/Resend] Kworld 315U remote support

2010-02-10 Thread Franklin Meng
This patch adds remote support for the Kworld 315U device I have added the change for the IR_TYPE_NEC that Mauro suggested. Note: I believe I got most of the mappings correct. Though the source and shutdown button probably could be mapped to something better. To be done: Still need to get th

Re: [PATCH 1/1] DVB: ngene, fix memset parameters

2010-02-10 Thread Oliver Endriss
Jiri Slaby wrote: > Switch second and third memset parameter to stamp the length buffer bytes > by 0xff's, not 255 bytes by low 8 bits of Length. > > Signed-off-by: Jiri Slaby > Cc: Matthias Benesch > Cc: Ralph Metzler > Cc: Oliver Endriss > Cc: Mauro Carvalho Chehab > --- > drivers/media/dv

Re: Leadtek WinFast DVR3100 H zl10353_read_register: readreg error (reg=127, ret==-6)

2010-02-10 Thread Andy Walls
On Wed, 2010-02-10 at 15:29 -0500, Andy Walls wrote: > On Tue, 2010-02-09 at 10:25 -0500, Devin Heitmueller wrote: > > > > Are we sure the zl10353 is being reset at all? > > Devin, > > I know for a fact it is not. > > > > I've seen cases before > > where the zl10353 can hang the entire i2c

[PATCH] cxusb: Select all required frontend and tuner modules

2010-02-10 Thread Ben Hutchings
cxusb uses the atbm8830 and lgs8gxx (not lgs8gl5) frontends and the max2165 tuner, so it needs to select them. Signed-off-by: Ben Hutchings Cc: sta...@kernel.org --- drivers/media/dvb/dvb-usb/Kconfig |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/dv

Re: Fwd: Re: FM radio problem with HVR1120

2010-02-10 Thread hermann pitton
Hi, Am Mittwoch, den 10.02.2010, 20:28 -0200 schrieb Mauro Carvalho Chehab: > Hi, > > ftape-jlc wrote: > > Hello, > > > > I didn't received any message about radio on HVR1120. > > I just want to know if the use /dev/radio0 is deprecated in v4l2 today. > > In the mails, I only read messages about

Re: [PATCH] saa7134: Fix IR support of some ASUS TV-FM 7135 variants

2010-02-10 Thread hermann pitton
Hi, Am Mittwoch, den 10.02.2010, 20:36 +0100 schrieb Jean Delvare: > On Wed, 10 Feb 2010 16:40:03 -0200, Mauro Carvalho Chehab wrote: > > Jean Delvare wrote: > > > Under the assumption that saa7134_hwinit1() only touches GPIOs > > > connected to IR receivers (and it certainly looks like this to me

Re: [PATCH] dvb-core: fix initialization of feeds list in demux filter (Was: Videotext application crashes the kernel due to DVB-demux patch)

2010-02-10 Thread hermann pitton
Am Dienstag, den 09.02.2010, 09:38 +0100 schrieb Chicken Shack: > Am Dienstag, den 09.02.2010, 01:53 +0100 schrieb hermann pitton: > > Am Montag, den 08.02.2010, 08:14 -0800 schrieb Linus Torvalds: > > > > > > On Mon, 8 Feb 2010, Chicken Shack wrote: > > > > > > > > This is a SCANDAL, not fun! Th

Re: [PULL] http://linuxtv.org/hg/~anttip/af9015/

2010-02-10 Thread Antti Palosaari
One patch more... On 02/11/2010 02:13 AM, Antti Palosaari wrote: Mauro, Please pull from http://linuxtv.org/hg/~anttip/af9015/ for the following: af901x: inform NXP TDA18218 tuner as know but not supported af9015: support for DigitalNow TinyTwin v2 af9015: support for Leadtek WinFast DTV200

[PULL] http://linuxtv.org/hg/~anttip/af9015/

2010-02-10 Thread Antti Palosaari
Mauro, Please pull from http://linuxtv.org/hg/~anttip/af9015/ for the following: af9015: support for DigitalNow TinyTwin v2 af9015: support for Leadtek WinFast DTV2000DS af9015: A-Link DTU(m) remote autodetection af9015: MYGICTV U718 remote autodetection regards Antti -- http://palosaari.fi/ -

Re: [linuxtv-commits] [hg:v4l-dvb] af9015: backported to kernel < 2.6.22

2010-02-10 Thread Antti Palosaari
Terve, Short question, would it be easier to add GOLDEN_RATIO_PRIME_32 to compat.h ? regards Antti On 02/07/2010 03:50 AM, Patch from Douglas Schilling Landgraf wrote: The patch number 14160 was added via Douglas Schilling Landgraf to http://linuxtv.org/hg/v4l-dvb master development tree. K

Re: Want to help in MSI TV VOX USB 2.0

2010-02-10 Thread Mauro Carvalho Chehab
Carlos Jenkins wrote: > Hi :) Thank again for the replies. > >> Well, if it actually has a tuner, then it is unlikely that any >> existing board profile is going to help (ruling out the ability to >> just use a "card="). > Profile 5 is for this same card. > >> Do you know what tuner it contains?

[PATCH 1/1] DVB: ngene, fix memset parameters

2010-02-10 Thread Jiri Slaby
Switch second and third memset parameter to stamp the length buffer bytes by 0xff's, not 255 bytes by low 8 bits of Length. Signed-off-by: Jiri Slaby Cc: Matthias Benesch Cc: Ralph Metzler Cc: Oliver Endriss Cc: Mauro Carvalho Chehab --- drivers/media/dvb/ngene/ngene-core.c |2 +- 1 file

Re: [PATCH] em28xx: add Dikom DK300 hybrid USB tuner

2010-02-10 Thread Mauro Carvalho Chehab
andrea.amoros...@gmail.com wrote: I had to fix small merging conflicts. > +.valid= EM28XX_BOARD_NOT_VALIDATED, Also, you tested the board, so, I'm removing the .valid tag. Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a me

Re: Want to help in MSI TV VOX USB 2.0

2010-02-10 Thread Carlos Jenkins
Hi :) Thank again for the replies. > Well, if it actually has a tuner, then it is unlikely that any > existing board profile is going to help (ruling out the ability to > just use a "card="). Profile 5 is for this same card. > Do you know what tuner it contains?  Can you > provide some hi-res pho

Re: Fwd: Re: FM radio problem with HVR1120

2010-02-10 Thread Mauro Carvalho Chehab
Hi, ftape-jlc wrote: > Hello, > > I didn't received any message about radio on HVR1120. > I just want to know if the use /dev/radio0 is deprecated in v4l2 today. > In the mails, I only read messages about video or TV. No, it is not deprecated. > Did one user of the mailing list have tested actu

Re: Want to help in MSI TV VOX USB 2.0

2010-02-10 Thread Mauro Carvalho Chehab
Carlos Jenkins wrote: > 2010/2/10 Devin Heitmueller : >> On Wed, Feb 10, 2010 at 3:41 PM, Mauro Carvalho Chehab >> Does the device even have a tuner? I had assumed all the em2862 > It's a em2820 to be exact. > >> reference designs just did s-video and composite capture. > > This device has S-Vid

Re: Want to help in MSI TV VOX USB 2.0

2010-02-10 Thread Mauro Carvalho Chehab
Carlos Jenkins wrote: > As noted on the first mail, NTSC, same as US > (http://es.wikipedia.org/wiki/Archivo:NTSC-PAL-SECAM.svg) > >> So, you may need to adjust the parameters bellow. For NTSC and 6 MHz >> channels, the command syntax >> is: >> >> mplayer -tv driver=v4l2:device=/dev/video0:norm=P

Re: Want to help in MSI TV VOX USB 2.0

2010-02-10 Thread Devin Heitmueller
On Wed, Feb 10, 2010 at 4:10 PM, Carlos Jenkins wrote: > 2010/2/10 Devin Heitmueller : >> On Wed, Feb 10, 2010 at 3:41 PM, Mauro Carvalho Chehab >> Does the device even have a tuner?  I had assumed all the em2862 > It's a em2820 to be exact. > >> reference designs just did s-video and composite ca

Re: Want to help in MSI TV VOX USB 2.0

2010-02-10 Thread Carlos Jenkins
> The above messages seem ok, but I never tried to use tvtime with xinerama. > This used to be a very good application, but it is not maintained anymore. > Not sure if it works fine with newer xorg versions with xinerama. Also, > by default, tvtime enables channel signal detection, but several tune

Re: Want to help in MSI TV VOX USB 2.0

2010-02-10 Thread Carlos Jenkins
2010/2/10 Devin Heitmueller : > On Wed, Feb 10, 2010 at 3:41 PM, Mauro Carvalho Chehab > Does the device even have a tuner?  I had assumed all the em2862 It's a em2820 to be exact. > reference designs just did s-video and composite capture. This device has S-Video, Composite and TVTuner. This is

Re: Want to help in MSI TV VOX USB 2.0

2010-02-10 Thread Carlos Jenkins
Hi, thanks for the replies. > Try card=9, Ok, done: sudo modprobe em28xx card=9 [ 385.566364] Linux video capture interface: v2.00 [ 385.593590] usbcore: registered new interface driver em28xx [ 385.593599] em28xx driver loaded [ 400.104029] usb 1-6: new high speed USB device using ehci_hcd

Re: Want to help in MSI TV VOX USB 2.0

2010-02-10 Thread Devin Heitmueller
On Wed, Feb 10, 2010 at 3:41 PM, Mauro Carvalho Chehab wrote: > The above messages seem ok, but I never tried to use tvtime with xinerama. > This used to be a very good application, but it is not maintained anymore. > Not sure if it works fine with newer xorg versions with xinerama. Also, > by def

Re: Want to help in MSI TV VOX USB 2.0

2010-02-10 Thread Mauro Carvalho Chehab
Carlos Jenkins wrote: > Hi everyone. > > First of all, great job :) > > My name is Carlos Jenkins, and I'm here to help getting to work the > MSI TV VOX 8609 USB 2.0 device once again. I know it's an old device, > but here where I live, in Costa Rica, we still have analog TV only. > So, what I

Re: Leadtek WinFast DVR3100 H zl10353_read_register: readreg error (reg=127, ret==-6)

2010-02-10 Thread Andy Walls
On Tue, 2010-02-09 at 10:25 -0500, Devin Heitmueller wrote: > On Tue, Feb 9, 2010 at 10:19 AM, Patrick Cairns > wrote: > > Hi Andy > > > > Andy Walls wrote: > > > >> > >> Hi Patrick, > >> > >> On Tue, 2010-02-09 at 03:35 -0800, Patrick Cairns wrote: > >> > Hello > >> > > >> > I'm testing use of mu

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

2010-02-10 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:Wed Feb 10 19:00:11 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14164:690055993011 gcc version: i686-

Re: [PATCH] saa7134: Fix IR support of some ASUS TV-FM 7135 variants

2010-02-10 Thread Jean Delvare
On Wed, 10 Feb 2010 16:40:03 -0200, Mauro Carvalho Chehab wrote: > Jean Delvare wrote: > > Under the assumption that saa7134_hwinit1() only touches GPIOs > > connected to IR receivers (and it certainly looks like this to me) I > > fail to see how these pins not being initialized could have any effe

Re: Want to help in MSI TV VOX USB 2.0

2010-02-10 Thread Devin Heitmueller
On Wed, Feb 10, 2010 at 2:02 PM, Carlos Jenkins wrote: > Hi everyone. > > First of all, great job :) > > My name is Carlos Jenkins, and I'm here to help getting to work the > MSI TV VOX 8609 USB 2.0 device once again. I know it's an old device, > but here where I live, in Costa Rica, we still have

Re: [Patch] Kworld 315U remote support

2010-02-10 Thread Mauro Carvalho Chehab
Franklin Meng wrote: > Mauro, > > I tried out the ir_type change to the code and when I set it to IR_TYPE_NEC, > I see messages in the log indicating that the key was not recognized. Using > IR_TYPE_OTHER seems to work ok. > > My guess is that if I modify the keycodes IR_TYPE_NEC will work as

Want to help in MSI TV VOX USB 2.0

2010-02-10 Thread Carlos Jenkins
Hi everyone. First of all, great job :) My name is Carlos Jenkins, and I'm here to help getting to work the MSI TV VOX 8609 USB 2.0 device once again. I know it's an old device, but here where I live, in Costa Rica, we still have analog TV only. TV Standard: NTSC This device is a em2820/SAA7114

Re: [Patch] Kworld 315U remote support

2010-02-10 Thread Franklin Meng
Mauro, I tried out the ir_type change to the code and when I set it to IR_TYPE_NEC, I see messages in the log indicating that the key was not recognized. Using IR_TYPE_OTHER seems to work ok. My guess is that if I modify the keycodes IR_TYPE_NEC will work as well. Can I just use IR_TYPE_OTH

Re: [PATCH] saa7134: Fix IR support of some ASUS TV-FM 7135 variants

2010-02-10 Thread Mauro Carvalho Chehab
Jean Delvare wrote: > Hi Mauro, > > Sorry for the late answer. I'm tracking so many things in parallel... No problem. >> What happens is that the saa7134_board_init1(dev) code has lots of gpio >> codes, >> and most of those code is needed in order to enable i2c bridges or to turn >> on/reset

[PATCH 0 of 7] Implement -p in all zap programs

2010-02-10 Thread Janne Grunau
Hi, this patch series implements -p (record PAT and PMT) for [act]zap and a couple of related cleanups. Janne b/util/szap/util.c | 126 + b/util/szap/util.h | 24 ++ util/szap/Makefile |2 util/szap/azap.c | 72 +

[PATCH 7 of 7] azap: implement record program and service information with -p

2010-02-10 Thread Janne Grunau
util/szap/azap.c | 45 ++--- 1 files changed, 38 insertions(+), 7 deletions(-) # HG changeset patch # User Janne Grunau # Date 1265824500 -3600 # Node ID eb8e295536aa230a2b5f1fbab86ab4b99527 # Parent c38dce87f96ab87a59c3565da978d3564ff438c3 azap: im

[PATCH 6 of 7] tzap: implement recording program and service information with -p

2010-02-10 Thread Janne Grunau
util/szap/tzap.c | 46 -- 1 files changed, 40 insertions(+), 6 deletions(-) # HG changeset patch # User Janne Grunau # Date 1265824478 -3600 # Node ID c38dce87f96ab87a59c3565da978d3564ff438c3 # Parent c46ead95be23c07b1c95329c713b4dfc649fd67d tzap: i

[PATCH 5 of 7] czap: implement -p option to record PAT & PMT (PSI)

2010-02-10 Thread Janne Grunau
util/szap/czap.c | 48 ++-- 1 files changed, 38 insertions(+), 10 deletions(-) # HG changeset patch # User Janne Grunau # Date 1265820428 -3600 # Node ID c46ead95be23c07b1c95329c713b4dfc649fd67d # Parent 0163e837905411bb9932bb65fecde5735e5bd7e9 czap

[PATCH 4 of 7] czap: use %m modifier in sscanf instead of %a

2010-02-10 Thread Janne Grunau
util/szap/czap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) # HG changeset patch # User Janne Grunau # Date 1265823785 -3600 # Node ID 0163e837905411bb9932bb65fecde5735e5bd7e9 # Parent c1e4c34da4fd395755d98dbbdd7af2950d723a9d czap: use %m modifier in sscanf instead of %a %a is

[PATCH 3 of 7] czap: reformat and extend usage string

2010-02-10 Thread Janne Grunau
util/szap/czap.c | 16 +--- 1 files changed, 13 insertions(+), 3 deletions(-) # HG changeset patch # User Janne Grunau # Date 1265823779 -3600 # Node ID c1e4c34da4fd395755d98dbbdd7af2950d723a9d # Parent d79f9e2901a05fbee905998294d9cb1ae46a422d czap: reformat and extend usage strin

[PATCH 2 of 7] szap: move get_pmt_pid() to utils.c

2010-02-10 Thread Janne Grunau
util/szap/szap.c | 60 --- util/szap/util.c | 61 util/szap/util.h | 2 + 3 files changed, 63 insertions(+), 60 deletions(-) # HG changeset patch # User Janne Grunau # Date 126582033

[PATCH 1 of 7] szap: move duplicate function set_pesfilter|demux to a common object

2010-02-10 Thread Janne Grunau
util/szap/Makefile | 2 +- util/szap/azap.c | 27 + util/szap/czap.c | 27 + util/szap/szap.c | 37 -- util/szap/tzap.c | 27 + util/szap/util.c | 65 +++

Re: Dear E-mail Account Holder

2010-02-10 Thread Richard
Upgrade Team Department wrote: This message is from the Database Information Technology service messaging center, to all our e-mail account holders. All Mailhub systemswill undergo regularly scheduled maintenance. Access to your mailbox via our mailportal will be unavailable for some perio

Re: [PATCH] saa7134: Fix IR support of some ASUS TV-FM 7135 variants

2010-02-10 Thread Jean Delvare
Hi Mauro, Sorry for the late answer. I'm tracking so many things in parallel... On Tue, 02 Feb 2010 09:50:11 -0200, Mauro Carvalho Chehab wrote: > The init1 code has 107 boards listed: > > SAA7134_BOARD_10MOONSTVMASTER3 > SAA7134_BOARD_ADS_DUO_CARDBUS_PTV331 > SAA7134_BOARD_ASUST > SAA7134_BOARD

[PATCH -next] tm6000: fix build errors

2010-02-10 Thread Randy Dunlap
ERROR: "tm6000_get_reg" [drivers/staging/tm6000/tm6000-alsa.ko] undefined! Signed-off-by: Randy Dunlap Cc: Mauro Carvalho Chehab Cc: Michel Ludwig --- drivers/staging/tm6000/Kconfig |2 +- drivers/staging/tm6000/tm6000-core.c |2 ++ 2 files changed, 3 insertions(+), 1 de

Re: [linux-dvb] linuxtv.org server move Wed, 10 Feb 2pm CET

2010-02-10 Thread Johannes Stezenbach
On Mon, Feb 08, 2010 at 11:51:14PM +0100, Johannes Stezenbach wrote: > > the linuxtv.org server is going to be moved to a new location > on Wednesday, around 2pm CET (UTC+1:00). As you might have noticed, that point in time came and went and nothing happened. Next try tomorrow, around the same t

Re: [PATCH 5/12] tm6000: update init table and sequence for tm6010

2010-02-10 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: > Am 08.02.2010 12:21, schrieb Mauro Carvalho Chehab: >> At the above, you're just trying to reproduce whatever the original driver >> does, >> instead of relying on the i2c drivers. >> >> At the Linux drivers, we don't just send random i2c sequences in the middle >> of >> th

Re: [PATCH 5/12] tm6000: update init table and sequence for tm6010

2010-02-10 Thread Stefan Ringel
Am 08.02.2010 12:21, schrieb Mauro Carvalho Chehab: > > At the above, you're just trying to reproduce whatever the original driver > does, > instead of relying on the i2c drivers. > > At the Linux drivers, we don't just send random i2c sequences in the middle of > the setup. Instead, we let each i

Re: [PATCH] saa7134: Fix IR support of some ASUS TV-FM 7135 variants

2010-02-10 Thread Jean Delvare
Hi Mauro, On Tue, 02 Feb 2010 17:09:05 -0200, Mauro Carvalho Chehab wrote: > > From: Jean Delvare > > Subject: saa7134: Fix IR support of some ASUS TV-FM 7135 variants > > > > Some variants of the ASUS TV-FM 7135 are handled as the ASUSTeK P7131 > > Analog (card=146). However, by the time we fin

Re: [PATCH] saa7134: Fix IR support of some ASUS TV-FM 7135 variants

2010-02-10 Thread Jean Delvare
Hi Daro, On Wed, 10 Feb 2010 17:38:18 +0100, Daro wrote: > If some tests on my machine could be helpfull just let me know. Definitely. If you could please test both patches I sent (first one on 2010-01-27, second one on 2010-01-30, both should be in your mailbox) and confirm that they both work f

Re: [PATCH] saa7134: Fix IR support of some ASUS TV-FM 7135 variants

2010-02-10 Thread Daro
W dniu 03.02.2010 00:32, hermann pitton pisze: Hi Jean, Mauro and all, Am Dienstag, den 02.02.2010, 08:54 +0100 schrieb Jean Delvare: Hi Hermann, On Tue, 02 Feb 2010 02:47:53 +0100, hermann pitton wrote: Hi Jean, Am Montag, den 01.02.2010, 10:56 +0100 schrieb Jean Delvare:

Re: [PATCH 6/12] tm6000: tuner reset timeing optimation

2010-02-10 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: > Am 08.02.2010 12:23, schrieb Mauro Carvalho Chehab: >> stefan.rin...@arcor.de wrote: >> >>> From: Stefan Ringel >>> >>> Signed-off-by: Stefan Ringel >>> --- >>> drivers/staging/tm6000/tm6000-cards.c | 11 +++ >>> 1 files changed, 7 insertions(+), 4 deletions(-

Re: [PATCH 6/12] tm6000: tuner reset timeing optimation

2010-02-10 Thread Stefan Ringel
Am 08.02.2010 12:23, schrieb Mauro Carvalho Chehab: > stefan.rin...@arcor.de wrote: > >> From: Stefan Ringel >> >> Signed-off-by: Stefan Ringel >> --- >> drivers/staging/tm6000/tm6000-cards.c | 11 +++ >> 1 files changed, 7 insertions(+), 4 deletions(-) >> >> diff --git a/drivers/st

Re: Driver crash on kernel 2.6.32.7. Interaction between cx8800 (DVB-S) and USB HVR Hauppauge 950q

2010-02-10 Thread Andy Walls
On Tue, 2010-02-09 at 22:12 -0500, Devin Heitmueller wrote: > On Tue, Feb 9, 2010 at 10:05 PM, Richard Lemieux > wrote: > > Andy, > > > > This is a great answer! Thanks very much. When I get into this situation > > again > > I will know what to look for. > > > > A possible reason why I got into

[PATCH v4 5/7] V4L: Events: Count event queue length

2010-02-10 Thread Sakari Ailus
Update the count field properly by setting it to exactly to number of further available events. Signed-off-by: Sakari Ailus --- drivers/media/video/v4l2-event.c | 29 + include/media/v4l2-event.h |6 +- 2 files changed, 22 insertions(+), 13 deletions(-

[PATCH v4 7/7] V4L: Events: Support all events

2010-02-10 Thread Sakari Ailus
Add support for subscribing all events with a special id V4L2_EVENT_ALL. If V4L2_EVENT_ALL is subscribed, no other events may be subscribed. Otherwise V4L2_EVENT_ALL is considered just as any other event. Signed-off-by: Sakari Ailus --- drivers/media/video/v4l2-event.c | 13 - incl

[PATCH v4 2/7] V4L: Events: Add new ioctls for events

2010-02-10 Thread Sakari Ailus
This patch adds a set of new ioctls to the V4L2 API. The ioctls conform to V4L2 Events RFC version 2.3: http://www.spinics.net/lists/linux-media/msg12033.html> Signed-off-by: Sakari Ailus --- drivers/media/video/v4l2-compat-ioctl32.c |3 +++ drivers/media/video/v4l2-ioctl.c |3

[PATCH v4 3/7] V4L: Events: Add backend

2010-02-10 Thread Sakari Ailus
Add event handling backend to V4L2. The backend handles event subscription and delivery to file handles. Event subscriptions are based on file handle. Events may be delivered to all subscribed file handles on a device independent of where they originate from. Signed-off-by: Sakari Ailus --- driv

[PATCH v4 6/7] V4L: Events: Sequence numbers

2010-02-10 Thread Sakari Ailus
Add sequence numbers to events. Signed-off-by: Sakari Ailus --- drivers/media/video/v4l2-event.c | 16 +--- include/media/v4l2-event.h |1 + 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/v4l2-event.c b/drivers/media/video/v4l2-event.c

[PATCH v4 1/7] V4L: File handles

2010-02-10 Thread Sakari Ailus
This patch adds a list of v4l2_fh structures to every video_device. It allows using file handle related information in V4L2. The event interface is one example of such use. Video device drivers should use the v4l2_fh pointer as their file->private_data. Signed-off-by: Sakari Ailus --- drivers/m

[PATCH v4 4/7] V4L: Events: Support event handling in do_ioctl

2010-02-10 Thread Sakari Ailus
Add support for event handling to do_ioctl. Signed-off-by: Sakari Ailus --- drivers/media/video/Makefile |2 +- drivers/media/video/v4l2-ioctl.c | 49 ++ include/media/v4l2-ioctl.h |5 3 files changed, 55 insertions(+), 1 deletions(-)

[PATCH v4 0/7] V4L2 file handles and event interface

2010-02-10 Thread Sakari Ailus
Hi, Here's the sixth version of the V4L2 file handle and event interface patchset. The first patch adds the V4L2 file handle support and the rest are for V4L2 events. The patchset has been tested with the OMAP 3 ISP driver. Patches for OMAP 3 ISP are not part of this patchset but are available i

Re: Driver crash on kernel 2.6.32.7. Interaction between cx8800 (DVB-S) and USB HVR Hauppauge 950q

2010-02-10 Thread Andy Walls
On Tue, 2010-02-09 at 22:12 -0500, Devin Heitmueller wrote: > On Tue, Feb 9, 2010 at 10:05 PM, Richard Lemieux > wrote: > > Andy, > > > > This is a great answer! Thanks very much. When I get into this situation > > again > > I will know what to look for. > > > > A possible reason why I got into