* [BUG] 2.6.12-rc1/rc2 mouse0 became mouse1
@ 2005-04-08 11:58 Ali Akcaagac
2005-04-08 14:13 ` Dmitry Torokhov
2005-04-14 19:21 ` Pavel Machek
0 siblings, 2 replies; 4+ messages in thread
From: Ali Akcaagac @ 2005-04-08 11:58 UTC (permalink / raw)
To: linux-kernel
Hello,
This doesn't sound right to me. After upgrading from 2.6.11.5/6 to
2.6.12-rc1/rc2 I detected that my mouse didn't operate anymore when
loading up XOrg, I realized that /dev/input/mouse0 (which worked for
years) had to be changed to /dev/input/mouse1. Anyone care to explain
why this had to be changed or what the intention behind this was ?
greetings,
Ali Akcaagac
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG] 2.6.12-rc1/rc2 mouse0 became mouse1
2005-04-08 11:58 [BUG] 2.6.12-rc1/rc2 mouse0 became mouse1 Ali Akcaagac
@ 2005-04-08 14:13 ` Dmitry Torokhov
2005-04-08 15:51 ` Ali Akcaagac
2005-04-14 19:21 ` Pavel Machek
1 sibling, 1 reply; 4+ messages in thread
From: Dmitry Torokhov @ 2005-04-08 14:13 UTC (permalink / raw)
To: Ali Akcaagac; +Cc: linux-kernel
Hi,
On Apr 8, 2005 6:58 AM, Ali Akcaagac <aliakc@web.de> wrote:
> Hello,
>
> This doesn't sound right to me. After upgrading from 2.6.11.5/6 to
> 2.6.12-rc1/rc2 I detected that my mouse didn't operate anymore when
> loading up XOrg, I realized that /dev/input/mouse0 (which worked for
> years) had to be changed to /dev/input/mouse1. Anyone care to explain
> why this had to be changed or what the intention behind this was ?
>
Input devices names are not guaranteed to be stable, they get them in
order of their registration and therefore can change based on config,
order in which modules are loaded and changes in other modules. In
this case shift was caused by scroll support recently added to atkbd.
Ideally hotplug system should notify interested parties about current
layout, but for programs that do not support dynamic setup changes
please use mice multiplexor device (/dev/input/mice) that gives access
to data from _all_ mouse-like devices in the system.
Hope that helps.
--
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG] 2.6.12-rc1/rc2 mouse0 became mouse1
2005-04-08 14:13 ` Dmitry Torokhov
@ 2005-04-08 15:51 ` Ali Akcaagac
0 siblings, 0 replies; 4+ messages in thread
From: Ali Akcaagac @ 2005-04-08 15:51 UTC (permalink / raw)
To: dtor_core; +Cc: linux-kernel
On Fri, 2005-04-08 at 09:13 -0500, Dmitry Torokhov wrote:
> Input devices names are not guaranteed to be stable, they get them in
> order of their registration and therefore can change based on config,
> order in which modules are loaded and changes in other modules. In
> this case shift was caused by scroll support recently added to atkbd.
>
> Ideally hotplug system should notify interested parties about current
> layout, but for programs that do not support dynamic setup changes
> please use mice multiplexor device (/dev/input/mice) that gives access
> to data from _all_ mouse-like devices in the system.
>
> Hope that helps.
I see, thank you... Good to know this wasn't a bug or something.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG] 2.6.12-rc1/rc2 mouse0 became mouse1
2005-04-08 11:58 [BUG] 2.6.12-rc1/rc2 mouse0 became mouse1 Ali Akcaagac
2005-04-08 14:13 ` Dmitry Torokhov
@ 2005-04-14 19:21 ` Pavel Machek
1 sibling, 0 replies; 4+ messages in thread
From: Pavel Machek @ 2005-04-14 19:21 UTC (permalink / raw)
To: Ali Akcaagac; +Cc: linux-kernel, vojtech
Hi!
> This doesn't sound right to me. After upgrading from 2.6.11.5/6 to
> 2.6.12-rc1/rc2 I detected that my mouse didn't operate anymore when
> loading up XOrg, I realized that /dev/input/mouse0 (which worked for
> years) had to be changed to /dev/input/mouse1. Anyone care to explain
> why this had to be changed or what the intention behind this was ?
>
This is a bug where we assume keyboard has scrollwheel, and therefore
we pretend its keyboard and a bit of mouse?
Did we stop generating zero mouse movements during typing?
Pavel
--
64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-04-14 19:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-08 11:58 [BUG] 2.6.12-rc1/rc2 mouse0 became mouse1 Ali Akcaagac
2005-04-08 14:13 ` Dmitry Torokhov
2005-04-08 15:51 ` Ali Akcaagac
2005-04-14 19:21 ` Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox