NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: kern/57400



>  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 mice that keep disconnecting */

sys/dev/usb/usb_quirks.c: { USB_VENDOR_CHICONY,         USB_PRODUCT_CHICONY_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