CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/09/03 01:37:58
Modified files: sys/dev/pckbc : pms.c Log message: Only free the per-protocol descriptor if a touchpad cannot be correctly identified during attach. This prevents the driver to downgrade itself to use the standard mouse protocol and reattach a new wsmouse child if something bad happens when we re-query the hardware (during resume for example). Discussed with and ok stsp@