FS#9129 - WinFast2000 remote control not work in current bttv kernel module

Attached to Project: Arch Linux
Opened by Dybossarsky Sergey (noob) - Tuesday, 08 January 2008, 12:39 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 11 January 2008, 08:14 GMT
Task Type Bug Report
Category Kernel
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture i686
Severity Low
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Leadtek WinFast 2000 XP remote control
not work with current bttv kernel module

On recent kernels up to at least 2.6.17 the module ir_kbd_gpio is not needed anymore. However, you will need to apply this patch. Otherwise this card will not work unfortunately.

I apply this pach and remote control now work.
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Friday, 11 January 2008, 08:14 GMT
Reason for closing:  Implemented
Additional comments about closing:  2.6.23.13-1
Comment by Jan de Groot (JGC) - Tuesday, 08 January 2008, 13:51 GMT
Where did you get this patch from?
Comment by Dybossarsky Sergey (noob) - Tuesday, 08 January 2008, 16:07 GMT
http://marc.info/?l=linux-video&m=116099140716390&q=p3
http://marc.info/?l=linux-video&m=116099140716390&w=2
http://www.linuxtv.org/v4lwiki/index.php/Leadtek_WinFast_2000

Only
ir->mask_keycode = 0x0f8; - not work all button (duplicate)
ir->mask_keycode = 0x8f8 - correct work all button

Loading...