From owner-freebsd-usb@FreeBSD.ORG Sat Jul 5 17:19:02 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28FD3106567A for ; Sat, 5 Jul 2008 17:19:02 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id F16B98FC1C for ; Sat, 5 Jul 2008 17:19:01 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1446394wfg.7 for ; Sat, 05 Jul 2008 10:19:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=5nX7Zl6g+C0v7sxhPqFpW5Si95E8AJex2AP09dB+blg=; b=JmyFPU/aMeWWNzSCEF9KsIEu+4x4rO4oALr2KX6alPaLbtCeNEhZlxkoj1IN16lG2Q vHZBAkmwDgvmLj1EA/Z4VpVd+ZmGhQCnJHkkEtqkLdB14Pbca/dc+nph+BwYa0AiQUen SLnZkuDFJdcyqRj1sfZCtC2Uy5QnewqHD37vc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=VTBhnhLcH9FZncl5wgMCHJoS/2aSrSEt31mv+jsVOxeJXo5mNAgsBV1qibqrZgZIck imxxZZ4l5ZxfQrwPeafCcPWuPnYhxg61/t9qQZZgIazlYkzEKSX6wQBCcqFg1YRKtIJS z5JPgWblhWv52VfP3OscmHgHv91pJtkGJc/yk= Received: by 10.142.234.16 with SMTP id g16mr664903wfh.274.1215278341575; Sat, 05 Jul 2008 10:19:01 -0700 (PDT) Received: by 10.142.231.8 with HTTP; Sat, 5 Jul 2008 10:19:01 -0700 (PDT) Message-ID: <3a142e750807051019w3d3568c0g32605625d27fb470@mail.gmail.com> Date: Sat, 5 Jul 2008 19:19:01 +0200 From: "Paul B. Mahol" To: VVD In-Reply-To: <200807050220.m652K3P6043115@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200807050220.m652K3P6043115@freefall.freebsd.org> Cc: freebsd-usb@freebsd.org Subject: Re: usb/125264: [patch] sysctl for set usb mouse rate (very useful for gamers - FPS games) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2008 17:19:02 -0000 On 7/5/08, VVD wrote: > The following reply was made to PR usb/125264; it has been noted by GNATS. > > From: "VVD" > To: , > > Cc: > Subject: Re: usb/125264: [patch] sysctl for set usb mouse rate (very useful > for gamers - FPS games) > Date: Sat, 5 Jul 2008 06:10:01 +0400 > > Hi, > > AFAIK, all mice are LOW speed usb devices. Didn't understand how to use > usbd_get_speed() for ums - have no field like speed. High rate need only > for > more smooth mouse moving. > Linux have custom mouse rate patch from ~2.6.1x. Logitech have Setpoint > drivers for Win with possibility to set mouse rate from 125 to 1000. Time > for FreeBSD to have this feature. :-] > But what about moused -F option? Is it supported at all by ums driver? > With best regards. > > > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" >