1. 30 12月, 2008 3 次提交
  2. 21 11月, 2008 2 次提交
  3. 12 10月, 2008 2 次提交
  4. 28 7月, 2008 5 次提交
  5. 27 7月, 2008 1 次提交
  6. 20 7月, 2008 3 次提交
  7. 25 4月, 2008 20 次提交
  8. 18 2月, 2008 3 次提交
  9. 26 1月, 2008 1 次提交
    • M
      V4L/DVB (7060): em28xx: remove has_tuner · ed086314
      Mauro Carvalho Chehab 提交于
      has_tuner flag doesn't make much sense, since tuner_type=TUNER_ABSENT
      means the same thing.
      
      Having two ways to say that a tuner is not present is
      not nice, since it may lead to bad setups. In fact, with the previous
      code, if a device were using has_tuner=0, but the user forces a tuner,
      with modprobe option tuner=type, the modprobe option won't work.
      
      Also, tveeprom returns TUNER_ABSENT, when tuner is unknown or absent.
      So, with the previous logic, in this case, the driver should set
      has_tuner=0, or has_tuner=1 otherwise.
      
      Instead of adding several additional tests and setups, better just to
      remove .has_tuner.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      ed086314