Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2013 16:43:41 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r247474 - in stable/9/sys/dev/usb: . serial
Message-ID:  <201302281643.r1SGhfhp066130@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Thu Feb 28 16:43:41 2013
New Revision: 247474
URL: http://svnweb.freebsd.org/changeset/base/247474

Log:
  MFC r246753:
  Add new USB ID to FTDI driver.
  
  PR:		kern/175893

Modified:
  stable/9/sys/dev/usb/serial/uftdi.c
  stable/9/sys/dev/usb/usbdevs
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/dev/   (props changed)

Modified: stable/9/sys/dev/usb/serial/uftdi.c
==============================================================================
--- stable/9/sys/dev/usb/serial/uftdi.c	Thu Feb 28 16:39:44 2013	(r247473)
+++ stable/9/sys/dev/usb/serial/uftdi.c	Thu Feb 28 16:43:41 2013	(r247474)
@@ -378,6 +378,7 @@ static const STRUCT_USB_HOST_ID uftdi_de
 	UFTDI_DEV(FTDI, IPLUS2, UFTDI_TYPE_AUTO),
 	UFTDI_DEV(FTDI, IRTRANS, UFTDI_TYPE_AUTO),
 	UFTDI_DEV(FTDI, KBS, UFTDI_TYPE_8U232AM),
+	UFTDI_DEV(FTDI, KTLINK, UFTDI_TYPE_8U232AM),
 	UFTDI_DEV(FTDI, LENZ_LIUSB, UFTDI_TYPE_AUTO),
 	UFTDI_DEV(FTDI, LK202, UFTDI_TYPE_8U232AM),
 	UFTDI_DEV(FTDI, LK204, UFTDI_TYPE_8U232AM),

Modified: stable/9/sys/dev/usb/usbdevs
==============================================================================
--- stable/9/sys/dev/usb/usbdevs	Thu Feb 28 16:39:44 2013	(r247473)
+++ stable/9/sys/dev/usb/usbdevs	Thu Feb 28 16:43:41 2013	(r247474)
@@ -1713,6 +1713,7 @@ product FTDI 232H		0x6014	FTDI compatibl
 product FTDI SERIAL_2232D	0x9e90	FT2232D Dual port Serial
 product FTDI SERIAL_4232H	0x6011	FT4232H Quad port Serial
 product FTDI BEAGLEBONE		0xa6d0	BeagleBone
+product FTDI KTLINK		0xbbe2	KT-LINK Embedded Hackers Multitool
 product FTDI TURTELIZER2	0xbdc8	egnite Turtelizer 2 JTAG/RS232 Adapter
 /* Gude Analog- und Digitalsysteme products also uses FTDI's id: */
 product FTDI TACTRIX_OPENPORT_13M 0xcc48 OpenPort 1.3 Mitsubishi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302281643.r1SGhfhp066130>