From 2cf8662e22ebfe160f0d1ce5af25de3c1f868cfd Mon Sep 17 00:00:00 2001 From: vpeter4 Date: Thu, 12 Feb 2015 10:29:24 +0100 Subject: [PATCH] linux: Update saa716x PCIe interface chipset patch (driver support for TechniSat SkyStar 2 eXpress) --- ....todo => linux-950-saa716x_PCIe_interface_chipset.patch} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename packages/linux/patches/3.19/{linux-950-saa716x_PCIe_interface_chipset.patch.todo => linux-950-saa716x_PCIe_interface_chipset.patch} (99%) diff --git a/packages/linux/patches/3.19/linux-950-saa716x_PCIe_interface_chipset.patch.todo b/packages/linux/patches/3.19/linux-950-saa716x_PCIe_interface_chipset.patch similarity index 99% rename from packages/linux/patches/3.19/linux-950-saa716x_PCIe_interface_chipset.patch.todo rename to packages/linux/patches/3.19/linux-950-saa716x_PCIe_interface_chipset.patch index 7428c7ce68..71cac81ac0 100644 --- a/packages/linux/patches/3.19/linux-950-saa716x_PCIe_interface_chipset.patch.todo +++ b/packages/linux/patches/3.19/linux-950-saa716x_PCIe_interface_chipset.patch @@ -1383,10 +1383,10 @@ index 0000000..6b52fc1 + break; + } + -+ err = stv090x_set_gpio(fe, 2, 0, en, 0); ++ err = skystar2_stv090x_config.set_gpio(fe, 2, 0, en, 0); + if (err < 0) + goto exit; -+ err = stv090x_set_gpio(fe, 3, 0, sel, 0); ++ err = skystar2_stv090x_config.set_gpio(fe, 3, 0, sel, 0); + if (err < 0) + goto exit; + @@ -1405,7 +1405,7 @@ index 0000000..6b52fc1 + else + value = 0; + -+ err = stv090x_set_gpio(fe, 4, 0, value, 0); ++ err = skystar2_stv090x_config.set_gpio(fe, 4, 0, value, 0); + if (err < 0) + goto exit; +