Re: [linux-dvb] Is HP rebranded Hauppauge HVR-1500 ok on 64bit versions of stable distributions?

2009-05-14 Thread Matthew Gardeski
On Mon, Apr 20, 2009 at 10:33, Benster Jeremy pgh...@yahoo.com wrote: I have the hp expresscard version of the hauppauge VHR-1500 tuner. I am having problems getting it to operate under the latest 64bit versions of ubuntu and  suse. Has anyone had one of these combinations working? I've

Re: BUG in av7110_vbi_write()

2009-05-14 Thread Oliver Endriss
e9hack wrote: Hi, it seems there is a bug in av7110_vbi_write() (av7110_v4l.c). If an user mode application tries to write more bytes than the size of the structure v4l2_slices_vbi_data, copy_from_user() will overwrite parts of the kernel stack. No, it cannot happen: |if

[PATCH v3 0/7] [RFC] FM Transmitter (si4713) and another changes

2009-05-14 Thread Eduardo Valentin
Hello all, I'm resending the FM transmitter driver and the proposed changes in v4l2 api files in order to cover the fmtx extended controls class. It is basically the same series of version #2. However I rewrote it to add the following comments: * Get rid of the region settings thing. That

[PATCH v3 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-14 Thread Eduardo Valentin
This patch adds a new class of extended controls. This class is intended to support Radio Modulators properties such as: rds, audio limiters, audio compression, pilot tone generation, tuning power levels and region related properties. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com ---

[PATCH v3 2/7] v4l2: video device: Add FMTX controls default configurations

2009-05-14 Thread Eduardo Valentin
Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- drivers/media/video/v4l2-common.c | 46 + 1 files changed, 46 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c index

[PATCH v3 3/7] v4l2_subdev i2c: Add i2c board info to v4l2_i2c_new_subdev

2009-05-14 Thread Eduardo Valentin
Device drivers of v4l2_subdev devices may want to have i2c board info data. This patch adds an helper function to allow bridge drivers to pass board specific data to v4l2_subdev drivers. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- drivers/media/video/v4l2-common.c | 33

[PATCH 1/1] Add documentation description for FM Transmitter Extended Control Class

2009-05-14 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com This single patch adds documentation description for FM Transmitter (FMTX) Extended Control Class and its Control IDs. The text was added under Extended Controls section. Priority: normal Signed-off-by: Eduardo Valentin

[PATCH v3 5/7] FMTx: si4713: Add files to add radio interface for si4713

2009-05-14 Thread Eduardo Valentin
This patch adds files which creates the radio interface for si4713 FM transmitter devices. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- drivers/media/radio/radio-si4713.c | 332 drivers/media/radio/radio-si4713.h | 48 + 2 files

[PATCH v3 7/7] FMTx: si4713: Add document file

2009-05-14 Thread Eduardo Valentin
Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- Documentation/video4linux/si4713.txt | 133 ++ 1 files changed, 133 insertions(+), 0 deletions(-) create mode 100644 Documentation/video4linux/si4713.txt diff --git

[PATCH v3 6/7] FMTx: si4713: Add Kconfig and Makefile entries

2009-05-14 Thread Eduardo Valentin
Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- drivers/media/radio/Kconfig | 22 ++ drivers/media/radio/Makefile |3 +++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index

Re: [PATCH] [0905_03] Siano: smsusb - remove old backward support

2009-05-14 Thread Mauro Carvalho Chehab
Em Tue, 12 May 2009 07:17:09 -0700 (PDT) Uri Shkolnik uri...@yahoo.com escreveu: # HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242136071 -10800 # Node ID 126c0974c2db4e2777e5d9b068fa976fe3a59675 # Parent 697459f4baf6e95a906b852250699a18d1016724 [0905_03] Siano:

Re: [PATCH] [0905_01_2] Siano: make single kernel object (module)

2009-05-14 Thread Mauro Carvalho Chehab
Em Tue, 12 May 2009 07:15:54 -0700 (PDT) Uri Shkolnik uri...@yahoo.com escreveu: This patch consolidates the components to single kernel object (module) As already said, you shouldn't be merging the modules. Let the user compile only the components he needs, to allow generating smaller

Re: [PATCH v3 0/7] [RFC] FM Transmitter (si4713) and another changes

2009-05-14 Thread Hans Verkuil
Hello all, I'm resending the FM transmitter driver and the proposed changes in v4l2 api files in order to cover the fmtx extended controls class. It is basically the same series of version #2. However I rewrote it to add the following comments: * Get rid of the region settings

Re: working on webcam driver

2009-05-14 Thread MK
Since I'm cross-posting this (as advised) I should introduce myself by saying I am a neophyte C programmer getting into kernel programming by trying to write a driver for an unsupported webcam. So far I've gotten the device to register and have enumerated the various interfaces. On 05/11/2009

Re: working on webcam driver

2009-05-14 Thread Hans de Goede
On 05/14/2009 06:00 PM, MK wrote: Since I'm cross-posting this (as advised) I should introduce myself by saying I am a neophyte C programmer getting into kernel programming by trying to write a driver for an unsupported webcam. So far I've gotten the device to register and have enumerated the

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

2009-05-14 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 May 14 19:00:04 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11783:0018ed9bbca3 gcc version: gcc

Re: [PATCH 0/8] ir-kbd-i2c conversion to the new i2c binding model (v3)

2009-05-14 Thread Oldřich Jedlička
On Wednesday 13 of May 2009 at 21:45:59, Jean Delvare wrote: Hi all, Here comes an update of my conversion of ir-kbd-i2c to the new i2c binding model. I've split it into 8 pieces for easier review. Firstly there is 1 preliminary patch: Hi Jean, works for me, as usual :-) I've used the

[PATCH] [0905_10] Siano - perform clean multi-modules build

2009-05-14 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242323350 -10800 # Node ID f93a86c6f9785cb60e015e811ddfca6850135887 # Parent 0018ed9bbca31e76a17ead56e2e953c325c7cf3f [0905_10] Siano - perform clean multi-modules build From: Uri Shkolnik u...@siano-ms.com Clean up the multi

Re: [PATCH 0/8] ir-kbd-i2c conversion to the new i2c binding model (v3)

2009-05-14 Thread Jean Delvare
On Thu, 14 May 2009 21:25:02 +0200, Oldřich Jedlička wrote: On Wednesday 13 of May 2009 at 21:45:59, Jean Delvare wrote: Hi all, Here comes an update of my conversion of ir-kbd-i2c to the new i2c binding model. I've split it into 8 pieces for easier review. Firstly there is 1

[PATCH] [0905_11] Siano: smsusb - add big endien support

2009-05-14 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242323662 -10800 # Node ID 483a3656a227acbceb26da96b02bebd0058a3961 # Parent f93a86c6f9785cb60e015e811ddfca6850135887 [0905_11] Siano: smsusb - add big endien support From: Uri Shkolnik u...@siano-ms.com Add support for big

[PATCH] [0905_12] Siano: move dvb-api headers' includes to dvb adapter

2009-05-14 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242323970 -10800 # Node ID cc2c1513b97c4247614fadcab0a61f3979837d86 # Parent 483a3656a227acbceb26da96b02bebd0058a3961 [0905_12] Siano: move dvb-api headers' includes to dvb adapter From: Uri Shkolnik u...@siano-ms.com Move the

[PATCH] [0905_14] Siano: USB - move the device id table to the cards module

2009-05-14 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242325466 -10800 # Node ID fe5ecbb828340406923d06b4ea93a210aafb5c7e # Parent 5a6de44c39c9198bc1af79f5901dc769690885de [0905_14] Siano: USB - move the device id table to the cards module From: Uri Shkolnik u...@siano-ms.com The

[PATCH] [0905_15] Siano: smscards - add two more targets

2009-05-14 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242325845 -10800 # Node ID 0f7ae5e8b09ff516f35f299e81aacbba237ba038 # Parent fe5ecbb828340406923d06b4ea93a210aafb5c7e [0905_15] Siano: smscards - add two more targets From: Uri Shkolnik u...@siano-ms.com Add two more target to

[PATCH] [0905_16] Siano: smscards - add gpio look-up table

2009-05-14 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242326150 -10800 # Node ID dd2de98ad42c1328d24e7bf90903fab1e1368b0b # Parent 0f7ae5e8b09ff516f35f299e81aacbba237ba038 [0905_16] Siano: smscards - add gpio look-up table From: Uri Shkolnik u...@siano-ms.com Add gpio look-up

[PATCH] [0905_17] Siano: bind infra-red component

2009-05-14 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242327012 -10800 # Node ID 438275c8cf1084ed8983b084a8d4d7ef03c05022 # Parent dd2de98ad42c1328d24e7bf90903fab1e1368b0b [0905_17] Siano: bind infra-red component From: Uri Shkolnik u...@siano-ms.com Add the infra-red to the

[PATCH] [0905_18] Siano: IR - add SMS IR protocol

2009-05-14 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242327653 -10800 # Node ID fdfd103426e8aeabb18aaa1e117238e3ca450d0e # Parent 438275c8cf1084ed8983b084a8d4d7ef03c05022 [0905_18] Siano: IR - add SMS IR protocol From: Uri Shkolnik u...@siano-ms.com Add the SMS Infra-red protocol

[PATCH] [0905_19] Siano: smscards - fix wrong firmware assignment

2009-05-14 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242327843 -10800 # Node ID ccbe8d7a70064b1552f2034b958551b8fc294d8e # Parent fdfd103426e8aeabb18aaa1e117238e3ca450d0e [0905_19] Siano: smscards - fix wrong firmware assignment From: Uri Shkolnik u...@siano-ms.com Remove wrong

[PATCH] [0905_20] Siano: smscards - add table entities to new cards

2009-05-14 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242328012 -10800 # Node ID 9341c85c499e5052022ffd4ad154e912bffabe59 # Parent ccbe8d7a70064b1552f2034b958551b8fc294d8e [0905_20] Siano: smscards - add table entities to new cards From: Uri Shkolnik u...@siano-ms.com Add new

[PATCH] [0905_21] Siano: smscards - assign gpio to HPG targets

2009-05-14 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242328393 -10800 # Node ID 71c60eec8001438fee7e9f2e220a101576d6a219 # Parent 9341c85c499e5052022ffd4ad154e912bffabe59 [0905_21] Siano: smscards - assign gpio to HPG targets From: Uri Shkolnik u...@siano-ms.com Assign using the

Re: working on webcam driver

2009-05-14 Thread Theodore Kilgore
On Thu, 14 May 2009, Hans de Goede wrote: On 05/14/2009 06:00 PM, MK wrote: Since I'm cross-posting this (as advised) I should introduce myself by saying I am a neophyte C programmer getting into kernel programming by trying to write a driver for an unsupported webcam. So far I've gotten

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

2009-05-14 Thread Andy Walls
On Wed, 2009-05-13 at 02:46 +0200, hermann pitton wrote: Hi Andy, Am Sonntag, den 10.05.2009, 19:39 -0400 schrieb Andy Walls: Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb for the following 2 changesets: 01/02: cx18: Add missing newline to tuner detection error

Re: Sound capture with Osprey 230

2009-05-14 Thread Trent Piepho
On Mon, 11 May 2009, Sverker Abrahamsson wrote: Hi all, I've been using Osprey 230 cards for AV capture for several years, earlier with a modified version of Viewcast's driver but it was never very stable. When doing a new setup I therefore wanted to get the Alsa driver to work. I found that

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

2009-05-14 Thread hermann pitton
Hi, Am Donnerstag, den 14.05.2009, 16:26 -0400 schrieb Andy Walls: On Wed, 2009-05-13 at 02:46 +0200, hermann pitton wrote: Hi Andy, Am Sonntag, den 10.05.2009, 19:39 -0400 schrieb Andy Walls: Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb for the following

Re: twinhan cards

2009-05-14 Thread Gregor Fuis
I managed to find a way to go further. I just commented out a code in dvb_bt8xx.c which returns error and let it to run further. if (!(card-bt = dvb_bt8xx_878_match(card-bttv_nr, bttv_pci_dev))) { printk(dvb_bt8xx: unable to determine DMA core of card %d,\n,

Re: BUG in av7110_vbi_write()

2009-05-14 Thread e9hack
Oliver Endriss schrieb: copy_from_user() will only be called if count == sizeof d. Ooops, I didn't see that. Regards, Hartmut -- 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

Re: [linux-dvb] Is HP rebranded Hauppauge HVR-1500 ok on 64bit versions of stable distributions?

2009-05-14 Thread Matthew Gardeski
On Thu, May 14, 2009 at 03:42, Matthew Gardeski gar...@gmail.com wrote: On Mon, Apr 20, 2009 at 10:33, Benster Jeremy pgh...@yahoo.com wrote: I have the hp expresscard version of the hauppauge VHR-1500 tuner. I am having problems getting it to operate under the latest 64bit versions of ubuntu

Re: v4l-dvb rev 11757 broke building under Ubuntu Hardy

2009-05-14 Thread Andy Walls
David Ward wrote: I am using v4l-dvb in order to add the cx18 driver under Ubuntu Hardy (8.04). The build is currently broken under Hardy, which uses kernel 2.6.24. I have traced the origin of the problem to revision 11757. As seen in the latest cron job output, the build produces the

[PULL] http://kernellabs.com/hg/~dheitmueller/xc5000-improvements-beta3

2009-05-14 Thread Devin Heitmueller
Hello Mauro, Please pull from http://kernellabs.com/hg/~dheitmueller/xc5000-improvements-beta3 for the following: cx88: remove xc5000 reset for Pinnacle 800i xc5000: add copyright line au0828: send command to power down tuner when done with analog xc5000: poll at 5ms interval for register write

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

2009-05-14 Thread hermann pitton
That is this MK4 tuner=54 stuff, IIRC. (no tda9887) The follow up you might have and I'm not subscribed to ivtv.devel. (it always worked well nevertheless, tuner=57 was meant) The TCL MNM05-4 appears to have a TDA9887 based on tuner chip autodetection: Eventually what really

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/xc5000-improvements-beta3

2009-05-14 Thread Devin Heitmueller
On Thu, May 14, 2009 at 9:28 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Hello Mauro, Please pull from http://kernellabs.com/hg/~dheitmueller/xc5000-improvements-beta3 for the following: Mauro, I just renamed the tree, it can be found here now:

[PULL] http://kernellabs.com/hg/~dheitmueller/au0828-oldkernel-compilefix

2009-05-14 Thread Devin Heitmueller
Mauro, Please pull from http://kernellabs.com/hg/~dheitmueller/au0828-oldkernel-compilefix for the following fix (an error detected with Han's daily build tool): au0828: get rid of debug printk that was causing compile failures Thanks, Devin -- Devin J. Heitmueller - Kernel Labs

Re: How to interpret error codes for usb_control_msg()?

2009-05-14 Thread Randy Dunlap
Theodore Kilgore wrote: Working on a driver for the Sonix SN9C2028 dual-mode cameras, I am confronted with the situation that certain usb_control_msg() functions are failing and returning -32. Does anyone know how to look up what -32 is supposed to mean? It appears not to be in the standard