From 5cdbdf030332be8f46e7f273ccee64aaaf942ade Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Mon, 20 May 2019 21:58:36 +0200 Subject: [PATCH] linux: drop ati_remote.conf modprobe file Disabling mouse support in the driver not only makes the mouse feature of the remote non-functional but also results in a kernel crash when a pressing a mouse button on the remote. See https://forum.libreelec.tv/thread/17562-le-9-0-2-freeze-when-ati-remote-is-used/ Signed-off-by: Matthias Reichl --- packages/linux/modprobe.d/ati_remote.conf | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 packages/linux/modprobe.d/ati_remote.conf diff --git a/packages/linux/modprobe.d/ati_remote.conf b/packages/linux/modprobe.d/ati_remote.conf deleted file mode 100644 index 6a211834f7..0000000000 --- a/packages/linux/modprobe.d/ati_remote.conf +++ /dev/null @@ -1,3 +0,0 @@ -# /etc/modprobe.d/ati_remote.conf: setup modload options for module ati_remote. - -options ati_remote mouse=no