Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2014 19:53:32 +0000 (UTC)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273181 - in head/sys/dev/usb: . serial
Message-ID:  <201410161953.s9GJrWir045408@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joerg
Date: Thu Oct 16 19:53:32 2014
New Revision: 273181
URL: https://svnweb.freebsd.org/changeset/base/273181

Log:
  Add the Dresden Elektronik deRFnode device to uftdi(4).
  
  MFC after:	1 week

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	Thu Oct 16 19:52:12 2014	(r273180)
+++ head/sys/dev/usb/serial/uftdi.c	Thu Oct 16 19:53:32 2014	(r273181)
@@ -298,6 +298,7 @@ static const STRUCT_USB_HOST_ID uftdi_de
 	UFTDI_DEV(CONTEC, COM1USBH, 0),
 	UFTDI_DEV(DRESDENELEKTRONIK, SENSORTERMINALBOARD, 0),
 	UFTDI_DEV(DRESDENELEKTRONIK, WIRELESSHANDHELDTERMINAL, 0),
+	UFTDI_DEV(DRESDENELEKTRONIK, DE_RFNODE, 0),
 	UFTDI_DEV(DRESDENELEKTRONIK, LEVELSHIFTERSTICKLOWCOST, 0),
 	UFTDI_DEV(ELEKTOR, FT323R, 0),
 	UFTDI_DEV(EVOLUTION, ER1, 0),

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Thu Oct 16 19:52:12 2014	(r273180)
+++ head/sys/dev/usb/usbdevs	Thu Oct 16 19:53:32 2014	(r273181)
@@ -1664,6 +1664,7 @@ product DREAMLINK DL100B	0x0004	USB Webm
 /* dresden elektronik products */
 product DRESDENELEKTRONIK SENSORTERMINALBOARD  0x0001 SensorTerminalBoard
 product DRESDENELEKTRONIK WIRELESSHANDHELDTERMINAL  0x0004 Wireless Handheld Terminal
+product DRESDENELEKTRONIK DE_RFNODE                 0x001c deRFnode
 product DRESDENELEKTRONIK LEVELSHIFTERSTICKLOWCOST  0x0022 Levelshifter Stick Low Cost
 
 /* Dynastream Innovations */



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