diff options
author | Martin Szulecki | 2009-09-23 13:23:22 +0200 |
---|---|---|
committer | Nikias Bassen | 2009-09-23 13:23:22 +0200 |
commit | b6e197667f5c94edca5f6617b897cf9b879e4a2a (patch) | |
tree | 769b016e87a3764e22014739f2294b1054219171 /daemon/usb.h | |
parent | a93c66e2bff0065ad2ac93998048f065e51a784c (diff) | |
download | usbmuxd-b6e197667f5c94edca5f6617b897cf9b879e4a2a.tar.gz usbmuxd-b6e197667f5c94edca5f6617b897cf9b879e4a2a.tar.bz2 |
Match a range of supported USB IDs and make iPod Touch 64GB work
Diffstat (limited to 'daemon/usb.h')
-rw-r--r-- | daemon/usb.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/daemon/usb.h b/daemon/usb.h index 621ccb2..7e20dce 100644 --- a/daemon/usb.h +++ b/daemon/usb.h @@ -42,11 +42,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #define USB_PACKET_SIZE 512 #define VID_APPLE 0x5ac -#define PID_IPHONE2G 0x1290 -#define PID_ITOUCH1G 0x1291 -#define PID_IPHONE3G 0x1292 -#define PID_ITOUCH2G 0x1293 -#define PID_IPHONE3GS 0x1294 +#define PID_RANGE_LOW 0x1290 +#define PID_RANGE_MAX 0x1299 #define USB_INTERFACE 1 |