summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-11-19 08:21:30 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-11-19 08:21:30 +0000
commit16308afc82ec0eb633ebb50098187457e5251128 (patch)
tree1abcbeaf57af11916aee76b3dd9174f5b426f2ea
parent3ab26c6688151346a0a4d7200c62ee372bce6a7b (diff)
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 14bddfcdc0f..0e9b7693bd7 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.174 2005/10/19 17:56:11 brad Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.175 2005/11/19 08:21:29 jsg Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.170 2005/10/19 17:52:02 brad Exp
+ * OpenBSD: usbdevs,v 1.171 2005/11/19 08:20:50 jsg Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -1865,6 +1865,7 @@
/* ViewSonic products */
#define USB_PRODUCT_VIEWSONIC_G773HUB 0x00fe /* G773 Monitor Hub */
#define USB_PRODUCT_VIEWSONIC_P815HUB 0x00ff /* P815 Monitor Hub */
+#define USB_PRODUCT_VIEWSONIC_AIRSYNC 0x0f01 /* Airsync */
#define USB_PRODUCT_VIEWSONIC_G773CTRL 0x4153 /* G773 Monitor Control */
/* Vision products */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 22bd7341f22..4504f40b535 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.174 2005/10/19 17:56:11 brad Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.175 2005/11/19 08:21:29 jsg Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.170 2005/10/19 17:52:02 brad Exp
+ * OpenBSD: usbdevs,v 1.171 2005/11/19 08:20:50 jsg Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -3599,6 +3599,10 @@ const struct usb_known_product usb_known_products[] = {
"P815 Monitor Hub",
},
{
+ USB_VENDOR_VIEWSONIC, USB_PRODUCT_VIEWSONIC_AIRSYNC,
+ "Airsync",
+ },
+ {
USB_VENDOR_VIEWSONIC, USB_PRODUCT_VIEWSONIC_G773CTRL,
"G773 Monitor Control",
},