> On many arches there are "wsmouse" and "wsmouse*" entries in MAKEDEV, > with "wsmouse*" going first. Therefore, "wsmouse" never gets matched. > Here is a fix.
I commited a different fix, using stricter patterns instead of changing the order in which devices are output in MAKEDEV. Thanks for the report. > Note/question on vax: while it has wsmouseN devices, it does not have > wsmouse device - is it normal? Yes, these devices nodes are only necessary on kernels with wsmux, which isn't necessary on vax (because there can only be one keyboard and one pointing device, although one may theoretically build a VAXstation 3[58][24]0 system with multiple input boards). Miod