diff options
author | Martin Szulecki | 2010-04-04 02:49:20 +0200 |
---|---|---|
committer | Hector Martin | 2010-04-04 16:20:24 +0200 |
commit | 803f6ccfeaf49aadbf56d544811864d147f00eac (patch) | |
tree | e9fadea7ed1ebfe3deccdd70be11999e548f7ace /daemon | |
parent | 575c4a4ad93eb832996249ebd94d3242c859095b (diff) | |
download | usbmuxd-803f6ccfeaf49aadbf56d544811864d147f00eac.tar.gz usbmuxd-803f6ccfeaf49aadbf56d544811864d147f00eac.tar.bz2 |
Detect the iPad and let usbmuxd talk to it
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |