Subject: Re: USB mouse
To: Sean Davis <dive-nb@endersgame.net>
From: Richard Pennington <rich@introl.com>
List: current-users
Date: 09/21/2001 05:47:13
On Friday 21 September 2001 05:31 am, Sean Davis wrote:
> I just bought a new logitech optical mouse, it's USB, and came with a
> USB->ps2 adapter. Right now I have it plugged into the ps2 port, and it's
> working perfectly, but I'd like to get it working in the usb port (the
> adapter looks kinda clunky, I don't want to break it off :)
>
> Can somebody give me some pointers on getting wsmouse to use a USB mouse?
>
> Any help is appreciated.
>
> -Sean

I'm running i386 1.5.1 with a USB keyboard and mouse. I don't think I had to 
do anything special. Here is a portion of my XF86Config:

Section "Keyboard"
   Protocol        "Standard"
   AutoRepeat      500 30
   LeftAlt         Meta
   RightAlt        Meta
   ScrollLock      Compose
   RightCtl        Control
   XkbKeycodes     "xfree86"
   XkbTypes        "default"
   XkbCompat       "default"
   XkbSymbols      "us(pc101)"
   XkbGeometry     "pc"
   XkbRules        "xfree86"
   XkbModel        "pc101"
   XkbLayout       "us"
EndSection
 
Section "Pointer"
   Protocol        "wsmouse"
   Device          "/dev/wsmouse0"
   BaudRate        1200
   Emulate3Timeout 50
   Resolution      100
EndSection

-Rich