From 9c0d80157aaa1494904059a81acdfc67ac8bf297 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 9 Aug 2018 15:19:56 +0200 Subject: [PATCH] Add speck module to blacklist --- etc/modprobe.d/blacklist.conf | 5 +++++ etc/modprobe.d/no-touchpad.conf | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 etc/modprobe.d/blacklist.conf delete mode 100644 etc/modprobe.d/no-touchpad.conf diff --git a/etc/modprobe.d/blacklist.conf b/etc/modprobe.d/blacklist.conf new file mode 100644 index 0000000..f94fc56 --- /dev/null +++ b/etc/modprobe.d/blacklist.conf @@ -0,0 +1,5 @@ +# Do not load the touchpad module on boot +blacklist i2c_hid + +# Disable speck cipher +blacklist speck diff --git a/etc/modprobe.d/no-touchpad.conf b/etc/modprobe.d/no-touchpad.conf deleted file mode 100644 index 5ecf4c3..0000000 --- a/etc/modprobe.d/no-touchpad.conf +++ /dev/null @@ -1 +0,0 @@ -blacklist i2c_hid