Match the FTDI "Serial 2232C" chip; this allows a 16-port usb->serial

device from SerialGear I have to work.
This commit is contained in:
riz 2007-03-08 23:21:08 +00:00
parent 89de8e1eca
commit 35b9fbfb52
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: uftdi.c,v 1.29 2006/11/16 01:33:26 christos Exp $ */
/* $NetBSD: uftdi.c,v 1.30 2007/03/08 23:21:08 riz Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.29 2006/11/16 01:33:26 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.30 2007/03/08 23:21:08 riz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -132,6 +132,7 @@ static const struct usb_devno uftdi_devs[] = {
{ USB_VENDOR_BBELECTRONICS, USB_PRODUCT_BBELECTRONICS_USOTL4 },
{ USB_VENDOR_FALCOM, USB_PRODUCT_FALCOM_TWIST },
{ USB_VENDOR_FALCOM, USB_PRODUCT_FALCOM_SAMBA },
{ USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_2232C },
{ USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_8U100AX },
{ USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_8U232AM },
{ USB_VENDOR_FTDI, USB_PRODUCT_FTDI_MHAM_KW },