lp://staging/~oif-team/evemu/fix-evbit-handling

Created by Chase Douglas and last modified
Get this branch:
bzr branch lp://staging/~oif-team/evemu/fix-evbit-handling
Members of Open Input Framework Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Open Input Framework Team
Project:
evemu
Status:
Development

Recent 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

26. By Stephen M. Webb

Added GPL-3 licensing to source files.

25. By Henrik Rydberg

Bump to version 1.0.4

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 function

return 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
This branch contains Public information 
Everyone can see this information.