aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/ati_remote.c
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2017-05-01 13:09:56 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-06-06 09:08:10 -0300
commita387ffc8043b8b894cdc9d3f134b52d9c492ac26 (patch)
tree0635dd1c27f0ecd45577186d9449a0283f64cc60 /drivers/media/rc/ati_remote.c
parent[media] lirc_dev: cleanup header (diff)
downloadlinux-dev-a387ffc8043b8b894cdc9d3f134b52d9c492ac26.tar.xz
linux-dev-a387ffc8043b8b894cdc9d3f134b52d9c492ac26.zip
[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: David Härdeman <david@hardeman.nu> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/rc/ati_remote.c')
-rw-r--r--drivers/media/rc/ati_remote.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/rc/ati_remote.c b/drivers/media/rc/ati_remote.c
index 9cf3e69de16a..a4c6ad4f67c1 100644
--- a/drivers/media/rc/ati_remote.c
+++ b/drivers/media/rc/ati_remote.c
@@ -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();