1. 18 10月, 2008 4 次提交
  2. 13 10月, 2008 1 次提交
  3. 12 10月, 2008 15 次提交
  4. 05 10月, 2008 1 次提交
  5. 04 9月, 2008 2 次提交
  6. 28 7月, 2008 2 次提交
    • M
      V4L/DVB (8549): mxl5007: Fix an error at include file · f3409f71
      Mauro Carvalho Chehab 提交于
      mxl5007 was forcing for its compilation:
      
      In file included from drivers/media/common/tuners/mxl5007t.c:25:drivers/media/common/tuners/mxl5007t.h:80:1: warning: "CONFIG_MEDIA_TUNER_MXL5007T" redefined
      In file included from <command-line>:0:
      ./include/linux/autoconf.h:2782:1: warning: this is the location of the previous definition
      
      Probably, some temporary hack for testing.
      
      Cc: Michael Krufky <mkrufky@linuxtv.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      f3409f71
    • H
      V4L/DVB (8546): saa7146: fix read from uninitialized memory · 429e9089
      Hans Verkuil 提交于
      The offset field of the scatterlist entry *after* the last valid scatterlist
      entry was used instead of the first scatterlist entry (as was the intention
      of this code).
      
      This worked fine until the kzalloc of the sglist was replaced with kmalloc
      and sg_init_table only zeroed the exact needed length. Apparently kzalloc
      zeroes a bit more than is strictly necessary so the offset field was
      always 0 in the past.
      
      But now the offset field was suddenly random and this led to broken captures.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      429e9089
  7. 27 7月, 2008 9 次提交
  8. 20 7月, 2008 6 次提交