aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-10-21 13:53:40 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-10-21 13:53:40 +0200
commit1d9c0c9c0ced3ea71d9251c95494eb8f7febb7ac (patch)
tree6c5c3d50785a3d7fe7a34f93c6466a1f9987efd2
parenta429c91b427a3d0ed22254b913d35917821d5125 (diff)
downloadmkinitcpio-ykfde-1d9c0c9c0ced3ea71d9251c95494eb8f7febb7ac.tar.gz
mkinitcpio-ykfde-1d9c0c9c0ced3ea71d9251c95494eb8f7febb7ac.tar.zst
no need to include usbhid module
This uses libusb to communicate with Yubikey, so usbhid module is not needed. Now that yubikey-personalization does not expect an active kernel driver this works reliable. https://github.com/Yubico/yubikey-personalization/commit/ad3d02fe756adfc04f849f5b4221357f2f2ecb03
-rw-r--r--install/ykfde1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/ykfde b/install/ykfde
index 0b2e50a..71e5eb5 100644
--- a/install/ykfde
+++ b/install/ykfde
@@ -5,7 +5,6 @@ build() {
add_file /usr/lib/initcpio/udev/20-ykfde.rules /usr/lib/udev/rules.d/20-ykfde.rules
add_file /etc/ykfde.conf
add_full_dir /etc/ykfde.d/
- add_module 'usbhid'
}
help() {