diff options
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 8 |
1 files changed, 6 insertions, 2 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 */ |