Re: [PATCH] firedtv: refine AVC debugging

2009-07-17 Thread Stefan Richter
Henrik Kurelid wrote: +#if LINUX_VERSION_CODE KERNEL_VERSION(2, 6, 22) This expression is always true. :-) -- Stefan Richter -=-==--= -=== =---= http://arcgraph.de/sr/ -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: [PATCH] firedtv: refine AVC debugging

2009-07-17 Thread Stefan Richter
Henrik Kurelid wrote: +static int debug_fcp_opcode_flag_set(unsigned int opcode, +const u8 *data, int length) +{ + switch (opcode) { + case AVC_OPCODE_VENDOR: break; + case AVC_OPCODE_READ_DESCRIPTOR:return avc_debug

Re: AVerMedia AVerTV GO 007 FM, no radio sound (with routing enabled)

2009-07-17 Thread Mauro Carvalho Chehab
Em Fri, 17 Jul 2009 10:57:38 +0700 Pham Thanh Nam phamthanhnam@gmail.com escreveu: Hi So, should we add an option for this card? For example: modprobe saa7134 card=57 radioontv IMO, we should just apply a patch doing the right thing. I couldn't find any explanation for the change. Let's

Re: [PATCH] firedtv: refine AVC debugging

2009-07-17 Thread Henrik Kurelid
Hi, I gave this some thought when I implemented it. These are should not happend-situations where the drivers or hardware sends unknown/unimplemented commands. Rather than making sure that they are never seen in the logs I wanted them to always be logged (as long as some debug logging is turned

Omap34xx and OV5620

2009-07-17 Thread John Sarman
Sergio, Success, I was able to capture data from the OV5620 using the omap34xxcam and isp. The problem I was was having was due to several wrong setups (all my fault of course :) I am using the v4l2 example code. The code wanted YUYV and Interlaced. I changed it to the SGBRG10

Re: [PATCH] firedtv: refine AVC debugging

2009-07-17 Thread Stefan Richter
On 17 Jul, Henrik Kurelid wrote: [I wrote] Shouldn't the three return statements in debug_fcp_opcode_flag_set be 'return 0' rather than one? I gave this some thought when I implemented it. These are should not happend-situations where the drivers or hardware sends unknown/ unimplemented

Re: [PATCH] firedtv: refine AVC debugging

2009-07-17 Thread Stefan Richter
On 17 Jul, Henrik Kurelid wrote: [I wrote] Shouldn't the three return statements in debug_fcp_opcode_flag_set be 'return 0' rather than one? I gave this some thought when I implemented it. These are should not happend-situations where the drivers or hardware sends unknown/ unimplemented

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

2009-07-17 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 Jul 17 19:00:03 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12270:d754a2d5a376 gcc version: gcc

[PATCH 0/3] ir-kbd-i2c, cx18: IR devices for CX23418 boards

2009-07-17 Thread Andy Walls
Jean, The following patch series is my preliminary cut at getting the cx18 bridge driver supported IR devices set up properly by the cx18 driver to allow use by ir-kbd-i2c, lirc_i2c, lirc_pvr150, and lirc_zilog for both old and new (= 2.6.30) kernels. They are: 1/3: ir-kbd-i2c: Allow use of

[PATCH 2/3] 2/3: cx18: Add i2c initialization for Z8F0811/Hauppage IR transceivers

2009-07-17 Thread Andy Walls
This patch add support to the cx18 driver for setting up the Z8F0811/Hauppauge IR Tx/Rx chip with the i2c binding model in newer kernels. My concerns/questions: 1. When using the new i2c binding model, I'm not saving the returned pointer from i2c_new_probed_device() and am hence taking no action

[PATCH 3/3] ir-kbd-i2c: Add support for Z8F0811/Hauppage IR transceivers

2009-07-17 Thread Andy Walls
This patch adds support for Zilog Z8F0811 IR transceiver chips on CX2341[68] based boards to ir-kbd-i2c for both the old i2c binding model and the new i2c binding model. Regards, Andy diff -r d754a2d5a376 linux/drivers/media/video/ir-kbd-i2c.c --- a/linux/drivers/media/video/ir-kbd-i2c.cWed

[PATCH 0/2] gspca sn9c20x subdriver rev2

2009-07-17 Thread Brian Johnson
Mauro, Here is the updated version of the gspca sn9c20x subdriver. I've removed the custom debugging support and replaced it with support for the v4l2 debugging ioctls. The first patch in this set adds support to the gspca core for those ioctls. Also included are the fixes Hans sent in his last

[PATCH 1/2] gspca: add support for v4l2 debugging ioctls

2009-07-17 Thread Brian Johnson
This patch adds support for dbg_g_chip_ident, dbg_g_register, and dbg_s_register to the gspca core module. Signed-off-by: Brian Johnson brij...@gmail.com --- drivers/media/video/gspca/gspca.c | 73 + drivers/media/video/gspca/gspca.h |7 2 files

DM04+ USB DVB-S adapter

2009-07-17 Thread Derek Simkowiak
Hello, Does anyone know if there is a driver for this cheap USB DVB-S device? It's only $35 USD on Ebay. I didn't find any info with Google. Model Name: DM04+ (or sometimes listed as DM04) Manufacturer: Forwardvideo (HK) Co., Ltd. Manufacturer Ref.: EQZ2SH5473Y6 Pictures Specs:

Re: [PATCH] saa7134 - ir remote for sinovideo 1300

2009-07-17 Thread Krzysztof Halasa
James Guo jin...@yahoo.com writes: Have a tv tuner believe to be sinovideo 1300, and the remote has h-338 in the back, the tuner is detected as saa7134 proteus 2309, and working fine, the patch is for the remote. following buttons supposed to be working: all the number button, channel up

Re: AVerMedia AVerTV GO 007 FM, no radio sound (with routing enabled)

2009-07-17 Thread hermann pitton
Hi, Am Freitag, den 17.07.2009, 05:19 -0300 schrieb Mauro Carvalho Chehab: Em Fri, 17 Jul 2009 10:57:38 +0700 Pham Thanh Nam phamthanhnam@gmail.com escreveu: Hi So, should we add an option for this card? For example: modprobe saa7134 card=57 radioontv IMO, we should just apply a

Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-07-17 Thread Antoine Jacquet
Hi, Lamarque Vieira Souza wrote: Em Quinta-feira 16 Julho 2009, Mauro Carvalho Chehab escreveu: Em Wed, 15 Jul 2009 20:54:55 -0300 [...] + if (pipe_info-state != 0) { + if (usb_submit_urb(pipe_info-stream_urb, GFP_KERNEL)) + dev_err(cam-udev-dev,

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

2009-07-17 Thread Antoine Jacquet
Mauro, Please pull from http://linuxtv.org/hg/~ajacquet/v4l-dvb for the following changeset: 01/01: zr364xx: implement V4L2_CAP_STREAMING http://linuxtv.org/hg/~ajacquet/v4l-dvb?cmd=changeset;node=3d99e4f816e5 zr364xx.c | 1209 +-

Re: Report: Compro Videomate Vista T750F

2009-07-17 Thread hermann pitton
Am Mittwoch, den 15.07.2009, 20:35 +0200 schrieb Samuel Rakitnican: On Sun, 12 Jul 2009 23:33:06 +0200, hermann pitton hermann-pit...@arcor.de wrote: Hi Samuel, Am Sonntag, den 12.07.2009, 13:30 +0200 schrieb Samuel Rakitnican: As the card=139 (Compro Videomate T750) DVB: Not

[PATCH] saa7134 - ir remote for sinovideo 1300

2009-07-17 Thread James Guo
Have a tv tuner believe to be sinovideo 1300, and the remote has h-338 in the back, the tuner is detected as saa7134 proteus 2309, and working fine, the patch is for the remote. following buttons supposed to be working: all the number button, channel up and down, volumn up and down, off,