Bug 6147 - add Panasonic DMC-FZ5 Digicam
Summary: add Panasonic DMC-FZ5 Digicam
Status: RESOLVED NOTOURBUG
Alias: None
Product: hal
Classification: Unclassified
Component: hald (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high enhancement
Assignee: Danny Kukawka
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-05 22:08 UTC by Sebi Ryffel
Modified: 2006-03-06 16:37 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Sebi Ryffel 2006-03-05 22:08:37 UTC
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>
Comment 1 Danny Kukawka 2006-03-07 09:05:46 UTC
I take the bugs and write one patch for: 6095,6101,6102,6107,6130,6135,6139,
6140,6147,6148,6155,6156,6160 
Comment 2 Danny Kukawka 2006-03-07 11:37:11 UTC
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.