The code below makes hal recognize my digicam. <match key="info.category" string="storage"> <!-- Panasonic (Matsushita) --> <match key="@storage.physical_device:usb.vendor_id" int="0x4da"> <!-- Panasonic DMC-FZ5 --> <match key="@storage.physical_device:usb.product_id" int="0x2372"> <append key="info.capabilities" type="strlist">camera</append> <merge key="info.category" type="string">camera</merge> <merge key="camera.access_method" type="string">storage</merge> <merge key="camera.libgphoto2.support" type="bool">true</merge> </match> </match> </match>
I take the bugs and write one patch for: 6095,6101,6102,6107,6130,6135,6139, 6140,6147,6148,6155,6156,6160
If this is a camera, which is supported by libgphoto2 the needed fdi entry should be generated by libgphoto2. Please connect the libgphoto2-developer, they need to add the related infos to libgphoto2, which currently can generate a fdi-file for all supported cameras
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.