aboutsummaryrefslogtreecommitdiffstats
path: root/name.sh
diff options
context:
space:
mode:
Diffstat (limited to 'name.sh')
-rwxr-xr-xname.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/name.sh b/name.sh
index 744e9b8..a8e709c 100755
--- a/name.sh
+++ b/name.sh
@@ -4,7 +4,8 @@ TYPE="$1"
INPUT="/usr/include/linux/input.h"
awk "
+ /KEY_MIN_INTERESTING/ {next};
/EV_VERSION/ { next };
/_MAX/ { next };
/#define $1_/ { printf(\"\t[ %-16s ] = \\\"%s\\\",\n\", \$2, \$2); }
-" < $INPUT \ No newline at end of file
+" < $INPUT