diff --git a/huion_h1060p_configure.sh b/huion_h1060p_configure.sh
index 8410731e762856e04c9e742c3ed219d0bf1b6e57..715c9909c19b0da1a9637ee2bacd675fb067c794 100644
--- a/huion_h1060p_configure.sh
+++ b/huion_h1060p_configure.sh
@@ -33,7 +33,8 @@ lsusb | grep '256c:006d'
 xsetwacom --list devices
 
 # 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
 
 # Monitores disponíveis.
diff --git a/huion_h1060p_install_drivers.sh b/huion_h1060p_install_drivers.sh
index 9c8b8ba81ee328bf84c6f2d5e1cd1457dc4e36e0..ab338eb910933fc5f62469a80d4dfc20d9c64fed 100644
--- a/huion_h1060p_install_drivers.sh
+++ b/huion_h1060p_install_drivers.sh
@@ -60,6 +60,10 @@ EndSection
 # HID 256c:006d Touch Strip pad   	id: 23	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.