diff --git a/devices/wim/config/ags/services/tablet.js b/devices/wim/config/ags/services/tablet.js index 56af30f..b237ecc 100644 --- a/devices/wim/config/ags/services/tablet.js +++ b/devices/wim/config/ags/services/tablet.js @@ -58,8 +58,7 @@ class Tablet extends Service { '--device', '/dev/input/by-path/platform-i8042-serio-1-event-mouse', '--device', '/dev/input/by-path/platform-AMDI0010:02-event-mouse', '--device', '/dev/input/by-path/platform-thinkpad_acpi-event', - '--device', '/dev/video-bus', - '--device', '/dev/touchpad'], + '--device', '/dev/video-bus'], () => { /**/ }, (err) => logError(err)); this.emit('inputs-blocked', true); diff --git a/devices/wim/hardware-configuration.nix b/devices/wim/hardware-configuration.nix index 76b0ef6..7c34dc3 100644 --- a/devices/wim/hardware-configuration.nix +++ b/devices/wim/hardware-configuration.nix @@ -96,9 +96,6 @@ udev.extraRules = '' # give permanent path to keyboard XF86* binds SUBSYSTEMS=="input", ATTRS{id/product}=="0006", ATTRS{id/vendor}=="0000", SYMLINK += "video-bus" - - # give permanent path to touchpad - SUBSYSTEMS=="input", ATTRS{id/product}=="01e0", ATTRS{id/vendor}=="27c6", ATTRS{name}=="*Touchpad", SYMLINK += "touchpad" ''; }; }