CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2017/12/31 16:31:41
Modified files:
driver/xf86-input-ws/src: ws.c ws.h
Log message:
If read() returns EIO, then the wsmouse device has gone away and our fd
to it is useless, so detach the xserver driver and close it.
Modeled on similar code in xf86-input-{keyboard,mouse}
reminded by Frank Groeneveld (frank (at) frankgroeneveld.nl)
ok matthieu@ kettenis@
