Mauro, This fixes two compilation problems when using the media_build system. Both gspca and the solo driver have a header with the same name, and that clashes when using media_build. And the solo driver uses an incorrect Makefile construct, which (somewhat mysteriously) skips the compilation of 90% of all media drivers. Hopefully this pull request makes it to patchwork as well. Regards, Hans The following changes since commit bd90649834a322ff70925db9ac37bf7a461add52: staging/Makefile: Don't compile a media driver there (2011-11-02 09:17:00 -0200) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git fixes Hans Verkuil (2): solo6x10: rename jpeg.h to solo6x10-jpeg.h solo6x10: fix broken Makefile drivers/staging/media/solo6x10/Makefile | 2 +- .../media/solo6x10/{jpeg.h => solo6x10-jpeg.h} | 0 drivers/staging/media/solo6x10/v4l2-enc.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename drivers/staging/media/solo6x10/{jpeg.h => solo6x10-jpeg.h} (100%) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html