From 2d09fe75559390b2dc6f77f4e7c781d00634f102 Mon Sep 17 00:00:00 2001 From: "Todd T. Fries" Date: Sun, 1 Dec 2002 13:57:37 +0000 Subject: sync --- sys/dev/usb/usbdevs.h | 8 ++++++-- sys/dev/usb/usbdevs_data.h | 16 ++++++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) (limited to 'sys/dev/usb') 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 $ */ @@ -3598,6 +3598,12 @@ const struct usb_knowndev usb_knowndevs[] = { "VLSI Vision", "CPiA Camera", }, + { + USB_VENDOR_VIVITAR, USB_PRODUCT_VIVITAR_DSC350, + 0, + "Vivitar", + "DSC350 Camera", + }, { USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_7600, 0, @@ -4600,6 +4606,12 @@ const struct usb_knowndev usb_knowndevs[] = { "Apex", NULL, }, + { + USB_VENDOR_VIVITAR, 0, + USB_KNOWNDEV_NOPROD, + "Vivitar", + NULL, + }, { USB_VENDOR_AVISION, 0, USB_KNOWNDEV_NOPROD, -- cgit v1.2.3