This commit is contained in:
Nick Hibma 2001-10-23 22:44:36 +00:00
parent 2b97142db8
commit 9965784733
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85390
2 changed files with 18 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
* *
* generated from: * generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.65 2001/09/18 22:27:41 n_hibma Exp * FreeBSD: src/sys/dev/usb/usbdevs,v 1.66 2001/10/23 22:44:03 n_hibma Exp
*/ */
/* /*
@ -262,6 +262,7 @@
#define USB_VENDOR_COREGA 0x07aa /* Corega */ #define USB_VENDOR_COREGA 0x07aa /* Corega */
#define USB_VENDOR_FREECOM 0x07ab /* Freecom */ #define USB_VENDOR_FREECOM 0x07ab /* Freecom */
#define USB_VENDOR_MICROTECH 0x07af /* Microtech */ #define USB_VENDOR_MICROTECH 0x07af /* Microtech */
#define USB_VENDOR_OLYMPUS 0x07b4 /* Olympus */
#define USB_VENDOR_ABOCOM 0x07b8 /* AboCom Systems, Inc. */ #define USB_VENDOR_ABOCOM 0x07b8 /* AboCom Systems, Inc. */
#define USB_VENDOR_KEISOKUGIKEN 0x07c1 /* Keisokugiken Corp. */ #define USB_VENDOR_KEISOKUGIKEN 0x07c1 /* Keisokugiken Corp. */
#define USB_VENDOR_APG 0x07c5 /* APG Cash Drawer */ #define USB_VENDOR_APG 0x07c5 /* APG Cash Drawer */
@ -791,6 +792,9 @@
/* Nikon products */ /* Nikon products */
#define USB_PRODUCT_NIKON_E990 0x0102 /* Digital Camera E990 */ #define USB_PRODUCT_NIKON_E990 0x0102 /* Digital Camera E990 */
/* Olympus products */
#define USB_PRODUCT_OLYMPUS_C700 0x0105 /* C-700 Ultra Zoom */
/* OmniVision Technologies, Inc. products */ /* OmniVision Technologies, Inc. products */
#define USB_PRODUCT_OMNIVISION_OV511 0x0511 /* OV511 Camera */ #define USB_PRODUCT_OMNIVISION_OV511 0x0511 /* OV511 Camera */
#define USB_PRODUCT_OMNIVISION_OV511PLUS 0xa511 /* OV511+ Camera */ #define USB_PRODUCT_OMNIVISION_OV511PLUS 0xa511 /* OV511+ Camera */

View File

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
* *
* generated from: * generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.65 2001/09/18 22:27:41 n_hibma Exp * FreeBSD: src/sys/dev/usb/usbdevs,v 1.66 2001/10/23 22:44:03 n_hibma Exp
*/ */
/* /*
@ -1563,6 +1563,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Nikon", "Nikon",
"Digital Camera E990", "Digital Camera E990",
}, },
{
USB_VENDOR_OLYMPUS, USB_PRODUCT_OLYMPUS_C700,
0,
"Olympus",
"C-700 Ultra Zoom",
},
{ {
USB_VENDOR_OMNIVISION, USB_PRODUCT_OMNIVISION_OV511, USB_VENDOR_OMNIVISION, USB_PRODUCT_OMNIVISION_OV511,
0, 0,
@ -3339,6 +3345,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Microtech", "Microtech",
NULL, NULL,
}, },
{
USB_VENDOR_OLYMPUS, 0,
USB_KNOWNDEV_NOPROD,
"Olympus",
NULL,
},
{ {
USB_VENDOR_ABOCOM, 0, USB_VENDOR_ABOCOM, 0,
USB_KNOWNDEV_NOPROD, USB_KNOWNDEV_NOPROD,