From 20faf6a8fbe1f467cb8557c6025a0d7f1f4a74d5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 28 Feb 2011 15:56:50 +0100 Subject: [PATCH] linux: add patch to fix wakeup from standby if using the nuvoton driver, thanks to demod Signed-off-by: Stephan Raue --- ...linux-2.6.38-rc6-054_fix_nuvoton_wakeup-0.1.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/linux/patches/linux-2.6.38-rc6-054_fix_nuvoton_wakeup-0.1.patch diff --git a/packages/linux/patches/linux-2.6.38-rc6-054_fix_nuvoton_wakeup-0.1.patch b/packages/linux/patches/linux-2.6.38-rc6-054_fix_nuvoton_wakeup-0.1.patch new file mode 100644 index 0000000000..32e2eb545f --- /dev/null +++ b/packages/linux/patches/linux-2.6.38-rc6-054_fix_nuvoton_wakeup-0.1.patch @@ -0,0 +1,12 @@ +diff -Naur linux-2.6.38-rc6/drivers/media/rc/nuvoton-cir.h linux-2.6.38-rc6.patch/drivers/media/rc/nuvoton-cir.h +--- linux-2.6.38-rc6/drivers/media/rc/nuvoton-cir.h 2011-02-22 02:25:52.000000000 +0100 ++++ linux-2.6.38-rc6.patch/drivers/media/rc/nuvoton-cir.h 2011-02-28 14:26:20.385871213 +0100 +@@ -306,7 +306,7 @@ + #define CIR_WAKE_IRFIFOSTS_RX_FULL 0x10 + + /* CIR Wake FIFO buffer is 67 bytes long */ +-#define CIR_WAKE_FIFO_LEN 67 ++#define CIR_WAKE_FIFO_LEN 65 + /* CIR Wake byte comparison tolerance */ + #define CIR_WAKE_CMP_TOLERANCE 5 +