Re: What ever happened to standardizing signal level?

2010-05-28 Thread Konstantin Dimitrov
at least in driver for the frontend found on TBS 6980 Dual DVB-S2 card i added options "esno" and "dbm" respectively for reporting SNR (actually C/N) in EsNo dB and signal strength in dBm, which is at least real statistics about the signal and not like almost meaningless percents. so, that's one wa

Re: [patch] video/saa7134: potential null dereferences in debug code

2010-05-28 Thread Mauro Carvalho Chehab
Em Sat, 22 May 2010 22:59:21 +0200 Jean Delvare escreveu: > Hi Dan, > > On Sat, 22 May 2010 22:15:35 +0200, Dan Carpenter wrote: > > I modified the dprintk and i2cdprintk macros to handle null dev and ir > > pointers. There are two couple places that call dprintk() when "dev" is > > null. One

Re: TBS 6980 Dual Tuner PCI-e card.....not in Wiki at all?

2010-05-28 Thread Konstantin Dimitrov
hello, i can't comment on your questions about the Wiki, but i made the driver for TBS 6980 and i can ensure you that the driver will be released as open-source under GPL as soon as i have permission to do that, but compared to other cards at least even at the moment you can use the card in Linux a

Re: [PATCH 06/11] V4L/DVB: omap_vout: Storage class should be before const qualifier

2010-05-28 Thread Mauro Carvalho Chehab
Em Thu, 20 May 2010 10:36:28 +0200 Tobias Klauser escreveu: > The C99 specification states in section 6.11.5: > > The placement of a storage-class specifier other than at the beginning > of the declaration specifiers in a declaration is an obsolescent > feature. > > Signed-off-by: Tobias Klause

Re: [PATCH] Support for the Geniatech/Mygica A680B (05e1:0480)

2010-05-28 Thread Daniel Gimpelevich
On Wed, 26 May 2010 01:08:51 -0300, Mauro Carvalho Chehab wrote: > It would be nice to have Michael ack, if you're using part of his code > on your patch. Quite. > It is a very bad idea to use a counter in seconds, especially since your > expected delay is of one second. This means that you may

Re: [PATCH] drivers/media/dvb/dvb-usb/dib0700: CodingStyle fixes

2010-05-28 Thread Mauro Carvalho Chehab
Patrick, Em Sat, 29 May 2010 00:53:14 -0300 Mauro Carvalho Chehab escreveu: > Patrick, > > Could you please review this patch and another one sent by Daniel at the ML? I think that those are the relevant changesets: May,24 2010: [1/2] drivers/media/dvb/dvb-usb/dib0700: fix return values

Re: [PATCH] drivers/media/dvb/dvb-usb/dib0700: CodingStyle fixes

2010-05-28 Thread Mauro Carvalho Chehab
Em Mon, 24 May 2010 18:02:15 +0200 Daniel Mack escreveu: > On Mon, May 24, 2010 at 08:56:24AM -0700, Dmitry Torokhov wrote: > > On Mon, May 24, 2010 at 05:23:05PM +0200, Daniel Mack wrote: > > > Signed-off-by: Daniel Mack > > > Cc: Wolfram Sang > > > Cc: Mauro Carvalho Chehab > > > Cc: Jiri Sl

Re: [PATCH] Add 12 bit RAW Bayer Pattern pixel format support in V4L2

2010-05-28 Thread Mauro Carvalho Chehab
Em Tue, 18 May 2010 19:09:35 +0800 "Zhang, Xiaolin" escreveu: > From 54079deb89764a9399c95098e4c3830c88d24a5c Mon Sep 17 00:00:00 2001 > From: Xiaolin Zhang > Date: Tue, 18 May 2010 18:02:24 +0800 > Subject: [PATCH] Add 12 bit RAW Bayer Pattern pixel format support. > > Signed-off-by: Xiaolin Z

Re: [Bugme-new] [Bug 16050] New: The ibmcam driver is not working

2010-05-28 Thread Bill Davidsen
Andrew Morton wrote: (switched to email. Please respond via emailed reply-to-all, not via the bugzilla web interface). On Tue, 25 May 2010 23:02:23 GMT bugzilla-dae...@bugzilla.kernel.org wrote: https://bugzilla.kernel.org/show_bug.cgi?id=16050 URL: https://bugzilla.redhat.

What ever happened to standardizing signal level?

2010-05-28 Thread VDR User
A lot of people were anticipating this happening but it seems to have stalled out. Does anyone know what the intentions are? Many users were also hoping to _finally_ get a good signal meter for linux as well. If anyone has any info, please share! -- To unsubscribe from this list: send the line "

TBS 6980 Dual Tuner PCI-e card.....not in Wiki at all?

2010-05-28 Thread Another Sillyname
Guys The TBS 6920 PCI-e card is in the Wiki and is a supported card. The TBS 6980 dual tuner PCI-e card is not in the Wiki at all, is there a reason for this given they have released a non GPL blob at least? Also is there a reason that an indicative price for supported cards is not shown in the

Re: [Bugme-new] [Bug 16050] New: The ibmcam driver is not working

2010-05-28 Thread Andrew Morton
(switched to email. Please respond via emailed reply-to-all, not via the bugzilla web interface). On Tue, 25 May 2010 23:02:23 GMT bugzilla-dae...@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=16050 > >URL: https://bugzilla.redhat.com/show_bug.cgi?id=

Re: [PATCH] tm6000: rewrite copy_streams

2010-05-28 Thread Mauro Carvalho Chehab
Em Fri, 28 May 2010 23:59:21 +0200 Stefan Ringel escreveu: > Am 28.05.2010 20:03, schrieb stefan.rin...@arcor.de: > > From: Stefan Ringel > > > > fusion function copy streams and copy_packets to new function copy_streams. > > > > Signed-off-by: Stefan Ringel > > --- > > drivers/staging/tm6000/

Re: [PATCH] tm6000: rewrite copy_streams

2010-05-28 Thread Stefan Ringel
Am 28.05.2010 20:03, schrieb stefan.rin...@arcor.de: > From: Stefan Ringel > > fusion function copy streams and copy_packets to new function copy_streams. > > Signed-off-by: Stefan Ringel > --- > drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- > drivers/staging/tm6000/tm6000-video.c| 32

[PATCH] tm6000: rewrite copy_streams

2010-05-28 Thread stefan . ringel
From: Stefan Ringel fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- drivers/staging/tm6000/tm6000-video.c| 329 +++--- 2 files changed, 119 insertions(+

Re: [PATCH] tm6000: rewrite copy_streams

2010-05-28 Thread George Tellalov
On Fri, May 28, 2010 at 08:03:40PM +0200, stefan.rin...@arcor.de wrote: > From: Stefan Ringel > > fusion function copy streams and copy_packets to new function copy_streams. > > Signed-off-by: Stefan Ringel > --- > drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- > drivers/staging/tm6000/tm

Re: Idea of a v4l -> fb interface driver

2010-05-28 Thread Ville Syrjälä
On Fri, May 28, 2010 at 03:41:46PM -0400, Alex Deucher wrote: > On Fri, May 28, 2010 at 3:15 PM, Florian Tobias Schandinat > > If he wants different (independent) content on each output, just provide > > multiple /dev/fbX devices. I admit that we could use a controlling interface > > here that deci

[PATCH 2/2] IR: add mceusb IR receiver driver

2010-05-28 Thread Jarod Wilson
This is a new driver for the Windows Media Center Edition/eHome Infrared Remote transceiver devices. Its a port of the current lirc_mceusb driver to ir-core, and currently lacks transmit support, but will grow it back soon enough... This driver also differs from lirc_mceusb in that it borrows heavi

[PATCH 1/2] IR: add RC6 keymap for Windows Media Center Ed. remotes

2010-05-28 Thread Jarod Wilson
This is the RC6 keymap for the Windows Media Center Edition remotes that come bundled with MCE/eHome Infrared Remote transceivers. Tested with 3 different variants of the remote, but its possible there are still some additional keys missing, but its simple enough to add them in later... This patch

[PATCH 0/2] IR: add Windows MCE/eHome IR receiver driver

2010-05-28 Thread Jarod Wilson
This pair of patches adds ir-core support for the Windows Media Center Edition / eHome Infrared Remote transceiver devices bundled with many video capture cards, some HTPCs and various stand-alone kit. [PATCH 1/2] IR: add RC6 keymap for Windows Media Center Ed. remotes [PATCH 2/2] IR: add mceusb I

[PATCH] IR: let all protocol decoders have a go at raw data

2010-05-28 Thread Jarod Wilson
The mceusb driver I'm about to submit handles just about any raw IR you can throw at it. The ir-core loads up all protocol decoders, starting with NEC, then RC5, then RC6. RUN_DECODER() was trying them in the same order, and exiting if any of the decoders didn't like the data. The default mceusb re

Re: Idea of a v4l -> fb interface driver

2010-05-28 Thread Florian Tobias Schandinat
Guennadi Liakhovetski schrieb: On Fri, 28 May 2010, Florian Tobias Schandinat wrote: Well hiding complexity is actually the job of an API. I don't see any need for major changes in fbdev for complex display setups. In most cases as a userspace application you really don't want to be bothered ho

Re: Idea of a v4l -> fb interface driver

2010-05-28 Thread Alex Deucher
On Fri, May 28, 2010 at 3:15 PM, Florian Tobias Schandinat wrote: > Alex Deucher schrieb: >> >> On Fri, May 28, 2010 at 4:21 AM, Guennadi Liakhovetski >> wrote: >>> >>> On Thu, 27 May 2010, Alex Deucher wrote: >>> Another API to consider in the drm kms (kernel modesetting) interface. >>

Re: ir-core multi-protocol decode and mceusb

2010-05-28 Thread Jarod Wilson
On Fri, May 28, 2010 at 12:47 AM, Jarod Wilson wrote: > So I'm inching closer to a viable mceusb driver submission -- both a > first-gen and a third-gen transceiver are now working perfectly with > multiple different mce remotes. However, that's only when I make sure > the mceusb driver is loaded

Re: Idea of a v4l -> fb interface driver

2010-05-28 Thread Guennadi Liakhovetski
On Fri, 28 May 2010, Florian Tobias Schandinat wrote: > Well hiding complexity is actually the job of an API. I don't see any need for > major changes in fbdev for complex display setups. In most cases as a > userspace application you really don't want to be bothered how many different > output de

Re: Idea of a v4l -> fb interface driver

2010-05-28 Thread Florian Tobias Schandinat
Alex Deucher schrieb: On Fri, May 28, 2010 at 4:21 AM, Guennadi Liakhovetski wrote: On Thu, 27 May 2010, Alex Deucher wrote: Another API to consider in the drm kms (kernel modesetting) interface. The kms API deals properly with advanced display hardware and properly handles crtcs, encoders,

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

2010-05-28 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:Fri May 28 19:00:31 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14875:304cfde05b3f git master:

Re: [PATCH] V4L/DVB: New NXP tda18218 tuner

2010-05-28 Thread Antti Palosaari
Terve, On 05/20/2010 12:52 PM, Nikola Pajkovsky wrote: Signed-off-by: Nikola Pajkovsky --- drivers/media/common/tuners/Kconfig |7 + drivers/media/common/tuners/Makefile|1 + drivers/media/common/tuners/tda18218.c | 432 +++ drivers/medi

[PATCH] tm6000: rewrite copy_streams

2010-05-28 Thread stefan . ringel
From: Stefan Ringel fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- drivers/staging/tm6000/tm6000-video.c| 329 +++--- 2 files changed, 119 insertions(+

Re: Idea of a v4l -> fb interface driver

2010-05-28 Thread Alex Deucher
On Fri, May 28, 2010 at 4:21 AM, Guennadi Liakhovetski wrote: > On Thu, 27 May 2010, Alex Deucher wrote: > >> On Thu, May 27, 2010 at 2:56 AM, Guennadi Liakhovetski >> wrote: > > ... > >> > Ok, let me explain what exactly I meant. Above I referred to "display >> > drivers," which is not the same

Re: [PATCH 6/6] Remove obsolete zc0301 v4l driver

2010-05-28 Thread Jean-Francois Moine
On Fri, 28 May 2010 13:03:28 -0400 Amerigo Wang wrote: > Subject: [PATCH 6/6] Remove obsolete zc0301 v4l driver > > Duplicate functionality with the gspca_zc3xx driver, zc0301 only > supports 2 USB-ID's (because it only supports a limited set of > sensors) wich are also supported by the gspca_zc

[PATCH 5/6] Remove obsolete stv680 v4l1 driver

2010-05-28 Thread Amerigo Wang
From: Amerigo Wang Date: Fri, 28 May 2010 17:49:57 +0800 Subject: [PATCH 5/6] Remove obsolete stv680 v4l1 driver obsolete v4l1 driver replaced by gspca_stv0680 Cc: Hans de Goede Signed-off-by: Amerigo Wang --- Documentation/feature-removal-schedule.txt |8 - drivers/media/video/Kconfig

[PATCH 1/6] Remove usbvideo quickcam_messenger driver

2010-05-28 Thread Amerigo Wang
From: Amerigo Wang Date: Fri, 28 May 2010 17:26:32 +0800 Subject: [PATCH 1/6] Remove usbvideo quickcam_messenger driver obsolete v4l1 driver replaced by gspca_stv06xx Cc: Hans de Goede Signed-off-by: Amerigo Wang --- Documentation/feature-removal-schedule.txt|8 - drivers/media/v

[PATCH 0/6] Remove some obsolete drivers for 2.6.35

2010-05-28 Thread Amerigo Wang
This series of patch removes some obsolete drivers for 2.6.35. They are scheduled to be removed at this time in Documentation/feature-removal-schedule.txt. Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More

[Bug 15087] New: hauppauge nova-t 500 remote controller cause usb halt with Via usb controller

2010-05-28 Thread edm
Hi, I opened a bug report some times ago and this bug (https://bugzilla.kernel.org/show_bug.cgi?id=15087) has been fixed in the hg version of v4l-dvb but it seems that this fix is not yet arrived in a kernel release, am I right? This bug is still here in 2.6.33.4 (but only sporadically). Thank you

Re: [PATCH 5/5] tm6000: rewrite copy_streams

2010-05-28 Thread Stefan Ringel
Am 27.05.2010 23:23, schrieb Mauro Carvalho Chehab: > Em Sun, 23 May 2010 20:31:45 +0200 > stefan.rin...@arcor.de escreveu: > > >> From: Stefan Ringel >> >> fusion function copy streams and copy_packets to new function copy_streams. >> >> Signed-off-by: Stefan Ringel >> --- >> drivers/staging

[no subject]

2010-05-28 Thread edm
auth 5a6261d1 subscribe linux-media fuffi.il.fu...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

fr-Nantes file outdated

2010-05-28 Thread Charles
Hello, I found out that frequencies listed here are outdated: http://linuxtv.org/hg/dvb-apps/file/7de0663facd9/util/scan/dvb-t/fr-Nantes These are the new frequencies: 538167000 682167000 546167000 738167000 490167000 658167000 Sincerely, Charles. -- To unsubscribe from this list: send the line

Regarding OMAP 35xx ISP subsystem and SoC-Camera

2010-05-28 Thread manjunathan.padua
Dear Linux-media group   I am a newbie and have recently started working on integration of a new camera sensor MT9M112 sensor with OMAP ISP Camera subsystem on a OMAP 3530 based custom board.  So I checked in mainline kernel if driver is available for this camera sensor and  I found it in the  L

CI support for mystique satix dvb-s2

2010-05-28 Thread Emmanuel
Hi all, I am looking for a high rate dvb-s2 card with CI support (dual tuner is not a priority). I saw that the mystique seems to be supported, but I am not sure about the CI support. Can someone tell me where we are now or will be in the near future? TIA Bye Manu -- To unsubscribe from this l

Re: Idea of a v4l -> fb interface driver

2010-05-28 Thread Guennadi Liakhovetski
(re-adding lists to CC) On Thu, 27 May 2010, Rob Clark wrote: > Hi Guennadi, > > Sounds like an interesting idea... but how about the inverse? A v4l2 > interface on top of fbdev. If v4l2 was more widely available as an output > device, perhaps more userspace software would utilize it. Don't s

Re: Idea of a v4l -> fb interface driver

2010-05-28 Thread Guennadi Liakhovetski
On Thu, 27 May 2010, Alex Deucher wrote: > On Thu, May 27, 2010 at 2:56 AM, Guennadi Liakhovetski > wrote: ... > > Ok, let me explain what exactly I meant. Above I referred to "display > > drivers," which is not the same as a "framebuffer controller driver" or > > whatever you would call it. B

Re: [PATCH] Compro videomate T750F DVB-T mode works now

2010-05-28 Thread Davor Emard
> just for reference, here is a link about what we tried last summer. > > The followups do have also some regspy logs. > > http://www.mail-archive.com/linux-media@vger.kernel.org/msg07478.html > HI, thanks I have see your posts about this but have not yet carefully studied this sniffage of wha

Re: [PATCH] Compro videomate T750F DVB-T mode works now

2010-05-28 Thread Davor Emard
On Thu, May 27, 2010 at 02:17:04PM -0300, Mauro Carvalho Chehab wrote: > Em Sat, 8 May 2010 01:50:24 +0200 > Emard escreveu: > > > HI > > > > ... tried to post this few times to thhis list I don't know if > > it has made it maybe this time it will appear on the mailing list > > > > I have e