From owner-svn-src-all@FreeBSD.ORG Sat Mar 15 08:55:19 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0B6D88D; Sat, 15 Mar 2014 08:55:19 +0000 (UTC) Received: from mta05.bitpro.no (mta05.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 89B18F82; Sat, 15 Mar 2014 08:55:18 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta05.bitpro.no (Postfix) with ESMTPS id 76F6E17FCF8; Sat, 15 Mar 2014 09:55:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id CEC568F4AEE; Sat, 15 Mar 2014 09:55:04 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PVbIXoUmztnw; Sat, 15 Mar 2014 09:55:04 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 02B6B8F4A87; Sat, 15 Mar 2014 09:55:03 +0100 (CET) Message-ID: <5324159F.3030207@bitfrost.no> Date: Sat, 15 Mar 2014 09:55:59 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Bruce Evans , Rui Paulo Subject: Re: svn commit: r262972 - head/sys/dev/usb/input References: <201403100852.s2A8qUdC045704@svn.freebsd.org> <5322CCC5.7020608@bitfrost.no> <20140315075248.Y964@besplex.bde.org> In-Reply-To: <20140315075248.Y964@besplex.bde.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 08:55:19 -0000 On 03/15/14 00:26, Bruce Evans wrote: > LED toggling has to work in critical sections too. Then the LED code > itself is not being reentered (unless parts of it are locked by > critical sections), but there are other complications. Of course, > the LED code must not use any interrupts or do any context switches > in debugger mode. CAPS lock works, only the LED is not lighted up. --HPS