From owner-freebsd-usb@FreeBSD.ORG Thu Jan 31 14:30:02 2013 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 300A9CD3 for ; Thu, 31 Jan 2013 14:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 223B2A28 for ; Thu, 31 Jan 2013 14:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0VEU1ri041462 for ; Thu, 31 Jan 2013 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0VEU1re041461; Thu, 31 Jan 2013 14:30:01 GMT (envelope-from gnats) Date: Thu, 31 Jan 2013 14:30:01 GMT Message-Id: <201301311430.r0VEU1re041461@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org Cc: From: Hans Petter Selasky Subject: Re: usb/175731: detaching USB keyboard freezes other USB keyboards X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 31 Jan 2013 14:30:02 -0000 The following reply was made to PR usb/175731; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org Cc: Norbert Koch , freebsd-gnats-submit@freebsd.org Subject: Re: usb/175731: detaching USB keyboard freezes other USB keyboards Date: Thu, 31 Jan 2013 15:23:34 +0100 On Thursday 31 January 2013 15:03:03 Norbert Koch wrote: > >Number: 175731 > >Category: usb > >Synopsis: detaching USB keyboard freezes other USB keyboards > >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: Thu Jan 31 14:10:00 UTC 2013 > >Closed-Date: > >Last-Modified: > >Originator: Norbert Koch > >Release: 9.0 > >Organization: > > >Environment: > FreeBSD 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Thu Jan 24 16:31:49 CET > 2013 > root@entw-pr2.demig.intra:/usr/home/nk/src/kernel/src/sys/EMBEDDED_USBKBD_ > ONLY i386 > > >Description: > My kernel is compiled without support for atkbd. I only use USB keyboards. > > Attaching is fine but when detaching, any of the keyboards - I tried up to > three - the other keyboards freeze. If I attach the keyboard again the > other keyboards unfreeze and work as before. > > The problem has something to do with devd. > Detaching works without problems in single user mode or with devd not > running. As long as dev does not run *during* detaching things seem to be > ok too. > > Commenting out usb keyboard related entries in /etc/devd.conf > or /etc/devd/usb.conf does not help. > Commenting out syscons_setkeyboard in /etc/rc.d/syscons does not help > either. > > >How-To-Repeat: > Attach two USB keyboards. > Detach any of them. > The still connected keyboards freezes. > Reconnect other keyboard. > Both keyboards work. Hi, Is this with or without X11? Can you try 9-stable? --HPS