summaryrefslogtreecommitdiffstats
path: root/fdi/31-apple-mobile-device.fdi
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-03-16 21:40:33 +0100
committerGravatar Jonathan Beck2009-03-16 21:40:33 +0100
commit19992c668afeb53a28e08a1f61572b5379f87590 (patch)
tree4f1784b81afe88a6240889961b5fc3d2b0d6a82e /fdi/31-apple-mobile-device.fdi
parent0d05f8de79ee91e9be80c6296eff9ce216582ba4 (diff)
parent201e1ff5bf2054fcb1c0cc3cd7ba1e229dbde3fa (diff)
downloadlibimobiledevice-19992c668afeb53a28e08a1f61572b5379f87590.tar.gz
libimobiledevice-19992c668afeb53a28e08a1f61572b5379f87590.tar.bz2
Merge branch 'master' into contact_sync
Conflicts: configure.ac dev/Makefile.am include/libiphone/libiphone.h src/AFC.c src/AFC.h src/Makefile.am
Diffstat (limited to 'fdi/31-apple-mobile-device.fdi')
-rw-r--r--fdi/31-apple-mobile-device.fdi5
1 files changed, 3 insertions, 2 deletions
diff --git a/fdi/31-apple-mobile-device.fdi b/fdi/31-apple-mobile-device.fdi
index 3e9ccc9..d598409 100644
--- a/fdi/31-apple-mobile-device.fdi
+++ b/fdi/31-apple-mobile-device.fdi
@@ -5,11 +5,12 @@
<match key="usb.vendor_id" int="0x05ac">
<match key="usb.product_id" compare_ge="0x1290">
<match key="usb.product_id" compare_le="0x1293">
- <append key="info.capabilities" type="strlist">afc</append>
+ <match key="usb.interface.number" int="0x1">
+ <append key="info.capabilities" type="strlist">afc</append>
+ </match>
</match>
</match>
</match>
</match>
</device>
</deviceinfo>
-