|
@@ -144,7 +144,9 @@ static int meson_ir_probe(struct platform_device *pdev)
|
|
|
ir->rc->map_name = map_name ? map_name : RC_MAP_EMPTY;
|
|
|
ir->rc->allowed_protocols = RC_PROTO_BIT_ALL_IR_DECODER;
|
|
|
ir->rc->rx_resolution = US_TO_NS(MESON_TRATE);
|
|
|
- ir->rc->timeout = MS_TO_NS(200);
|
|
|
+ ir->rc->min_timeout = 1;
|
|
|
+ ir->rc->timeout = IR_DEFAULT_TIMEOUT;
|
|
|
+ ir->rc->max_timeout = 10 * IR_DEFAULT_TIMEOUT;
|
|
|
ir->rc->driver_name = DRIVER_NAME;
|
|
|
|
|
|
spin_lock_init(&ir->lock);
|