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

Fix compilation for newer kernels #74

Closed ddalex closed 8 years ago

ddalex commented 8 years ago

New kernels above 4.4 have a different interface for vb2_ops.queue_setup, so we respect that.

Tested on 4.6.0, the camera works ok.

patjak commented 8 years ago

I'll branch the repo and start preparing that version for mainlining instead. Well see if I pull this in before or not. Thanks.