[PATCH] [media] nuvoton-cir: simplify raw IR sample handling

2011-08-08 Thread Jarod Wilson
The nuvoton-cir driver was storing up consecutive pulse-pulse and space-space samples internally, for no good reason, since ir_raw_event_store_with_filter() already merges back to back like samples types for us. This should also fix a regression introduced late in 3.0 that related to a timeout

Re: [PATCH] [media] nuvoton-cir: simplify raw IR sample handling

2011-08-08 Thread Jarod Wilson
Jarod Wilson wrote: The nuvoton-cir driver was storing up consecutive pulse-pulse and space-space samples internally, for no good reason, since ir_raw_event_store_with_filter() already merges back to back like samples types for us. This should also fix a regression introduced late in 3.0 that