diff options
author | vdrfan <vdrfan@svn> | 2010-11-08 15:21:18 +0000 |
---|---|---|
committer | vdrfan <vdrfan@svn> | 2010-11-08 15:21:18 +0000 |
commit | 117822380dbe86478dca7090b414258e4a7193a2 (patch) | |
tree | 7fcfe43a9d52caf9d8c9bf9326d774631ce4dad1 /system | |
parent | 0af4c1b3f4df91094eefa1d410cc3954be5145d9 (diff) |
fixed: #10659 - devinput mapping missing in Lircmap. thanks to dmarion
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35201 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system')
-rw-r--r-- | system/Lircmap.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/Lircmap.xml b/system/Lircmap.xml index a820747549..5435576c55 100644 --- a/system/Lircmap.xml +++ b/system/Lircmap.xml @@ -365,6 +365,7 @@ <remote device="linux-input-layer"> <altname>cx23885_remote</altname> + <altname>devinput</altname> <left>KEY_LEFT</left> <right>KEY_RIGHT</right> <up>KEY_UP</up> |