From owner-cvs-all@FreeBSD.ORG Thu Nov 11 22:59:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 832EF16A4CE; Thu, 11 Nov 2004 22:59:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F6C743D1D; Thu, 11 Nov 2004 22:59:26 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iABMxQht048662; Thu, 11 Nov 2004 22:59:26 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iABMxQL9048661; Thu, 11 Nov 2004 22:59:26 GMT (envelope-from julian) Message-Id: <200411112259.iABMxQL9048661@repoman.freebsd.org> From: Julian Elischer Date: Thu, 11 Nov 2004 22:59:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb uhid.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 22:59:26 -0000 julian 2004-11-11 22:59:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb uhid.c Log: Add a bandaid to help use devices that use the tty system with usb. This makes teh two systems disable each other's interrupts while they are operating together. It's not perfect as it doesn't fully cover dynamic devices and teh effect is not reversible, but it is similar to the hack we have been doing for ywars with slip and ppp. Submitted by: lost the email. Revision Changes Path 1.27.2.14 +13 -0 src/sys/dev/usb/uhid.c