From owner-freebsd-current@FreeBSD.ORG Fri Jul 1 14:15:03 2011 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 DE0EB1065670 for ; Fri, 1 Jul 2011 14:15:03 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id A74758FC18 for ; Fri, 1 Jul 2011 14:15:03 +0000 (UTC) Received: by iyb11 with SMTP id 11so3870578iyb.13 for ; Fri, 01 Jul 2011 07:15:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=TmE//XBqrwdk00o0hyY4jZhttzyeRWUuU9l7KG0x0to=; b=Zj7GguIE6Alq9tonPIym3Tqx4yQO62ChgNvflnpQufQsrDqJ8yFuvDSnRGbUoM+MIy CFHlSXbwOlEWgiBa2RcgFkSnR1kHEB6IUdBC3r8aB74yP94ET/mcJ8B87Sbf4pAXk15K lN7OykP/jGr8LMnYfaDi2lk8oL3j17rKQS894= Received: by 10.231.81.139 with SMTP id x11mr2809883ibk.143.1309529703088; Fri, 01 Jul 2011 07:15:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.38.5 with HTTP; Fri, 1 Jul 2011 07:14:43 -0700 (PDT) In-Reply-To: <201107011405.41569.hselasky@c2i.net> References: <201107011405.41569.hselasky@c2i.net> From: Eir Nym Date: Fri, 1 Jul 2011 18:14:43 +0400 Message-ID: To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current@freebsd.org, ti bugmenot Subject: Re: keyboard driver problem? 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: Fri, 01 Jul 2011 14:15:03 -0000 On 1 July 2011 16:05, Hans Petter Selasky wrote: > On Friday 01 July 2011 13:21:35 ti bugmenot wrote: >> I met with the same problem. I do not know how to solve this problem: >> >> http://lists.freebsd.org/pipermail/freebsd-current/2011-January/022022.html >> > > Hi, > > Our USB keyboard driver is very simple and does not parse the HID descriptors > of the keyboard. Maybe that is the reason it is not working. > > > Try to set the "UQ_KBD_BOOTPROTO" for your keyboard. > > usbconfig -d X.Y add_quirk UQ_KBD_BOOTPROTO > > Replug keyboard. > I have same with MS USB keyboard (only numlock, capslock are working). r221858 doesn't have this bug(?) -- Eir Nym > --HPS > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >