From owner-freebsd-usb@FreeBSD.ORG Sat Mar 31 10:03:43 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3DA816A401 for ; Sat, 31 Mar 2007 10:03:43 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swip.net [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id 5FA7813C457 for ; Sat, 31 Mar 2007 10:03:43 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.217.102.48] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe11.swip.net (CommuniGate Pro SMTP 5.1.7) with ESMTPA id 283749264; Sat, 31 Mar 2007 12:03:42 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sat, 31 Mar 2007 12:03:21 +0200 User-Agent: KMail/1.9.5 References: <9765732.post@talk.nabble.com> In-Reply-To: <9765732.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703311203.21425.hselasky@c2i.net> Cc: 3s3_l00n3y Subject: Re: a41x/v32x driver 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, 31 Mar 2007 10:03:43 -0000 On Saturday 31 March 2007 11:51, 3s3_l00n3y wrote: > would u be able to send me the a41x/v32x driver I see this in usb_quirks.c: { USB_VENDOR_MOTOROLA2, USB_PRODUCT_MOTOROLA2_A41XV32X, ANY, { UQ_ASSUME_CM_OVER_DATA }}, I think your device should be detected by "umodem". Try "kldload umodem". --HPS