patjak / facetimehd

Reverse engineered Linux driver for the FacetimeHD (Broadcom 1570) PCIe webcam
GNU General Public License v2.0
1.36k stars 161 forks source link

Kernel 5.6 - make failing (gentoo) #205

Open DSysoletin opened 4 years ago

DSysoletin commented 4 years ago

On Linux 5.6, compilation fails for both mainline and master branches. Reason is - ioremap_nocache() API was removed in kernel 5.6 (more info here https://github.com/torvalds/linux/commit/6a1000bd27035bba17ede9dc915166276a811edb ) To fix it, ioremap_nocache() calls needs to be changed to ioremap() in fthd_drv.c file

hawkeyetwolf commented 4 years ago

Corresponding PR: #203