From owner-freebsd-usb@FreeBSD.ORG Tue Apr 1 10:40:01 2014 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.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 E6844B7E for ; Tue, 1 Apr 2014 10:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4B5CF4F for ; Tue, 1 Apr 2014 10:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s31Ae14r030562 for ; Tue, 1 Apr 2014 10:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s31Ae1Ta030561; Tue, 1 Apr 2014 10:40:01 GMT (envelope-from gnats) Date: Tue, 1 Apr 2014 10:40:01 GMT Message-Id: <201404011040.s31Ae1Ta030561@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org Cc: From: Hans Petter Selasky Subject: Re: usb/188119: multiple keybard X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2014 10:40:02 -0000 The following reply was made to PR usb/188119; it has been noted by GNATS. From: Hans Petter Selasky To: zhiqiang feng , freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: usb/188119: multiple keybard Date: Tue, 01 Apr 2014 12:36:50 +0200 On 03/31/14 10:48, zhiqiang feng wrote: > >> Number: 188119 >> Category: usb >> Synopsis: multiple keybard >> Confidential: no >> Severity: non-critical >> Priority: low >> Responsible: freebsd-usb >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: sw-bug >> Submitter-Id: current-users >> Arrival-Date: Mon Mar 31 08:50:00 UTC 2014 >> Closed-Date: >> Last-Modified: >> Originator: zhiqiang feng >> Release: 10.0-RELEASE >> Organization: > ITDCL >> Environment: > FreeBSD vpn.gzzn.com 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >> Description: > I plug yubikey(usb keyboard) into my machine to input the keys, then unplug the yubikey, my ps/2 keyboard will not work any more, the keyboard hardware is ok, then I plug yubikey again then the keybard will work again. >> How-To-Repeat: > >> Fix: > > >> Release-Note: >> Audit-Trail: >> Unformatted: Hi, I think this might be a HAL/X.org issue. Does the keyboard still work if you switch to the text-console? --HPS