diff options
| author | scw <scw@NetBSD.org> | 2002-05-08 18:06:47 +0000 |
|---|---|---|
| committer | scw <scw@NetBSD.org> | 2002-05-08 18:06:47 +0000 |
| commit | 5550c45ad4e49b542aa367ea1aca01cea67a9e50 (patch) | |
| tree | dfc02748fecdc2eb22fd19dde24c35db0d4d22cd /sys/dev/usb/usbdevs_data.h | |
| parent | 5cbc5940fc5b8d8d2c448e194335e25382aaac92 (diff) | |
Regen.
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, |
