lp://staging/~oif-team/evemu/fix-evbit-handling
- Get this branch:
- bzr branch lp://staging/~oif-team/evemu/fix-evbit-handling
Branch merges
- Henrik Rydberg (community): Disapprove
-
Diff: 154 lines (+62/-6)2 files modifiedsrc/evemu-impl.h (+3/-0)
src/evemu.c (+59/-6)
Related bugs
Related blueprints
Branch information
Recent revisions
- 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
- 24. By Henrik Rydberg
-
Add man-pages for the various evemu-tools.
Using asciidoc and xmlto, conditional on their availability at configure
time.Signed-off-by: Peter Hutterer <email address hidden>
Signed-off-by: Henrik Rydberg <email address hidden> - 23. By Henrik Rydberg
-
Use libtool to handle libutouch-evemu library flags.
Signed-off-by: Peter Hutterer <email address hidden>
Signed-off-by: Henrik Rydberg <email address hidden> - 22. By Henrik Rydberg
-
SOURCES is not needed for <target>.c files.
If the only source for a bin_PROGRAM=foo is foo.c, automake picks it up
automatically.Signed-off-by: Peter Hutterer <email address hidden>
Signed-off-by: Henrik Rydberg <email address hidden> - 21. By Henrik Rydberg
-
Silence compiler warning
evemu.c: In function 'evemu_write':
evemu.c:244:1: warning: control reaches end of non-void functionreturn 0, assuming that the return value should be 0 on success or nonzero
otherwise.Signed-off-by: Peter Hutterer <email address hidden>
Signed-off-by: Henrik Rydberg <email address hidden> - 20. By Henrik Rydberg
-
Document output format in README.
Signed-off-by: Peter Hutterer <email address hidden>
Signed-off-by: Henrik Rydberg <email address hidden> - 19. By Henrik Rydberg
-
Add a couple of includes to silence compiler warnings.
Signed-off-by: Peter Hutterer <email address hidden>
Signed-off-by: Henrik Rydberg <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/evemu