|
Bugzilla – Full Text Bug Listing |
| Summary: | Multiple mice share the same input device | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Michael Stather <kontakt> |
| Component: | SaX2 | Assignee: | Marcus Schaefer <ms> |
| Status: | RESOLVED INVALID | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | ms, sndirsch |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michael Stather
2005-09-25 22:40:26 UTC
Stefan, comments on this? Something for Marcus. According to my latest comment. This is not quite correct. The kernel input interface combines all standard mouse types to one protocol (explorerps/2) and one multiplexer device (/dev/input/mice). The input interface also knows about the capabilities of the mouse and assigns it. The standard X11 mouse driver does only mappings from buttons and interprets the protocol. Device which are more special like synaptics touchpads or wacom tablets etc, etc, are not handled via /dev/input/mice but using the raw information from /dev/input/event[X]. The biggest problem here is that the driver has to take care about the device itself because the name is not persistent. Well this is not a configuration issue and almost all special drivers like alps,synaptics,wacom ... more to come; does it right The behavior here is correct and intentional. |