#!/bin/sh

if [ -f /usr/bin/libinput ] 
then
    /usr/bin/libinput list-devices > $1 2>/dev/null
else
    exit 200
fi
