Bug 80662
Summary: | kudzu claims ps2 mouse is removed when it is not | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | David Balažic <david.balazic> |
Component: | kudzu | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | CC: | rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-02-20 03:32:09 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
David Balažic
2002-12-29 16:40:01 UTC
safe probe disables the PS/2 probe. If it is disabled, why is it done anyway ? It "detects" that the mouse is removed and changes the system configuration accordingly. Why, if its disabled ? Recommended fix : - detect changes - IF safemode && ps2_mouse_changed THEN IGNORE THAT ( because we don't know if it did really change ) - ELSE do as usual - ENDIF Fixed in kudzu-0.99.97-1. |