Re: Thinkpad X220T digitizer pen stopped no longer works on NetBSD 11.99.1
RVP <[email protected]>
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 17 Oct 2025, Paul Goyette wrote:
> Or even
>
> jot -w "./MAKEDEV wsmouse%d ; " - 4 9 1 | sh
>
> Much less typing... :-)
>
:) I'm extremely dense sometimes. MAKEDEV takes multiple arguments, doesn't it?
So,
./MAKEDEV wsmouse4 ... wsmouse9
and, if you have bash(1):
./MAKEDEV wsmouse{4..9}
-RVP