created | 2025-01-04T21:47:24Z |
---|---|
begin | 2024-12-29T00:00:00Z |
end | 2024-12-30T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2024-12-29T14:30:46Z | |||
---|---|---|---|---|
author | kirill | |||
files | src/sys/dev/usb/uvideo.c | log | diff | annotate |
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@ |
date | 2024-12-29T23:34:36Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/overflow.h | log | diff | annotate |
message | add check_mul_overflow() for 6.6.68 drm |