Fix no volume on wake issue on the RG351V

This commit is contained in:
fewtarius 2022-04-29 17:40:44 -04:00
parent e061d3c892
commit 671d963b59
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -36,6 +36,7 @@ case $1 in
if [[ "${HW_DEVICE}" =~ RG351 ]]
then
modprobe -i dwc2
systemctl restart volume
fi
;;