From mboxrd@z Thu Jan 1 00:00:00 1970 From: Barton C Massey Subject: Re: [PATCH] don't invert mightymouse hwheel Date: Thu, 12 Apr 2007 17:32:32 -0700 Message-ID: <200704130032.l3D0WWaX009409@adara.cs.pdx.edu> Return-path: In-reply-to: Your message of "Thu, 12 Apr 2007 17:21:57 PDT." Sender: owner-linux-input@atrey.karlin.mff.cuni.cz List-Help: List-Owner: List-Post: List-Unsubscribe: To: Barton C Massey Cc: linux-input , "Antonio-M. Corbi Bellot" , Johannes Berg , Jiri Kosina List-Id: linux-input@vger.kernel.org -------- I wrote: > Section "InputDevice" > Identifier "MouseMightyMouse0" > Driver "mouse" > Option "Device" "/dev/input/mouse1" > Option "Dev Name" "Mitsumi Electric Apple Optical USB Mouse" > EndSection Oops---thinko. The config I'm actually using is Section "InputDevice" Identifier "EvMightyMouse0" Driver "evdev" Option "Name" "Mitsumi Electric Apple Optical USB Mouse" EndSection Sorry for the confusion. Bart