diff options
author | Hector Martin | 2010-09-21 19:30:44 +0200 |
---|---|---|
committer | Hector Martin | 2010-09-21 19:30:44 +0200 |
commit | 80e41939e3ae4d8c9e7184c31858b6689822f3d0 (patch) | |
tree | d332d3ebeea9271d7ad743511b560aa2ac8884ea /daemon | |
parent | bbaa8380a2af9130075f907033283761bfe56b5c (diff) | |
download | usbmuxd-80e41939e3ae4d8c9e7184c31858b6689822f3d0.tar.gz usbmuxd-80e41939e3ae4d8c9e7184c31858b6689822f3d0.tar.bz2 |
Also bump the PID range in usb.h. Duh.
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 6e507ae..9884d7f 100644 --- a/daemon/usb.h +++ b/daemon/usb.h @@ -46,7 +46,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 0x129a +#define PID_RANGE_MAX 0x129f struct usb_device; |