On Tue, Jun 9, 2009 at 4:22 AM, Hans Petter Selasky<[email protected]> wrote: > 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: <Yubico> at usbus5 >> > uhid0: <Yubico Yubico Yubikey Touch, class 0/0, rev 2.00/1.32, addr 5> 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 >
The NetBSD kbd checks the Report Descriptors for Generic Desktop Controls (0x01) and Keyboard (0x06). It doesn't check for the sub class or interface protocol. -- Jeremy Faulkner _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
