tbsdtv / linux_media

TBS linux open source drivers
https://github.com/tbsdtv/linux_media/wiki
Other
174 stars 81 forks source link

Update isl6422.c: Allow loading by setting attach function as GPL #361

Closed pjacobs-eu closed 1 month ago

pjacobs-eu commented 1 month ago

The ISL6422 LNB power chip refuses to work in modern kernels due to a restriction. By using EXPORT_SYMBOL_GPL, the kernel module loads correctly once again.

Also see: https://lore.kernel.org/lkml/20230731083806.453036-6-hch@lst.de/

crazycat69 commented 1 month ago

thanks, merged