From owner-freebsd-current@FreeBSD.ORG Tue Jun 9 08:18:30 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0208C106567F for ; Tue, 9 Jun 2009 08:18:30 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swipnet.se [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 8884B8FC26 for ; Tue, 9 Jun 2009 08:18:29 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=E2Cm80H6mSdPp6EKNRUA:9 a=g--fNPhqSwI0cOoSO2EyuVuQghoA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 865874795; Tue, 09 Jun 2009 10:18:28 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 9 Jun 2009 10:22:40 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200906081924.24901.mel.flynn+fbsd.current@mailing.thruhere.net> In-Reply-To: <200906081924.24901.mel.flynn+fbsd.current@mailing.thruhere.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906091022.41813.hselasky@c2i.net> Cc: Mel Flynn , Jeremy Faulkner Subject: Re: Yubikey X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2009 08:18:30 -0000 On Tuesday 09 June 2009 05:24:24 Mel Flynn wrote: > On Saturday 06 June 2009 10:02:05 Jeremy Faulkner wrote: > > Has anybody gotten a Yubikey to work with FreeBSD? It attaches as a > > uhid device on both 7 and 8. > > > > ugen5.5: at usbus5 > > uhid0: on > > usbus5 > > Hi, > > Attachment copied. The subclass and protocol are not correct, so the device is not detected like a keyboard. Probably we could add an additional check there to verify that the HID descriptor contains Keyboard descriptions. bInterfaceClass 3 Human Interface Device bInterfaceSubClass 0 No Subclass bInterfaceProtocol 0 None iInterface 0 --HPS