Date: Tue, 22 Dec 2009 02:13:23 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r200826 - head/sys/dev/usb/serial Message-ID: <200912220213.nBM2DN0c047591@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912220213.nBM2DN0c047591>