kern/129173: Add support for Corega CG-USBRS232R as a serial port

SHIMAOKA Shunsuke shimaoka.shunsuke at gmail.com
Tue Nov 25 07:40:07 PST 2008


The following reply was made to PR kern/129173; it has been noted by GNATS.

From: SHIMAOKA Shunsuke <shimaoka.shunsuke at gmail.com>
To: bug-followup at FreeBSD.org, shimaoka.shunsuke at gmail.com
Cc:  
Subject: Re: kern/129173: Add support for Corega CG-USBRS232R as a serial
 port
Date: Wed, 26 Nov 2008 00:03:35 +0900

 This is a multi-part message in MIME format.
 --------------010804030703010305030609
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Sorry, I forgot to attach this patch file.
 
 --------------010804030703010305030609
 Content-Type: text/x-patch;
  name="patch.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch.diff"
 
 Index: uplcom.c
 ===================================================================
 RCS file: /home/ncvs/src/sys/dev/usb/uplcom.c,v
 retrieving revision 1.50.2.1
 diff -u -r1.50.2.1 uplcom.c
 --- uplcom.c	6 Jun 2008 10:02:43 -0000	1.50.2.1
 +++ uplcom.c	24 Nov 2008 12:05:31 -0000
 @@ -272,6 +272,8 @@
  	{ USB_VENDOR_SITECOM, USB_PRODUCT_SITECOM_SERIAL, -1, TYPE_PL2303 },
  	/* Tripp-Lite U209-000-R */
  	{ USB_VENDOR_TRIPPLITE, USB_PRODUCT_TRIPPLITE_U209, -1, TYPE_PL2303X },
 +	/* Corega CG-USBRS232R */
 +	{ USB_VENDOR_COREGA, USB_PRODUCT_COREGA_CGUSBRS232R, -1, TYPE_PL2303X },
  	{ 0, 0 }
  };
  
 Index: usbdevs
 ===================================================================
 RCS file: /home/ncvs/src/sys/dev/usb/usbdevs,v
 retrieving revision 1.328.2.21
 diff -u -r1.328.2.21 usbdevs
 --- usbdevs	26 Oct 2008 19:14:50 -0000	1.328.2.21
 +++ usbdevs	24 Nov 2008 12:05:33 -0000
 @@ -1042,6 +1042,7 @@
  product COREGA WLANUSB		0x0012	Wireless LAN Stick-11
  product COREGA FETHER_USB2_TX	0x0017	FEther USB2-TX
  product COREGA WLUSB_11_KEY	0x001a	ULUSB-11 Key
 +product COREGA CGUSBRS232R	0x002a  CG-USBRS232R
  product COREGA WLUSB_11_STICK	0x7613	WLAN USB Stick 11
  product COREGA FETHER_USB_TXC	0x9601	FEther USB-TXC
  
 
 --------------010804030703010305030609--


More information about the freebsd-bugs mailing list