Browse Source

Update touchscreen device ID on tablet

master
Maxime Wack 1 year ago
parent
commit
9394855b5d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .config/bin/autorotate

+ 3
- 3
.config/bin/autorotate View File

@@ -14,9 +14,9 @@ HOST=`cat /etc/hostname`

case "$HOST" in
tablet)
stylus="Wacom HID 48E4 Pen stylus"
touch="Wacom HID 48E4 Finger touch"
eraser="Wacom HID 48E4 Pen eraser"
stylus="Wacom HID 4947 Pen stylus"
touch="Wacom HID 4947 Finger touch"
eraser="Wacom HID 4947 Pen eraser"
;;
hegp-laptop)
stylus="Wacom HID 48CA Pen stylus"


Loading…
Cancel
Save