bluez/bluez-uinput.modules
2012-08-21 13:12:03 +04:00

6 lines
96 B
Bash

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