From 5551a6d6a391f19d3f1d1bc2574c1d4f7fc96824 Mon Sep 17 00:00:00 2001 From: Marcus Better Date: Wed, 20 Jul 2011 13:23:31 +0300 Subject: use system input.h This will automatically bring newly defined keys and buttons, and won't be older than the 3 years old one currently shipped. http://bugs.debian.org/447550 --- input.h | 2 +- lirc.sh | 2 +- name.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/input.h b/input.h index 0abdc8a..0576490 100644 --- a/input.h +++ b/input.h @@ -1,7 +1,7 @@ #include #include -#include "linux-input.h" +#include #define ev_name(code) ((code) < EV_MAX && EV_NAME[code] ? EV_NAME[code] : "???") #define ev_type_name(type, code) ((code) < EV_TYPE_MAX[type] && EV_TYPE_NAME[type][code] ? EV_TYPE_NAME[type][code] : "???") diff --git a/lirc.sh b/lirc.sh index 74a6169..2aec1fd 100755 --- a/lirc.sh +++ b/lirc.sh @@ -1,5 +1,5 @@ #!/bin/sh -INPUT="linux-input.h" +INPUT="/usr/include/linux/input.h" cat <