diff options
Diffstat (limited to 'fdi')
| -rw-r--r-- | fdi/31-apple-mobile-device.fdi | 15 | ||||
| -rw-r--r-- | fdi/Makefile.am | 3 |
2 files changed, 18 insertions, 0 deletions
diff --git a/fdi/31-apple-mobile-device.fdi b/fdi/31-apple-mobile-device.fdi new file mode 100644 index 0000000..3e9ccc9 --- /dev/null +++ b/fdi/31-apple-mobile-device.fdi | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | <?xml version="1.0"?> | ||
| 2 | <deviceinfo version="0.2"> | ||
| 3 | <device> | ||
| 4 | <match key="info.subsystem" string="usb"> | ||
| 5 | <match key="usb.vendor_id" int="0x05ac"> | ||
| 6 | <match key="usb.product_id" compare_ge="0x1290"> | ||
| 7 | <match key="usb.product_id" compare_le="0x1293"> | ||
| 8 | <append key="info.capabilities" type="strlist">afc</append> | ||
| 9 | </match> | ||
| 10 | </match> | ||
| 11 | </match> | ||
| 12 | </match> | ||
| 13 | </device> | ||
| 14 | </deviceinfo> | ||
| 15 | |||
diff --git a/fdi/Makefile.am b/fdi/Makefile.am new file mode 100644 index 0000000..31e716b --- /dev/null +++ b/fdi/Makefile.am | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | freedesktopfdidir=$(prefix)/share/hal/fdi/information/20thirdparty/ | ||
| 2 | freedesktopfdi_DATA=31-apple-mobile-device.fdi | ||
| 3 | |||
