Re: [PATCH] saa7134: Fix IR support of some ASUS TV-FM 7135 variants

2010-02-01 Thread Jean Delvare
Hi Hermann, On Mon, 01 Feb 2010 02:16:35 +0100, hermann pitton wrote: For now, I only faked a P7131 Dual with a broken IR receiver on a 2.6.29 with recent, you can see that gpio 0x4 doesn't go high, but your patch should enable the remote on that P7131 analog only. I'm not sure why you

Videotext application crashes the kernel due to DVB-demux patch

2010-02-01 Thread Chicken Shack
Hi, here is a link to a patch which breaks backwards compatibility for a teletext software called alevt-dvb. http://www.mail-archive.com/linuxtv-comm...@linuxtv.org/msg04638.html The kernel patch was introduced with kernel 2.6.32-rc1. It was Signed-off-by Brandon Philips, Mauro Carvalho Chehab

media/IR/ir-keytable.c: memory leak

2010-02-01 Thread d binderman
_ Do you have a story that started on Hotmail? Tell us now http://clk.atdmt.com/UKM/go/195013117/direct/01/-- To unsubscribe from this list: send the line unsubscribe linux-media in the

[PATCH] mfd: Add support for the timberdale FPGA.

2010-02-01 Thread Richard Röjfors
The timberdale FPGA is found on the Intel in-Vehicle Infotainment reference board russelville. The driver is a PCI driver which chunks up the I/O memory and distributes interrupts to a number of platform devices for each IP inside the FPGA. Signed-off-by: Richard Röjfors

Re: DM1105: could not attach frontend 195d:1105

2010-02-01 Thread Nameer Kazzaz
Hi there, dmesg output with patched dm1105.c against current v4l-dvb 'modprob dm1105 card=4' dm1105 :05:0f.0: PCI INT A - GSI 16 (level, low) - IRQ 16 DVB: registering new adapter (dm1105) dm1105 :05:0f.0: MAC dd49b0dc dm1105 :05:0f.0: could not attach frontend dm1105 :05:0f.0:

Re: Videotext application crashes the kernel due to DVB-demux patch

2010-02-01 Thread Andy Walls
On Mon, 2010-02-01 at 10:56 +0100, Chicken Shack wrote: Hi, here is a link to a patch which breaks backwards compatibility for a teletext software called alevt-dvb. http://www.mail-archive.com/linuxtv-comm...@linuxtv.org/msg04638.html The kernel patch was introduced with kernel

Re: Videotext application crashes the kernel due to DVB-demux patch

2010-02-01 Thread Mauro Carvalho Chehab
Chicken Shack wrote: Hi, here is a link to a patch which breaks backwards compatibility for a teletext software called alevt-dvb. http://www.mail-archive.com/linuxtv-comm...@linuxtv.org/msg04638.html The kernel patch was introduced with kernel 2.6.32-rc1. It was Signed-off-by Brandon

[PATCH] Fix the risk of an oops at dvb_dmx_release

2010-02-01 Thread Mauro Carvalho Chehab
dvb_dmx_init tries to allocate virtual memory for 2 pointers: filter and feed. If the second vmalloc fails, filter is freed, but the pointer keeps pointing to the old place. Later, when dvb_dmx_release() is called, it will try to free an already freed memory, causing an OOPS. Signed-off-by:

Re: Videotext application crashes the kernel due to DVB-demux patch

2010-02-01 Thread Chicken Shack
Am Montag, den 01.02.2010, 11:02 -0200 schrieb Mauro Carvalho Chehab: Chicken Shack wrote: Hi, here is a link to a patch which breaks backwards compatibility for a teletext software called alevt-dvb. http://www.mail-archive.com/linuxtv-comm...@linuxtv.org/msg04638.html The

[PATCH] dvb_demux: Don't use vmalloc at dvb_dmx_swfilter_packet

2010-02-01 Thread Mauro Carvalho Chehab
As dvb_dmx_swfilter_packet() is protected by a spinlock, it shouldn't sleep. However, vmalloc() may call sleep. So, move the initialization of dvb_demux::cnt_storage field to a better place. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/media/dvb/dvb-core/dvb_demux.c | 19

Re: [PATCH] Fix the risk of an oops at dvb_dmx_release

2010-02-01 Thread Chicken Shack
Am Montag, den 01.02.2010, 11:35 -0200 schrieb Mauro Carvalho Chehab: dvb_dmx_init tries to allocate virtual memory for 2 pointers: filter and feed. If the second vmalloc fails, filter is freed, but the pointer keeps pointing to the old place. Later, when dvb_dmx_release() is called, it will

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

2010-02-01 Thread Mauro Carvalho Chehab
Andy Walls wrote: Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb-bug for the following 5 *high priority* changesets: Hmm... I don't think cx18 alsa code went to 2.3.33. That may explain why they got rejected at fixes.git tree: pulling from

Re: Lost remote after kernel/v4l update cx23885 chipset

2010-02-01 Thread Timothy D. Lenz
On 1/24/2010 1:07 PM, Timothy D. Lenz wrote: After updating from kernel 2.6.26.8 to 2.6.32.2 and from v4l of 05/19/2009 to 01/18/2010 I lost remote function with Dvico FusionHDTV7 Dual Express. The driver is loading, but not creating an IR device. Went over it with awalls on IRC. The log is

Re: [hg:v4l-dvb] firedtv: do not DMA-map stack addresses

2010-02-01 Thread Mauro Carvalho Chehab
Hi Stefan, Stefan Richter wrote: The patch number 14077 was added via Douglas Schilling Landgraf dougsl...@redhat.com to http://linuxtv.org/hg/v4l-dvb master development tree. [...] [dougsl...@redhat.com: patch backported to hg tree] I don't know how you prefer to organize your trees,

Re: [hg:v4l-dvb] firedtv: do not DMA-map stack addresses

2010-02-01 Thread Stefan Richter
Mauro Carvalho Chehab wrote: Hi Stefan, [...] We've replaced our procedures on our trees recently. Until last year, I was applying the patches at -hg and then converting to -git. This year, we're just doing the reverse: [...] Ah, thanks for the heads-up. This way my worries are unfounded.

Re: Kernel Oops, dvb_dmxdev_filter_reset, bisected

2010-02-01 Thread Chicken Shack
Am Montag, den 01.02.2010, 19:06 +0100 schrieb Thomas Voegtle: Hello, yesterday I moved from 2.6.31.y to 2.6.32 and found a reproducable kernel oops. Bug is in Linus' tree, too. I use a Hauppauge Nova-T Stick with dvb_usb_dib0700 I start mplayer (no problems so far) and then alevt.

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

2010-02-01 Thread Hans de Goede
Hi, On 02/01/2010 07:36 PM, Mauro Carvalho Chehab wrote: Jean-Francois Moine wrote: Hi Douglas, I believe it is you to whom the pull requests must be addressed. In fact, the current workflow is different: I'll handle all patches (except for those that are pure backport patches or to some

dvb-usb-remote woes [was: HID: ignore afatech 9016]

2010-02-01 Thread Jiri Slaby
On 02/01/2010 07:28 PM, Jiri Kosina wrote: On Mon, 1 Feb 2010, Pekka Sarnila wrote: Well short answer is: No, it does not work. Hi, thanks for the input. What I did: I pulled few days ago latest git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git and compiled it.

Re: Kernel Oops, dvb_dmxdev_filter_reset, bisected

2010-02-01 Thread Mauro Carvalho Chehab
Thomas Voegtle wrote: Hello, yesterday I moved from 2.6.31.y to 2.6.32 and found a reproducable kernel oops. Bug is in Linus' tree, too. Please try the two patches I sent to the ML today that fixes two potential situations where the OOPS bug may hit. I suspect that alevt-dvb is doing

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

2010-02-01 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 Feb 1 19:00:06 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14085:4909baa8268c gcc version:

dmesg output with Pinnacle PCTV USB Stick

2010-02-01 Thread Arnaud Boy
Hi! I've a card PINNACLE PCTV HYBRID PRO (2) with the PCI ID 0x2304:0x0226. This is work on analog mode but the em28xx module don't register dvb interface. I think the card could work if we uncomment the commented part in the section [EM2882_BOARD_PINNACLE_HYBRID_PRO] from the

Re: dmesg output with Pinnacle PCTV USB Stick

2010-02-01 Thread Devin Heitmueller
On Mon, Feb 1, 2010 at 2:49 PM, Arnaud Boy psyka...@gmail.com wrote: Hi! I've a card PINNACLE PCTV HYBRID PRO (2) with the PCI ID 0x2304:0x0226. This is work on analog mode but the em28xx module don't register dvb interface. I think the card could work if we uncomment the commented part in

[PATCH] - tm6000 DVB support

2010-02-01 Thread Stefan Ringel
-- Stefan Ringel stefan.rin...@arcor.de add Terratec Cinergy Hybrid XE bugfix i2c transfer add frontend callback add init for tm6010 add digital-init for tm6010 add callback for analog/digital switch bugfix usb transfer in DVB-mode signed-off-by: Stefan Ringel stefan.rin...@arcor.de diff

Re: [PATCH] - tm6000 DVB support

2010-02-01 Thread Stefan Ringel
add Terratec Cinergy Hybrid XE bugfix i2c transfer add frontend callback add init for tm6010 add digital-init for tm6010 add callback for analog/digital switch bugfix usb transfer in DVB-mode signed-off-by: Stefan Ringel stefan.rin...@arcor.de diff --git

Re: Kernel Oops, dvb_dmxdev_filter_reset, bisected

2010-02-01 Thread Thomas Voegtle
On Mon, 1 Feb 2010, Chicken Shack wrote: Hi Thomas, thanks for reproducing that kernel oops. Question: Can you also confirm / reproduce that alevt does not follow the new TV or radio channel if the new channel, tuned by dvbstream / mplayer for example, is part of another transponder?

Re: [PATCH] - tm6000 DVB support

2010-02-01 Thread Devin Heitmueller
On Mon, Feb 1, 2010 at 3:35 PM, Stefan Ringel stefan.rin...@arcor.de wrote: add Terratec Cinergy Hybrid XE bugfix i2c transfer add frontend callback add init for tm6010 add digital-init for tm6010 add callback for analog/digital switch bugfix usb transfer in DVB-mode signed-off-by: Stefan

Re: Kernel Oops, dvb_dmxdev_filter_reset, bisected

2010-02-01 Thread Thomas Voegtle
On Mon, 1 Feb 2010, Mauro Carvalho Chehab wrote: Thomas Voegtle wrote: Hello, yesterday I moved from 2.6.31.y to 2.6.32 and found a reproducable kernel oops. Bug is in Linus' tree, too. Please try the two patches I sent to the ML today that fixes two potential situations where the OOPS bug

Re: Kernel Oops, dvb_dmxdev_filter_reset, bisected

2010-02-01 Thread Chicken Shack
Am Montag, den 01.02.2010, 17:46 -0200 schrieb Mauro Carvalho Chehab: Thomas Voegtle wrote: Hello, yesterday I moved from 2.6.31.y to 2.6.32 and found a reproducable kernel oops. Bug is in Linus' tree, too. Mauro, To begin with: Thanks for your investigation and patch authoring of

Re: dvb-usb-remote woes [was: HID: ignore afatech 9016]

2010-02-01 Thread Antti Palosaari
On 02/01/2010 09:42 PM, Jiri Slaby wrote: On 02/01/2010 07:28 PM, Jiri Kosina wrote: On Mon, 1 Feb 2010, Pekka Sarnila wrote: I pulled few days ago latest git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git and compiled it. Everything works fine including the tv-stick

Re: [PATCH] - tm6000 DVB support

2010-02-01 Thread Stefan Ringel
Am 01.02.2010 21:52, schrieb Devin Heitmueller: On Mon, Feb 1, 2010 at 3:35 PM, Stefan Ringel stefan.rin...@arcor.de wrote: add Terratec Cinergy Hybrid XE bugfix i2c transfer add frontend callback add init for tm6010 add digital-init for tm6010 add callback for analog/digital switch

libv4l: possible problem found in PAC7302 JPEG decoding

2010-02-01 Thread Németh Márton
Hello Hans, while I was dealing with Labtec Webcam 2200 and with gspca_pac7302 driver I recognised the following behaviour. The stream received from the webcam is splitted by the gspca_pac7302 subdriver when the byte sequence 0xff, 0xff, 0x00, 0xff, 0x96 is found (pac_find_sof()). Before

Re: Kernel Oops, dvb_dmxdev_filter_reset, bisected

2010-02-01 Thread Chicken Shack
Am Montag, den 01.02.2010, 21:50 +0100 schrieb Thomas Voegtle: On Mon, 1 Feb 2010, Chicken Shack wrote: Hi Thomas, thanks for reproducing that kernel oops. Question: Can you also confirm / reproduce that alevt does not follow the new TV or radio channel if the new channel, tuned

Re: dvb-usb-remote woes [was: HID: ignore afatech 9016]

2010-02-01 Thread Jiri Slaby
On 02/01/2010 10:23 PM, Antti Palosaari wrote: On 02/01/2010 09:42 PM, Jiri Slaby wrote: On 02/01/2010 07:28 PM, Jiri Kosina wrote: On Mon, 1 Feb 2010, Pekka Sarnila wrote: 3af9015: command failed:255 3dvb-usb: error while querying for an remote control event. Yes, I saw this quite

Re: [PATCH] - tm6000 DVB support

2010-02-01 Thread Devin Heitmueller
On Mon, Feb 1, 2010 at 4:23 PM, Stefan Ringel stefan.rin...@arcor.de wrote: You should start by breaking it down into a patch series, so that the incremental changes can be reviewed.  That will allow you to explain in the patch descriptions why all the individual changes you have made are

Re: [PATCH] - tm6000 DVB support

2010-02-01 Thread Stefan Ringel
Am 01.02.2010 22:44, schrieb Devin Heitmueller: On Mon, Feb 1, 2010 at 4:23 PM, Stefan Ringel stefan.rin...@arcor.de wrote: You should start by breaking it down into a patch series, so that the incremental changes can be reviewed. That will allow you to explain in the patch descriptions

[PATCH ] libv4l: skip false Pixart markers

2010-02-01 Thread Németh Márton
From: Márton Németh nm...@freemail.hu The byte sequence 0xff, 0xff, 0xff 0xff is not a real marker to skip, instead it is one byte from the image and the following three 0xff bytes might belong to a real marker. Modify pixart_fill_nbits() macro to pass the first 0xff byte as an image data.

[PATCH v3 6/6] DaVinci - Adding platform board changes for vpfe capture on DM365

2010-02-01 Thread m-karicheri2
From: Murali Karicheri m-kariche...@ti.com This patch adds following changes:- 1) add sub device configuration data for TVP5146 used by vpfe capture 2) registers platform devices for vpfe_capture, isif and vpss 3) defines hardware resources for the devices listed under 2)

[PATCH v3 1/6] V4L - vpfe capture - header files for ISIF driver

2010-02-01 Thread m-karicheri2
From: Murali Karicheri m-kariche...@ti.com This is the header file for ISIF driver on DM365. ISIF driver is equivalent to CCDC driver on DM355 and DM644x. This driver is tested for YUV capture from TVP514x driver. This patch contains the header files required for this driver. The name of the

[PATCH v3 5/6] V4L - vpfe capture - build environment for isif driver

2010-02-01 Thread m-karicheri2
From: Murali Karicheri m-kariche...@ti.com Adding Makefile and Kconfig for ISIF driver Reviewed-by: Hans Verkuil hverk...@xs4all.nl Reviewed-by: Sergei Shtylyov sshtyl...@ru.mvista.com Signed-off-by: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Murali Karicheri m-kariche...@ti.com --- Applies

[PATCH v3 2/6] V4L - vpfe capture - source for ISIF driver on DM365

2010-02-01 Thread m-karicheri2
From: Murali Karicheri m-kariche...@ti.com This is the source file for ISIF driver for DM365. ISIF driver is equivalent to CCDC driver on DM355 and DM644x. This driver is tested for YUV capture from TVP514x driver. This patch contains the header files required for this driver. The name of the

[PATCH v3 3/6] V4L - vpfe capture - vpss driver enhancements for DM365

2010-02-01 Thread m-karicheri2
From: Murali Karicheri m-kariche...@ti.com Enhancements to support DM365 ISP5 and VPSS module configuration. Also cleaned up the driver by removing redundant variables. Reviewed-by: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Muralidharan

[PATCH v3 4/6] V4L - vpfe_capture - bug fixes and enhancements

2010-02-01 Thread m-karicheri2
From: Murali Karicheri m-kariche...@ti.com Added a experimental IOCTL, to read the ISIF parameters. Default handler was not getting the original user configuration data pointer from the core. So a wrapper function added to handle the default handler properly. Reviewed-by: Hans Verkuil

RE: [PATCH v3 1/6] V4L - vpfe capture - header files for ISIF driver

2010-02-01 Thread Karicheri, Muralidharan
Hi Kevin, This patch is already approved by the V4L sub system. I need to get your approval for the arch part (patch #6). I have updated the clock handling based on your comments against the last patch (adding clock alias) I will request Mauro to merge the arch part via the v4l tree. I have a

[PATCH v3 6/6] DaVinci - Adding platform board changes for vpfe capture on DM365

2010-02-01 Thread m-karicheri2
From: Murali Karicheri m-kariche...@ti.com This patch adds following changes:- 1) add sub device configuration data for TVP5146 used by vpfe capture 2) registers platform devices for vpfe_capture, isif and vpss 3) defines hardware resources for the devices listed under 2)

Re: [PATCH] - tm6000 DVB support

2010-02-01 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: add Terratec Cinergy Hybrid XE bugfix i2c transfer add frontend callback add init for tm6010 add digital-init for tm6010 add callback for analog/digital switch bugfix usb transfer in DVB-mode signed-off-by: Stefan Ringel stefan.rin...@arcor.de Devin is right with

Re: [PATCH] - tm6000 DVB support

2010-02-01 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: Am 01.02.2010 22:44, schrieb Devin Heitmueller: On Mon, Feb 1, 2010 at 4:23 PM, Stefan Ringel stefan.rin...@arcor.de wrote: You should start by breaking it down into a patch series, so that the incremental changes can be reviewed. That will allow you to explain in

Re: [PATCH v3 1/6] V4L - vpfe capture - header files for ISIF driver

2010-02-01 Thread Mauro Carvalho Chehab
m-kariche...@ti.com wrote: From: Murali Karicheri m-kariche...@ti.com This is the header file for ISIF driver on DM365. ISIF driver is equivalent to CCDC driver on DM355 and DM644x. This driver is tested for YUV capture from TVP514x driver. This patch contains the header files required

Re: [PATCH] saa7134: Fix IR support of some ASUS TV-FM 7135 variants

2010-02-01 Thread hermann pitton
Hi Jean, Am Montag, den 01.02.2010, 10:56 +0100 schrieb Jean Delvare: Hi Hermann, On Mon, 01 Feb 2010 02:16:35 +0100, hermann pitton wrote: For now, I only faked a P7131 Dual with a broken IR receiver on a 2.6.29 with recent, you can see that gpio 0x4 doesn't go high, but your patch

Re: Videotext application crashes the kernel due to DVB-demux patch

2010-02-01 Thread Andy Walls
On Mon, 2010-02-01 at 07:41 -0500, Andy Walls wrote: On Mon, 2010-02-01 at 10:56 +0100, Chicken Shack wrote: Hi, here is a link to a patch which breaks backwards compatibility for a teletext software called alevt-dvb.

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

2010-02-01 Thread Andy Walls
On Mon, 2010-02-01 at 16:45 -0200, Mauro Carvalho Chehab wrote: Andy Walls wrote: Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb-bug for the following 5 *high priority* changesets: Hmm... I don't think cx18 alsa code went to 2.3.33. That may explain why they got

[PATCH 0/3] soc-camera: mt9t112: bug fix patches

2010-02-01 Thread Kuninori Morimoto
Dear Guennadi [Cc] Phil, Namiki-san These patches are bug fix for mt9t112 camera Kuninori Morimoto (3): soc-camera: mt9t112: modify exiting conditions from standby mode soc-camera: mt9t112: modify delay time after initialize soc-camera: mt9t112: The flag which control

[PATCH 1/3] soc-camera: mt9t112: modify exiting conditions from standby mode

2010-02-01 Thread Kuninori Morimoto
This polling is needed if camera is in standby mode. But current exiting condition is inverted. Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- drivers/media/video/mt9t112.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/mt9t112.c

[PATCH 2/3] soc-camera: mt9t112: modify delay time after initialize

2010-02-01 Thread Kuninori Morimoto
mt9t112 camera needs 100 milliseconds for initializing Special thanks to Phil Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com Reported-by: Phil Edworthy phil.edwor...@renesas.com --- drivers/media/video/mt9t112.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[PATCH 3/3] soc-camera: mt9t112: The flag which control camera-init is removed

2010-02-01 Thread Kuninori Morimoto
mt9t112 should always be initialized when camera start. Because current driver doesn't run this operation, it will be un-stable if user side player run open/close several times. Special thanks to Namiki-san Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com Reported-by: Takashi Namiki

[PATCH v2 01/10] add header files for tlg2300

2010-02-01 Thread Huang Shijie
pd-common.h contains the common data structures, while vendorcmds.h contains the vendor commands for firmware. Signed-off-by: Huang Shijie shij...@gmail.com --- drivers/media/video/tlg2300/pd-common.h | 280 ++ drivers/media/video/tlg2300/vendorcmds.h | 243

[PATCH v2 02/10] add the generic file

2010-02-01 Thread Huang Shijie
pd-main.c contains the -probe(), it privides the generic functions for analog TV, DVB-T and radio. Signed-off-by: Huang Shijie shij...@gmail.com --- drivers/media/video/tlg2300/pd-main.c | 566 + 1 files changed, 566 insertions(+), 0 deletions(-) create mode

[PATCH v2 05/10] add FM support for tlg2300

2010-02-01 Thread Huang Shijie
This module contains codes for radio. The radio use the ALSA audio as input. The mplayer should be compiled with --enable-radio and --enable-radio-capture. The command runs as this(assume the alsa audio registers to card 1): #mplayer radio://103.7/capture/ -radio

[PATCH v2 10/10] add maintainers for tlg2300

2010-02-01 Thread shijie8
From: Huang Shijie shij...@gmail.com add the maintainers for the tlg2300 driver. Signed-off-by: Huang Shijie shij...@gmail.com --- MAINTAINERS |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index c8f47bf..2e63987 100644 ---

[PATCH v2 06/10] add audio support for tlg2300

2010-02-01 Thread Huang Shijie
The file contains the code for audio which uses the ALSA. The audio will register a new card for tlg2300. Signed-off-by: Huang Shijie shij...@gmail.com --- drivers/media/video/tlg2300/pd-alsa.c | 332 + 1 files changed, 332 insertions(+), 0 deletions(-) create

[PATCH v2 08/10] add Kconfig and Makefile for tlg2300

2010-02-01 Thread Huang Shijie
add Kconfig and Makefile for tlg2300 driver. Signed-off-by: Huang Shijie shij...@gmail.com --- drivers/media/video/tlg2300/Kconfig | 16 drivers/media/video/tlg2300/Makefile |9 + 2 files changed, 25 insertions(+), 0 deletions(-) create mode 100644

[PATCH v2 03/10] add video/vbi file for tlg2300

2010-02-01 Thread Huang Shijie
This file contains the code for V4L2 implementation. The VBI shares the same code with the video. The code support read and mmap for IO, and you can also choose the USB transfer mode : bulk or isochronous. Signed-off-by: Huang Shijie shij...@gmail.com ---

[PATCH v2 09/10] modify the Kconfig and Makefile for tlg2300

2010-02-01 Thread Huang Shijie
add the items for tlg2300 in the two files. Signed-off-by: Huang Shijie shij...@gmail.com --- drivers/media/video/Kconfig |2 ++ drivers/media/video/Makefile |1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig

Re: [PATCH] saa7134: Fix IR support of some ASUS TV-FM 7135 variants

2010-02-01 Thread Jean Delvare
Hi Hermann, On Tue, 02 Feb 2010 02:47:53 +0100, hermann pitton wrote: Hi Jean, Am Montag, den 01.02.2010, 10:56 +0100 schrieb Jean Delvare: Hi Hermann, On Mon, 01 Feb 2010 02:16:35 +0100, hermann pitton wrote: For now, I only faked a P7131 Dual with a broken IR receiver on a 2.6.29