if excute apt-get install linux-headers-4.13.0-16-generic, and change the path in the Makefile, the driver can be compiled. but the driver can't be load with the followin error: [166779.671340] uvcvideo: version magic '4.15.0-13-generic SMP mod_unload aarch64' should be '4.14.111 SMP mod_unload aarc...
I have tried to download source code of 4.14.111 from kernel.org, and make headers_install, but the it couldn't work.
it suggests to make oldconfig && make prepare, so many parameters...
any one can help me with it?