diff --git a/legacy/eeze/doc/img/eeze.png b/legacy/eeze/doc/img/eeze.png deleted file mode 100644 index 08d6012433..0000000000 Binary files a/legacy/eeze/doc/img/eeze.png and /dev/null differ diff --git a/legacy/eeze/src/lib/Eeze.h b/legacy/eeze/src/lib/Eeze.h index e1d9182699..43aeef4e66 100644 --- a/legacy/eeze/src/lib/Eeze.h +++ b/legacy/eeze/src/lib/Eeze.h @@ -151,7 +151,6 @@ typedef enum EEZE_UDEV_TYPE_POWER_BAT, /** - Temperature sensor */ EEZE_UDEV_TYPE_IS_IT_HOT_OR_IS_IT_COLD_SENSOR -/* EEZE_UDEV_TYPE_ANDROID */ } Eeze_Udev_Type; /**@}*/ diff --git a/legacy/eeze/src/lib/eeze_udev_find.c b/legacy/eeze/src/lib/eeze_udev_find.c index 576581f1e7..b980893a79 100644 --- a/legacy/eeze/src/lib/eeze_udev_find.c +++ b/legacy/eeze/src/lib/eeze_udev_find.c @@ -96,7 +96,7 @@ eeze_udev_find_similar_from_syspath(const char *syspath) * Updates a list of all syspaths that are (or should be) the same * device. * - * @param syspath The syspath of the device to find matches for. + * @param list The list of devices to update * * This function will update @p list to include all devices matching * devices with syspaths currently stored in @p list. All strings are @@ -164,7 +164,7 @@ eeze_udev_find_unlisted_similar(Eina_List * list) /** * Find devices using an @ref type and/or a name. * - * @param type An @ref Eeze_Udev_Type or 0 + * @param etype An @ref Eeze_Udev_Type or 0 * @param name A filter for the device name or NULL * @return A stringshared Eina_List of matched devices or NULL on failure *