GNOME Bugzilla – Bug 606059
Handle 'Unsupported Operation' for gp_camera_get_storageinfo() more gracefully
Last modified: 2011-04-26 14:37:07 UTC
<hansg> *** Error *** The filesystem doesn't support getting storage information Getting storage information not supported for this camera. *** Error (-6: 'Unsupported operation') *** gphoto2 -L does work, I think this explains
We should handle this better instead of just ignoring the device...
Created attachment 150888 [details] [review] PATCH: Recognize gphoto2 cameras which don't implement get storageinfo Here is a patch fixing this.
commit 25b918f1f593f835be7fc74b2afd45c3336e82a1 gphoto2: Recognize cameras which don't implement get storageinfo Not all gphoto drivers implement get storage info (drivers for proprietary protocols often don't). This patch fixes the gphoto2volumemonitor to still recognize cams which gphoto driver does not implement get storage info.