diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-04-23 15:35:34 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-04-23 15:35:34 +0000 |
commit | f39f4e08d09f3c07796caccca3f12db33e3a19b5 (patch) | |
tree | dc8da03034d9032759345cc9e1a92f9800000a9a /sys/dev/usb | |
parent | 1f7295ba2128c2ac4bfb077dc92464e369b30ca0 (diff) |
regen
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 6 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 12 |
2 files changed, 14 insertions, 4 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 */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index f37087c9652..a4d13304c86 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs_data.h,v 1.278 2007/04/16 20:29:05 claudio Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.279 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 $ */ @@ -3621,6 +3621,10 @@ const struct usb_known_product usb_known_products[] = { "PL2303 Serial", }, { + USB_VENDOR_PROLIFIC2, USB_PRODUCT_PROLIFIC2_PL2303, + "PL2303 Serial", + }, + { USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2305, "Parallel printer", }, @@ -6685,6 +6689,10 @@ const struct usb_known_vendor usb_known_vendors[] = { "Sweex", }, { + USB_VENDOR_PROLIFIC2, + "Prolific Technology", + }, + { USB_VENDOR_ONSPEC2, "OnSpec", }, |