diff options
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index cf6c4f4739e..91a3d4c2f3b 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.252 2002/05/07 18:23:24 drochner Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.253 2002/05/08 18:06:47 scw Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.246 2002/05/07 18:22:56 drochner Exp + * NetBSD: usbdevs,v 1.247 2002/05/08 18:06:09 scw Exp */ /* @@ -1054,10 +1054,16 @@ const struct usb_knowndev usb_knowndevs[] = { "Connector for DVD drive", }, { - USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL, + USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_8U100AX, 0, "Future Technology Devices", - "Serial converter", + "8U100AX Serial converter", + }, + { + USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_8U232AM, + 0, + "Future Technology Devices", + "8U232AM Serial converter", }, { USB_VENDOR_FUJIPHOTO, USB_PRODUCT_FUJIPHOTO_MASS0100, |
