View | Details | Raw Unified | Return to bug 85721
Collapse All | Expand All

(-)a/drivers/media/rc/ir-rc5-decoder.c (-1 / +1 lines)
Lines 53-59 static int ir_rc5_decode(struct rc_dev *dev, struct ir_raw_event ev) Link Here
53
	u32 scancode;
53
	u32 scancode;
54
	enum rc_type protocol;
54
	enum rc_type protocol;
55
55
56
	if (!(dev->enabled_protocols & (RC_BIT_RC5 | RC_BIT_RC5X)))
56
	if (!(dev->enabled_protocols & (RC_BIT_RC5 | RC_BIT_RC5X | RC_BIT_RC5_SZ)))
57
		return 0;
57
		return 0;
58
58
59
	if (!is_timing_event(ev)) {
59
	if (!is_timing_event(ev)) {

Return to bug 85721