From owner-freebsd-usb@FreeBSD.ORG Thu Jul 5 07:06:44 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05511106564A; Thu, 5 Jul 2012 07:06:44 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id 2A7D28FC08; Thu, 5 Jul 2012 07:06:42 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 294846903; Thu, 05 Jul 2012 09:06:35 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, freebsd-gnats-submit@freebsd.org Date: Thu, 5 Jul 2012 09:06:33 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <201207042159.q64Lx4iv020933@freefall.freebsd.org> In-Reply-To: <201207042159.q64Lx4iv020933@freefall.freebsd.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201207050906.33568.hselasky@c2i.net> Cc: emaste@freebsd.org Subject: Re: usb/116947: [ukbd] [patch] [regression] enable boot protocol on the USB keyboards X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2012 07:06:44 -0000 On Wednesday 04 July 2012 23:59:04 emaste@freebsd.org wrote: > Synopsis: [ukbd] [patch] [regression] enable boot protocol on the USB > keyboards > > Responsible-Changed-From-To: freebsd-usb->hselasky > Responsible-Changed-By: emaste > Responsible-Changed-When: Wed Jul 4 21:56:57 UTC 2012 > Responsible-Changed-Why: > It appears the quirk in the PR is not in HEAD or stable/9. I tested this > keyboard (MS Natural 4000) on stable/9 and can confirm that the function > keys do not work, and that adding the UQ_KBD_BOOTPROTO quirk manually via > usbconfig makes them work. > > HPS, any reason this quirk shouldn't be committed? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=116947 No, I think it has just been forgotten. Please commit patch. Some parts are already there. --HPS