summaryrefslogtreecommitdiffstats
path: root/fdi/31-apple-mobile-device.fdi
diff options
context:
space:
mode:
Diffstat (limited to 'fdi/31-apple-mobile-device.fdi')
-rw-r--r--fdi/31-apple-mobile-device.fdi15
1 files changed, 15 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