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

USB voyager driver

changed the number of minor devices the braille voyager driver uses.
parent c643de42
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define BRLVGER_BUZZ 4 #define BRLVGER_BUZZ 4
/* Number of supported devices, and range of covered minors */ /* 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 */ /* Base minor for the char devices */
#define BRLVGER_MINOR 128 #define BRLVGER_MINOR 128
......
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