CVSROOT:        /cvs
Module name:    src
Changes by:     kir...@cvs.openbsd.org  2024/12/29 07:30:46

Modified files:
        sys/dev/usb    : uvideo.c 

Log message:
sys/uvideo: fill v4l2_capability the right way

Some V4L consumers, such as libwebrtc (used by Firefox), rely on
bus_info to identify the desired webcam.

Our current logic, which uses a hardcoded string, causes Firefox to
always select /dev/video0. As a result, switching to another webcam does
not work.

OK: mglocker@

Reply via email to