Skip to content
Snippets Groups Projects
Commit 64282d4a authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Improvements.

parent 045a0377
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,8 @@ lsusb | grep '256c:006d' ...@@ -33,7 +33,8 @@ lsusb | grep '256c:006d'
xsetwacom --list devices xsetwacom --list devices
# Nome da mesa digitalizadora. # Nome da mesa digitalizadora.
WACOM=$(xsetwacom --list devices | grep "STYLUS" | awk '{print gensub(/(.+) stylus.*/, "\\1", "g")}') # WACOM=$(xsetwacom --list devices | grep "STYLUS" | awk '{print gensub(/(.+) stylus.*/, "\\1", "g")}')
WACOM=$(xsetwacom --list devices | grep "HID 256c:006d stylus" | awk '{print gensub(/(.+) stylus.*/, "\\1", "g")}')
echo $WACOM echo $WACOM
# Monitores disponíveis. # Monitores disponíveis.
......
...@@ -60,6 +60,10 @@ EndSection ...@@ -60,6 +60,10 @@ EndSection
# HID 256c:006d Touch Strip pad id: 23 type: PAD # HID 256c:006d Touch Strip pad id: 23 type: PAD
# HID 256c:006d Dial pad id: 24 type: PAD # HID 256c:006d Dial pad id: 24 type: PAD
# ATTENTION: aqui acaba a instalação dos drives. A configuração para uso
# está no arquivo `huion_h1060p_configure.sh`. Não precisa rodar o
# restante deste arquivo.
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# To print the documentation. # To print the documentation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment