From 25b809290ae7a2e1ff08d0c997ac64fd785aeb99 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 22 Jul 2011 21:33:23 +0200 Subject: [PATCH] linux: revert d7b290a1056c5564eec8a1b169c6e84ff3f54c13 Signed-off-by: Stephan Raue --- ...rt_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/linux/patches/linux-3.0-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch diff --git a/packages/linux/patches/linux-3.0-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch b/packages/linux/patches/linux-3.0-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch new file mode 100644 index 0000000000..08566d1f13 --- /dev/null +++ b/packages/linux/patches/linux-3.0-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch @@ -0,0 +1,12 @@ +diff -Naur linux-3.0/drivers/media/rc/nuvoton-cir.c linux-3.0.patch/drivers/media/rc/nuvoton-cir.c +--- linux-3.0/drivers/media/rc/nuvoton-cir.c 2011-07-22 04:17:23.000000000 +0200 ++++ linux-3.0.patch/drivers/media/rc/nuvoton-cir.c 2011-07-22 21:30:48.374591146 +0200 +@@ -1110,7 +1110,7 @@ + rdev->dev.parent = &pdev->dev; + rdev->driver_name = NVT_DRIVER_NAME; + rdev->map_name = RC_MAP_RC6_MCE; +- rdev->timeout = MS_TO_NS(100); ++ rdev->timeout = US_TO_NS(1000); + /* rx resolution is hardwired to 50us atm, 1, 25, 100 also possible */ + rdev->rx_resolution = US_TO_NS(CIR_SAMPLE_PERIOD); + #if 0