mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
f0c2f05272addb92b5e03a369f1875cbad8407b0
In kernel 5.4 I otherwise get this warning
WARNING: CPU: 1 PID: 451 at drivers/media/v4l2-core/v4l2-dev.c:863 __video_register_device+0x64b/0xe90 [videodev]
The code there is:
/* the device_caps field MUST be set for all but subdevs */
if (WARN_ON(type != VFL_TYPE_SUBDEV && !vdev->device_caps))
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
facetimehd
Linux driver for the Facetime HD (Broadcom 1570) PCIe webcam found in recent Macbooks.
This driver is experimental. Use at your own risk.
See the Wiki for more information:
Languages
C
99.7%
Makefile
0.3%