# 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.544 -> 1.544.3.1 # include/linux/brlvger.h 1.1 -> 1.2 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/04/23 greg@kroah.com 1.544.3.1 # USB voyager driver # # changed the number of minor devices the braille voyager driver uses. # -------------------------------------------- # diff -Nru a/include/linux/brlvger.h b/include/linux/brlvger.h --- a/include/linux/brlvger.h Thu Apr 25 16:27:06 2002 +++ b/include/linux/brlvger.h Thu Apr 25 16:27:06 2002 @@ -31,7 +31,7 @@ #define BRLVGER_BUZZ 4 /* Number of supported devices, and range of covered minors */ -#define MAX_NR_BRLVGER_DEVS 2 +#define MAX_NR_BRLVGER_DEVS 4 /* Base minor for the char devices */ #define BRLVGER_MINOR 128