From owner-cvs-all Sun May 30 5:48:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EBE814C9A; Sun, 30 May 1999 05:48:53 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA97767; Sun, 30 May 1999 05:48:53 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199905301248.FAA97767@freefall.freebsd.org> From: Nick Hibma Date: Sun, 30 May 1999 05:48:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ums.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/05/30 05:48:52 PDT Modified files: sys/dev/usb ums.c Log: When the mouse is being disconnected, do the followings: - Call ums_disable() to abort the pipe. - Do not wake up processes which has been waiting or polling for mouse data. It won't be available anymore. Submitted by: Kazutaka YOKOTA Revision Changes Path 1.21 +15 -5 src/sys/dev/usb/ums.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message