mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
xbmc: add boxee remote support hack, thanks to elum
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
248c68af4e
commit
8e873064bc
@ -28,6 +28,11 @@ XBMC_ARGS="--standalone -fs --lircdev $LIRCDEV"
|
|||||||
|
|
||||||
progress "starting XBMC"
|
progress "starting XBMC"
|
||||||
|
|
||||||
|
# hack for Boxee Remote
|
||||||
|
if $(cat /proc/bus/input/devices | grep Vendor=0471 | grep -q Product=20d9);then
|
||||||
|
export SDL_MOUSE_RELATIVE=0
|
||||||
|
fi
|
||||||
|
|
||||||
# starting autoupdate
|
# starting autoupdate
|
||||||
[ -f /usr/bin/autoupdate ] && /usr/bin/autoupdate &
|
[ -f /usr/bin/autoupdate ] && /usr/bin/autoupdate &
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user