From owner-freebsd-usb@FreeBSD.ORG Sun Feb 12 15:52:11 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org 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 F09D116A420; Sun, 12 Feb 2006 15:52:11 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D55F43D48; Sun, 12 Feb 2006 15:52:11 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k1CFparY024693; Sun, 12 Feb 2006 08:51:36 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 12 Feb 2006 08:51:36 -0700 (MST) Message-Id: <20060212.085136.110773332.imp@bsdimp.com> To: glebius@freebsd.org From: "M. Warner Losh" In-Reply-To: <20060212094758.GP86448@cell.sick.ru> References: <20060212094758.GP86448@cell.sick.ru> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 12 Feb 2006 08:51:36 -0700 (MST) Cc: freebsd-usb@freebsd.org Subject: Re: Nokia CA-42 cable 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: Sun, 12 Feb 2006 15:52:12 -0000 In message: <20060212094758.GP86448@cell.sick.ru> Gleb Smirnoff writes: : I'm lame in USB and I can't understand why Linux supports this device : w/o any additional modifications, just recognising ID, but our driver : doesn't. I'm seeking for advice, that will help me get this device : working. We have a lot of different usb serial drivers. Why did you pick uplcom to add the ID to? Linux has merged them all into a single driver, but that driver lacks the refinement our individual sub-drivers have (at least last time I checked). Maybe if you provided more information we could help you more. Warner