bluez/bluez-uinput.modules
2008-10-17 10:47:21 +00:00

7 lines
96 B
Bash

#!/bin/sh
if [ ! -c /dev/input/uinput ] ; then
exec /sbin/modprobe uinput >/dev/null 2>&1
fi