CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/12/14 02:58:04
Modified files:
sys/dev/usb : uvideo.c
Log message:
sys/uvideo: remove quirk UVIDEO_FLAG_RENEGOTIATE_AFTER_SET_ALT
This quirk was introduced as a workaround, not the fix for the real
issue. The root cause was fixed in the previous commit (v1.227) to
uvide.c with skip uvideo_vs_set_alt for bulk endpoint.
OK mglocker@ kn@
