home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
boot
/
i386
/
rescue
/
usr
/
share
/
hal
/
fdi
/
information
/
10freedesktop
/
10-camera-ptp.fdi
next >
Wrap
Extensible Markup Language
|
2006-11-29
|
581b
|
18 lines
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="info.bus" string="usb">
<match key="usb.interface.class" int="0x06">
<match key="usb.interface.subclass" int="0x01">
<match key="usb.interface.protocol" int="0x01">
<merge key="info.category" type="string">camera</merge>
<append key="info.capabilities" type="strlist">camera</append>
<merge key="camera.access_method" type="string">ptp</merge>
</match>
</match>
</match>
</match>
</device>
</deviceinfo>