Tags: patjak/facetimehd
Tags
F718
Update fthd_ddr.c for Linux Kernel 6.13+ (#304) * Update fthd_ddr.c Shipped in linux kernel 6.13, <linux/random.h> no longer includes <linux/prandom.h>. This file depended on that nested include, and this commit changes the include to use that header directly. Without this, module compilation fails trying to use prandom_seed_state() which is in longer included. torvalds/linux@5b3fdc9 * Update fthd_ddr.c to include linux/random.h in kernels <= 6.12
Rename V4L2_TYPE_GRABBER to V4L2_TYPE_VIDEO for 5.7rc1 Fixes builds on 5.7rc1; credit to: v4l2loopback/v4l2loopback@4815caf