Re: 2.6.11-mm3 mouse oddity

2005-03-17 Thread Vojtech Pavlik
On Thu, Mar 17, 2005 at 12:09:29PM +0100, Helge Hafting wrote: > Not sure what is correct here, but: > evtest /dev/input/event0 produce events for all keys on the keyboard. > Both the normal pc-105 keys, silly extra keys like "favourites", "shopping", > etc., and the wheels. The "volume" wheel ge

Re: 2.6.11-mm3 mouse oddity

2005-03-17 Thread Helge Hafting
Vojtech Pavlik wrote: On Wed, Mar 16, 2005 at 10:44:04AM +0100, Helge Hafting wrote: The logitech cordless keyboard is one. It has two wheels. The one on the side works generates up-arrow/down arrow when used, and now also events on /dev/mouse0. The other is a wheel above the keys, lying on th

Re: 2.6.11-mm3 mouse oddity

2005-03-16 Thread Vojtech Pavlik
On Wed, Mar 16, 2005 at 10:44:04AM +0100, Helge Hafting wrote: > The logitech cordless keyboard is one. It has two wheels. > The one on the side works generates up-arrow/down arrow when used, > and now also events on /dev/mouse0. The other is a wheel above > the keys, lying on the side. Logitec

Re: 2.6.11-mm3 mouse oddity

2005-03-16 Thread Vojtech Pavlik
On Wed, Mar 16, 2005 at 10:47:00AM +0100, Helge Hafting wrote: > >Mouse device numbers are defined to be unstable because of hotplug. > > > >Most users use /dev/input/mice, where this won't have impact. > > > >The officially correct solution is to use udev to get stable device > >names. > > > >The

Re: 2.6.11-mm3 mouse oddity

2005-03-16 Thread Helge Hafting
Vojtech Pavlik wrote: On Tue, Mar 15, 2005 at 11:01:46AM -0800, Andrew Morton wrote: Dmitry Torokhov <[EMAIL PROTECTED]> wrote: On Tue, 15 Mar 2005 13:25:12 +0100, Helge Hafting <[EMAIL PROTECTED]> wrote: 2.6.11-mm1 and earlier: mouse appear as /dev/input/mouse0 2.6.11-mm3: mouse app

Re: 2.6.11-mm3 mouse oddity

2005-03-16 Thread Helge Hafting
Andrew Morton wrote: Dmitry Torokhov <[EMAIL PROTECTED]> wrote: On Tue, 15 Mar 2005 13:25:12 +0100, Helge Hafting <[EMAIL PROTECTED]> wrote: 2.6.11-mm1 and earlier: mouse appear as /dev/input/mouse0 2.6.11-mm3: mouse appear as /dev/input/mouse1 No big problem, one change to xorg.conf and I

Re: 2.6.11-mm3 mouse oddity

2005-03-15 Thread Vojtech Pavlik
On Tue, Mar 15, 2005 at 11:01:46AM -0800, Andrew Morton wrote: > Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > > > > On Tue, 15 Mar 2005 13:25:12 +0100, Helge Hafting > > <[EMAIL PROTECTED]> wrote: > > > 2.6.11-mm1 and earlier: mouse appear as /dev/input/mouse0 > > > 2.6.11-mm3: mouse appear as /dev

Re: 2.6.11-mm3 mouse oddity

2005-03-15 Thread Sean
On Tue, March 15, 2005 2:34 pm, Dmitry Torokhov said: >> > Vojtech, is it possible to detect whether a keyboard has scroll >> > wheel(s) by its ID? >> >> What sort of keyboard has a scroll wheel?? > > Some Microsoft ones IIRC. > Almost all Logitech keyboards have them now (all but 1 I think). Se

Re: 2.6.11-mm3 mouse oddity

2005-03-15 Thread Dmitry Torokhov
On Tue, 15 Mar 2005 11:01:46 -0800, Andrew Morton <[EMAIL PROTECTED]> wrote: > Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > > > > On Tue, 15 Mar 2005 13:25:12 +0100, Helge Hafting > > <[EMAIL PROTECTED]> wrote: > > > 2.6.11-mm1 and earlier: mouse appear as /dev/input/mouse0 > > > 2.6.11-mm3: mouse

Re: 2.6.11-mm3 mouse oddity

2005-03-15 Thread Dave Jones
On Tue, Mar 15, 2005 at 11:01:46AM -0800, Andrew Morton wrote: > > Vojtech, is is possible to detect whether a keyboard has scroll > > wheel(s) by its ID? > > What sort of keyboard has a scroll wheel?? Quite a few of them. http://froogle.google.com/froogle?q=keyboard%20scroll%20wheel They s

Re: 2.6.11-mm3 mouse oddity

2005-03-15 Thread Andrew Morton
Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > > On Tue, 15 Mar 2005 13:25:12 +0100, Helge Hafting > <[EMAIL PROTECTED]> wrote: > > 2.6.11-mm1 and earlier: mouse appear as /dev/input/mouse0 > > 2.6.11-mm3: mouse appear as /dev/input/mouse1 > > > > No big problem, one change to xorg.conf and I got th

Re: 2.6.11-mm3 mouse oddity

2005-03-15 Thread Vojtech Pavlik
On Tue, Mar 15, 2005 at 09:25:45AM -0500, Dmitry Torokhov wrote: > Vojtech activated scroll handling in keyboard code by default so now > your keyboard is mapped to the mouse0 and the mouse moved to mouse1. > > Vojtech, is is possible to detect whether a keyboard has scroll > wheel(s) by its ID?

Re: 2.6.11-mm3 mouse oddity

2005-03-15 Thread Dmitry Torokhov
On Tue, 15 Mar 2005 13:25:12 +0100, Helge Hafting <[EMAIL PROTECTED]> wrote: > 2.6.11-mm1 and earlier: mouse appear as /dev/input/mouse0 > 2.6.11-mm3: mouse appear as /dev/input/mouse1 > > No big problem, one change to xorg.conf and I got the mouse back. > I guess it wasn't supposed to change like

Re: 2.6.11-mm3 mouse oddity

2005-03-15 Thread Helge Hafting
2.6.11-mm1 and earlier: mouse appear as /dev/input/mouse0 2.6.11-mm3: mouse appear as /dev/input/mouse1 No big problem, one change to xorg.conf and I got the mouse back. I guess it wasn't supposed to change like that though? This is a mouse connected to the ps2 port, also appearing as /dev/psaux He