diff options
| author | 2008-09-20 14:31:48 -0700 | |
|---|---|---|
| committer | 2008-09-20 14:31:48 -0700 | |
| commit | 32354401680604bbc4d26db0f0d32b0fba304364 (patch) | |
| tree | 9c1a1adc75a558a51f0525498410faab7ef21027 /src | |
| parent | 3287ba4cb6f6e1a268dba039853c633938c6e200 (diff) | |
| download | libimobiledevice-32354401680604bbc4d26db0f0d32b0fba304364.tar.gz libimobiledevice-32354401680604bbc4d26db0f0d32b0fba304364.tar.bz2 | |
Added support for iPod Touch II
Diffstat (limited to 'src')
| -rw-r--r-- | src/iphone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iphone.c b/src/iphone.c index 2c4c541..a0b00d6 100644 --- a/src/iphone.c +++ b/src/iphone.c | |||
| @@ -61,7 +61,7 @@ iphone_error_t iphone_get_device(iphone_device_t * device) | |||
| 61 | for (dev = bus->devices; dev; dev = dev->next) { | 61 | for (dev = bus->devices; dev; dev = dev->next) { |
| 62 | if (dev->descriptor.idVendor == 0x05ac && | 62 | if (dev->descriptor.idVendor == 0x05ac && |
| 63 | (dev->descriptor.idProduct == 0x1290 || | 63 | (dev->descriptor.idProduct == 0x1290 || |
| 64 | dev->descriptor.idProduct == 0x1291 || dev->descriptor.idProduct == 0x1292) | 64 | dev->descriptor.idProduct == 0x1291 || dev->descriptor.idProduct == 0x1292 || dev->descriptor.idProduct == 0x1293) |
| 65 | ) { | 65 | ) { |
| 66 | phone->__device = dev; | 66 | phone->__device = dev; |
| 67 | phone->device = usb_open(phone->__device); | 67 | phone->device = usb_open(phone->__device); |
