From 80e41939e3ae4d8c9e7184c31858b6689822f3d0 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Tue, 21 Sep 2010 19:30:44 +0200 Subject: Also bump the PID range in usb.h. Duh. --- daemon/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.1-32-gdbae