Skip to content

Instantly share code, notes, and snippets.

@xiongnemo
Created February 23, 2022 12:08
Show Gist options
  • Save xiongnemo/074c5dc61c2d7a61503507e9661d8702 to your computer and use it in GitHub Desktop.
Save xiongnemo/074c5dc61c2d7a61503507e9661d8702 to your computer and use it in GitHub Desktop.
#/bin/sh
HID_MULTITOUCH_DEVICE_PATH=/sys/bus/hid/drivers/hid-multitouch/
ls HID_MULTITOUCH_DEVICE_PATH | grep ":" | xargs echo > $HID_MULTITOUCH_DEVICE_PATH/unbind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment