1. 25 4月, 2008 23 次提交
  2. 19 4月, 2008 1 次提交
  3. 31 3月, 2008 1 次提交
  4. 26 1月, 2008 10 次提交
  5. 22 10月, 2007 1 次提交
  6. 11 10月, 2007 1 次提交
  7. 10 10月, 2007 3 次提交
    • M
      V4L/DVB (6211): pvrusb2: Allocate a debug mask bit for reporting video standard things · 56585386
      Mike Isely 提交于
      It's useful to see specific details for how the pvrusb2 driver is
      figuring out things related to the video standard, independent of
      other initialization activities.  So let's set up a separate debug
      mask bit for this and turn it on.
      Signed-off-by: NMike Isely <isely@pobox.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      56585386
    • M
      V4L/DVB (6210): pvrusb2: Do a far better job at setting the default initial video standard · 9f66d4ea
      Mike Isely 提交于
      The v4l tveeprom logic tells us what video standards are supported by
      the hardware, however it doesn't directly tell us what should be the
      preferred initial standard.  For example "NTSC/NTSC-J" devices are
      reported by tveeprom as support NTSC-M and PAL-M, and while that might
      be true, in the vast majority of cases NTSC-M is really what the user
      is going to want.  However the driver previously just arbitrarily
      picked the "lowest numbered" standard as the initial default, which in
      that case would have been PAL-M.  (And making matters more confusing -
      this only caused real problems on 24xxx devices because the saa7115 on
      29xxx seems to autodetect the right answer anyway.)  This change
      implements an algorithm that uses the set of "supported" standards as
      a hint to decide on the initial standard.  This algorithm ONLY comes
      into play if the driver isn't specifically told what to do; said
      another way - the user can always still change the standard via the
      sysfs interface, via the usual V4L methods, or even specified as a
      module parameter.  The idea here is only to pick a better starting
      point if the user (or app) doesn't otherwise do something to set the
      standard; otherwise this change has no real impact.
      Signed-off-by: NMike Isely <isely@pobox.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      9f66d4ea
    • M
      V4L/DVB (6209): pvrusb2: Better discriminate among device types · 1d643a37
      Mike Isely 提交于
      This is a bunch of cleanup in various places to improve behavior based
      on actual device type being driven.  While this doesn't actually
      affect operation with existing devices, it cleans things up so that it
      will be easier / more deterministic when other devices are added.
      Ideally we should make stuff like this table-driven, but for now this
      is just a series of small incremental (read: safe) improvements.
      Signed-off-by: NMike Isely <isely@pobox.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      1d643a37