Skip to content

Tags: patjak/facetimehd

Tags

0.6.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

0.6.8.2

Add MODULE_FIRMWARE macro

This should help dracut to understand that the firmware is also needed
if the module is put into initrd.

Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>

0.6.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #292 from vicamo/for-upstream/accommodate-to-v4l2-…

…field-rename

v4l2: accommodate to struct filed rename of vb2_buffer::min_buffers_needed

0.6.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #289 from vicamo/for-upstream/fix-build-against-li…

…nux-next

v4l2: drop ref to unused header

0.5.18

Use dma_set_coherent_mask() instead of pci_set_consistent_dma_mask()

Kernels v5.18+ needs dma_set_coherent_mask()

Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>

0.5.7

Rename V4L2_TYPE_GRABBER to V4L2_TYPE_VIDEO for 5.7rc1

Fixes builds on 5.7rc1; credit to:
v4l2loopback/v4l2loopback@4815caf