Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomaszkubacki/6f111a86bff5f539293cfbf67040fa9d to your computer and use it in GitHub Desktop.
Save tomaszkubacki/6f111a86bff5f539293cfbf67040fa9d to your computer and use it in GitHub Desktop.
Fix touchpad being frozen after wake up on Dell Latitude 5480 Ubuntu 23.04
#!/bin/sh
sudo /sbin/rmmod i2c_hid_acpi
sudo /sbin/modprobe i2c_hid_acpi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment