From owner-freebsd-usb@FreeBSD.ORG Tue Apr 29 20:44:03 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 932A1106566C for ; Tue, 29 Apr 2008 20:44:03 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.tele2.se [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id 298538FC21 for ; Tue, 29 Apr 2008 20:44:02 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [62.113.132.156] (account mc467741@c2i.net [62.113.132.156] verified) by mailfe12.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 746073812; Tue, 29 Apr 2008 21:43:59 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Tue, 29 Apr 2008 21:45:21 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804292145.21817.hselasky@c2i.net> Cc: Subject: Re: USB CDC-ACM device under FreeBSD and HPS stack 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: Tue, 29 Apr 2008 20:44:03 -0000 On Saturday 26 April 2008, Xiaofan Chen wrote: > Today is my FreeBSD USB day. :-) > So I am attaching various USB device to FreeBSD and see if > they work or not. ... > > As for the generic CDC-ACM device (the Olimex LPC-P2148), I do not know > how to load the necessary kernel module to get it work as a usb-serial > device. > > Under Linux, there is a generic cdc-acm device support. > kldload umodem --HPS