>
> --- squeezelite-1.7.0-a2de5cd/ir.c.fix 2015-01-10 16:37:38.560314342
> +0000
> +++ squeezelite-1.7.0-a2de5cd/ir.c 2015-01-10 16:42:38.862543214 +0000
> @@ -119,8 +119,8 @@
> while (lirc_code2char(config, code, &c) == 0 && c !=
> NULL) {
> ir_code = ir_cmd_map(c);
> if (ir_code) {
> - LOG_DEBUG("ir cmd: %s -> %x", c,
> ir_code);
> - break;
> + LOG_DEBUG("ir lircrc lookup: %s -> %s
> -> %x", code, c, ir_code);
> + // break;
> }
> }
> }
>
Alternate presses of the keys I want mapped to volup/down via lircrc.
Working as expected.
>
> [16:48:02.151321] ir_thread:122 ir lircrc lookup: 0000000080010007 00
> KEY_6 devinput
> -> volup -> 7689807f
> [16:48:21.282158] ir_thread:122 ir lircrc lookup: 000000008001000d 00
> KEY_EQUAL devinput
> -> voldown -> 768900ff
> [16:48:28.474888] ir_thread:122 ir lircrc lookup: 000000008001000d 00
> KEY_EQUAL devinput
> -> voldown -> 768900ff
> [16:48:30.204952] ir_thread:122 ir lircrc lookup: 0000000080010007 00
> KEY_6 devinput
> -> volup -> 7689807f
> [16:48:35.431002] ir_thread:122 ir lircrc lookup: 0000000080010007 00
> KEY_6 devinput
> -> volup -> 7689807f
> [16:48:36.989776] ir_thread:122 ir lircrc lookup: 000000008001000d 00
> KEY_EQUAL devinput
> -> voldown -> 768900ff
> [16:48:38.179362] ir_thread:122 ir lircrc lookup: 0000000080010007 00
> KEY_6 devinput
> -> volup -> 7689807f
> [16:48:39.067479] ir_thread:122 ir lircrc lookup: 000000008001000d 00
> KEY_EQUAL devinput
> -> voldown -> 768900ff
> [16:48:39.934682] ir_thread:122 ir lircrc lookup: 0000000080010007 00
> KEY_6 devinput
> -> volup -> 7689807f
> [16:48:40.870036] ir_thread:122 ir lircrc lookup: 000000008001000d 00
> KEY_EQUAL devinput
> -> voldown -> 768900ff
>
------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=97046
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix