Re: [RFC] Anticipating lirc breakage

2009-04-06 Thread Mike Isely
On Mon, 6 Apr 2009, Jean Delvare wrote: > Hi all, > > In the light of recent discussions and planed changes to the i2c > subsystem and the ir-kbd-i2c driver, I will try to summarize the > situation and make some proposals. Note that I am really not sure what > we want to do, so this is a true req

Re: [RFC] Anticipating lirc breakage

2009-04-06 Thread hermann pitton
Hi, Am Montag, den 06.04.2009, 21:20 -0400 schrieb Andy Walls: > On Mon, 2009-04-06 at 17:44 +0200, Jean Delvare wrote: > > Hi all, > > > > In the light of recent discussions and planed changes to the i2c > > subsystem and the ir-kbd-i2c driver, I will try to summarize the > > situation and make

Re: [RFC] Anticipating lirc breakage

2009-04-06 Thread Mauro Carvalho Chehab
On Mon, 6 Apr 2009 17:44:48 +0200 Jean Delvare wrote: > Hi all, > > In the light of recent discussions and planed changes to the i2c > subsystem and the ir-kbd-i2c driver, I will try to summarize the > situation and make some proposals. Note that I am really not sure what > we want to do, so thi

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-04-06 Thread Mauro Carvalho Chehab
On Tue, 07 Apr 2009 08:54:04 +0800 Timothy Lee wrote: > Dear Mauro, > > I wrote the original lgs8gl5 driver by reverse-engineering my USB TV > stick using UsbSnoop. > > I've been working together with David to make sure his lgs8gxx driver > works with my TV stick, so yes, the generic driver a

Re: [GIT PATCHES for 2.6.30] V4L/DVB updates

2009-04-06 Thread Mauro Carvalho Chehab
On Mon, 6 Apr 2009 22:29:40 -0300 Mauro Carvalho Chehab wrote: > > On Mon, 6 Apr 2009 18:11:34 -0700 (PDT) > Linus Torvalds wrote: > > > > > > > On Mon, 6 Apr 2009, Mauro Carvalho Chehab wrote: > > > > > > Please pull from: > > > > > > ssh://master.kernel.org/pub/scm/linux/kernel/

Re: Embedded Linux Conference

2009-04-06 Thread Tony Lindgren
On Mon, Apr 06, 2009 at 11:45:39PM +, Tony Lindgren wrote: > On Tue, Apr 07, 2009 at 01:18:05AM +0200, Hans Verkuil wrote: > > > > > * Dongsoo Kim [090317 10:36]: > > > > > > > > > > > How about Monday night after the Dinner (ends at 7pm [1]) we meet for > > beers. I'll let someon

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-04-06 Thread Timothy Lee
Dear Mauro, I wrote the original lgs8gl5 driver by reverse-engineering my USB TV stick using UsbSnoop. I've been working together with David to make sure his lgs8gxx driver works with my TV stick, so yes, the generic driver actually works. :) Regards, Timothy Lee On 04/07/2009 01:44 AM, M

Re: [GIT PATCHES for 2.6.30] V4L/DVB updates

2009-04-06 Thread Mauro Carvalho Chehab
On Mon, 6 Apr 2009 18:11:34 -0700 (PDT) Linus Torvalds wrote: > > > On Mon, 6 Apr 2009, Mauro Carvalho Chehab wrote: > > > > Please pull from: > > > > ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git > > for_linus > > Have you rebased your tree and pushed out

Re: [GIT PATCHES for 2.6.30] V4L/DVB updates

2009-04-06 Thread Linus Torvalds
On Mon, 6 Apr 2009, Mauro Carvalho Chehab wrote: > > Please pull from: > > ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git > for_linus Have you rebased your tree and pushed out multiple versions of it? I'm getting very confusing things from the mirrors, which a

[GIT PATCHES for 2.6.30] V4L/DVB updates

2009-04-06 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 the second part of updates for 2.6.30 (this time, 121 patches). It contains: - pxa_camera/soc-camera, ivtv, pvrusb2, af9015 updates; - the second part of v4l2 dev/subdev c

Re: [PATCH] Re: cx88-dsp.c: missing __divdi3 on 32bit kernel

2009-04-06 Thread Marton Balint
On Mon, 6 Apr 2009, Miroslav Šustek wrote: > Well this patch should solve it. > > I don't know how many samples are processed so: > First patch is for situation when N*N fits in s32. > Second one uses two divisions, but doesn't have any abnormal restrictions for > N. Both patches are fine, beac

Re: [RFC] Anticipating lirc breakage

2009-04-06 Thread Andy Walls
On Mon, 2009-04-06 at 17:44 +0200, Jean Delvare wrote: > Hi all, > > In the light of recent discussions and planed changes to the i2c > subsystem and the ir-kbd-i2c driver, I will try to summarize the > situation and make some proposals. Note that I am really not sure what > we want to do, so this

Re: Embedded Linux Conference

2009-04-06 Thread Tony Lindgren
On Tue, Apr 07, 2009 at 01:18:05AM +0200, Hans Verkuil wrote: > > > * Dongsoo Kim [090317 10:36]: > > > > > > > How about Monday night after the Dinner (ends at 7pm [1]) we meet for > beers. I'll let someone local (Tony) pick the venue. > >>> > >>> OK, let's plan for Monday night then

Re: Embedded Linux Conference

2009-04-06 Thread Hans Verkuil
> * Dongsoo Kim [090317 10:36]: > > > How about Monday night after the Dinner (ends at 7pm [1]) we meet for beers. I'll let someone local (Tony) pick the venue. >>> >>> OK, let's plan for Monday night then. I'll find some place with >>> drinks easily available, and within walking dist

[PATCH] Re: cx88-dsp.c: missing __divdi3 on 32bit kernel

2009-04-06 Thread Miroslav Šustek
Well this patch should solve it. I don't know how many samples are processed so: First patch is for situation when N*N fits in s32. Second one uses two divisions, but doesn't have any abnormal restrictions for N. Personally I think that two divisions won't hurt. :) - FILE: cx88-dsp_64bit_m

Re: Embedded Linux Conference

2009-04-06 Thread Tony Lindgren
* Dongsoo Kim [090317 10:36]: >>> How about Monday night after the Dinner (ends at 7pm [1]) we meet for >>> beers. I'll let someone local (Tony) pick the venue. >> >> OK, let's plan for Monday night then. I'll find some place with >> drinks easily available, and within walking distance from th

Fw: [PATCH resend] PWC: fix build error when CONFIG_INPUT=m

2009-04-06 Thread Mauro Carvalho Chehab
Forwarded message: Date: Mon, 6 Apr 2009 14:59:31 -0700 From: Randy Dunlap To: Mauro Carvalho Chehab ,lkml Cc: Laurent Pinchart ,"Rafael J. Wysocki" Subject: [PATCH resend] PWC: fix build error when CONFIG_INPUT=m From: Randy Dunlap Fix build errors when USB_PWC=y and IN

Fw: [PATCH resend] UVC: uvc_status_cleanup(): undefined reference to `input_unregister_device'

2009-04-06 Thread Mauro Carvalho Chehab
Forwarded message: Date: Mon, 6 Apr 2009 14:57:55 -0700 From: Randy Dunlap To: Mauro Carvalho Chehab ,lkml Cc: Laurent Pinchart ,"Rafael J. Wysocki" Subject: [PATCH resend] UVC: uvc_status_cleanup(): undefined reference to `input_unregister_device' From: Randy Dunlap Fi

Re: Embedded Linux Conference

2009-04-06 Thread Tony Lindgren
* Tony Lindgren [090406 15:12]: > * Dongsoo Kim [090317 10:36]: > > > > >>> How about Monday night after the Dinner (ends at 7pm [1]) we meet for > >>> beers. I'll let someone local (Tony) pick the venue. > >> > >> OK, let's plan for Monday night then. I'll find some place with > >> drinks ea

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

2009-04-06 Thread Mauro Carvalho Chehab
On Sun, 5 Apr 2009 18:25:28 +0200 Jean-Francois Moine wrote: > On Sun, 5 Apr 2009 07:29:00 -0300 > Mauro Carvalho Chehab wrote: > > > On Fri, 03 Apr 2009 20:29:08 +0200 > > Erik Andrén wrote: > > > Please pull http://linuxtv.org/hg/~eandren/v4l-dvb/ > > > for more m5602-gspca changeset that ar

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

2009-04-06 Thread Mauro Carvalho Chehab
On Sun, 5 Apr 2009 18:26:07 +0200 Jean-Francois Moine wrote: > Hi Mauro, > > Here is my previous pull request. > > Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ > gspca - m5602-ov9650: Always init the ov9650 before starting a stream Instead of a hack, wouldn't be better to proper

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-06 Thread hermann pitton
Hi Jean, Am Montag, den 06.04.2009, 10:40 +0200 schrieb Jean Delvare: > On Sun, 05 Apr 2009 23:22:03 +0200, drunk and tired hermann pitton wrote: don't tell me the French vine is always better. You likely know who introduced that currency once :) > > Hmm, I'm still "happy" with the broken DVB-T

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

2009-04-06 Thread Mauro Carvalho Chehab
On Fri, 03 Apr 2009 20:29:08 +0200 Erik Andrén wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Jean-Francois, > > Please pull http://linuxtv.org/hg/~eandren/v4l-dvb/ > for more m5602-gspca changeset that are 2.6.30 material. > > Thanks, > Erik Hi Erik, Please always check you

cx88-dsp.c: missing __divdi3 on 32bit kernel

2009-04-06 Thread Miroslav Šustek
Hello, Commit 02fde69f31dc (and 7152a23142bc) on http://linuxtv.org/hg/v4l-dvb/ adds new file cx88-dsp.c which uses 64bit divisions, but these are somehow not supported on 32bit kernels. message during compile: WARNING: "__divdi3" [/root/v4l-dvb/v4l/cx88xx.ko] undefined Maybe we can use only s32,

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

2009-04-06 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:Mon Apr 6 19:00:05 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11397:02fde69f31dc gcc version: gcc

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-04-06 Thread Mauro Carvalho Chehab
On Tue, 31 Mar 2009 00:54:49 -0400 Devin Heitmueller wrote: > On Tue, Mar 17, 2009 at 11:55 AM, David Wong wrote: > > This patch contains the unified driver for Legend Silicon LGS8913 and > > LGS8GL5. It should replace lgs8gl5.c in media/dvb/frontends > > > > David T.L. Wong > > David, > > The

Re: Compile of gspca

2009-04-06 Thread Tom & Merry Cada
On Thu, Apr 2, 2009 at 10:14 PM, Tom & Merry Cada wrote: > Hi all. I hope this is the right place to bring up this problem. > > I have been attempting to set up a Microsoft VX 3000 webcam/microphone combo. > > I was running Ubuntu 8.10 (intrepid ibex) with the 2.6.27-11 kernel. I > was unable to g

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2

2009-04-06 Thread Mike Isely
On Mon, 6 Apr 2009, Jean Delvare wrote: > Hi Mike, > > Please note: I think the long post I just sent makes part of this > discussion obsolete from a technical perspective. But still interesting > from a functional perspective, which is why I am following up. I plan a reply to your RFC as well,

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2

2009-04-06 Thread Jean Delvare
Hi Mike, Please note: I think the long post I just sent makes part of this discussion obsolete from a technical perspective. But still interesting from a functional perspective, which is why I am following up. On Mon, 6 Apr 2009 10:03:00 -0500 (CDT), Mike Isely wrote: > On Mon, 6 Apr 2009, Jean D

Re: [PATCH] Add ov9655 camera driver

2009-04-06 Thread Guennadi Liakhovetski
On Mon, 6 Apr 2009, Stefan Herbrechtsmeier wrote: > Add a driver for the OmniVision ov9655 camera sensor. > The driver use the soc_camera framework. > It was tested on the BeBot robot with a PXA270 processor. > > Signed-off-by: Stefan Herbrechtsmeier Hans, does it make sense to include this one

[RFC] Anticipating lirc breakage

2009-04-06 Thread Jean Delvare
Hi all, In the light of recent discussions and planed changes to the i2c subsystem and the ir-kbd-i2c driver, I will try to summarize the situation and make some proposals. Note that I am really not sure what we want to do, so this is a true request for opinions. First of all, the original reason

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2

2009-04-06 Thread Mike Isely
On Mon, 6 Apr 2009, Jean Delvare wrote: > Hi Mike, > > I'll answer all your questions and express my concerns in this reply, to > avoid spreading the info all around the discussion thread. > > On Mon, 6 Apr 2009 00:19:23 -0500 (CDT), Mike Isely wrote: > > Please pull from http://linuxtv.org/hg/~

[PATCH] Add ov9655 camera driver

2009-04-06 Thread Stefan Herbrechtsmeier
Add a driver for the OmniVision ov9655 camera sensor. The driver use the soc_camera framework. It was tested on the BeBot robot with a PXA270 processor. Signed-off-by: Stefan Herbrechtsmeier --- diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig --- a/linux/drive

RE: [PATCH 3/3] V4L2 Driver for OMAP3/3 DSS.

2009-04-06 Thread Hans Verkuil
> Hi Hans, > Please find my comments inline. Most of the comments are taken care of. > 2. In DSS rotation is accomplished by some memory algorithm but its quite > costly so -1 is essentially same as 0 degree but with out the overhead. > But if mirroring is on then we have to do the 0 degree rota

Re: Hauppauge WinTV-HVR-4000 / Nova-HD-S2

2009-04-06 Thread Steven Toth
Kevin Wells wrote: Jonas Kvinge wrote: Whats the command to extract the firmware from the new driver release at http://www.wintvcd.co.uk/drivers/88x_2_123_27056_WHQL.zip The driver at http://www.wintvcd.co.uk/drivers/88x_2_122_26109_WHQL.zip is no longer available, so the link on http://linuxtv

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-06 Thread Jarod Wilson
On Sunday 05 April 2009 14:31:54 Janne Grunau wrote: > On Sun, Apr 05, 2009 at 01:39:33PM -0400, Andy Walls wrote: > > On Sun, 2009-04-05 at 16:37 +0200, Janne Grunau wrote: > > > > > > I would guess that it won't work. There is an effort to merge lirc. It's > > > currently stalled though. > > >

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-06 Thread Mauro Carvalho Chehab
On Sun, 05 Apr 2009 08:44:15 -0400 Andy Walls wrote: > The scope of a complete kernel IR infrastructure goes a bit beyond I2C > bus devices that are only input devices. > > What's the scope of what you want to tackle here? > > I certainly don't want to reinvent something that's going to look ju

Re: v4l-dvb repository doesn't build

2009-04-06 Thread Jean Delvare
On Mon, 6 Apr 2009 10:32:52 +0200, Jean Delvare wrote: > My latest pull of the v4l-dvb repository this morning broke the build: > make[3]: *** No rule to make target `/home/khali/src/v4l-dvb/v4l/cx88-dsp.o', > needed by `/home/khali/src/v4l-dvb/v4l/tda18271.o'. Stop. > > I am building against ke

Re: tm6010 development repository

2009-04-06 Thread Steven Toth
Kevin Wells wrote: Mauro Carvalho Chehab wrote: On Sun, 05 Apr 2009 12:45:56 +1200 Kevin Wells wrote: Steven Toth wrote: Kevin Wells wrote: I've started trying to understand the code in the following repository: http://www.linuxtv.org/hg/~mchehab/tm6010/ I have a few patch

[PATCH 2/3] New V4L2 CIDs for OMAP class of Devices.

2009-04-06 Thread Hardik Shah
Added V4L2_CID_BG_COLOR for background color setting. Added V4L2_CID_ROTATION for rotation setting. Above two ioclts are indepth discussed. Posting again with the driver usage. V4L2 supports chroma keying added new flags for the source chroma keying which is exactly opposite of the chorma keying s

[PATCH 1/3] Documentation for new V4L2 CIDs added.

2009-04-06 Thread Hardik Shah
1. Updated for V4L2_CID_BG_COLOR 2. Updated for V4L2_CID_ROTATION Both of the above are discussed in length with community 3. Updated for new flags and capability field added to v4l2_frame buffer structure. Community comments fixed in this post 1. Fixed Few typos. 2. Changed V4L2_CID_ROTATION to V

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-06 Thread Mauro Carvalho Chehab
On Sun, 5 Apr 2009 21:52:31 -0500 (CDT) Mike Isely wrote: > On Sun, 5 Apr 2009, Mauro Carvalho Chehab wrote: > > > On Sun, 05 Apr 2009 18:00:04 -0400 > > Andy Walls wrote: > > > > > On Sun, 2009-04-05 at 23:22 +0200, hermann pitton wrote: > > > > Am Sonntag, den 05.04.2009, 22:22 +0200 schrieb

[PATCH] Enabling of the Winfast TV2000 XP Global TV capture card remote control

2009-04-06 Thread Pieter Van Schaik
From: Pieter C van Schaik The Winfast TV2000 XP Global video capture card IR remote keys were not initialized and handled in cx88-input.c; added two corresponding case statements, where this card's remote works exactly the same as the DTV1000's. Signed-off-by: Pieter C van Schaik --- --- linux-

RE: [PATCH 1/3] Documentation for new V4L2 CIDs added.

2009-04-06 Thread Shah, Hardik
Hi Hans, Please find my comments inline. Regards, Hardik > -Original Message- > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: Monday, March 30, 2009 5:23 PM > To: Shah, Hardik > Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; Jadav, Brijesh R; > Hiremath, Vaibhav >

RE: [PATCH 2/3] New V4L2 CIDs for OMAP class of Devices.

2009-04-06 Thread Shah, Hardik
Hi Hans, Please find my comments inline. Regards, Hardik Shah > -Original Message- > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: Monday, March 30, 2009 5:29 PM > To: Shah, Hardik > Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; Jadav, Brijesh R; > Hiremath, Vaibha

RE: [PATCH 3/3] V4L2 Driver for OMAP3/3 DSS.

2009-04-06 Thread Shah, Hardik
Hi Hans, Please find my comments inline. Most of the comments are taken care of. Regards, Hardik Shah > > static struct twl4030_hsmmc_info mmc[] __initdata = { > > diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig > > index 19cf3b8..91e4529 100644 > > --- a/drivers/media/vid

RE: [PATCH 0/3] V4L2 driver for OMAP2/3 with new CIDs.

2009-04-06 Thread Shah, Hardik
Hi All, > -Original Message- > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: Friday, March 20, 2009 12:56 PM > To: Shah, Hardik > Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org > Subject: Re: [PATCH 0/3] V4L2 driver for OMAP2/3 with new CIDs. > > On Friday 20 March

Re: Test results for ir-kbd-i2c.c changes (Re: [PATCH 0/6] ir-kbd-i2c conversion to the new i2c binding model)

2009-04-06 Thread Jean Delvare
Hi Andy, On Mon, 06 Apr 2009 07:56:22 -0400, Andy Walls wrote: > On Mon, 2009-04-06 at 10:54 +0200, Jean Delvare wrote: > > Thanks a lot for the testing! > > You're welcome. > > Sorry for being such a pain to what I suspect you hoped was to be a > "simple" change. You must be kidding. For one t

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-06 Thread Andy Walls
On Mon, 2009-04-06 at 11:04 +0200, Jean Delvare wrote: > Hi Andy, > I'm all for adding > support for more boards, however I'd rather do this _after_ the i2c > model conversion is done, so that we have a proper changelog entry > saying that we added support for the PVR-150, and that it gets proper

Re: Test results for ir-kbd-i2c.c changes (Re: [PATCH 0/6] ir-kbd-i2c conversion to the new i2c binding model)

2009-04-06 Thread Andy Walls
On Mon, 2009-04-06 at 10:54 +0200, Jean Delvare wrote: > Hi Andy, > Note that struct IR_i2c_init_data only contains the fields I needed at > the moment, but it would be trivial to extend it to allow bridge > drivers to pass more setup information if needed, for example ir_type. Yeah, I could hav

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-06 Thread Mauro Carvalho Chehab
On Sun, 5 Apr 2009 13:48:02 -0500 (CDT) Mike Isely wrote: > My impression (at least for pvrusb2-driven devices) is that the later IR > receivers require a completely different driver to work properly; one > can't just bolt additional features into ir-kbd-i2c for this. This is the old approac

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-06 Thread Mauro Carvalho Chehab
On Sun, 5 Apr 2009 22:35:25 -0700 (PDT) Uri Shkolnik wrote: > > > > --- On Mon, 4/6/09, Mauro Carvalho Chehab wrote: > > > From: Mauro Carvalho Chehab > > Subject: Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding > > model > > To: "Andy Walls" > > Cc: "hermann pitton" ,

Re: tm6010 development repository

2009-04-06 Thread Kevin Wells
Mauro Carvalho Chehab wrote: On Sun, 05 Apr 2009 12:45:56 +1200 Kevin Wells wrote: Steven Toth wrote: Kevin Wells wrote: I've started trying to understand the code in the following repository: http://www.linuxtv.org/hg/~mchehab/tm6010/ I have a few patches I would like to

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2

2009-04-06 Thread Jean Delvare
Hi Mike, I'll answer all your questions and express my concerns in this reply, to avoid spreading the info all around the discussion thread. On Mon, 6 Apr 2009 00:19:23 -0500 (CDT), Mike Isely wrote: > Please pull from http://linuxtv.org/hg/~mcisely/pvrusb2 for two pvrusb2 > changesets. One set

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-06 Thread Jean Delvare
Hi Andy, On Sun, 05 Apr 2009 15:35:52 -0400, Andy Walls wrote: > --- v4l-dvb.orig/linux/drivers/media/video/ivtv/ivtv-i2c.c2009-04-04 > 10:53:08.0 +0200 > +++ v4l-dvb/linux/drivers/media/video/ivtv/ivtv-i2c.c 2009-04-04 > 10:58:36.0 +0200 > [snip] > - > + const un

Re: Test results for ir-kbd-i2c.c changes (Re: [PATCH 0/6] ir-kbd-i2c conversion to the new i2c binding model)

2009-04-06 Thread Jean Delvare
Hi Andy, On Sun, 05 Apr 2009 20:22:59 -0400, Andy Walls wrote: > I tested your original patch set so you can get some real feedback. The > news is good, but I'll bore you with the details first. :) > > > 1. My setup: > > HVR-1600: Hauppauge model 74041, rev C5B2, serial# 891351 > has no radi

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-06 Thread Jean Delvare
On Sun, 05 Apr 2009 23:22:03 +0200, drunk and tired hermann pitton wrote: > Hmm, I'm still "happy" with the broken DVB-T for saa7134 on 2.6.29, > tasting some Chianti vine now and need to sleep soon, but I'm also not > that confident that your saa7134 MSI t...@nywhere Plus i2c remote does > work ad

v4l-dvb repository doesn't build

2009-04-06 Thread Jean Delvare
My latest pull of the v4l-dvb repository this morning broke the build: make[3]: *** No rule to make target `/home/khali/src/v4l-dvb/v4l/cx88-dsp.o', needed by `/home/khali/src/v4l-dvb/v4l/tda18271.o'. Stop. I am building against kernel 2.6.29.1. Yesterday it was building OK. I can't make any sen

Re: Auto-response for your message to the "linux-dvb" mailing list

2009-04-06 Thread shkel
Dear Sirs Thanks for auto-reply response but sorry may be you will re-address, please, Pi-consult’s offer about possible collaboration in IT-outsourcing software development to relevant department that is responsible for R&D or for business development within your entity or other business partners

Re: Auto-response for your message to the "linux-dvb" mailing list

2009-04-06 Thread shkel
Dear Sirs Thanks for auto-reply response but sorry may be you will re-address, please, Pi-consult’s offer about possible collaboration in IT-outsourcing software development to relevant department that is responsible for R&D or for business development within your entity or other business partners

Re: libv4l: Possibility of changing the current pixelformat on the fly

2009-04-06 Thread Hans de Goede
On 04/05/2009 06:53 PM, Theodore Kilgore wrote: On Sun, 5 Apr 2009, Hans de Goede wrote: On 04/05/2009 01:26 PM, Erik Andrén wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hans de Goede wrote: On 04/04/2009 10:22 PM, Erik Andrén wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SH

Re: [linux-dvb] Writing a new driver help please

2009-04-06 Thread Сергей Миронов
Hi. Maybe this code will help. This driver registers new adapter, demux and frontend. It also registers char devices /dev/dvbstubi[0-9]. This devices should be used for writing raw TS stream. Stream will be processed by dvb-core internals. Module has one parameter - baudrate, to prevent overflows i