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