NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: kern/57400
The following reply was made to PR kern/57400; it has been noted by GNATS.
From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost, dave_daniels%argonet.co.uk@localhost
Subject: re: kern/57400
Date: Sun, 14 May 2023 16:46:35 +1000
> That's common behaviour of hardware "mice" these days.
> They disconnect and reconnect continously unless they
> are used.
> =
> So either, start an X server that handles the mouse
> or run wsmoused to keep the connection open.
actually we have a method to solve this on a per-device basis:
sys/dev/usb/usb_quirks.h:54:#define UQ_ALWAYS_ON 0x100000 /* for m=
ice that keep disconnecting */
sys/dev/usb/usb_quirks.c: { USB_VENDOR_CHICONY, USB_PRODUCT_CHICON=
Y_OPTMOUSE0939, ANY,
sys/dev/usb/usb_quirks.c: { UQ_ALWAYS_ON, NULL }},
adding this keybaord to the quirks list should fix the problem
without having to run X or something.
.mrg.
Home |
Main Index |
Thread Index |
Old Index