Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8dc09004 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB: dib0700: avoid bad repeat



a 250ms delay is too low for this device. It ends by producing false
repeat events. Increase the delay time to 500 ms to avoid troubles.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 72b39310
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -648,6 +648,9 @@ static int dib0700_probe(struct usb_interface *intf,
			else
				dev->props.rc.core.bulk_mode = false;

			/* Need a higher delay, to avoid wrong repeat */
			dev->rc_input_dev->rep[REP_DELAY] = 500;

			dib0700_rc_setup(dev);

			return 0;