[PATCH] cx231xx: Add support for Hauppauge WinTV USB2-FM

2011-06-08 Thread Peter Moon
This patch adds support for the Hauppauge WinTV USB2-FM Analog TV Stick. It includes support for both the PAL and NTSC variants of the device. Signed-off-by: Peter Moon pom...@gmail.com diff --git a/drivers/media/video/cx231xx/cx231xx-avcore.c b/drivers/media/video/cx231xx/cx231xx-avcore.c

Re: [PATCH] cx231xx: Add support for Hauppauge WinTV USB2-FM

2011-06-08 Thread Devin Heitmueller
On Wed, Jun 8, 2011 at 2:54 PM, Peter Moon pom...@gmail.com wrote: This patch adds support for the Hauppauge WinTV USB2-FM Analog TV Stick. It includes support for both the PAL and NTSC variants of the device. Signed-off-by: Peter Moon pom...@gmail.com Reviewed-by: Devin Heitmueller

Re: [PATCH] cx231xx: Add support for Hauppauge WinTV USB2-FM

2011-06-07 Thread Peter Moon
On Mon, Jun 6, 2011 at 10:00 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Mon, Jun 6, 2011 at 3:22 PM, Peter Moon pom...@gmail.com wrote: This patch adds support for the Hauppauge WinTV USB2-FM Analog Stick. Signed-off-by: Peter Moon pom...@gmail.com My only comment is that

Re: [PATCH] cx231xx: Add support for Hauppauge WinTV USB2-FM

2011-06-07 Thread Devin Heitmueller
On Tue, Jun 7, 2011 at 12:12 PM, Peter Moon pom...@gmail.com wrote: According to the Windows driver inf file that I have, the USB ID of the NTSC version is 2040:b111. Correct. The PAL defaulted device is b110. The NTSC defaulted device is B111. I can add the USB device definition for the

[PATCH] cx231xx: Add support for Hauppauge WinTV USB2-FM

2011-06-06 Thread Peter Moon
This patch adds support for the Hauppauge WinTV USB2-FM Analog Stick. Signed-off-by: Peter Moon pom...@gmail.com diff -ru linux.orig/drivers/media/video/cx231xx/cx231xx-avcore.c linux/drivers/media/video/cx231xx/cx231xx-avcore.c --- linux.orig/drivers/media/video/cx231xx/cx231xx-avcore.c    

Re: [PATCH] cx231xx: Add support for Hauppauge WinTV USB2-FM

2011-06-06 Thread Devin Heitmueller
On Mon, Jun 6, 2011 at 3:22 PM, Peter Moon pom...@gmail.com wrote: This patch adds support for the Hauppauge WinTV USB2-FM Analog Stick. Signed-off-by: Peter Moon pom...@gmail.com I basically have the same patch sitting in my one of my Hauppauge private repos, but hadn't gotten around to