26 Mar, 2013

5 commits


19 Mar, 2013

1 commit


08 Jan, 2013

1 commit


23 Oct, 2012

1 commit


05 Sep, 2012

1 commit


10 Jul, 2012

1 commit


26 Apr, 2011

1 commit


31 Mar, 2011

1 commit


03 Aug, 2010

3 commits


25 Jun, 2010

2 commits


23 Jun, 2010

1 commit

  • Move functions managing the channel mapping to a new channel.c file, as done in
    the staging VT6656 driver. The function names contained in card.c were prefixed
    with CARD followed by the first letter of the return code, remove this and use
    more coherent function names.

    The following functions moved and were renamed:

    ChannelValid -> is_channel_valid
    CARDbSetChannel -> set_channel
    CARDvInitChannelTable -> init_channel_table
    CARDbyGetChannelMapping -> get_channel_mapping
    CARDvSetCountryInfo -> set_country_info
    CARDbySetSupportChannels -> set_support_channels
    CARDbChannelGetList -> channel_get_list
    CARDvSetCountryIE -> set_country_IE
    CARDbGetChannelMapInfo -> get_channel_map_info
    CARDvSetChannelMapInfo -> set_channel_map_info
    CARDvClearChannelMapInfo -> clear_channel_map_info
    CARDbyAutoChannelSelect -> auto_channel_select
    CARDbyGetChannelNumber -> get_channel_number

    Signed-off-by: Charles Clément
    Signed-off-by: Greg Kroah-Hartman

    Charles Clément
     

19 Jun, 2010

5 commits


15 May, 2010

2 commits


12 May, 2010

1 commit


12 Dec, 2009

1 commit


16 Sep, 2009

5 commits


20 Jun, 2009

1 commit

  • Add pristine upstream vt6655 driver sources to drivers/staging/vt6655. These
    files were literally copied from the driver directory in the upstream source
    archive, available here:

    http://www.viaarena.com/Driver/vt6655_linux_src_v1.19.12_x86.zip

    Signed-off-by: Forest Bond
    Signed-off-by: Greg Kroah-Hartman

    Forest Bond