> i'm trying to apply the v4l2-api-2.4.20-patch from http://bytesex.org > > kernel-config-options: > > CONFIG_I2C=m > CONFIG_VIDEO_DEV=m > > After make dep clean bzImage: > > > root@debian:/usr/src/linux $ make modules 'make clean' unfortunately isn't sufficient when you change module options or apply patches that change a module interface. You need to do 'make mrproper'. The 11-v4l2-api-2.4.20.diff.gz patch works fine for me. Regards, Wolfram.