MCMrARM / mbp2018-bridge-drv

A driver for MacBook models 2018 and newer, which makes the keyboard, mouse and audio output work.
131 stars 54 forks source link

Fix potential Nullpointer Crash in pci.c ; Update Makefile #13

Open Ecos-hj opened 4 years ago

Ecos-hj commented 4 years ago

If there are not enough interupts allocated, pci.c causes a nullpointer crash in cleanup. Update the Makefile to make it easyer to deal with different kernel versions.