diff options
Diffstat (limited to 'fdi/31-apple-mobile-device.fdi')
-rw-r--r-- | fdi/31-apple-mobile-device.fdi | 15 |
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 @@ +<?xml version="1.0"?> +<deviceinfo version="0.2"> + <device> + <match key="info.subsystem" string="usb"> + <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> + </match> + </match> + </match> + </device> +</deviceinfo> + |