1. 24 3月, 2013 4 次提交
  2. 23 3月, 2013 8 次提交
  3. 06 3月, 2013 17 次提交
  4. 04 1月, 2013 1 次提交
    • G
      Drivers: media: remove __dev* attributes. · 4c62e976
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      4c62e976
  5. 21 12月, 2012 1 次提交
  6. 28 10月, 2012 1 次提交
    • M
      [media] bttv-driver: fix two warnings · a1fd2877
      Mauro Carvalho Chehab 提交于
      drivers/media/pci/bt8xx/bttv-driver.c:308:3: warning: initialized field overwritten [-Woverride-init]
      drivers/media/pci/bt8xx/bttv-driver.c:308:3: warning: (near initialization for 'bttv_tvnorms[0].cropcap.bounds.height') [-Woverride-init]
      drivers/media/pci/bt8xx/bttv-driver.c: In function 'bttv_remove':
      drivers/media/pci/bt8xx/bttv-driver.c:4467:29: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      a1fd2877
  7. 06 10月, 2012 1 次提交
  8. 26 9月, 2012 3 次提交
  9. 16 8月, 2012 1 次提交
  10. 19 6月, 2012 1 次提交
  11. 12 6月, 2012 1 次提交
  12. 11 4月, 2012 1 次提交
    • A
      [media] Default bt878 contrast value · 961e668b
      Alan McIvor 提交于
      The default_value for the Bt878 V4L2_CID_CONTRAST control is currently
      set to 32768. Internally this gets translated to an analog input
      circuit gain of 1.19. However, the default gain should be 1.0. This
      patch alters the default value to 27648 which corresponds to a gain of
      1.0. It also alters the probe routine so that the correct value is
      written on board initialisation.
      
      [mchehab@redhat.com: behavior confirmed via Fusion 878a datasheet]
      Signed-off-by: NAlan McIvor <alan.mcivor@reveal.co.nz>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      961e668b