1. 19 7月, 2007 4 次提交
  2. 28 4月, 2007 2 次提交
  3. 21 2月, 2007 1 次提交
    • T
      V4L/DVB (5166): Remove obsolete alias defines of CONFIG_* settings · 05ad3907
      Trent Piepho 提交于
      The out of tree v4l-dvb build system didn't always override the kernel's
      configuration settings with v4l-dvb's settings correctly.  To work around
      this, makefiles would define some new macro based on the setting of a
      config variable.  e.g. the pwc Makefile would define CONFIG_PWC_DEBUG if
      CONFIG_USB_PWC_DEBUG (which is defined via Kconfig) was set.
      The v4l-dvb build system should now always override correctly, and this
      is no longer necessary.  This patch gets ride of these extra defines and
      just uses the CONFIG_* settings directly.
      Signed-off-by: NTrent Piepho <xyzzy@speakeasy.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      05ad3907
  4. 10 12月, 2006 4 次提交
  5. 26 9月, 2006 4 次提交
  6. 09 8月, 2006 2 次提交
  7. 27 6月, 2006 1 次提交
  8. 25 6月, 2006 4 次提交
  9. 24 5月, 2006 1 次提交
  10. 13 5月, 2006 3 次提交
  11. 04 4月, 2006 1 次提交
  12. 02 4月, 2006 4 次提交
  13. 25 3月, 2006 2 次提交
  14. 22 3月, 2006 6 次提交
  15. 27 2月, 2006 1 次提交
    • A
      V4L/DVB (3376): Add cpia2 camera support · ab33d507
      Alan Cox 提交于
      There has been a CPIA2 driver out of kernel for a long time and it has
      been pretty clean for some time too. This is an import of the
      sourceforge driver which has been stripped of
      - 2.4 back compatibility
      - 2.4 old style MJPEG ioctls
      A couple of functions have been made static and the docs have been
      repackaged into Documentation/video4linux.  The rvmalloc/free functions now
      match the cpia driver again.  Other than that this is the code as is.
      Tested on x86-64 with a QX5 microscope.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      ab33d507