On Sun, Oct 17, 2010 at 12:56:27AM +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). > 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. I've tested both mceusb and streamzap with this patchset included, don't see any ill side-effects. Only issue I really saw was that the raw event init call was added somewhat superfluously to a number of drivers -- the rawir struct its initializing was already kzalloc'd, so we're just needlessly re-zero'ing it out again. Its not bad for clarity's sake, but does add some unnecessary inefficiency. -- Jarod Wilson jarod@xxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html