From 562605ee94e479911248e200f5b291a72f6c28e6 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 26 Mar 2008 22:46:57 -0500 Subject: [PATCH] UBUNTU: Enable software carrier on LIRC transmitters Bug: 182530 For IR transmitters to properly function, the software carrier has to be used rather than a hardware carrier. Signed-off-by: Mario Limonciello --- ubuntu/media/lirc/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ubuntu/media/lirc/Makefile b/ubuntu/media/lirc/Makefile index 36e0ec2..6384e01 100644 --- a/ubuntu/media/lirc/Makefile +++ b/ubuntu/media/lirc/Makefile @@ -1,6 +1,6 @@ include $(src)/../../.config -EXTRA_CFLAGS =-DIRCTL_DEV_MAJOR=61 -DLIRC_SERIAL_TRANSMITTER -I$(src) +EXTRA_CFLAGS =-DIRCTL_DEV_MAJOR=61 -DLIRC_SERIAL_TRANSMITTER -DLIRC_SERIAL_SOFTCARRIER -I$(src) obj-$(CONFIG_LIRC_DEV) += lirc_dev/lirc_dev.o obj-$(CONFIG_LIRC_ATIUSB) += lirc_atiusb/lirc_atiusb.o -- 1.5.4.3