From 803f6ccfeaf49aadbf56d544811864d147f00eac Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 4 Apr 2010 02:49:20 +0200 Subject: Detect the iPad and let usbmuxd talk to it --- daemon/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon') diff --git a/daemon/usb.h b/daemon/usb.h index c557e45..1a58b26 100644 --- a/daemon/usb.h +++ b/daemon/usb.h @@ -45,7 +45,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #define VID_APPLE 0x5ac #define PID_RANGE_LOW 0x1290 -#define PID_RANGE_MAX 0x1299 +#define PID_RANGE_MAX 0x129a #define USB_INTERFACE 1 -- cgit v1.1-32-gdbae