summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2007-08-28 09:44:34 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2007-08-28 09:44:34 +0000
commit95e4dca6c63b50e18c9c9f8cead43ac834cd18d5 (patch)
tree9d8f71e892ecb03a02b0d962cbb269bed6540306 /sys
parent99f0ce11fd868cc0b21ab6bbedc2a384f77b2009 (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h12
2 files changed, 16 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 50213c007df..a0f81a2d84c 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.295 2007/08/23 01:31:05 deraadt Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.296 2007/08/28 09:44:33 henning Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.287 2007/08/23 01:30:52 deraadt Exp
+ * OpenBSD: usbdevs,v 1.288 2007/08/28 09:44:17 henning Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -194,6 +194,7 @@
#define USB_VENDOR_RATOC 0x0584 /* RATOC Systems */
#define USB_VENDOR_ZYXEL 0x0586 /* ZyXEL Communication */
#define USB_VENDOR_ALCOR 0x058f /* Alcor Micro */
+#define USB_VENDOR_OMRON 0x0590 /* OMRON Corporation */
#define USB_VENDOR_IOMEGA 0x059b /* Iomega */
#define USB_VENDOR_ATREND 0x059c /* A-Trend Technology */
#define USB_VENDOR_AID 0x059d /* Advanced Input Devices */
@@ -1763,6 +1764,9 @@
#define USB_PRODUCT_OMNIVISION_OV511 0x0511 /* OV511 */
#define USB_PRODUCT_OMNIVISION_OV511PLUS 0xa511 /* OV511+ */
+/* OMRON products */
+#define USB_PRODUCT_OMRON_BX35F 0x0058 /* OMRON BX35F */
+
/* OnSpec Electronic, Inc. */
#define USB_PRODUCT_ONSPEC_MD2 0x0103 /* disk */
#define USB_PRODUCT_ONSPEC_MDCFEB 0xa000 /* MDCFE-B CF */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 60cf01dcc9a..a74f6aa218b 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.292 2007/08/23 01:31:05 deraadt Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.293 2007/08/28 09:44:33 henning Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.287 2007/08/23 01:30:52 deraadt Exp
+ * OpenBSD: usbdevs,v 1.288 2007/08/28 09:44:17 henning Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -3289,6 +3289,10 @@ const struct usb_known_product usb_known_products[] = {
"OV511+",
},
{
+ USB_VENDOR_OMRON, USB_PRODUCT_OMRON_BX35F,
+ "OMRON BX35F",
+ },
+ {
USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_MD2,
"disk",
},
@@ -5477,6 +5481,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"Alcor Micro",
},
{
+ USB_VENDOR_OMRON,
+ "OMRON Corporation",
+ },
+ {
USB_VENDOR_IOMEGA,
"Iomega",
},