]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bail out on failing the read(). This happens when a USB mouse is
authorn_hibma <n_hibma@FreeBSD.org>
Mon, 29 Nov 1999 17:21:07 +0000 (17:21 +0000)
committern_hibma <n_hibma@FreeBSD.org>
Mon, 29 Nov 1999 17:21:07 +0000 (17:21 +0000)
commit1828a31cb5162cb3e146662bafb74907796d48f5
treec9360fbbc34347755af8825036f303433a5c6e75
parent948036bd202fe51e0517faef4034c2619bc6dfec
Bail out on failing the read(). This happens when a USB mouse is
disconnected. We retry the open in the parent subroutine.

Remove an ifdef _i386_ . MOUSE_IF_USB is now defined for alpha as well.

Reviewed-By: yokota
usr.sbin/moused/moused.c