Date: Sat, 5 Feb 2005 23:26:58 +0100 From: Gert Cuykens <gert.cuykens@gmail.com> To: Randy Bush <randy@psg.com> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: logitec usb wireless mouse Message-ID: <ef60af09050205142663abd42@mail.gmail.com> In-Reply-To: <16901.17568.508077.730828@ran.psg.com> References: <16901.13269.509134.918380@ran.psg.com> <ef60af0905020513187f3ad841@mail.gmail.com> <16901.17568.508077.730828@ran.psg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 5 Feb 2005 14:11:44 -0800, Randy Bush <randy@psg.com> wrote:
> device "Mouse"
> devname "ums[0-9]+"
> attach "/usr/bin/killall moused; /usr/sbin/moused -p /dev/ums0 -t auto; /usr/sbin/vidcontrol -m on"
> detach "/usr/bin/killall moused; /usr/sbin/moused -p /dev/psm0 -t auto; /usr/sbin/vidcontrol -m on"
> device "Logitech Cordless Keyboard"
> devname "ukbd0"
> attach "/usr/sbin/kbdcontrol -k /dev/kbd1 < /dev/console"
> detach "/usr/sbin/kbdcontrol -k /dev/kbd0 < /dev/console"
>
is this bad ?
device "Mouse"
devname "ums[0-9]+"
attach "/usr/sbin/moused -p /dev/${DEVNAME} -I
/var/run/moused.${DEVNAME}.pid; /usr/sbin/vidcontrol -m on"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ef60af09050205142663abd42>
