Commit eb61559e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: usb-skeleton MINOR_BASE change

Mirrors a change made in the 2.4 version of the driver by Randy Dunlap.
parent cbcbf202
......@@ -86,7 +86,7 @@ MODULE_DEVICE_TABLE (usb, skel_table);
#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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment