[PATCH] Enable software carrier for lirc_serial

Tim Gardner tim.gardner at canonical.com
Fri Mar 28 02:07:02 UTC 2008


Mario Limonciello wrote:
> Mario Limonciello wrote:
>> Hello,
>>
>> Please see the attached patch for LUM on bug 204769.  It fixes serial
>> transmitter support.
>>
>> Thank you,
>>
>>   
> Sorry, my mistake.  The proper bug number is 182530.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> From 562605ee94e479911248e200f5b291a72f6c28e6 Mon Sep 17 00:00:00 2001
> From: Mario Limonciello <superm1 at ubuntu.com>
> 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 <superm1 at ubuntu.com>
> ---
>  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
> 

applied

-- 
Tim Gardner tim.gardner at ubuntu.com




More information about the kernel-team mailing list