From 6cf2b5893e53b984b707e84e8f027ec0de5d7148 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 13 Jul 2021 17:34:45 +0200 Subject: [PATCH] pkgs: remove unused kaleidoscope file --- .../60-kaleidoscope.rules | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 pkgs/kaleidoscope-udev-rules/60-kaleidoscope.rules diff --git a/pkgs/kaleidoscope-udev-rules/60-kaleidoscope.rules b/pkgs/kaleidoscope-udev-rules/60-kaleidoscope.rules deleted file mode 100644 index 6462d5a..0000000 --- a/pkgs/kaleidoscope-udev-rules/60-kaleidoscope.rules +++ /dev/null @@ -1,16 +0,0 @@ -## This file sets up a few things for selected Kaleidoscope-powered keyboards: -## - We first symlink the device to a more friendly name, based on the product -## name. -## - We then ask ModemManager to ignore the serial ports on the device, and not -## consider them a candidate. -## - We also tell systemd to grant access to the device (via ACLs) to the user -## at-seat. -## -## For more information about the access part, see the following resources: -## - https://github.com/systemd/systemd/issues/4288 -## - https://www.freedesktop.org/software/systemd/man/sd-login.html - -SUBSYSTEMS=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="2300", SYMLINK+="model01", ENV{ID_MM_DEVICE_IGNORE}:="1", ENV{ID_MM_CANDIDATE}:="0", TAG+="uaccess", TAG+="seat" -SUBSYSTEMS=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="2301", SYMLINK+="model01", ENV{ID_MM_DEVICE_IGNORE}:="1", ENV{ID_MM_CANDIDATE}:="0", TAG+="uaccess", TAG+="seat" -SUBSYSTEMS=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="2302", SYMLINK+="Atreus2", ENV{ID_MM_DEVICE_IGNORE}:="1", ENV{ID_MM_CANDIDATE}:="0", TAG+="uaccess", TAG+="seat" -SUBSYSTEMS=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="2303", SYMLINK+="Atreus2", ENV{ID_MM_DEVICE_IGNORE}:="1", ENV{ID_MM_CANDIDATE}:="0", TAG+="uaccess", TAG+="seat"