From 32354401680604bbc4d26db0f0d32b0fba304364 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Sat, 20 Sep 2008 14:31:48 -0700 Subject: Added support for iPod Touch II --- src/iphone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) for (dev = bus->devices; dev; dev = dev->next) { if (dev->descriptor.idVendor == 0x05ac && (dev->descriptor.idProduct == 0x1290 || - dev->descriptor.idProduct == 0x1291 || dev->descriptor.idProduct == 0x1292) + dev->descriptor.idProduct == 0x1291 || dev->descriptor.idProduct == 0x1292 || dev->descriptor.idProduct == 0x1293) ) { phone->__device = dev; phone->device = usb_open(phone->__device); -- cgit v1.1-32-gdbae