Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libplist
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwn
libplist
Commits
37fff271
Commit
37fff271
authored
Oct 19, 2008
by
Patrick Walton
Committed by
Jonathan Beck
Oct 25, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Draft HAL
Fix fdi file
parent
76816c9f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
2 deletions
+21
-2
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+1
-1
31-apple-mobile-device.fdi
fdi/31-apple-mobile-device.fdi
+15
-0
Makefile.am
fdi/Makefile.am
+3
-0
libiphone.h
include/libiphone/libiphone.h
+1
-0
No files found.
Makefile.am
View file @
37fff271
AUTOMAKE_OPTIONS
=
foreign
AUTOMAKE_OPTIONS
=
foreign
SUBDIRS
=
src include
SUBDIRS
=
src include
fdi
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
libiphone-1.0.pc
pkgconfig_DATA
=
libiphone-1.0.pc
...
...
configure.ac
View file @
37fff271
...
@@ -38,4 +38,4 @@ AC_FUNC_MALLOC
...
@@ -38,4 +38,4 @@ AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS([strcasecmp strdup strerror strndup])
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)
fdi/31-apple-mobile-device.fdi
0 → 100644
View file @
37fff271
<?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>
fdi/Makefile.am
0 → 100644
View file @
37fff271
freedesktopfdidir
=
$(prefix)
/share/hal/fdi/information/20thirdparty/
freedesktopfdi_DATA
=
31-apple-mobile-device.fdi
include/libiphone/libiphone.h
View file @
37fff271
...
@@ -77,6 +77,7 @@ struct iphone_afc_file_int;
...
@@ -77,6 +77,7 @@ struct iphone_afc_file_int;
typedef
struct
iphone_afc_file_int
*
iphone_afc_file_t
;
typedef
struct
iphone_afc_file_int
*
iphone_afc_file_t
;
//device related functions
//device related functions
void
iphone_set_debug
(
int
level
);
iphone_error_t
iphone_get_device
(
iphone_device_t
*
device
);
iphone_error_t
iphone_get_device
(
iphone_device_t
*
device
);
iphone_error_t
iphone_free_device
(
iphone_device_t
device
);
iphone_error_t
iphone_free_device
(
iphone_device_t
device
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment