mirror of
https://abf.rosa.ru/djam/bluez.git
synced 2025-02-22 22:52:55 +00:00
6 lines
96 B
Bash
6 lines
96 B
Bash
#!/bin/sh
|
|
|
|
if [ ! -c /dev/input/uinput ] ; then
|
|
exec /sbin/modprobe uinput >/dev/null 2>&1
|
|
fi
|
|
|