ChangeSet 1.889.26.9, 2003/01/12 00:03:35-08:00, greg@kroah.com [PATCH] USB: usb-skeleton MINOR_BASE change Mirrors a change made in the 2.4 version of the driver by Randy Dunlap. diff -Nru a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c --- a/drivers/usb/usb-skeleton.c Mon Jan 13 14:26:36 2003 +++ b/drivers/usb/usb-skeleton.c Mon Jan 13 14:26:36 2003 @@ -86,7 +86,7 @@ #define USB_SKEL_MINOR_BASE 0 #else /* Get a minor range for your devices from the usb maintainer */ -#define USB_SKEL_MINOR_BASE 200 +#define USB_SKEL_MINOR_BASE 192 #endif /* Structure to hold all of our device specific stuff */