* [PATCH] enable-aver771-ir-remote
@ 2005-01-18 22:41 Kared
0 siblings, 0 replies; only message in thread
From: Kared @ 2005-01-18 22:41 UTC (permalink / raw)
To: linux-kernel
The case statment which describes which mask and set of codes to use for
the Avermedia 771 digital tuner card ir-remote control are commented
out. Perhaps it was assumed this would be the same as the 761 but was
commented out as it was untested? Removing the comment makes my remote
work perfectly. Not sure who maintains this file, Patch below.
enable-aver771-remote.patch:
diff -ur linux-2.6.11-rc1.orig/drivers/media/video/ir-kbd-gpio.c
linux-2.6.11-rc1/drivers/media/video/ir-kbd-gpio.c
--- linux-2.6.11-rc1.orig/drivers/media/video/ir-kbd-gpio.c
2005-01-12 15:01:29.000000000 +1100
+++ linux-2.6.11-rc1/drivers/media/video/ir-kbd-gpio.c 2005-01-19
09:30:59.000000000 +1100
@@ -366,7 +366,7 @@
break;
case BTTV_AVDVBT_761:
- /* case BTTV_AVDVBT_771: */
+ case BTTV_AVDVBT_771:
ir_codes = ir_codes_avermedia_dvbt;
ir->mask_keycode = 0x0f00c0;
ir->mask_keydown = 0x000020;
--
Jared Kells
kared@kared.net
http://www.kared.net
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-18 22:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-18 22:41 [PATCH] enable-aver771-ir-remote Kared
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox