Skip to content

Commit

Permalink
disable dualsense trackpad
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamaybe authored Dec 5, 2023
1 parent 2a672b7 commit ed3e739
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rootfs/etc/udev/rules.d/99-dualshock-dualsense.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Touchpad disable over Bluetooth
ACTION=="add|change", ATTRS{name}=="Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1"
# Touchpad disable over USB
ACTION=="add|change", ATTRS{name}=="Sony Interactive Entertainment Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1"

0 comments on commit ed3e739

Please sign in to comment.