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

2009-04-28 Thread Pieter Van Schaik
This patch is for supporting the remote control of the Winfast TV2000 XP Global TV capture card. A case statement was added in order to initialize the GPIO data structures as well as a case statement for handling the keys correctly when pressed. Thanks to Hermann and Mauro for all the help Signed

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

2009-04-23 Thread Pieter Van Schaik
van Schaik diff -r ac3865b16886 linux/drivers/media/video/cx88/cx88-input.c --- a/linux/drivers/media/video/cx88/cx88-input.c Mon Apr 20 08:47:22 2009 -0300 +++ b/linux/drivers/media/video/cx88/cx88-input.c Mon Apr 20 15:25:19 2009 +0200 @@ -92,6 +92,7 @@ gpio=(gpio & 0x7fd) + (auxgpio &a

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

2009-04-20 Thread Pieter 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-2.6.29/drivers/media/video/c

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

2009-04-08 Thread Pieter Van Schaik
From: Pieter Van Schaik Date: Mon, Apr 6, 2009 at 1:52 PM Subject: [PATCH] Enabling of the Winfast TV2000 XP Global TV capture card remote control To: linux-media@vger.kernel.org From: Pieter C van Schaik The Winfast TV2000 XP Global video capture card IR remote keys were not initialized and

[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-