Re: Conversion of vino driver for SGI to not use the legacy decoder API

2009-02-26 Thread Hans Verkuil
On Friday 27 February 2009 01:47:42 Mauro Carvalho Chehab wrote: > After the conversion of Zoran driver to V4L2, now almost all drivers are > using the new API. However, there are is one remaining driver using the > video_decoder.h API (based on V4L1 API) for message exchange between the > bridge d

[PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx

2009-02-26 Thread Michael Krufky
Mauro, Changeset 85a2b117175e creates the following build warning: WARNING: "sms_dbg" [/home/mk/v4l-dvb/v4l/smsusb.ko] undefined! WARNING: "sms_dbg" [/home/mk/v4l-dvb/v4l/smsdvb.ko] undefined! Please pull the fix from: http://linuxtv.org/hg/~mkrufky/sms1xxx for the following: - Backed out cha

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

2009-02-26 Thread Hans Verkuil
On Friday 27 February 2009 01:33:09 Mauro Carvalho Chehab wrote: > On Sun, 22 Feb 2009 18:58:29 +0100 > > Hans Verkuil wrote: > > It took me several long weekends to get all this work done, but I think > > it's been very worthwhile. > > Very great job! > > Yet, I had to add some patches to manuall

TwinHan PCI-Sat Card Problem

2009-02-26 Thread Guenther Sohler
Hallo, my configuration is * Fujitsu Siemens HTPC * MythDora 5.0(FC 8) * TwinHan PCI-Sat * Technisat Multytenne(4 Satelite positions 13.0 19.2,23.5, 28) dual This mulitytenne is once connected to a technisat receiver and once to the HTPC. I can watch on the receiver, but I did not success with m

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

2009-02-26 Thread Trent Piepho
On Fri, 27 Feb 2009, Igor M. Liplianin wrote: > 01/02: dm1105: not demuxing from interrupt context. > http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=6faf0753950b I'm not sure if you considered this, but the default work queue is multi-threaded with a kernel thread for each

Re: [linux-dvb] TechnoTrend C-1501 - Locking issues on 388Mhz

2009-02-26 Thread hermann pitton
Hi, Am Mittwoch, den 25.02.2009, 20:42 + schrieb erik: > klaas de waal gmail.com> writes: > > > > On Fri, Oct 10, 2008 at 2:36 AM, hermann pitton > > arcor.de> > wrote: > > Hi, > > Am Donnerstag, den 09.10.2008, 22:15 +0200 schrieb klaas de waal: > > The table starts a new segment at 390M

[GIT PATCHES for 2.6.29] V4L/DVB updates

2009-02-26 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git for_linus For a few fixes: - em28xx: register device to soundcard for sysfs; - soc-camera: fix S_CROP breakage on PXA and SuperH; - b2c2: fix software IRQ watchdog and update documen

Re: [PULL] http://linuxtv.org/hg/~awalls/cx18

2009-02-26 Thread Mauro Carvalho Chehab
On Sat, 21 Feb 2009 21:22:22 -0500 Andy Walls wrote: > Mauro, > > Please pull from: > > http://linuxtv.org/hug/~awalls/cx18 > > for the following: > > cx18: Disable AC3 controls as the firmware doesn't support AC3 > cx18: Increment version number due to significant changes for v4l2_subdevs >

Re: [PULL] http://linuxtv.org/hg/~awalls/cx18

2009-02-26 Thread Mauro Carvalho Chehab
Andy and Hans, On Sat, 21 Feb 2009 21:22:22 -0500 Andy Walls wrote: > This set of changes will conflict with Hans' recent pull request that > affects cx18-av-core.c. If your merge tools can't detect that the code > Hans intends to patch simply differs in position by about 20 lines, then > Hans'

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

2009-02-26 Thread Mauro Carvalho Chehab
On Fri, 27 Feb 2009 03:38:15 +0200 "Igor M. Liplianin" wrote: > Mauro, > I know, it is bad practice to send twice, but previous request for misterious > reason not appeared > in mailing list after 18 hrs. No problem, but I've merged your tree already (today evening). Please check and ping me

Re: POLL: for/against dropping support for kernels < 2.6.22

2009-02-26 Thread Magnus Damm
On Sun, Feb 22, 2009 at 7:15 PM, Hans Verkuil wrote: > Should we drop support for kernels <2.6.22 in our v4l-dvb repository? > > _: Yes > _: No Yes. > Optional question: > > Why: Focus on moving forward instead of looking backwards. Keeping user space compatibilty is of course a good idea, but

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

2009-02-26 Thread Igor M. Liplianin
Mauro, I know, it is bad practice to send twice, but previous request for misterious reason not appeared in mailing list after 18 hrs. Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following 2 changesets: 01/02: dm1105: not demuxing from interrupt context. http:

Conversion of vino driver for SGI to not use the legacy decoder API

2009-02-26 Thread Mauro Carvalho Chehab
After the conversion of Zoran driver to V4L2, now almost all drivers are using the new API. However, there are is one remaining driver using the video_decoder.h API (based on V4L1 API) for message exchange between the bridge driver and the i2c sensor: the vino driver. This driver adds support for

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

2009-02-26 Thread Mauro Carvalho Chehab
On Sun, 22 Feb 2009 18:58:29 +0100 Hans Verkuil wrote: > It took me several long weekends to get all this work done, but I think it's > been very worthwhile. Very great job! Yet, I had to add some patches to manually fix a few merge conflicts after your series. I'll try to fold those patches a

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

2009-02-26 Thread Hans Verkuil
On Thursday 26 February 2009 20:28:06 Mauro Carvalho Chehab wrote: > On Sat, 21 Feb 2009 22:17:10 +0100 > > Hans Verkuil wrote: > > Hi Mauro, > > > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision > > for the following: > > > > - v4l2-common: add v4l2_i2c_subdev_addr() > >

Re: [PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx

2009-02-26 Thread Michael Krufky
On Thu, Feb 26, 2009 at 3:19 PM, Uri Shkolnik wrote: > > > > -Original Message- > From: mkru...@gmail.com on behalf of Michael Krufky > Sent: Thu 2/26/2009 9:23 PM > To: Mauro Carvalho Chehab > Cc: linux-media@vger.kernel.org; Uri Shkolnik > Subject: Re: [PULL] http://linuxtv.org/hg/~mkruf

RE: [PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx

2009-02-26 Thread Uri Shkolnik
-Original Message- From: mkru...@gmail.com on behalf of Michael Krufky Sent: Thu 2/26/2009 9:23 PM To: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org; Uri Shkolnik Subject: Re: [PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx On Thu, Feb 26, 2009 at 2:13 PM, Mauro Carvalho Chehab

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

2009-02-26 Thread Douglas Schilling Landgraf
On Thu, 26 Feb 2009 15:28:11 -0300 Mauro Carvalho Chehab wrote: > On Sun, 22 Feb 2009 12:50:34 -0500 > CityK wrote: > > > Douglas Schilling Landgraf wrote: > > > Hi Mauro, > > > > > > Please pull from http://linuxtv.org/hg/~dougsland/v4l-dvb/ > > > for the following: > > > > > > - v4l2

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

2009-02-26 Thread Mauro Carvalho Chehab
On Sat, 21 Feb 2009 22:17:10 +0100 Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision for > the following: > > - v4l2-common: add v4l2_i2c_subdev_addr() > - usbvision: convert to v4l2_device/v4l2_subdev. Thierry/Dwaine, Could you please

Re: [PATCH] dvb-api: update documentation, chapter1

2009-02-26 Thread wk
Why do I have a feeling even the updated doc will be full of spelling & grammatical errors? ;) Probably, because none of the writers so far where native English. Therefore i'am really happy that *you* now took over all the responsibility to find all that spelling and grammatical errors.

Re: [PATCH] dvb-api: update documentation, chapter1

2009-02-26 Thread VDR User
On Thu, Feb 26, 2009 at 8:35 AM, VDR User wrote: >> It seems better to say, instead, that "Version 4 was suggested, but it >> weren't completed nor implemented". > > That's improper.  I think you mean, "Version 4 was suggested but > neither completed, nor implemented". > > Why do I have a feeling

Re: [PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx

2009-02-26 Thread Michael Krufky
On Thu, Feb 26, 2009 at 2:13 PM, Mauro Carvalho Chehab wrote: > On Fri, 20 Feb 2009 11:53:51 -0500 > Michael Krufky wrote: > >> Mauro, >> >> As you know, there is a large amount of pending changesets from Siano >> that are waiting for merge. >> >> Given the large amount of changes and the impact

[cron job] ERRORS: armv5 armv5-ixp armv5-omap2 i686 m32r mips powerpc64 x86_64 v4l-dvb build

2009-02-26 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:Thu Feb 26 19:00:06 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 10677:818c8b74e975 gcc version: gcc

Re: [PATCH] dvb-api: update documentation, chapter1

2009-02-26 Thread wk
Mauro Carvalho Chehab wrote: + +For this API documentation applies an even/odd versioning scheme, stating +unstable or stable versions of that API. Only stable API versions should +be used for developing drivers and applications. Hmm... I wouldn't add the above. I don't think we should use

Re: [PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx

2009-02-26 Thread Mauro Carvalho Chehab
On Fri, 20 Feb 2009 11:53:51 -0500 Michael Krufky wrote: > Mauro, > > As you know, there is a large amount of pending changesets from Siano > that are waiting for merge. > > Given the large amount of changes and the impact it has on the > driver's current functionality, I am going to make the m

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

2009-02-26 Thread Mauro Carvalho Chehab
On Sun, 22 Feb 2009 12:50:34 -0500 CityK wrote: > Douglas Schilling Landgraf wrote: > > Hi Mauro, > > > > Please pull from http://linuxtv.org/hg/~dougsland/v4l-dvb/ for the > > following: > > > > - v4l2-apps: Add parser for USB snoops captured from SniffUSB 2.0 > > It is not clear to me

Re: Old firmware - again af9013 4.65.0 ?!?

2009-02-26 Thread schollsky
Antti wrote: > And remember also replug stick, take account > that without re-plug it could be even downloaded by old windoze driver. > That did the trick! Thanks man! -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org

Re: [git pull] DVB + ieee1394: firedtv driver

2009-02-26 Thread Ingo Molnar
* Linus Torvalds wrote: > Two choices that I can see: > > - do the ieee1394_init() as a fs_initcall(), earlier > > - move drivers/ieee1394 linking up to before drivers/media > > but I suspect that drivers/media wants to be early, in order to do the > _media_ layer initialization early. >

Re: AF9015 USB TV STICK

2009-02-26 Thread Antti Palosaari
Kaan Aksit wrote: From the address of http://linuxtv.org/hg/v4l-dvb , I have installed my AF9015 USB TV STICK. It works perfect. Thank you very much for the drivers. But I have a small problem with the remote. When I click on volume up or volume down, it does it is job. But for example when I

Re: [PATCH] dvb-api: update documentation, chapter1

2009-02-26 Thread VDR User
On Thu, Feb 26, 2009 at 7:14 AM, Mauro Carvalho Chehab wrote: > It seems better to say, instead, that "Version 4 was suggested, but it > weren't completed nor implemented". That's improper. I think you mean, "Version 4 was suggested but neither completed, nor implemented". Why do I have a feel

Re: [git pull] DVB + ieee1394: firedtv driver

2009-02-26 Thread Linus Torvalds
On Thu, 26 Feb 2009, Stefan Richter wrote: > > Alas I have no Linux box at hand before Saturday. I wonder, was > ieee1394_bus_type not yet registered (i.e. ieee1394's ieee1394_init() not yet > called) at the moment when fdtv_init is executed? > > Or what else could have been the NULL pointer d

AF9015 USB TV STICK

2009-02-26 Thread Kaan Aksit
Dear Sir, >From the address of http://linuxtv.org/hg/v4l-dvb , I have installed my AF9015 >USB TV STICK. It works perfect. Thank you very much for the drivers. But I >have a small problem with the remote. When I click on volume up or volume >down, it does it is job. But for example when I clic

Re: dm1105: not demuxing from interrupt context

2009-02-26 Thread Igor M. Liplianin
On 26 февраля 2009, "Igor M. Liplianin" wrote: > On Thu, 19 Feb 2009 07:18:47 +0200 > > "Igor M. Liplianin" wrote: > > I read in mailing list about design error in dm1105. > > So I am designer. > > DMA buffer in the driver itself organized like ringbuffer > > and not difficult to bind it to taskl

Re: [git pull] DVB + ieee1394: firedtv driver

2009-02-26 Thread Stefan Richter
Ingo Molnar wrote: [ 13.756029] calling fdtv_init+0x0/0xf @ 1 [ 13.760074] BUG: unable to handle kernel NULL pointer dereference at 0054 [ 13.764023] IP: [] driver_find+0xf/0x24 [ 13.764023] *pde = [ 13.764023] Oops: [#1] SMP [ 13.764023] last sysfs file: [ 13.

Re: Terratec Cinergy T USB XXS: remote does not work with 1.20 firmware

2009-02-26 Thread Nicolas George
Le tridi 3 ventôse, an CCXVII, Nicolas George a écrit : > I just re-did it: > > if(status != -ETIMEDOUT) > printk("dib0700_rc_query_v1_20: status = %d\n", status); > > just after usb_bulk_msg. Then I press keys on the remote: I see mostly > nothing, but once in a while, I get:

Re: [PATCH] dvb-api: update documentation, chapter1

2009-02-26 Thread Mauro Carvalho Chehab
On Sun, 22 Feb 2009 18:39:33 +0100 wk wrote: > Since dvb-api doc is still outdated by six years... > > > The following patch changes dvbapi.pdf as following: > ___ > > - change from twosided book format to singlesided

Re: dm1105: not demuxing from interrupt context

2009-02-26 Thread Mauro Carvalho Chehab
On Thu, 19 Feb 2009 07:18:47 +0200 "Igor M. Liplianin" wrote: > I read in mailing list about design error in dm1105. > So I am designer. > DMA buffer in the driver itself organized like ringbuffer > and not difficult to bind it to tasklet or work queue. > I choose work queue, because it is like t

Re: Is there a way to get linux-media daily digests?

2009-02-26 Thread Eduard Huguet
Ok, thanks. I'll give it a try. Thanks for your help. Regards, Eduard 2009/2/26 Pierre Gronlier : > Eduard Huguet wrote: >> Sounds interesting... What client do you use to read the news, may I ask? >> Regards, > > thunderbird, but any news client is fine. > > -- > pierre > >> Eduard >> >> >>

[PATCH] Add ids for Yuan PD378S DVB adapter

2009-02-26 Thread Pascal Terjan
Signed-off-by: Arnaud Patard Signed-off-by: Pascal Terjan --- drivers/media/dvb/dvb-usb/dib0700_devices.c |7 ++- drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 + drivers/media/dvb/dvb-usb/dvb-usb.h |2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/

Re: [linux-dvb] writing DVB recorder, questions

2009-02-26 Thread Brice Dubost
Juhana Sadeharju wrote: > Hello. I started writing a simple DVB recorder, dvbrec. Perhaps > it later evolves to program such as Klear, which indeed is > clearest thing I have seen among DVB programs (but misses subtitles). > Hello > The complete stream has too much of data: 10 GB per hour. > As

Re: [PATCH]Add green balance v4l2 ctrl support

2009-02-26 Thread Laurent Pinchart
Hi Erik, On Thursday 26 February 2009 13:04:47 Mauro Carvalho Chehab wrote: > On Mon, 02 Feb 2009 20:14:26 +0100 > > Erik Andrén wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Hi, > > > > The m5602 gspca driver has two sensors offering the possiblity to > > control the green

Re: Is there a way to get linux-media daily digests?

2009-02-26 Thread Pierre Gronlier
Eduard Huguet wrote: > Sounds interesting... What client do you use to read the news, may I ask? > Regards, thunderbird, but any news client is fine. -- pierre > Eduard > > > 2009/2/26 Pierre Gronlier : >> Eduard Huguet wrote: >>> Yes, but this way implies using a feed reader or similar. I'

Re: [linux-dvb] writing DVB recorder, questions

2009-02-26 Thread Patrick Boettcher
Hi Juhana, On Thu, 26 Feb 2009, Juhana Sadeharju wrote: Hello. I started writing a simple DVB recorder, dvbrec. Perhaps it later evolves to program such as Klear, which indeed is clearest thing I have seen among DVB programs (but misses subtitles). The complete stream has too much of data: 10 G

Re: [linux-dvb] writing DVB recorder, questions

2009-02-26 Thread Zaheer Merali
On Thu, Feb 26, 2009 at 12:28 PM, Juhana Sadeharju wrote: > > Hello. I started writing a simple DVB recorder, dvbrec. Perhaps > it later evolves to program such as Klear, which indeed is > clearest thing I have seen among DVB programs (but misses subtitles). > > The complete stream has too much of

writing DVB recorder, questions

2009-02-26 Thread Juhana Sadeharju
Hello. I started writing a simple DVB recorder, dvbrec. Perhaps it later evolves to program such as Klear, which indeed is clearest thing I have seen among DVB programs (but misses subtitles). The complete stream has too much of data: 10 GB per hour. As solution, existing recorders seems to pick

Re: [PATCH]Add green balance v4l2 ctrl support

2009-02-26 Thread Mauro Carvalho Chehab
On Mon, 02 Feb 2009 20:14:26 +0100 Erik Andrén wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > The m5602 gspca driver has two sensors offering the possiblity to > control the green balance. This patch adds a v4l2 ctrl for this. Your patch looks OK. Could you please add al

Re: Is there a way to get linux-media daily digests?

2009-02-26 Thread Eduard Huguet
Sounds interesting... What client do you use to read the news, may I ask? Regards, Eduard 2009/2/26 Pierre Gronlier : > Eduard Huguet wrote: >> Yes, but this way implies using a feed reader or similar. I'm aware of >> this way, but this would mean unsubscribing from the list to stop >> receivin

RE: [PATCH v4] v4l/tvp514x: make the module aware of rich people

2009-02-26 Thread Mauro Carvalho Chehab
On Thu, 26 Feb 2009, Hiremath, Vaibhav wrote: Hi Sebastian, I have validated the changes and it looks ok to me. As I mentioned the only issue I observed is, patch doesn't get applied cleanly (may be due to mail-server). Hans/Mauro, You can pull this patch. Applied, thanks. Thanks, Vaibh

Re: Is there a way to get linux-media daily digests?

2009-02-26 Thread Pierre Gronlier
Eduard Huguet wrote: > Yes, but this way implies using a feed reader or similar. I'm aware of > this way, but this would mean unsubscribing from the list to stop > receiving the mails and just read them through an external program / > webpage. What also means that, if I want to post a new message o

Re: [PATCH v4] v4l/tvp514x: make the module aware of rich people

2009-02-26 Thread Sebastian Andrzej Siewior
Hiremath, Vaibhav wrote: Hi Sebastian, Hi, I have validated the changes and it looks ok to me. As I mentioned the only issue I observed is, patch doesn't get applied cleanly (may be due to mail-server). After you drop me that mail, I posted that patch at [0]. I haven't seen any patches in

Re: zc3xx: "Creative Webcam Live!" never worked with in-tree driver

2009-02-26 Thread Jean-Francois Moine
On Thu, 26 Feb 2009 00:51:51 -0800 Auke Kok wrote: > > Eventually, the v4l library is needed when using any v4l2 driver, > > not only gspca. Hopefully, many popular applications now use it > > natively, as vlc 0.9.x. > > interesting, but I can't get vlc to understand either tv:// or > /dev/vi

RE: [PATCH v4] v4l/tvp514x: make the module aware of rich people

2009-02-26 Thread Hiremath, Vaibhav
Hi Sebastian, I have validated the changes and it looks ok to me. As I mentioned the only issue I observed is, patch doesn't get applied cleanly (may be due to mail-server). Hans/Mauro, You can pull this patch. Thanks, Vaibhav Hiremath Platform Support Products Texas Instruments Inc Ph: +91-8

Re: Is there a way to get linux-media daily digests?

2009-02-26 Thread Eduard Huguet
Yes, but this way implies using a feed reader or similar. I'm aware of this way, but this would mean unsubscribing from the list to stop receiving the mails and just read them through an external program / webpage. What also means that, if I want to post a new message or just answering one I'd need

Re: [PATCH v2 2/2] sh_mobile_ceu: Add field signal operation

2009-02-26 Thread Magnus Damm
On Thu, Feb 5, 2009 at 5:04 PM, Guennadi Liakhovetski wrote: > On Tue, 3 Feb 2009, Kuninori Morimoto wrote: > >> sh_mobile_ceu can support "field signal" from external module. >> To support this operation, SH_CEU_FLAG_USE_FLDID_{HIGH, LOW} >> are added to header. > > I never dealt with interlaced

Re: Is there a way to get linux-media daily digests?

2009-02-26 Thread Pierre Gronlier
Eduard Huguet wrote: > Hi, > Well, title says old... In previously linux-dvb list I was > subscribed to the daily digest modality of the list, so I was getting > only 2 or 3 digest messages per day. This is something I really miss > now, as I really prefer this way of subscribing to a mail list

news about the NetUP Dual DVB-S2-CI card

2009-02-26 Thread Pierre Gronlier
Is there any news about the NetUP Dual DVB-S2-CI card status ? (http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_S2_CI) the last thread I found was : http://www.linuxtv.org/pipermail/linux-dvb/2008-November/030439.html and http://www.linuxtv.org/pipermail/linux-dvb/2008-November/030445.html for t

Re: zc3xx: "Creative Webcam Live!" never worked with in-tree driver

2009-02-26 Thread Catimimi
Auke Kok a écrit : > Jean-Francois Moine wrote: >> On Tue, 24 Feb 2009 21:19:16 -0300 >> Mauro Carvalho Chehab wrote: >>> On Tue, 24 Feb 2009 16:00:59 -0800 >>> Auke Kok wrote: >>> Auke Kok wrote: > All, > > I have a "Creative Technology, Ltd Webcam Live!/Live! Pro" that > un

Is there a way to get linux-media daily digests?

2009-02-26 Thread Eduard Huguet
Hi, Well, title says old... In previously linux-dvb list I was subscribed to the daily digest modality of the list, so I was getting only 2 or 3 digest messages per day. This is something I really miss now, as I really prefer this way of subscribing to a mail list, instead of just receiving eve

Re: zc3xx: "Creative Webcam Live!" never worked with in-tree driver

2009-02-26 Thread Auke Kok
Jean-Francois Moine wrote: On Tue, 24 Feb 2009 21:19:16 -0300 Mauro Carvalho Chehab wrote: On Tue, 24 Feb 2009 16:00:59 -0800 Auke Kok wrote: Auke Kok wrote: All, I have a "Creative Technology, Ltd Webcam Live!/Live! Pro" that until recently worked fine with the out-of-tree gspcav1 driver

Re: zc3xx: "Creative Webcam Live!" never worked with in-tree driver

2009-02-26 Thread Jean-Francois Moine
On Tue, 24 Feb 2009 21:19:16 -0300 Mauro Carvalho Chehab wrote: > > On Tue, 24 Feb 2009 16:00:59 -0800 > Auke Kok wrote: > > > Auke Kok wrote: > > > > > > All, > > > > > > I have a "Creative Technology, Ltd Webcam Live!/Live! Pro" that > > > until recently worked fine with the out-of-tree gsp