>> if (dev->driver_type == RC_DRIVER_IR_RAW) { >> + /* Load raw decoders, if they aren't already */ >> + if (dev->raw_init) { > > The logic here seems to be inverted. it should be, instead !dev->raw_init. Duh! Sorry about that. I'm *way* too accustomed to test things first. Will pay more attention in the future. Thanks for the review. I'm resending it now. Ezequiel. -- 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