xbmc: Added recordedtv and liveradio buttons to devinput mapm thanks to jenkins101, this fixes #1753

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-03-19 03:27:09 +01:00
parent 7945de4290
commit c7b3ffe573

View File

@ -1,7 +1,7 @@
diff -Naur xbmc-10.1-Dharma/system/Lircmap.xml xbmc-10.1-Dharma.patch/system/Lircmap.xml diff -Naur xbmc-10.1-Dharma/system/Lircmap.xml xbmc-10.1-Dharma.patch/system/Lircmap.xml
--- xbmc-10.1-Dharma/system/Lircmap.xml 2011-06-18 01:43:43.132101246 +0200 --- xbmc-10.1-Dharma/system/Lircmap.xml 2011-06-18 01:43:43.132101246 +0200
+++ xbmc-10.1-Dharma.patch/system/Lircmap.xml 2011-06-18 01:44:53.777025290 +0200 +++ xbmc-10.1-Dharma.patch/system/Lircmap.xml 2011-06-18 01:44:53.777025290 +0200
@@ -365,7 +365,6 @@ @@ -409,7 +409,6 @@
<remote device="linux-input-layer"> <remote device="linux-input-layer">
<altname>cx23885_remote</altname> <altname>cx23885_remote</altname>
@ -9,7 +9,7 @@ diff -Naur xbmc-10.1-Dharma/system/Lircmap.xml xbmc-10.1-Dharma.patch/system/Lir
<left>KEY_LEFT</left> <left>KEY_LEFT</left>
<right>KEY_RIGHT</right> <right>KEY_RIGHT</right>
<up>KEY_UP</up> <up>KEY_UP</up>
@@ -452,4 +451,59 @@ @@ -510,4 +509,61 @@
<mypictures>yellow</mypictures> <mypictures>yellow</mypictures>
<myvideo>blue</myvideo> <myvideo>blue</myvideo>
</remote> </remote>
@ -67,5 +67,7 @@ diff -Naur xbmc-10.1-Dharma/system/Lircmap.xml xbmc-10.1-Dharma.patch/system/Lir
+ <green>KEY_GREEN</green> + <green>KEY_GREEN</green>
+ <yellow>KEY_YELLOW</yellow> + <yellow>KEY_YELLOW</yellow>
+ <blue>KEY_BLUE</blue> + <blue>KEY_BLUE</blue>
+ <recordedtv>KEY_PVR</recordedtv>
+ <liveradio>KEY_RADIO</liveradio>
+ </remote> + </remote>
</lircmap> </lircmap>