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

Commit a387ffc8 authored by David Härdeman's avatar David Härdeman Committed by Mauro Carvalho Chehab
Browse files

[media] rc-core: ati_remote - leave the internals of rc_dev alone



The REP_DELAY setting on the input device is independent of hardware.
This change should not change how to driver works (as it does a
keydown/keyup and has no real repeat handling).

Signed-off-by: default avatarDavid Härdeman <david@hardeman.nu>
Signed-off-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 2dc0b351
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -904,9 +904,6 @@ static int ati_remote_probe(struct usb_interface *interface,
	if (err)
		goto exit_kill_urbs;

	/* use our delay for rc_dev */
	ati_remote->rdev->input_dev->rep[REP_DELAY] = repeat_delay;

	/* Set up and register mouse input device */
	if (mouse) {
		input_dev = input_allocate_device();