created | 2025-02-05T17:34:22Z |
---|---|
begin | 2025-01-13T13:58:41Z |
end | 2025-01-13T15:33:34Z |
path | src/sys |
commits | 2 |
date | 2025-01-13T15:32:36Z | |||
---|---|---|---|---|
author | kirill | |||
files | src/sys/dev/usb/uvideo.c | log | diff | annotate |
src/sys/dev/usb/uvideo.h | log | diff | annotate | |
message |
sys/uvideo: bypass unknown pixelformat to consumer The GUID format read from a camera usually begins with a null-terminated pixel format. Certain formats should be mapped, such as converting YUY2 to YUYV and I420 to YVU420, among others. Instead of rejecting unknown driver formats like M420, I bypass them to the consumer, which likely knows how to handle these formats. OK mglocker@ |
date | 2025-01-13T15:33:34Z | |||
---|---|---|---|---|
author | kirill | |||
files | src/sys/dev/i2c/ihidev.c | log | diff | annotate |
message |
sys/ihidev: move debug log resettign to the right place OK mglocker@ |