- 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!
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
============
#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 */