diff options
| author | 2009-02-05 20:45:39 -0800 | |
|---|---|---|
| committer | 2009-02-05 20:45:39 -0800 | |
| commit | a5e6ad39de10ac2c182665f61d0c751372636efb (patch) | |
| tree | 86177694e65c94b4b737ab193b4e55b3667b6862 | |
| parent | f7fbac7803c5cb5934aab58925babc70af4ab848 (diff) | |
| download | libimobiledevice-a5e6ad39de10ac2c182665f61d0c751372636efb.tar.gz libimobiledevice-a5e6ad39de10ac2c182665f61d0c751372636efb.tar.bz2 | |
Only merge afc capability onto HAL usb interface node.
Signed-off-by: Matt Colyer <matt@colyer.name>
| -rw-r--r-- | fdi/31-apple-mobile-device.fdi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fdi/31-apple-mobile-device.fdi b/fdi/31-apple-mobile-device.fdi index 3e9ccc9..d598409 100644 --- a/fdi/31-apple-mobile-device.fdi +++ b/fdi/31-apple-mobile-device.fdi | |||
| @@ -5,11 +5,12 @@ | |||
| 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="0x1293"> |
| 8 | <append key="info.capabilities" type="strlist">afc</append> | 8 | <match key="usb.interface.number" int="0x1"> |
| 9 | <append key="info.capabilities" type="strlist">afc</append> | ||
| 10 | </match> | ||
| 9 | </match> | 11 | </match> |
| 10 | </match> | 12 | </match> |
| 11 | </match> | 13 | </match> |
| 12 | </match> | 14 | </match> |
| 13 | </device> | 15 | </device> |
| 14 | </deviceinfo> | 16 | </deviceinfo> |
| 15 | |||
