Search
lxdream.org :: lxdream/src/drivers/input_lirc.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/input_lirc.c
changeset 1075:1a21750d300c
prev1050:7d88277590d9
next1296:30ecee61f811
author nkeynes
date Tue Feb 28 17:25:26 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Implement display output for the GLES2 case (no fixed function
rendering)
file annotate diff log raw
1.1 --- a/src/drivers/input_lirc.c Sun Jun 28 01:45:16 2009 +0000
1.2 +++ b/src/drivers/input_lirc.c Tue Feb 28 17:25:26 2012 +1000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: $
1.6 + * $Id$
1.7 *
1.8 * LIRC input device support
1.9 *
1.10 @@ -142,7 +142,6 @@
1.11 //loop through all queued commands
1.12 while ((ret = lirc_nextcode(&code)) == 0 && code != NULL)
1.13 {
1.14 - INFO("LIRC code (%s)", code);
1.15 //code contains id, repeat count, and keysym separated by spaces
1.16 gchar **code_split = g_strsplit(code, " ", 4);
1.17
.