diff options
| author | sborrill <sborrill@NetBSD.org> | 2007-08-18 20:24:33 +0000 |
|---|---|---|
| committer | sborrill <sborrill@NetBSD.org> | 2007-08-18 20:24:33 +0000 |
| commit | d07cbdc44bf313f64baf310d3ae6967fafe98d62 (patch) | |
| tree | 6dfac25eba64a8ae5d676f8701500c7bf43817f4 /sys/dev/usb/usbdevs.h | |
| parent | e8925d472b5fdc041c46c7ef3b1a05fcd025f808 (diff) | |
Regen
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index b8f652446f6..2c7e7ba65be 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.479 2007/07/16 07:08:49 nisimura Exp $ */ +/* $NetBSD: usbdevs.h,v 1.480 2007/08/18 20:24:33 sborrill Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.480 2007/07/16 07:05:27 nisimura Exp + * NetBSD: usbdevs,v 1.481 2007/08/18 20:23:04 sborrill Exp */ /* @@ -392,6 +392,7 @@ #define USB_VENDOR_ZEEVO 0x0b7a /* Zeevo, Inc. */ #define USB_VENDOR_KURUSUGAWA 0x0b7e /* Kurusugawa Electronics, Inc. */ #define USB_VENDOR_ASIX 0x0b95 /* ASIX Electronics */ +#define USB_VENDOR_PROLIFIC2 0x0b8c /* Prolific Technology Inc */ #define USB_VENDOR_O2MICRO 0x0b97 /* O2 Micro */ #define USB_VENDOR_USR 0x0baf /* U.S. Robotics */ #define USB_VENDOR_AMBIT 0x0bb2 /* Ambit Microsystems */ @@ -1812,6 +1813,7 @@ #define USB_PRODUCT_PROLIFIC_PL2501 0x2501 /* PL2501 Host-Host interface */ #define USB_PRODUCT_PROLIFIC_PL2303X 0xaaa0 /* PL2303 Serial adapter (Pharos GPS) */ #define USB_PRODUCT_PROLIFIC_RSAQ3 0xaaa2 /* PL2303 Serial adapter (IODATA USB-RSAQ3) */ +#define USB_PRODUCT_PROLIFIC2_PL2303 0x2303 /* PL2303 Serial adapter (SMART Technologies) */ /* Putercom products */ #define USB_PRODUCT_PUTERCOM_UPA100 0x047e /* USB-1284 BRIDGE */ |
