Date: Wed, 15 Oct 2008 14:03:43 +0300 From: Borodin Oleg <primus008@yandex.ru> To: freebsd-hardware@freebsd.org Cc: Hans Petter Selasky <hselasky@c2i.net> Subject: Re: Patch for correct determine & work uplcom R232-USB Profilic chips PL2303HX Message-ID: <48F5CE0F.7000809@yandex.ru> In-Reply-To: <200810150855.50141.hselasky@c2i.net> References: <48F53CAE.3010509@yandex.ru> <200810150855.50141.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! I send PR, usb/128115 Thx, Borodin Oleg Kaliningrad, Russia Hans Petter Selasky ?????: > 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 >> */ >> > > > _______________________________________________ > freebsd-hardware@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48F5CE0F.7000809>