From owner-freebsd-current@FreeBSD.ORG Sat Feb 5 22:27:05 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7528116A4CE for ; Sat, 5 Feb 2005 22:27:05 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBEDD43D46 for ; Sat, 5 Feb 2005 22:27:02 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so570428rne for ; Sat, 05 Feb 2005 14:26:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=cGiiwk26QBuaYBaGRf6ezgGe6WEsqw/rdA0HWoduGau9x+RFF5aWtewFssmC9v6ItN9DviIBJBDV+BdNURmRrN4k2/wu/97pk5xZloxXsYrzIoD8db0AUva+u3fLIyIMQl7/j287t7qcBWCeMo90d7s3JdBhY2Gk6A49VMEBSVU= Received: by 10.38.10.21 with SMTP id 21mr314036rnj; Sat, 05 Feb 2005 14:26:58 -0800 (PST) Received: by 10.38.74.23 with HTTP; Sat, 5 Feb 2005 14:26:58 -0800 (PST) Message-ID: Date: Sat, 5 Feb 2005 23:26:58 +0100 From: Gert Cuykens To: Randy Bush In-Reply-To: <16901.17568.508077.730828@ran.psg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <16901.13269.509134.918380@ran.psg.com> <16901.17568.508077.730828@ran.psg.com> cc: FreeBSD Current Subject: Re: logitec usb wireless mouse X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 22:27:05 -0000 On Sat, 5 Feb 2005 14:11:44 -0800, Randy Bush 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"