mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Add home key id for Rii i7 remote
This commit is contained in:
parent
805bf0b8d7
commit
4f904d5d70
@ -0,0 +1,12 @@
|
||||
diff -Naur kodi-14-b5dbdb5.orig/xbmc/input/linux/LinuxInputDevices.cpp kodi-14-b5dbdb5/xbmc/input/linux/LinuxInputDevices.cpp
|
||||
--- kodi-14-b5dbdb5.orig/xbmc/input/linux/LinuxInputDevices.cpp 2015-02-20 22:00:07.688420179 -0800
|
||||
+++ kodi-14-b5dbdb5/xbmc/input/linux/LinuxInputDevices.cpp 2015-02-20 22:01:36.495680879 -0800
|
||||
@@ -255,6 +255,8 @@
|
||||
{ 378 , XBMCK_RIGHT }, // Green
|
||||
{ 381 , XBMCK_UP }, // Yellow
|
||||
{ 366 , XBMCK_DOWN }, // Blue
|
||||
+ // Rii i7 Home button
|
||||
+ { 172 , XBMCK_HOME },
|
||||
};
|
||||
|
||||
typedef enum
|
Loading…
x
Reference in New Issue
Block a user