lots of fixes and improvements
[distro-setup] / input-setup
index 4e2e66b2ca66db7323ff6c053db60edd40242cc9..798748a282cc7e5be2e2a7924900572e2f1ec2f1 100755 (executable)
@@ -15,7 +15,7 @@ set -x
 # limitations under the License.
 
 # set to oppsite if the order is flipped.
-k2flip=true
+k2flip=false
 if $k2flip; then
     k2inorder=false
 else
@@ -23,8 +23,8 @@ else
 fi
 
 case $HOSTNAME in
-    x2|tp) type=laptop ;;
-    treetowl*|iank-dev|frodo) type=kinesis ;;
+    some_x200_laptop) type=laptop ;;
+    hosts_with_keyboards_attached) type=kinesis ;;
 esac