/packages/linux/patches/linux-3.1.4-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch

http://github.com/OpenELEC/OpenELEC.tv · Patch · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · 6b10f8696e9b5ff5ac9ca7645052a0ec MD5 · raw file

  1. diff -Naur linux-3.0/drivers/media/rc/nuvoton-cir.c linux-3.0.patch/drivers/media/rc/nuvoton-cir.c
  2. --- linux-3.0/drivers/media/rc/nuvoton-cir.c 2011-07-22 04:17:23.000000000 +0200
  3. +++ linux-3.0.patch/drivers/media/rc/nuvoton-cir.c 2011-07-22 21:30:48.374591146 +0200
  4. @@ -1110,7 +1110,7 @@
  5. rdev->dev.parent = &pdev->dev;
  6. rdev->driver_name = NVT_DRIVER_NAME;
  7. rdev->map_name = RC_MAP_RC6_MCE;
  8. - rdev->timeout = MS_TO_NS(100);
  9. + rdev->timeout = US_TO_NS(1000);
  10. /* rx resolution is hardwired to 50us atm, 1, 25, 100 also possible */
  11. rdev->rx_resolution = US_TO_NS(CIR_SAMPLE_PERIOD);
  12. #if 0