diff options
Diffstat (limited to 'fdi')
-rw-r--r-- | fdi/31-apple-mobile-device.fdi | 16 | ||||
-rw-r--r-- | fdi/Makefile.am | 4 |
2 files changed, 0 insertions, 20 deletions
diff --git a/fdi/31-apple-mobile-device.fdi b/fdi/31-apple-mobile-device.fdi deleted file mode 100644 index 5d4427b..0000000 --- a/fdi/31-apple-mobile-device.fdi +++ /dev/null @@ -1,16 +0,0 @@ -<?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="0x1294"> - <match key="usb.interface.number" int="0x1"> - <append key="info.capabilities" type="strlist">afc</append> - </match> - </match> - </match> - </match> - </match> - </device> -</deviceinfo> diff --git a/fdi/Makefile.am b/fdi/Makefile.am deleted file mode 100644 index 6ba7e6c..0000000 --- a/fdi/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -freedesktopfdidir=$(prefix)/share/hal/fdi/information/20thirdparty/ -freedesktopfdi_DATA=31-apple-mobile-device.fdi - -EXTRA_DIST=$(freedesktopfdi_DATA) |