Date: Thu, 11 Nov 2004 22:59:26 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhid.c Message-ID: <200411112259.iABMxQL9048661@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411112259.iABMxQL9048661>