From owner-freebsd-usb@FreeBSD.ORG Sat Nov 13 20:25:36 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1286D106564A for ; Sat, 13 Nov 2010 20:25:36 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id C86708FC18 for ; Sat, 13 Nov 2010 20:25:35 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id 1030D63307B for ; Sat, 13 Nov 2010 21:25:34 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 9B0F72CF69A for ; Sat, 13 Nov 2010 21:25:32 +0100 (CET) Date: Sat, 13 Nov 2010 21:21:46 +0100 From: Patrick Lamaiziere (by way of Patrick Lamaiziere ) To: Hans Petter Selasky Message-ID: <20101113212146.351b9c16@davenulle.org> In-Reply-To: <201011131241.24671.hselasky@c2i.net> References: <20101112145849.161e39a8@davenulle.org> <201011121525.13324.hselasky@c2i.net> <201011131241.24671.hselasky@c2i.net> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Resent-Date: Sat, 13 Nov 2010 21:25:29 +0100 Resent-From: Patrick Lamaiziere Resent-Message-ID: <20101113212529.40c4595d@davenulle.org> Resent-To: freebsd-usb@freebsd.org Cc: Subject: Re: uplcom(4) does not work on cuaU0 ? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 20:25:36 -0000 Le Sat, 13 Nov 2010 12:41:24 +0100, Hans Petter Selasky a écrit : > Please try the attached patch. Others having UPLCOM devices should > try this patch aswell and see if their device is still working. Well I feel stupid because the problem was a ucom console enabled in my loader.conf : hw.usb.ucom.cons_unit="0" hw.usb.ucom.cons_baud="9600" Without this uplcom works perfectly (not sure why this was not a problem with my u3g key). May be we should check that cuaUx is used by a ucom console and return EBUSY in this case? My apologies and thanks a lot for your support. Regards.