# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.510   -> 1.511  
#	drivers/usb/misc/usblcd.c	1.1     -> 1.2    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/08/21	greg@kroah.com	1.511
# USB: fix minor number for the usblcd driver.
# --------------------------------------------
#
diff -Nru a/drivers/usb/misc/usblcd.c b/drivers/usb/misc/usblcd.c
--- a/drivers/usb/misc/usblcd.c	Wed Aug 21 15:45:39 2002
+++ b/drivers/usb/misc/usblcd.c	Wed Aug 21 15:45:39 2002
@@ -20,7 +20,7 @@
 
 #define DRIVER_VERSION "USBLCD Driver Version 1.01"
 
-#define USBLCD_MINOR		132
+#define USBLCD_MINOR		144
 
 #define IOCTL_GET_HARD_VERSION	1
 #define IOCTL_GET_DRV_VERSION	2
