From owner-freebsd-usb@FreeBSD.ORG Thu Dec 4 20:39:12 2008 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 20D401065672 for ; Thu, 4 Dec 2008 20:39:12 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe14.tele2.se [212.247.155.161]) by mx1.freebsd.org (Postfix) with ESMTP id AC7548FC08 for ; Thu, 4 Dec 2008 20:39:11 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=P3SC899gXHkOLDnkTYxLZw==:17 a=6TQk3gx1ZfH_AwWd-UoA:9 a=jaEq7pJzijfvRiAn7DVxHEIb0yYA:4 a=LY0hPdMaydYA:10 Received: from [62.113.133.240] (account mc467741@c2i.net [62.113.133.240] verified) by mailfe14.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 418246676; Thu, 04 Dec 2008 21:39:09 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, gabor@sentex.net Date: Thu, 4 Dec 2008 21:41:18 +0100 User-Agent: KMail/1.9.7 References: <200812041853.35539.hselasky@c2i.net> <20081204.114842.-1540410064.imp@bsdimp.com> <49382D74.1030907@sentex.net> In-Reply-To: <49382D74.1030907@sentex.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812042141.20836.hselasky@c2i.net> Cc: Subject: Re: ucom serial bug? 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: Thu, 04 Dec 2008 20:39:12 -0000 On Thursday 04 December 2008, Gabor wrote: > Hi Warner, > > this patch did not seem to fix the issue. In fact this time after > unloading the module and reloading it, and then checking the carrier > doesn't raise carrier even on the first try. > Can it be that the new mpsafetty layer does not remember the TTY state (MSR bits) betweeen two open/close sessions ? The uftdi driver will only report deltas in the MSR register. --HPS