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

USB auerswald driver:

	- 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!
parent b324327d
...@@ -19,9 +19,9 @@ your system. This library is available from ...@@ -19,9 +19,9 @@ your system. This library is available from
auerswald and shipped as part of the java software. auerswald and shipped as part of the java software.
You may create the devices with: 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 Future plans
============ ============
......
...@@ -61,7 +61,7 @@ do { \ ...@@ -61,7 +61,7 @@ do { \
#define ID_AUERSWALD 0x09BF #define ID_AUERSWALD 0x09BF
#ifndef AUER_MINOR_BASE /* allow external override */ #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 #endif
/* we can have up to this number of device plugged in at once */ /* we can have up to this number of device plugged in at once */
......
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