usb/143832: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Feb 14 20:20:04 UTC 2010


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: usb/143832: commit references a PR
Date: Sun, 14 Feb 2010 20:10:50 +0000 (UTC)

 Author: thompsa
 Date: Sun Feb 14 20:10:41 2010
 New Revision: 203906
 URL: http://svn.freebsd.org/changeset/base/203906
 
 Log:
   Add device ID for the FTDI 4232H.
   
   PR:		usb/143832
   Submitted by:	UEMURA Tetsuya
 
 Modified:
   head/sys/dev/usb/serial/uftdi.c
   head/sys/dev/usb/usbdevs
 
 Modified: head/sys/dev/usb/serial/uftdi.c
 ==============================================================================
 --- head/sys/dev/usb/serial/uftdi.c	Sun Feb 14 20:05:12 2010	(r203905)
 +++ head/sys/dev/usb/serial/uftdi.c	Sun Feb 14 20:10:41 2010	(r203906)
 @@ -224,6 +224,7 @@ static struct usb_device_id uftdi_devs[]
  	UFTDI_DEV(FTDI, SERIAL_8U100AX, SIO),
  	UFTDI_DEV(FTDI, SERIAL_2232C, 8U232AM),
  	UFTDI_DEV(FTDI, SERIAL_2232D, 8U232AM),
 +	UFTDI_DEV(FTDI, SERIAL_4232H, 8U232AM),
  	UFTDI_DEV(FTDI, SERIAL_8U232AM, 8U232AM),
  	UFTDI_DEV(FTDI, SERIAL_8U232AM4, 8U232AM),
  	UFTDI_DEV(FTDI, SEMC_DSS20, 8U232AM),
 
 Modified: head/sys/dev/usb/usbdevs
 ==============================================================================
 --- head/sys/dev/usb/usbdevs	Sun Feb 14 20:05:12 2010	(r203905)
 +++ head/sys/dev/usb/usbdevs	Sun Feb 14 20:10:41 2010	(r203906)
 @@ -1472,6 +1472,7 @@ product FTDI SERIAL_8U232AM	0x6001	8U232
  product FTDI SERIAL_8U232AM4	0x6004	8U232AM Serial
  product FTDI SERIAL_2232C	0x6010	FT2232C Dual port Serial
  product FTDI SERIAL_2232D	0x9e90	FT2232D Dual port Serial
 +product FTDI SERIAL_4232H	0x6011	FT4232H Quad port Serial
  /* Gude Analog- und Digitalsysteme products also uses FTDI's id: */
  product FTDI TACTRIX_OPENPORT_13M 0xcc48 OpenPort 1.3 Mitsubishi
  product FTDI TACTRIX_OPENPORT_13S 0xcc49 OpenPort 1.3 Subaru
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-usb mailing list