From owner-freebsd-usb@FreeBSD.ORG Wed Jan 12 23:59:36 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A82F116A4CE for ; Wed, 12 Jan 2005 23:59:36 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B28243D39 for ; Wed, 12 Jan 2005 23:59:36 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so178119rne for ; Wed, 12 Jan 2005 15:59:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=S0j1GNkGd1lms9aS8zw0U6BRxpvQuFGb3Lb4KUH6Po4hAAqTuhHXGSTEI+SO3AzvxaHKoriNMKnM4srEyVqRNMu/YRzVlqFSMQc/7BjYiAsA3L1dgGLEF2J989jAFoORjPVwJ/iP7qnuHLA/NRMTZe5U7METBfVB6oNwgBrYaXE= Received: by 10.38.171.5 with SMTP id t5mr194229rne; Wed, 12 Jan 2005 15:59:34 -0800 (PST) Received: by 10.38.208.75 with HTTP; Wed, 12 Jan 2005 15:59:34 -0800 (PST) Message-ID: Date: Wed, 12 Jan 2005 15:59:34 -0800 From: Maksim Yevmenkin To: Brooks Davis In-Reply-To: <20050112230914.GB29795@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200501122249.j0CMnVt4023627@freefall.freebsd.org> <20050112230914.GB29795@odin.ac.hmc.edu> cc: freebsd-gnats-submit@freebsd.org cc: Maksim Yevmenkin cc: sthommerel@osiatis.com cc: freebsd-usb@freebsd.org Subject: Re: kern/71887: [kbd] Losing keyboard after plugging a bluetooth usb dongle X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Maksim Yevmenkin List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 23:59:36 -0000 Brooks, > The fact that: > > > Removing the USB dongle at this point causes a kernel panic. > > is presumably either a USB or bluetooth problem (I'd bet on USB). It i would think this is a usb related problem. i doubt it is a bluetooth problem because none of the bluetooth related modules were involved. > would be nice to know if that still happens. Hopefully it was fixed in > all the recent USB fixes. indeed. the system should not crash when usb device is unplugged. thanks, max