From owner-freebsd-questions@FreeBSD.ORG Wed Oct 20 21:54:22 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBC8A1065694 for ; Wed, 20 Oct 2010 21:54:22 +0000 (UTC) (envelope-from gull@gull.us) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 62B0F8FC36 for ; Wed, 20 Oct 2010 21:54:21 +0000 (UTC) Received: by eydd26 with SMTP id d26so1030150eyd.13 for ; Wed, 20 Oct 2010 14:54:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.29.208 with SMTP id r16mr7210400ebc.58.1287611661085; Wed, 20 Oct 2010 14:54:21 -0700 (PDT) Received: by 10.14.127.1 with HTTP; Wed, 20 Oct 2010 14:54:21 -0700 (PDT) X-Originating-IP: [69.91.158.193] In-Reply-To: <44y69s8rse.fsf@be-well.ilk.org> References: <20101004195012.GA2023@tiny> <20101017143901.GA71132@current.Sisis.de> <20101019074615.GA2183@current.Sisis.de> <20101020022946.GA23035@thought.org> <4CBE8B86.9060608@uffe.org> <20101020173259.GD25310@thought.org> <20101020211546.GA26611@thought.org> <44y69s8rse.fsf@be-well.ilk.org> Date: Wed, 20 Oct 2010 14:54:21 -0700 Message-ID: From: David Brodbeck To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Netbooks & BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2010 21:54:22 -0000 On Wed, Oct 20, 2010 at 2:42 PM, Lowell Gilbert wrote: > The plug isn't the issue. =A0Drivers are. Fortunately, USB mass storage devices are highly standardized. One of the things they got right. Now, the USB keyboard protocol...ugh, they really dropped the ball on that one. It's standardized, which is good, but it's a polling interface and tends to occasionally lose events under high CPU load, which is bad. Especially if it's a key-up event that gets lost.