I want to patch a dvb driver for my box (stb0899_drv.c for Technisat SkyStar USB 2 HD CI).
I have successfully built HEAD of origin/master. Now I need to know where to patch the source file.
The driver is present three times in the source tree:
- /image/system/usr/lib/kernel-overlays/driver.dvb.hauppauge/lib/modules/4.14.30/updates/driver.dvb.hauppauge/stb0899.ko
- /image/system/usr/lib/kernel-overlays/base/lib/modules/4.14.30/kernel/drivers/media/dvb-frontends/stb0899.ko
- /image/system/usr/lib/kernel-overlays/driver.dvb.crazycat/lib/modules/4.14.30/updates/driver.dvb.crazycat/stb0899.ko
Which of these will be seen from the kernel and how could I determine this myself? Any resources to the overlay happening here?
And where should I put the patch?
Sorry for the noobish questions