| Summary: | evdev detects non-existing button as mouse button | ||
|---|---|---|---|
| Product: | xorg | Reporter: | Albert Damen <albrt> |
| Component: | Input/evdev | Assignee: | Peter Hutterer <peter.hutterer> |
| Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | 7.4 (2008.09) | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
Albert Damen
2008-10-21 05:13:20 UTC
On Tue, Oct 21, 2008 at 05:13:22 -0700, bugzilla-daemon@freedesktop.org wrote: > Searching further I found TestBit(287, key_bitmask) reported strange values. I > expected either 0 if bit 287 is not set, or 2^31 if the bit is set. However, > TestBit returned for example 140636556623872. > That suggests the bitmask used by TestBit is not correct. > Fixed, thanks! commit f57e8face94c9e6986b35ca2ec231e284b9f58cf Author: Julien Cristau <jcristau@debian.org> Date: Tue Oct 21 19:21:21 2008 +0200 Fix TestBit() on 64bit Reported by Albert Damen <albrt@gmx.net> X.Org Bug#18150 <http://bugs.freedesktop.org/show_bug.cgi?id=18150> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.