This commit is contained in:
2024-12-20 18:00:29 +09:00
commit d874be4fa6
8 changed files with 276 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
DEV_PATH="/sys"$(udevadm info /dev/input/by-path/platform-fe050000.spi-cs-1-event --query=property |\
awk -- 'BEGIN { FS="=" } { if ($1 == "DEVPATH") { print $2; exit } }')
weston-touch-calibrator "$DEV_PATH"