- rcinput: fix non existing info key for vu+

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-10-27 16:24:47 +01:00
committed by Thilo Graf
parent 224f632c1f
commit 9f152710a5
2 changed files with 9 additions and 1 deletions

View File

@@ -9,6 +9,10 @@
cat << EOF
// rcsim.h - automatically created from driver/rcinput.h
#ifndef KEY_NONEXISTING
#define KEY_NONEXISTING 0x0
#endif
#ifndef KEY_GAMES
#define KEY_GAMES 0x1a1 /* Media Select Games */
#endif