projects
/
platform
/
upstream
/
libevdev.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libevdev.git
2013-09-03
Peter Hutterer
Drop per-device logging function, use per-library one...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Peter Hutterer
uinput: don't try to set the syspath twice
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Peter Hutterer
Return -EBADF for functions that need the fd initialized
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Peter Hutterer
Return EBADF when trying to read from an uninitalized...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Peter Hutterer
Use ENOMEM instead of ENOSPC
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
Peter Hutterer
test: update to test for the various _MAX values
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
Peter Hutterer
memcpy instead of invidual bittoggle
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
Peter Hutterer
test: add a test for uinput device properties
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
Peter Hutterer
Fix off-by-one errors when dealing with *_MAX values.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Use AC_USE_SYSTEM_EXTENSIONS
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
test: fix ev_rep test for new uinput implementation
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
test: switch udev backend over to new libevdev-uinput...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
test: add uinput creation tests
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Add support for uinput device creation
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Fix two signed vs unsigned int warnings
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Actually use the gcc CFLAGS set in configure
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Mark all external symbols with LIBEVDEV_EXPORT
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Fix some compiler warnings about maybe uninitialized...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
configure.ac: Drop a superfluous variable
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Add C++ header guards
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
test: add test for libevdev_is_event_code(EV_SYN...)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Simplify getter/setter macros
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Drop deprecated API
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Fix a few signed/unsigned int comparisons
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Add a note that libevdev_is_event_type/code have compil...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
libevdev_is_event_type() needs to check for < EV_CNT
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Rewrite libevdev_is_event_code to avoid signed/unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Use libevdev_get_event_type_max from libevdev_get_event...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Axis values must be int, not unsigned int
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Ignore -Woverride-init in event-names.h
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Change event name generate script to be python 2/3...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
doc: actually package generated documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Peter Hutterer
Add support for EV_SW
commit
|
commitdiff
|
tree
|
snapshot
2013-08-28
Peter Hutterer
Avoid under-allocation of array for syncing key/led...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-26
Peter Hutterer
Remove unneeded include of linux/uinput.h
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Peter Hutterer
Merge branch 'led-handling'
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Peter Hutterer
Rename enums to match lower_case format
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Peter Hutterer
Store the abs value after handling mt events
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
polyphemus
write EV_SYN input_event along with led events to device
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Martin Minarik
Fix build without MSC_TIMESTAMP
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
David Herrmann
Pass --no-print-directory to make
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
David Herrmann
Remove deprecated SYMBOL_CACHE_SIZE from doxygen.in
commit
|
commitdiff
|
tree
|
snapshot
2013-08-22
David Herrmann
Add -I m4 to ACLOCAL_AMFLAGS
commit
|
commitdiff
|
tree
|
snapshot
2013-08-15
Peter Hutterer
Add functions to toggle LEDs on the device
commit
|
commitdiff
|
tree
|
snapshot
2013-08-15
Peter Hutterer
Keep the LED state and sync it after SYN_DROPPED
commit
|
commitdiff
|
tree
|
snapshot
2013-08-15
Peter Hutterer
Add setters for an event or slot value
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Peter Hutterer
Rename libevdev_kernel_set_abs_value to libevdev_kernel...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Peter Hutterer
Sync the key state on startup
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Peter Hutterer
Simplify a bit state setter
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Peter Hutterer
Minor documentation improvement
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Peter Hutterer
test: devices with abs axes need to be created properly
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Peter Hutterer
Make the tests optional to drop unneeded dependencies
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Peter Hutterer
test: change device for enabling/disabling bits to...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Peter Hutterer
Fix stray * in documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Peter Hutterer
libevdev 0.3
libevdev-0.3
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Peter Hutterer
Fix header guard, lowercased in some previous search...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Peter Hutterer
Add setters for product/vendor/bustype/version
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Peter Hutterer
Rename ID getters to have a consistent naming scheme
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Peter Hutterer
Replace ID getter implementation with a define
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Peter Hutterer
Provide setters for name, phys, uniq
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Peter Hutterer
Add abs setters for changing a single value on an abs...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Peter Hutterer
Rename a few getters for consistency
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Peter Hutterer
Replace libevdev_get_abs_* with macro-generated ones
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Peter Hutterer
Add setter for property bits
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Peter Hutterer
test: check for enabling REL_X with data
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Peter Hutterer
Add libevdev_has_event_pending()
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Peter Hutterer
doc: fix css for notes and return values
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Peter Hutterer
When enabling EV_REP, set the delay/period values
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Peter Hutterer
Make sure all EV_REP bits are set
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Peter Hutterer
Set the size for repeat delays based on REP_CNT
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Peter Hutterer
Don't try setting an ABS code without data
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Peter Hutterer
Allow enabling of EV_SYN codes
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Peter Hutterer
test: drop some superfluous dev creation
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Peter Hutterer
gitignore: ignore gcov, ctags, announce emails
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Peter Hutterer
libevdev 0.2.1
libevdev-0.2.1
commit
|
commitdiff
|
tree
|
snapshot
2013-07-23
Peter Hutterer
Fix name and version in pkgconfig file
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Peter Hutterer
libevdev 0.2
libevdev-0.2
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Peter Hutterer
doc: fix two doxygen include paths to be source-relative
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Peter Hutterer
Add libevdev.css to EXTRA_DIST
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Peter Hutterer
Point to new API documentation URL
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Peter Hutterer
Document mailing list
commit
|
commitdiff
|
tree
|
snapshot
2013-07-17
Peter Hutterer
Change github.com references to freedesktop.org
commit
|
commitdiff
|
tree
|
snapshot
2013-07-10
Peter Hutterer
test: add uinput prop bits and the test for it
commit
|
commitdiff
|
tree
|
snapshot
2013-07-09
Peter Hutterer
Don't include config.h in the public header
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Peter Hutterer
doc: couple of minor documentation fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Peter Hutterer
doc: css changes for gnome web
commit
|
commitdiff
|
tree
|
snapshot
2013-07-05
Peter Hutterer
Add a custom stylesheet to the documentation.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Hutterer
Add documentation about the test suite
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Hutterer
test: define a common device name
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Hutterer
test: constify the input_absinfo argument
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Hutterer
test: don't set the abs value when initializing an...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Hutterer
test: fix up the tests to test for resolution now too
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Hutterer
test: write resolution for uinput devices after creatin...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Hutterer
doc: tweak a few doxygen options, mainly to display...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Hutterer
Some minor documentation fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Hutterer
test: add test for event values (type and code)
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Hutterer
test: unify test case creation in test-event-names.c
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Hutterer
Add two helper functions to check event type/code
commit
|
commitdiff
|
tree
|
snapshot
2013-07-03
Peter Hutterer
Add a simple example to the documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-07-03
Peter Hutterer
Indent some documentation better
commit
|
commitdiff
|
tree
|
snapshot
next