]> git.hungrycats.org Git - linux/commitdiff
USB auerswald driver:
authorGreg Kroah-Hartman <greg@kroah.com>
Wed, 27 Feb 2002 07:02:44 +0000 (23:02 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 27 Feb 2002 07:02:44 +0000 (23:02 -0800)
- changed the minor number the auerswald driver was using, as it was found
  out that this number was already in use by another USB driver!

Documentation/usb/auerswald.txt
drivers/usb/auerswald.c

index fb66b3783dbe40df8d3751e6100b7197534eb640..862c8cdaee0a98b0cbc14b73241957902df84c6a 100644 (file)
@@ -19,9 +19,9 @@ your system. This library is available from
 auerswald and shipped as part of the java software.
 
 You may create the devices with:
-       mknod -m 666 /dev/usb/auer0 c 180 80
+       mknod -m 666 /dev/usb/auer0 c 180 112
        ...
-       mknod -m 666 /dev/usb/auer15 c 180 95
+       mknod -m 666 /dev/usb/auer15 c 180 127
 
 Future plans
 ============
index 6e0264ef3ce29fd2246dc22a3f9f1eb03e7f37c2..9834ae7ff77082c481b6943bd0b4a75774830fad 100644 (file)
@@ -61,7 +61,7 @@ do {                  \
 #define ID_AUERSWALD   0x09BF
 
 #ifndef AUER_MINOR_BASE                /* allow external override */
-#define AUER_MINOR_BASE        80      /* auerswald driver minor number */
+#define AUER_MINOR_BASE        112     /* auerswald driver minor number */
 #endif
 
 /* we can have up to this number of device plugged in at once */