1 Aug 2005 01:03
Fwd: [PATCH] cx88-input.c "rc5" variable rename
Uli Luckas <luckas <at> musoft.de>
2005-07-31 23:03:18 GMT
2005-07-31 23:03:18 GMT
Hi, I am resending the attached Mail as I didn't see it appear on the list and didnÄt get any replies. Regards, Uli ---------- Weitergeleitete Nachricht ---------- Subject: [PATCH] cx88-input.c "rc5" variable rename Date: Dienstag, 26. Juli 2005 20:34 From: Uli Luckas <luckas <at> musoft.de> To: Linux and Kernel Video <video4linux-list <at> redhat.com> Hi, I have added support for a new, cx88 remote controll which does not use rc5 encoding. As you can see in the patch below, function cx88_ir_irq has a local varibale called rc5, visible to the whole function body and only used for one type of remote controll and only in one branch of a switch statement which happens to deal with rc5 encoded values. Now my new code happens to need a semantically equivalent variable for it's encoded ir value. It's just not rc5 encoded. Actually, every future card is probably going to need this variable for it's encoded values which often is not going to be rc5 encoded. Therefore I sugest renaming the variable to ircode. Which is done in the attached patch. Regards Uli(Continue reading)
RSS Feed