Date: Tue, 16 Oct 2001 10:37:25 -0700 From: Joe Kelsey <joe@zircon.seattle.wa.us> To: freebsd-stable@FreeBSD.org Subject: psm0 out of sync Message-ID: <15308.28757.640334.764871@zircon.zircon.seattle.wa.us> In-Reply-To: <courier.3BCC64CB.00003D14@fizzbang.musinghalfwit.org> References: <courier.3BCC64CB.00003D14@fizzbang.musinghalfwit.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Eric P Liedtke writes: > I am currently having a problem with my mice losing sync > when using a belkin KVM switch. Any time I switch over and > back the mouse loses sync. Is there any way I can regain > sync without rebooting. I've tried killing and restarting > moused but of course that didn't help cuz moused isn't out of > sync the actual device is. Any help would be appreciated. Set bit 0x8000 in the psm device by modifying your loader.conf: psm_flags=0x8000 This will force a mouse reset when switching with the kvm box. This should be installed as the default mode and not called a "hack" since it is the most logical thing to do. Unfortunately, the maintainer of psm.c has some sort of reservations about making this behavior the default. My wireless mouse requires this setting with no intervening switch box. I never see multiple instances of reset behavior, so I don't know why this completely logical code path is relegated to the euphemism of "hack" and not made default. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15308.28757.640334.764871>
