From owner-freebsd-usb@FreeBSD.ORG Fri Aug 20 16:19:17 2010 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 EF0861065694; Fri, 20 Aug 2010 16:19:17 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 4B5878FC18; Fri, 20 Aug 2010 16:19:16 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=SLL6iUR4mT0wNXVHW9RxQHy4+MdEWXaI2PxhqtT+/BA= c=1 sm=1 a=4Zzmq2maDT0A:10 a=Q9fys5e9bTEA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=rYD8F_bu7g4uF5zgPAkA:9 a=wgPTajzDzGsKsLzt4rgA:7 a=75sp-2iIUS4XFkY2XjEKD3ecBEkA:4 a=PUjeQqilurYA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:117 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 8522781; Fri, 20 Aug 2010 18:18:41 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Daniel Braniss Date: Fri, 20 Aug 2010 18:15:29 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: In-Reply-To: X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201008201815.29494.hselasky@c2i.net> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: usb/149826: recognice another PL2303 based usb dongle 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: Fri, 20 Aug 2010 16:19:18 -0000 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