From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Walls Subject: Re: [PATCH 0/3] Remaining patches in my queue for IR Date: Sat, 16 Oct 2010 20:36:45 -0400 Message-ID: <1287275805.11162.5.camel@morgan.silverblock.net> References: <1287269790-17605-1-git-send-email-maximlevitsky@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1287269790-17605-1-git-send-email-maximlevitsky@gmail.com> Sender: linux-media-owner@vger.kernel.org To: Maxim Levitsky Cc: lirc-list@lists.sourceforge.net, Jarod Wilson , David =?ISO-8859-1?Q?H=E4rdeman?= , mchehab@infradead.org, linux-input@vger.kernel.org, linux-media@vger.kernel.org List-Id: linux-input@vger.kernel.org On Sun, 2010-10-17 at 00:56 +0200, Maxim Levitsky wrote: > Hi, > > This series is rebased on top of media_tree/staging/v2.6.37 only. > Really this time, sorry for cheating, last time :-) > > The first patch like we agreed extends the raw packets. > It touches all drivers (except imon as it isn't a raw IR driver). Will IR for the CX23885 and CX23888 still work given the changes? Here's the relevant files that use struct ir_raw_event: http://git.linuxtv.org/media_tree.git?a=blob;f=drivers/media/video/cx23885/cx23885-input.c;h=bb61870b8d6ed39d25c11aa676b55bd0a94dc235;hb=staging/v2.6.37 http://git.linuxtv.org/media_tree.git?a=blob;f=drivers/media/video/cx25840/cx25840-ir.c;h=c2b4c14dc9ab533ff524b3e301235d6bdc92e2b9;hb=staging/v2.6.37 http://git.linuxtv.org/media_tree.git?a=blob;f=drivers/media/video/cx23885/cx23888-ir.c;h=2502a0a6709783b8c01d5de639d759d097f0f1cd;hb=staging/v2.6.37 If needed, cx23885-input.c is where a fix can be made to ensure structure fields are properly zeroed until I have time to fix he lower level stuff. Regards, Andy > Code is compile tested with all drivers, > and run tested with ENE and all receiver protocols > (except the streamzap rc5 flavour) > Since it also moves timeouts to lirc bridge, at least streazap driver > should have its timeout gap support removed. I am afraid to break the code > if I do so. > > Other 2 patches are ENE specific, and don't touch anything else. > > Please test other drivers. > > Best regards, > Maxim Levitsky > > -- > To unsubscribe from this list: send the line "unsubscribe linux-media" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html