lirc: dont start with uinput support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-08-06 09:34:20 +02:00
parent 9c88239a15
commit 4ce0d3f795

View File

@ -37,6 +37,6 @@ if [ "$REMOTE_BACKEND" = "lirc" ]; then
LIRC_OUTPUT="/dev/lircd"
$IONICE mkdir -p /var/run/lirc
lircd -u --driver=$LIRC_DRIVER --device=$LIRC_DEVICE --output=$LIRC_OUTPUT
lircd --driver=$LIRC_DRIVER --device=$LIRC_DEVICE --output=$LIRC_OUTPUT
fi