diff options
| author | 2010-09-21 19:30:44 +0200 | |
|---|---|---|
| committer | 2010-09-21 19:30:44 +0200 | |
| commit | 80e41939e3ae4d8c9e7184c31858b6689822f3d0 (patch) | |
| tree | d332d3ebeea9271d7ad743511b560aa2ac8884ea /daemon/usb.h | |
| 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/usb.h')
| -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 | |||
| 46 | 46 | ||
| 47 | #define VID_APPLE 0x5ac | 47 | #define VID_APPLE 0x5ac |
| 48 | #define PID_RANGE_LOW 0x1290 | 48 | #define PID_RANGE_LOW 0x1290 |
| 49 | #define PID_RANGE_MAX 0x129a | 49 | #define PID_RANGE_MAX 0x129f |
| 50 | 50 | ||
| 51 | struct usb_device; | 51 | struct usb_device; |
| 52 | 52 | ||
