tbsdtv / linux_media

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

upstream new kernel #303

Closed bastard79 closed 1 year ago

bastard79 commented 1 year ago

is any chance to sync sources with latest linuxtv with support kernel 6.x? or any tutorial how do this by myself?

kafisc1 commented 1 year ago

Indeed! Would be nice to be able to use kernel 6.x

gpancot commented 1 year ago

i am testing this version for 6.1.12, it seems to work with my tbs6281: https://github.com/gpancot/linux_media

kafisc1 commented 1 year ago

Thank's for your feedback. Not working for me for TBS 6209 on pve-kernel-6.1.10-1-pve. The error occurs on the step "make":

CC [M] /home/tbs_6_1/media_build/v4l/rdacm20.o /home/tbs_6_1/media_build/v4l/ov7740.c:1217:14: error: initialization of 'void ()(struct i2c_client )' from incompatible pointer type 'int ()(struct i2c_client )' [-Werror=incompatible-pointer-types] 1217 | .remove = ov7740_remove,

gpancot commented 1 year ago

I corrected the error, retry

crazycat69 commented 1 year ago

Updated, now compatible with 4.14 - 6.2

kafisc1 commented 1 year ago

Updated, now compatible with 4.14 - 6.2 Thanks! Working perfectly with Proxmox Kernel 6.2.11-1-pve.