#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
modprobe -q hid_logitech_hidpp || exit 1
exec logid ${OPTS}