diff options
-rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 8808837725f..2172964cbef 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.104 2004/07/20 02:16:08 deraadt Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.105 2004/07/20 19:07:53 mickey Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.101 2004/07/20 02:15:59 deraadt Exp + * OpenBSD: usbdevs,v 1.102 2004/07/20 19:07:34 mickey Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1296,6 +1296,7 @@ #define USB_PRODUCT_PROLIFIC_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 */ /* Putercom products */ #define USB_PRODUCT_PUTERCOM_UPA100 0x047e /* USB-1284 BRIDGE */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 33bed2a70f0..829d2695ba2 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.104 2004/07/20 02:16:08 deraadt Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.105 2004/07/20 19:07:53 mickey Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.101 2004/07/20 02:15:59 deraadt Exp + * OpenBSD: usbdevs,v 1.102 2004/07/20 19:07:34 mickey Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -3503,6 +3503,12 @@ const struct usb_knowndev usb_knowndevs[] = { "ATAPI-4 Bridge Controller", }, { + USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2501, + 0, + "Prolific Technology", + "PL2501 Host-Host interface", + }, + { USB_VENDOR_PUTERCOM, USB_PRODUCT_PUTERCOM_UPA100, 0, "Putercom", |