diff options
author | Jonathan Beck | 2008-12-13 12:21:03 +0100 |
---|---|---|
committer | Jonathan Beck | 2008-12-13 12:21:03 +0100 |
commit | 3fdd24aea06a9bf38d9d34fb8bccbb7023ed3100 (patch) | |
tree | 1080d26eca01c885efb33f3f98821a981a25e8b4 /fdi | |
parent | 3d8ba053deeacd74e621469d3d45d1db38ee411a (diff) | |
download | libplist-3fdd24aea06a9bf38d9d34fb8bccbb7023ed3100.tar.gz libplist-3fdd24aea06a9bf38d9d34fb8bccbb7023ed3100.tar.bz2 |
Fork libiphone and remove anything non plist specific.
Update library and make related files acordingly .
Diffstat (limited to 'fdi')
-rw-r--r-- | fdi/31-apple-mobile-device.fdi | 15 | ||||
-rw-r--r-- | fdi/Makefile.am | 3 |
2 files changed, 0 insertions, 18 deletions
diff --git a/fdi/31-apple-mobile-device.fdi b/fdi/31-apple-mobile-device.fdi deleted file mode 100644 index 3e9ccc9..0000000 --- a/fdi/31-apple-mobile-device.fdi +++ /dev/null @@ -1,15 +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="0x1293"> - <append key="info.capabilities" type="strlist">afc</append> - </match> - </match> - </match> - </match> - </device> -</deviceinfo> - diff --git a/fdi/Makefile.am b/fdi/Makefile.am deleted file mode 100644 index 31e716b..0000000 --- a/fdi/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -freedesktopfdidir=$(prefix)/share/hal/fdi/information/20thirdparty/ -freedesktopfdi_DATA=31-apple-mobile-device.fdi - |