add extra filter from find_by_type to watches

SVN revision: 53752
This commit is contained in:
Mike Blumenkrantz 2010-10-21 21:20:45 +00:00
parent 71ec1ec5a4
commit 04f30402ad
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ _get_syspath_from_watch(void *data, Ecore_Fd_Handler * fd_handler)
cap = atoi(test);
if (!(test = (udev_device_get_property_value(device, "ID_FS_USAGE"))) ||
(strcmp("filesystem", test)) || (cap == 52))
(strcmp("filesystem", test)) || (cap == 52) || (cap == 50))
goto error;
break;