summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-12-01 13:57:37 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-12-01 13:57:37 +0000
commit2d09fe75559390b2dc6f77f4e7c781d00634f102 (patch)
tree92b1e57321a970cc5438d749bcf18c8e427bf011
parent21341b9db13b3246f22d0756afe5d67c964260f5 (diff)
sync
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h16
2 files changed, 20 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 8c11aca47ee..4b315c9f12a 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.61 2002/11/10 21:04:04 nate Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.62 2002/12/01 13:57:36 todd Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.58 2002/11/10 21:03:19 nate Exp
+ * OpenBSD: usbdevs,v 1.59 2002/12/01 13:57:10 todd Exp
*/
/* $NetBSD: usbdevs,v 1.280 2002/11/05 12:13:40 cjs Exp $ */
@@ -211,6 +211,7 @@
#define USB_VENDOR_ACTLABS 0x061c /* Act Labs */
#define USB_VENDOR_ALARIS 0x0620 /* Alaris */
#define USB_VENDOR_APEX 0x0624 /* Apex */
+#define USB_VENDOR_VIVITAR 0x0636 /* Vivitar */
#define USB_VENDOR_AVISION 0x0638 /* Avision */
#define USB_VENDOR_TEAC 0x0644 /* TEAC */
#define USB_VENDOR_SGI 0x065e /* Silicon Graphics */
@@ -1331,6 +1332,9 @@
/* Vision products */
#define USB_PRODUCT_VISION_VC6452V002 0x0002 /* CPiA Camera */
+/* Vivitar products */
+#define USB_PRODUCT_VIVITAR_DSC350 0x0003 /* DSC350 Camera */
+
/* Visioneer products */
#define USB_PRODUCT_VISIONEER_7600 0x0211 /* OneTouch 7600 */
#define USB_PRODUCT_VISIONEER_5300 0x0221 /* OneTouch 5300 */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 8bc00c99ce8..bacdfc20f78 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.61 2002/11/10 21:04:04 nate Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.62 2002/12/01 13:57:36 todd Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.58 2002/11/10 21:03:19 nate Exp
+ * OpenBSD: usbdevs,v 1.59 2002/12/01 13:57:10 todd Exp
*/
/* $NetBSD: usbdevs,v 1.280 2002/11/05 12:13:40 cjs Exp $ */
@@ -3599,6 +3599,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"CPiA Camera",
},
{
+ USB_VENDOR_VIVITAR, USB_PRODUCT_VIVITAR_DSC350,
+ 0,
+ "Vivitar",
+ "DSC350 Camera",
+ },
+ {
USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_7600,
0,
"Visioneer",
@@ -4601,6 +4607,12 @@ const struct usb_knowndev usb_knowndevs[] = {
NULL,
},
{
+ USB_VENDOR_VIVITAR, 0,
+ USB_KNOWNDEV_NOPROD,
+ "Vivitar",
+ NULL,
+ },
+ {
USB_VENDOR_AVISION, 0,
USB_KNOWNDEV_NOPROD,
"Avision",