Merge lp://staging/~oif-team/evemu/fix-evbit-handling into lp://staging/evemu
Proposed by
Chase Douglas
Status: | Rejected |
---|---|
Rejected by: | Chase Douglas |
Proposed branch: | lp://staging/~oif-team/evemu/fix-evbit-handling |
Merge into: | lp://staging/evemu |
Diff against target: |
154 lines (+62/-6) 2 files modified
src/evemu-impl.h (+3/-0) src/evemu.c (+59/-6) |
To merge this branch: | bzr merge lp://staging/~oif-team/evemu/fix-evbit-handling |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Henrik Rydberg (community) | Disapprove | ||
Review via email: mp+51624@code.staging.launchpad.net |
Description of the change
Fix evbit handling in device property files.
To post a comment you must log in.
Unmerged revisions
- 28. By Chase Douglas
-
Rename evbit line from "E:" to "T:" (name clash with event records)
- 27. By Chase Douglas
-
Output EVBIT bits on a separate line
The current code outputs the EVBIT bits on the EV_SYN mask line (the line
that begins with "B: 00"). This is incorrect as the EVBIT bits have
nothing to do with EV_SYN.This change creates a new "E:" line that outputs the EVBIT bits. The
"B: 00" will not be printed any longer, since there's no EVDEV protocol
handling for EV_SYN. The change is backwards compatible with the old
format. Creating a device with an older file will still work properly.Fixes LP: #726773
Rendering existing bug reports and accumulated data invalid because someone wants a "E:" instead of a "A:" in a report costs much more than it gains. I am disapproving this change.