diff options
| author | 2009-06-19 13:15:39 +0200 | |
|---|---|---|
| committer | 2009-06-29 19:23:40 -0700 | |
| commit | 853c1e699f070dafd6fe44b7cc3770a1e58c214c (patch) | |
| tree | d45273c4455729021204be6aa881f293cbb3f682 | |
| parent | 7272875df87f1feb2c16259880503812f6acbbf1 (diff) | |
| download | libimobiledevice-853c1e699f070dafd6fe44b7cc3770a1e58c214c.tar.gz libimobiledevice-853c1e699f070dafd6fe44b7cc3770a1e58c214c.tar.bz2 | |
Add product ids to support iPhone 3GS
| -rw-r--r-- | fdi/31-apple-mobile-device.fdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdi/31-apple-mobile-device.fdi b/fdi/31-apple-mobile-device.fdi index d598409..5d4427b 100644 --- a/fdi/31-apple-mobile-device.fdi +++ b/fdi/31-apple-mobile-device.fdi | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <match key="info.subsystem" string="usb"> | 4 | <match key="info.subsystem" string="usb"> |
| 5 | <match key="usb.vendor_id" int="0x05ac"> | 5 | <match key="usb.vendor_id" int="0x05ac"> |
| 6 | <match key="usb.product_id" compare_ge="0x1290"> | 6 | <match key="usb.product_id" compare_ge="0x1290"> |
| 7 | <match key="usb.product_id" compare_le="0x1293"> | 7 | <match key="usb.product_id" compare_le="0x1294"> |
| 8 | <match key="usb.interface.number" int="0x1"> | 8 | <match key="usb.interface.number" int="0x1"> |
| 9 | <append key="info.capabilities" type="strlist">afc</append> | 9 | <append key="info.capabilities" type="strlist">afc</append> |
| 10 | </match> | 10 | </match> |
