Fix no volume on wake issue on the RG351V
This commit is contained in:
parent
e061d3c892
commit
671d963b59
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ case $1 in
|
|||
if [[ "${HW_DEVICE}" =~ RG351 ]]
|
||||
then
|
||||
modprobe -i dwc2
|
||||
systemctl restart volume
|
||||
fi
|
||||
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue