sdm845-common: init.qcom.usb.sh: Set streaming_maxburst for UVC to 10

Currently streaming_maxburst is set to 1 for UVC. Increase it
to 10 to get better throughput numbers for UVC.

Change-Id: I76458cca14953179c65119032bcba401dd8d4929
This commit is contained in:
Vijayavardhan Vennapusa 2020-12-08 17:36:59 +07:00 committed by Bruno Martins
parent e0478da34e
commit 379089bb47

View File

@ -65,7 +65,7 @@ if [ -d /config/usb_gadget/g1/functions/uvc.0 ]; then
cd /config/usb_gadget/g1/functions/uvc.0
echo 3072 > streaming_maxpacket
echo 1 > streaming_maxburst
echo 10 > streaming_maxburst
mkdir control/header/h
ln -s control/header/h control/class/fs/
ln -s control/header/h control/class/ss