From owner-freebsd-hardware@FreeBSD.ORG Wed Oct 15 07:53:49 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72AE11065687 for ; Wed, 15 Oct 2008 07:53:49 +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 078198FC13 for ; Wed, 15 Oct 2008 07:53:48 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=_OJeietDjeQA:10 a=lZWE46VOYK0A:10 a=d6BVkb5LuPPVEe4iNQMLyA==:17 a=NJGtUnU0ZZx7innSbfsA:9 a=O2qZ15h5Z5ubOn68NIZlMOHQdtAA:4 a=50e4U0PicR4A:10 Received: from [62.113.135.6] (account mc467741@c2i.net [62.113.135.6] verified) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 942638967; Wed, 15 Oct 2008 08:53:44 +0200 From: Hans Petter Selasky To: freebsd-hardware@freebsd.org Date: Wed, 15 Oct 2008 08:55:49 +0200 User-Agent: KMail/1.9.7 References: <48F53CAE.3010509@yandex.ru> In-Reply-To: <48F53CAE.3010509@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810150855.50141.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org, Borodin Oleg Subject: Re: Patch for correct determine & work uplcom R232-USB Profilic chips PL2303HX X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2008 07:53:49 -0000 Hi Borodin, Please make a PR, attach your patch and assign it to USB so that it does not get lost. --HPS On Wednesday 15 October 2008, Borodin Oleg wrote: > Patch for correct determine & work uplcom with R232-USB Profilic > PL2303HX chips > > Borodin Oleg > Kaliningrad, Russia > > --- ./sys/dev/usb/uplcom.c.orig 2008-10-04 10:23:55.000000000 > +0300 > +++ ./sys/dev/usb/uplcom.c 2008-10-14 07:56:45.000000000 > +0300 > @@ -243,6 +243,10 > @@ > > /* ST Lab USB-SERIAL-4 > */ > > { USB_VENDOR_PROLIFIC, > USB_PRODUCT_PROLIFIC_PL2303, > > 0x300, TYPE_PL2303X > }, > > + /* TRENDnet TU-S9, Rover Computers Ltd and other PL2303HX based > USB-RS232 > */ > > + { USB_VENDOR_PROLIFIC, > USB_PRODUCT_PROLIFIC_PL2303, > > + 0x400, TYPE_PL2303X > }, > > + > > /* IOGEAR/ATEN UC-232A (also ST Lab USB-SERIAL-1) > */ > { USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303, -1, > TYPE_PL2303 }, > /* HAMLET exagerate XURS232 > */