diff options
| author | jhawk <jhawk@NetBSD.org> | 2001-05-22 00:18:03 +0000 |
|---|---|---|
| committer | jhawk <jhawk@NetBSD.org> | 2001-05-22 00:18:03 +0000 |
| commit | 7a31dfa328ee60171f255764b81a12e6faeea1f0 (patch) | |
| tree | 58386e9ee9c1082350d4cf4e6459e77cd58d6427 /sys/dev/usb/usbdevs_data.h | |
| parent | d5d0b4142274644bab801db3ad312d33c6b2447e (diff) | |
Supoprt the IOGEAR/ATEN UC-232A, which uses the Prolific 2303.
Make this the "PRODUCT_PL2303" because it's actually id 0x2303
and change the old PRODUCT_PL2303 to PRODUCT_RSAQ.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 33877007532..1db42fce453 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,4 +1,4 @@ -/* $NetBSD: usbdevs_data.h,v 1.170 2001/04/19 00:47:30 augustss Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.171 2001/05/22 00:18:03 jhawk Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -1720,6 +1720,12 @@ const struct usb_knowndev usb_knowndevs[] = { "PL2303 Serial adapter (IODATA USB-RSAQ2)", }, { + USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_UC232, + 0, + "Prolific Technology Inc.", + "PL2303 Serial adapter (ATEN/IOGEAR UC232A)", + }, + { USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2305, 0, "Prolific Technology Inc.", |
