bluez/bluez-uinput.modules

7 lines
96 B
Text
Raw Permalink Normal View History

2012-06-28 00:52:29 +00:00
#!/bin/sh
if [ ! -c /dev/input/uinput ] ; then
exec /sbin/modprobe uinput >/dev/null 2>&1
fi