29 Sep, 2012

1 commit


06 Jul, 2012

1 commit


21 Jun, 2012

1 commit


15 May, 2012

1 commit


11 Dec, 2011

1 commit


21 Nov, 2011

1 commit


14 Oct, 2011

1 commit


21 Sep, 2011

3 commits


27 Aug, 2011

1 commit


28 Jul, 2011

2 commits


22 Mar, 2011

1 commit


21 Oct, 2010

1 commit


03 Aug, 2010

2 commits


27 Feb, 2010

2 commits


19 Sep, 2009

1 commit


06 Jul, 2009

2 commits

  • The extraction routine for the MPC718 "firmware" had 2 bugs in it, where one
    bug masked the effect of the other. The loop iteration should have set
    $prevlen = $currlen at the end of the loop, and the if() check should have used
    && instead of || for deciding if the firmware length is reasonable.

    Signed-off-by: Andy Walls
    Signed-off-by: Mauro Carvalho Chehab

    Andy Walls
     
  • Add routine to support extracting the MT352 DVB-T demodulator initialization
    sequence for Yuan MPC718 cards for use by the cx18 driver.

    This routine uses a hueristic for extracting a good sequence. It should work
    on all different versions of the "yuanrap.sys" file, given the way the MT352
    tuning sequences are stored in all versions of that file I have seen so far.
    However, the current patch simply looks for one specific archive URL.

    Signed-off-by: Andy Walls
    Signed-off-by: Mauro Carvalho Chehab

    Andy Walls
     

17 Jun, 2009

2 commits


30 Mar, 2009

4 commits


20 Aug, 2007

1 commit


19 Jul, 2007

2 commits


13 May, 2006

1 commit


22 Mar, 2006

1 commit


07 Feb, 2006

1 commit


10 Jan, 2006

4 commits


09 Nov, 2005

1 commit

  • * nxt200x.c, nxt200x.h
    - New frontend module that supports both NXT2002 and NXT2004.
    So far, only tested on NXT2004. After testing on NXT2002, we should
    deprecate the nxt2002 module, and implement this one instead on the
    applicable cards.

    * get_dvb_firmware:
    - Added support for the NXT2004 firmware. This firmware works with both
    the ATI HDTV Wonder and the AVerTVHD MCE a180.
    This was originally written by Jean-Francois Thibert

    * dvb-pll.c
    - Fixed minimum frequency for tuv1236d. It seems that the data sheets
    are wrong.

    Signed-off-by: Kirk Lapray
    Signed-off-by: Michael Krufky
    Cc: Johannes Stezenbach
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Kirk Lapray
     

17 May, 2005

1 commit