1. 04 9月, 2008 1 次提交
  2. 20 7月, 2008 1 次提交
  3. 10 7月, 2008 1 次提交
  4. 27 6月, 2008 1 次提交
  5. 14 5月, 2008 1 次提交
    • M
      V4L/DVB (7893): xc5000: bug-fix: allow multiple devices in a single system · 48723543
      Michael Krufky 提交于
      The current code passes a context pointer in the xc5000_config struct.
      This context pointer is used in the tuner_callback function, used to
      reset the device after firmware download.
      
      The xc5000_config struct is a static structure, whose .priv member was
      being assigned before calling xc5000_attach().  If there are more than
      one of the same device type installed on a single system, the last one
      to assign xc5000_config.priv will "win", and all others will cease to
      function properly.
      
      This patch passes the context pointer in xc5000_attach() rather that
      storing it within the static struct xc5000_config.
      Signed-off-by: NMichael Krufky <mkrufky@linuxtv.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      48723543
  6. 30 4月, 2008 1 次提交
  7. 25 4月, 2008 2 次提交
  8. 26 1月, 2008 8 次提交