From owner-freebsd-current@FreeBSD.ORG Fri Oct 19 05:58:16 2007 Return-Path: Delivered-To: Current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2776216A476 for ; Fri, 19 Oct 2007 05:58:16 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id B7C4913C4C2 for ; Fri, 19 Oct 2007 05:58:15 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so405342fka for ; Thu, 18 Oct 2007 22:58:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=Ha53fIAUpKxuV2gzUHVWdcQyb15V1TkebuWpCPyJM6k=; b=MmyCBRHs9hyIVqP73SW7dwYXK6X8M/c/iuud0r58dUTk8j2Q1rrhdVIBgNNRqWa6H9prrnKCiut4oiW5A8bGldB1AYjdr3EhMJg9rwh3C1p4xiCG5S/nZSAxYTMshTctlLWL+UMpWiOtA9YxAj5Zm7uiLSHD9CiBGk8VVdOwiWI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LpdNQQ+wu9ZBZuCjKkgsAq3+IDiVZOUkAuRO0sdhvBomh632pAcQl9O371nP8kHJ5pFeqpU+A0gSZLizqN3aK29hKql8LNzo12JiiBctQo96IlLOXm+4vPrzt7gLpPIthyYf+U98j5PUd0r7bOhzNT7pg6BsrPB2ka+4amkDeW8= Received: by 10.86.86.12 with SMTP id j12mr1086302fgb.1192773494634; Thu, 18 Oct 2007 22:58:14 -0700 (PDT) Received: by 10.86.91.5 with HTTP; Thu, 18 Oct 2007 22:58:14 -0700 (PDT) Message-ID: <11167f520710182258y1b358e2cg7a9d6ed89e3f1a46@mail.gmail.com> Date: Fri, 19 Oct 2007 00:58:14 -0500 From: "Sam Fourman Jr." To: Current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: evdev Protocol in RELENG_7 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 05:58:16 -0000 Here is My Question, is it possible to use evdev (the xorg mouse protocol that may be linux specific)in RELENG_7 with xorg 7.3? I have a Logitech mx1000 mouse and I can not seem to get xorg to use the buttons correctly. I have searched google high and low. the dmesg says it is a 16 button mouse however I only count 12. whatever the case, the top buttons by the wheel have the same id as the wheel scroll in xev if there is an alternate way to use a 12 button mouse in FreeBSD please point me to the appropriate documentation. Thank you for any help Sam Fourman Jr.