diff --git a/package/debian/changelog b/package/debian/changelog
index 1a85608c321016d630094c6d6a64a226aa55cb99..06ca4b88178811f5a5a479033082971bcc02889d 100644
--- a/package/debian/changelog
+++ b/package/debian/changelog
@@ -1,3 +1,16 @@
+le-multiterminal (1.0.0) testing; urgency=medium
+
+  * Non-maintainer upload.
+  * 
+
+ -- Alessandro Elias <ale@urquell.c3sl.ufpr.br>  Fri, 09 Mar 2018 15:03:21 -0300
+
+le-multiterminal (0.0.8) testing; urgency=medium
+
+  * Just update package version so we can upload it to the repository
+
+ -- Diego Pasqualin <dpasqualin@c3sl.ufpr.br>  Thu, 08 Mar 2018 18:00:41 -0300
+
 le-multiterminal (0.0.7) testing; urgency=medium
 
   * Fixes VLC error when using multiterminal
diff --git a/package/debian/control b/package/debian/control
index 4a551c92c396c5168fa10e89eadda971111f6906..d4a44d83f9d28ab0738e354011c7bb956dfbc17e 100644
--- a/package/debian/control
+++ b/package/debian/control
@@ -2,9 +2,9 @@ Source: le-multiterminal
 Section: misc
 Priority: optional
 Maintainer: C3SL <contato@c3sl.ufpr.br>
-Uploaders: Stephanie Briere Americo <sba16@c3sl.ufpr.br>
+Uploaders: Stephanie Briere Americo <sba16@c3sl.ufpr.br>, Diego Pasqualin <dpasqualin@c3sl.ufpr.br>
 Build-Depends: debhelper (>=9), libx11-dev, libcairo2-dev
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Git: https://gitlab.c3sl.ufpr.br/le6/le-multiterminal.git
 
 Package: le-multiterminal
diff --git a/package/usr/lib/find-devices b/package/usr/lib/find-devices
index 1b06e1b8ad14bcec590a73fb147f91199beeee1e..fb5674910875d3896dbcf2769252a9c0e2e3ca80 100755
--- a/package/usr/lib/find-devices
+++ b/package/usr/lib/find-devices
@@ -24,7 +24,7 @@
 #### Written by: Stephanie Briere Americo - sba16@c3sl.ufpr.br on 2017.
 
 ## Macros
-DEVICES="/etc/le-multiterminal/devices" # shortcut to devices that have already been paired
+DEVICES="/usr/sbin/devices" # shortcut to devices that have already been paired
 #TODO: This path is correctly??
 CONF="/etc/le-multiterminal/98-xephyr-multi-seat.conf" # lightdm settings file (associates seat to output)
 
diff --git a/package/usr/sbin/multiseat-controller b/package/usr/sbin/multiseat-controller
index 16379fec1fde827dca0b7cc05c6a0221793387ca..eb85197c3cc553163596e79ca8768d3bb391379e 100755
--- a/package/usr/sbin/multiseat-controller
+++ b/package/usr/sbin/multiseat-controller
@@ -190,6 +190,12 @@ while test $EXIT_CODE -ne 0; do
 	N_ATTEMPT=$(($N_ATTEMPT+1))
 done
 
+#######
+# make sure to wait at least 10 seconds for hubs
+# to be populated by udev.
+udevadm trigger
+udevadm settle --timeout=10
+
 # If the onboard is connected, it creates a window to write on the screen
 create_onboard_window