svn commit: r200826 - head/sys/dev/usb/serial

Andrew Thompson thompsa at FreeBSD.org
Tue Dec 22 02:13:24 UTC 2009


Author: thompsa
Date: Tue Dec 22 02:13:23 2009
New Revision: 200826
URL: http://svn.freebsd.org/changeset/base/200826

Log:
  add new ID to UFTDI driver.
  
  Submitted by:	YAMAMOTO, Shigeru

Modified:
  head/sys/dev/usb/serial/uftdi.c

Modified: head/sys/dev/usb/serial/uftdi.c
==============================================================================
--- head/sys/dev/usb/serial/uftdi.c	Tue Dec 22 02:11:37 2009	(r200825)
+++ head/sys/dev/usb/serial/uftdi.c	Tue Dec 22 02:13:23 2009	(r200826)
@@ -252,6 +252,7 @@ static struct usb_device_id uftdi_devs[]
 	{USB_VPI(USB_VENDOR_BBELECTRONICS, USB_PRODUCT_BBELECTRONICS_USOTL4, UFTDI_TYPE_8U232AM)},
 	{USB_VPI(USB_VENDOR_MARVELL, USB_PRODUCT_MARVELL_SHEEVAPLUG, UFTDI_TYPE_8U232AM)},
 	{USB_VPI(USB_VENDOR_MELCO, USB_PRODUCT_MELCO_PCOPRS1, UFTDI_TYPE_8U232AM)},
+	{USB_VPI(USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60F, UFTDI_TYPE_8U232AM)},
 };
 
 static int


More information about the svn-src-head mailing list