On Tue, Dec 21, 2021 at 03:49:47PM -0500, jwinnie@tilde.institute wrote: > > Hello OpenBSD developers, > > I am interested in contributing to improve the uhidpp(4) > (Logitech Unifying Reciever) support in OpenBSD. > > Currently, the uhidpp(4) driver only handles detecting certain > sensors, but I would like more robust support for these devices, > including: > > * pairing and unpairing devices on the command-line > * controlling the scrolling speed/auxiliary buttons of wireless mice > > Do you know where I should start? Should I work on the uhidpp(4) > driver, or should I go ahead and start writing a command-line utility, > like uhidppctl(8)?
I doubt we want a uhidppctl(8) unless it is really necessary. I would expect wsmouse(4) to handle the controlling of scrolling speed and auxiliary buttons. -- :wq Claudio