summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2013-11-04 10:16:37 +0000
committerjasper <jasper@openbsd.org>2013-11-04 10:16:37 +0000
commit9fa6d1790d95589e345be7c75fcba4c831574f88 (patch)
tree7f1ac7b89dc18d652ce574acc251eb2c8aab9cd2
parentadd vmware vendor id (diff)
downloadwireguard-openbsd-9fa6d1790d95589e345be7c75fcba4c831574f88.tar.xz
wireguard-openbsd-9fa6d1790d95589e345be7c75fcba4c831574f88.zip
regen
-rw-r--r--sys/dev/usb/usbdevs.h5
-rw-r--r--sys/dev/usb/usbdevs_data.h8
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index d378e5d0c63..8c1bb437cd1 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.621 2013/10/30 12:35:31 aoyama Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.622 2013/11/04 10:16:37 jasper Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.610 2013/10/30 12:28:19 aoyama Exp
+ * OpenBSD: usbdevs,v 1.611 2013/11/04 10:16:06 jasper Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -449,6 +449,7 @@
#define USB_VENDOR_SITECOMEU 0x0df6 /* Sitecom Europe */
#define USB_VENDOR_MOBILEACTION 0x0df7 /* Mobile Action */
#define USB_VENDOR_AMIGO 0x0e0b /* Amigo Technology */
+#define USB_VENDOR_VMWARE 0x0e0f /* VMware */
#define USB_VENDOR_SPEEDDRAGON 0x0e55 /* Speed Dragon Multimedia */
#define USB_VENDOR_CTC 0x0e5e /* CONWISE Technology */
#define USB_VENDOR_HAWKING 0x0e66 /* Hawking */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 6ee60403d37..af06f51f2da 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.615 2013/10/30 12:35:31 aoyama Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.616 2013/11/04 10:16:37 jasper Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.610 2013/10/30 12:28:19 aoyama Exp
+ * OpenBSD: usbdevs,v 1.611 2013/11/04 10:16:06 jasper Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -12414,6 +12414,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"Amigo Technology",
},
{
+ USB_VENDOR_VMWARE,
+ "VMware",
+ },
+ {
USB_VENDOR_SPEEDDRAGON,
"Speed Dragon Multimedia",
},