https://bugzilla.novell.com/show_bug.cgi?id=852551 https://bugzilla.novell.com/show_bug.cgi?id=852551#c32 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fcrozat@suse.com InfoProvider|f.gruber@eduhi.at |meissner@suse.com AssignedTo|systemd-maintainers@suse.de |meissner@suse.com --- Comment #32 from Frederic Crozat <fcrozat@suse.com> 2014-01-07 18:02:33 UTC --- (In reply to comment #31)
(In reply to comment #30)
Do not use /lib/udev/rules.d for storing rules, either use /usr/lib/udev/rules.d or (better, since those are not packaged rules), /etc/udev/rules.d
Actually /lib/udev/ is just a link to /usr/lib/udev anyway.
I know, I took care of the migration, but it is better to have everybody use the new path, even in their example ;)
Second, starting with 13.1, libgphoto udev rules have been replaced with hwdb rules, for better performance.
PTP cameras should be hanlded properly. Non ptp camera needs to be added to /usr/lib/udev/hwdb.d/20-gphoto.hwdb (which should be done automatically by libgphoto package, when support is added there).
Yes, but PTP cameras are not being handled properly. They are not added to 20-gphoto.hwdb dynamically. So, maybe this is still work in progress?
Hmm, after doing a quick check on libgphoto2 code which is generating the hwdb rules (and before, the udev rules), it looks like it doesn't prefill the hwdb rules set with a generic rule for PTP (but I'm not 100% sure this kind of rules can be done in hwdb or if it should be done in udev rules) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.