1. 11 1月, 2016 17 次提交
  2. 19 11月, 2015 2 次提交
    • M
      [media] fix dvb_frontend_sleep_until() logic · a733a41a
      Mauro Carvalho Chehab 提交于
      As pointed by Laurent Navet:
      	"Calling ktime_add_us() seems useless as is only useful
      	 for it's return value which is ignored."
      
      That's reported by coverity CID 1309761.
      
      Laurent proposed to just remove ktime_add_us, but the fact is that
      the logic of this function is broken. Instead, we need to use the
      value of the timeout, and ensure that it will work on the loops
      to emulate the legacy DiSEqC ioctl (FE_DISHNETWORK_SEND_LEGACY_CMD).
      
      Please notice that the logic was also broken if, for any reason,
      msleep() would sleep a little less than what it was expected, as
      newdelta would be smaller than delta, and udelay() would not be called.
      
      It should also be noticed that nobody noticed that trouble before
      likely because the FE_DISHNETWORK_SEND_LEGACY_CMD is not used
      anymore by modern DVB applications.
      Reported-by: NLaurent Navet <laurent.navet@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      a733a41a
    • A
      [media] Add support for dvb usb stick Hauppauge WinTV-soloHD · 1efc2170
      Arno Bauernöppel 提交于
      This patch adds support for the DVB-T/C/T2 usb stick WinTV-soloHD from
      Hauppauge. It adds the usb ID 2040:0264 Hauppauge to the cards of the
      driver em28xx.
      
      I successfully tested DVB-T/C and the IR remote control with the
      firmware dvb-demod-si2168-b40-01.fw.
      Signed-off-by: NArno Bauernoeppel <arno@aziraphale.net>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      1efc2170
  3. 18 11月, 2015 1 次提交
  4. 17 11月, 2015 10 次提交
  5. 16 11月, 2015 2 次提交
  6. 10 10月, 2015 6 次提交
  7. 08 10月, 2015 1 次提交
  8. 07 10月, 2015 1 次提交