lp://staging/~oif-team/evemu/trunk.next

Created by Henrik Rydberg and last modified
Get this branch:
bzr branch lp://staging/~oif-team/evemu/trunk.next
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:
Merged

Recent revisions

37. By Henrik Rydberg

Remove accidental copy and paste

Some lines got duplicated in error. Fixed.

Signed-off-by: Henrik Rydberg <email address hidden>

36. By Henrik Rydberg

Allow spaces in device names

The current code only reads a single word as the device name, and the
extract function replaces spaces with hyphens to match that. This
patch modifies the scan code to allow for a full line of name data,
and removes the name modification during extraction.

Signed-off-by: Henrik Rydberg <email address hidden>

35. By Henrik Rydberg

Capture read errors in evemu-device

Like the scan functions, evemu_device returns a non-positive number
on failure. Adjust logic to capture the read errors returning zero.

Signed-off-by: Henrik Rydberg <email address hidden>

34. By Henrik Rydberg

Add cflags to pkgconfig file.

Signed-off-by: Henrik Rydberg <email address hidden>

33. By Henrik Rydberg

Hook up ChangeLog to be either bzr or git, depending which is available

Signed-off-by: Henrik Rydberg <email address hidden>

32. By Henrik Rydberg

Add getters and setters for main fields.

Signed-off-by: Henrik Rydberg <email address hidden>

31. By Henrik Rydberg

Skip devices with EV_ABS and min/max of 0/0

The kernel doesn't like those devices and initialization will fail.

Signed-off-by: Henrik Rydberg <email address hidden>

30. By Henrik Rydberg

Release v1.0.5

29. By Henrik Rydberg

Complete function documentation in evemu.h

For reasons not likely to become clear again at the moment, only
two functions were ever documented, and those were made in the
source file where nobody can see it. This patch adds function
documentation to all functions in the header file.

Signed-off-by: Henrik Rydberg <email address hidden>

28. By Henrik Rydberg

Add the missing evemu_set_name() function

During the evolution of evemu, the process of setting the device
name has shifted towards the evemu_extract() and evemu_read() functions,
rendering the initial name in evemu_new() more or less useless.
This patch adds the missing evemu_set_name() function, in order to
make it possible to override the device name before device creation.

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.