From owner-freebsd-usb@FreeBSD.ORG Fri Aug 20 16:20:03 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBFC4106564A for ; Fri, 20 Aug 2010 16:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AC0A38FC08 for ; Fri, 20 Aug 2010 16:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7KGK3Y1053385 for ; Fri, 20 Aug 2010 16:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7KGK36m053384; Fri, 20 Aug 2010 16:20:03 GMT (envelope-from gnats) Date: Fri, 20 Aug 2010 16:20:03 GMT Message-Id: <201008201620.o7KGK36m053384@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/149826: recognice another PL2303 based usb dongle X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2010 16:20:03 -0000 The following reply was made to PR usb/149826; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Daniel Braniss Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: usb/149826: recognice another PL2303 based usb dongle Date: Fri, 20 Aug 2010 18:15:29 +0200 On Friday 20 August 2010 08:26:26 Daniel Braniss wrote: > >Number: 149826 > >Category: usb > >Synopsis: recognice another PL2303 based usb dongle > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-usb > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: update > >Submitter-Id: current-users > >Arrival-Date: Fri Aug 20 07:20:03 UTC 2010 > >Closed-Date: > >Last-Modified: > >Originator: Daniel Braniss > >Release: FreeBSD 8.1-STABLE amd64 > >Organization: > > >Environment: > System: FreeBSD rnd 8.1-STABLE FreeBSD 8.1-STABLE #35 r2957: Sun Jul 25 > 09:26:48 IDT 2010 danny@rnd:/r+d/obj/rnd/r+d/stable/8/sys/HUJI amd64 > > >Description: > this dongle is a cellular modem, and I have been using it > to send and receive SMS. > > >How-To-Repeat: > > >Fix: > --- a/sys/dev/usb/serial/uplcom.c Wed Aug 18 21:44:50 2010 +0000 > +++ b/sys/dev/usb/serial/uplcom.c Fri Aug 20 09:19:40 2010 +0300 > @@ -294,6 +294,8 @@ > UPLCOM_DEV(MOBILEACTION, MA620, 0, 0xFFFF, PL2303X), > /* Corega CG-USBRS232R */ > UPLCOM_DEV(COREGA, CGUSBRS232R, 0, 0xFFFF, PL2303X), > + /* GPRS */ > + UPLCOM_DEV(PROLIFIC, GPRS, 0, 0xFFFF, PL2303), > }; > #undef UPLCOM_DEV > Hi, Can you include your sys/dev/usb/usbdevs changes? --HPS