usb/149900: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu Oct 14 22:00:26 UTC 2010


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: usb/149900: commit references a PR
Date: Thu, 14 Oct 2010 21:53:47 +0000 (UTC)

 Author: hselasky
 Date: Thu Oct 14 21:53:42 2010
 New Revision: 213876
 URL: http://svn.freebsd.org/changeset/base/213876
 
 Log:
   Add more USB device IDs to supported list of devices.
   
   Submitted by:	Nick Hibma
   PR:	usb/149900
   Approved by:    thompsa (mentor)
 
 Modified:
   head/sys/dev/usb/serial/uftdi.c
 
 Modified: head/sys/dev/usb/serial/uftdi.c
 ==============================================================================
 --- head/sys/dev/usb/serial/uftdi.c	Thu Oct 14 21:53:25 2010	(r213875)
 +++ head/sys/dev/usb/serial/uftdi.c	Thu Oct 14 21:53:42 2010	(r213876)
 @@ -226,6 +226,7 @@ static struct usb_device_id uftdi_devs[]
  	UFTDI_DEV(FTDI, CFA_633, 8U232AM),
  	UFTDI_DEV(FTDI, CFA_634, 8U232AM),
  	UFTDI_DEV(FTDI, CFA_635, 8U232AM),
 +	UFTDI_DEV(FTDI, USB_UIRT, 8U232AM),
  	UFTDI_DEV(FTDI, USBSERIAL, 8U232AM),
  	UFTDI_DEV(FTDI, KBS, 8U232AM),
  	UFTDI_DEV(FTDI, MX2_3, 8U232AM),
 @@ -247,6 +248,7 @@ static struct usb_device_id uftdi_devs[]
  	UFTDI_DEV(INTREPIDCS, VALUECAN, 8U232AM),
  	UFTDI_DEV(INTREPIDCS, NEOVI, 8U232AM),
  	UFTDI_DEV(BBELECTRONICS, USOTL4, 8U232AM),
 +	UFTDI_DEV(MATRIXORBITAL, MOUA, 8U232AM),
  	UFTDI_DEV(MARVELL, SHEEVAPLUG, 8U232AM),
  	UFTDI_DEV(MELCO, PCOPRS1, 8U232AM),
  	UFTDI_DEV(RATOC, REXUSB60F, 8U232AM),
 _______________________________________________
 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