summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authortaca <taca@NetBSD.org>2009-04-21 16:26:01 +0000
committertaca <taca@NetBSD.org>2009-04-21 16:26:01 +0000
commitaa7979227e5b2dbc2bffbce1810bd29ca92d32f4 (patch)
treebc83909767a6804a4e8b9fdaf67e41c807936446 /sys/dev
parent90b2a1c26b3091e885c8c0d898dba6199ffd4d9f (diff)
Add support for USB serial adapter REX-USB60F which I tested.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/uftdi.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/uftdi.c b/sys/dev/usb/uftdi.c
index b1a8a20e030..63278822198 100644
--- a/sys/dev/usb/uftdi.c
+++ b/sys/dev/usb/uftdi.c
@@ -1,4 +1,4 @@
-/* $NetBSD: uftdi.c,v 1.39 2008/09/06 21:42:05 rmind Exp $ */
+/* $NetBSD: uftdi.c,v 1.40 2009/04/21 16:26:01 taca Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.39 2008/09/06 21:42:05 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.40 2009/04/21 16:26:01 taca Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -144,6 +144,7 @@ static const struct usb_devno uftdi_devs[] = {
{ USB_VENDOR_FTDI, USB_PRODUCT_FTDI_LCD_CFA_635 },
{ USB_VENDOR_INTREPIDCS, USB_PRODUCT_INTREPIDCS_VALUECAN },
{ USB_VENDOR_INTREPIDCS, USB_PRODUCT_INTREPIDCS_NEOVI },
+ { USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60F },
{ USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_USBSERIAL },
{ USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_SEAPORT4P1 },
{ USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_SEAPORT4P2 },