mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 11:02:31 +02:00
f62b01d625ecf3c1afdc1b4e4430bbe4a5392af5
make[1]: Entering directory '/usr/src/kernels/4.19.9-300.fc29.x86_64'
CC [M] bcwc_pcie/fthd_ddr.o
In file included from bcwc_pcie/fthd_ddr.c:21:
bcwc_pcie/fthd_drv.h:121:5: warning: "LINUX_VERSION_CODE" is not defined, evaluates to 0 [-Wundef]
#if LINUX_VERSION_CODE < KERNEL_VERSION(4,8,0)
^~~~~~~~~~~~~~~~~~
bcwc_pcie/fthd_drv.h:121:26: warning: "KERNEL_VERSION" is not defined, evaluates to 0 [-Wundef]
#if LINUX_VERSION_CODE < KERNEL_VERSION(4,8,0)
^~~~~~~~~~~~~~
bcwc_pcie/fthd_drv.h:121:40: error: missing binary operator before token "("
#if LINUX_VERSION_CODE < KERNEL_VERSION(4,8,0)
...
Fixes the above compilation error
Signed-off-by: Numan Siddique <numan.siddique@gmail.com>
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%