diff options
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 99b6a66857f..024ab944738 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.281 2007/04/16 20:29:05 claudio Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.282 2007/04/23 15:35:33 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.273 2007/04/16 20:27:39 claudio Exp + * OpenBSD: usbdevs,v 1.274 2007/04/23 15:34:31 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -513,6 +513,7 @@ #define USB_VENDOR_ACEECA 0x4766 /* Aceeca */ #define USB_VENDOR_AVERATEC 0x50c2 /* Averatec */ #define USB_VENDOR_SWEEX 0x5173 /* Sweex */ +#define USB_VENDOR_PROLIFIC2 0x5372 /* Prolific Technology */ #define USB_VENDOR_ONSPEC2 0x55aa /* OnSpec */ #define USB_VENDOR_ZINWELL 0x5a57 /* Zinwell */ #define USB_VENDOR_SITECOM 0x6189 /* Sitecom */ @@ -1878,6 +1879,7 @@ #define USB_PRODUCT_PROLIFIC_PL2302 0x0001 /* PL2302 Host-Host interface */ #define USB_PRODUCT_PROLIFIC_RSAQ2 0x04bb /* PL2303 Serial */ #define USB_PRODUCT_PROLIFIC_PL2303 0x2303 /* PL2303 Serial */ +#define USB_PRODUCT_PROLIFIC2_PL2303 0x2303 /* PL2303 Serial */ #define USB_PRODUCT_PROLIFIC_PL2305 0x2305 /* Parallel printer */ #define USB_PRODUCT_PROLIFIC_ATAPI4 0x2307 /* ATAPI-4 Bridge Controller */ #define USB_PRODUCT_PROLIFIC_PL2501 0x2501 /* PL2501 Host-Host interface */ |