diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-04-23 00:18:26 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-04-23 00:18:26 -0700 |
| commit | bc08aa70c6dbf1333959008a8939bf7515efd575 (patch) | |
| tree | cf24ef04ad4316900e8355a32bf3322138964543 /include/linux/brlvger.h | |
| parent | c643de425278f2142301c8e5015cef0e8f32284f (diff) | |
USB voyager driver
changed the number of minor devices the braille voyager driver uses.
Diffstat (limited to 'include/linux/brlvger.h')
| -rw-r--r-- | include/linux/brlvger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/brlvger.h b/include/linux/brlvger.h index 995f7b96e0d8..eb5ef8c3da37 100644 --- a/include/linux/brlvger.h +++ b/include/linux/brlvger.h @@ -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 |
