summaryrefslogtreecommitdiff
path: root/src/lib/eeze
Commit message (Expand)AuthorAgeFilesLines
* eeze: remove trailing whitespaceStefan Schmidt2016-03-111-1/+1
* eeze: add case for Graphics subsystems in eeze_udev_find_by_typeNicolas Aguirre2016-02-103-1/+20
* eeze: Fix eeze_udev_find_by_subsystem_sysname functionChris Michael2016-01-291-4/+5
* Eeze: Fix build break with --disable-libmountRyuan Choi2015-08-011-3/+3
* eeze: remove the need to order the header correctly for Windows.Cedric BAIL2015-05-072-3/+9
* Eeze.h: Delete white space.woochan lee2015-04-021-1/+1
* eeze: Fix issue of eeze_udev_watch_add not getting events for drmChris Michael2015-03-231-2/+5
* edje, eeze: compiler portability (use full ternary operator)Daniel Kolesa2015-02-131-3/+3
* eeze: Fix unused variable build warning.Daniel Juyung Seo2014-12-291-0/+2
* eeze: Add API function for eeze_udev_find_by_subsystem_sysnameChris Michael2014-12-091-0/+28
* eeze: Add API function declaration for find_by_subsystem_sysnameChris Michael2014-12-091-0/+15
* Check return value of udev_device_get_sysattr_value(); before using atoi();Shinwoo Kim2014-11-291-0/+9
* eeze: add documentation for Eeze_Version structure.Nicolas Aguirre2014-10-201-5/+8
* eeze - sensors - ints for sensor events were decld in .h - and never .cCarsten Haitzler (Rasterman)2014-10-012-21/+43
* eeze: Add ifdef trap for older udev versionChris Michael2014-09-301-2/+5
* eeze: Added API to get sysattr list of a devicevivek2014-09-262-0/+33
* eeze: Added API to set sysattr valuesvivek2014-09-262-0/+36
* eeze: Fix missing break in switch(s)Chris Michael2014-09-231-1/+3
* eeze: Add cases for backlight and leds in get_syspath_from_watch.Chris Michael2014-09-231-0/+10
* eeze: Add cases for backlight and leds in eeze_udev_find_by_typeChris Michael2014-09-231-0/+8
* eeze: Add Eeze udev types for backlight and ledsChris Michael2014-09-231-1/+11
* eeze: Fix issue with eeze_udev_find_by_type not finding devices whenChris Michael2014-09-231-3/+0
* eeze: Fix return value for eeze_udev_syspath_get_sysnumChris Michael2014-09-231-2/+2
* eeze: Add code for eeze_udev_syspath_get_sysnum functionChris Michael2014-09-231-0/+21
* eeze: Add eeze_udev_syspath_get_synum functionChris Michael2014-09-231-0/+11
* eeze: Add ability to get syspath from a watch for DRMChris Michael2014-09-231-0/+11
* eeze: Add case for EEZE_UDEV_TYPE_DRM in eeze_udev_find_by_type functionChris Michael2014-09-231-0/+6
* eeze: Add missing drm subsystem & device type and add a newChris Michael2014-09-231-1/+7
* eeze - fix possible null dereference of mount pount on mountCarsten Haitzler (Rasterman)2014-08-221-1/+3
* do not use EINA_FALSE instead of NULLJérémy Zurcher2014-05-072-2/+2
* +eeze_udev_get()Mike Blumenkrantz2014-04-072-0/+15
* warnings--Carsten Haitzler (Rasterman)2014-03-221-1/+1
* eeze_udev gets more helper functionsMike Blumenkrantz2014-03-212-1/+93
* fix mingw build for setuid fix/checksCarsten Haitzler (Rasterman)2014-01-081-1/+5
* setuid safeness - ensure if an app that is setuid doesn't do bad thingsCarsten Haitzler (Rasterman)2014-01-081-1/+2
* fixme notes - fixme: many instances of module loading that bloat our memCarsten Haitzler (Rasterman)2014-01-061-0/+3
* alpha1 release autofoo/build tree work to pass distcheck and actually workv1.8.0-alpha1Carsten Haitzler (Rasterman)2013-11-041-2/+3
* eeze: Remove unused var and related dead code.Stefan Schmidt2013-08-071-3/+1
* eeze: Go to next loop iterate if test is NULL.Stefan Schmidt2013-08-071-0/+1
* eeze: do no try to match an unknown propertyBoris 'billiob' Faure2013-05-121-1/+2
* eeze/sensor: Simplify object handling in async paths.Stefan Schmidt2013-04-223-2/+6
* eeze/sensor: Simplify sensor object handling.Stefan Schmidt2013-04-192-4/+4
* eeze/sensor: Just use one list for available modules and add udev.Stefan Schmidt2013-04-181-3/+3
* let's fix eeze sensors to not segv on shutdown.. dup registered fakeCarsten Haitzler (Rasterman)2013-04-181-3/+2
* eeze/sensor: Switch timestamp to relative values coming.Stefan Schmidt2013-04-162-5/+6
* eeze/sensor: Move eeze_Sernsor_obj_get into private header.Stefan Schmidt2013-04-122-9/+9
* eeze/sensor: Make sensor init and shutdown symbols private.Stefan Schmidt2013-04-124-27/+29
* Revert "eeze/sensor: Expose less symbols for the initial API."Stefan Schmidt2013-04-113-38/+36
* eeze/sensor: Expose less symbols for the initial API.Stefan Schmidt2013-04-113-36/+38
* eeze/sensor: Use Eeze_Sensor_Type in sensor object.Stefan Schmidt2013-04-111-1/+1