Some snippets for GNU/Linux running on MS Surface
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[Unit]
|
|
Description=Fix touchscreen on Surface after resume
|
|
After=suspend.target
|
|
|
|
[Service]
|
|
User=root
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/iptsd-reset-sensor
|
|
TimeoutSec=5
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=suspend.target
|
|
|