Commit 37fff271 authored by Patrick Walton's avatar Patrick Walton Committed by Jonathan Beck

Draft HAL

Fix fdi file
parent 76816c9f
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src include
SUBDIRS = src include fdi
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libiphone-1.0.pc
......
......@@ -38,4 +38,4 @@ AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS([strcasecmp strdup strerror strndup])
AC_OUTPUT(Makefile src/Makefile include/Makefile libiphone-1.0.pc)
AC_OUTPUT(Makefile src/Makefile include/Makefile fdi/Makefile libiphone-1.0.pc)
<?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>
freedesktopfdidir=$(prefix)/share/hal/fdi/information/20thirdparty/
freedesktopfdi_DATA=31-apple-mobile-device.fdi
......@@ -77,6 +77,7 @@ struct iphone_afc_file_int;
typedef struct iphone_afc_file_int *iphone_afc_file_t;
//device related functions
void iphone_set_debug(int level);
iphone_error_t iphone_get_device ( iphone_device_t *device );
iphone_error_t iphone_free_device ( iphone_device_t device );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment