This commit is contained in:
augustss 2003-01-01 16:36:51 +00:00
parent 16de3525ca
commit 25ffe0e71a
2 changed files with 20 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.289 2002/12/23 12:40:03 augustss Exp $ */
/* $NetBSD: usbdevs.h,v 1.290 2003/01/01 16:36:51 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.284 2002/12/23 12:39:36 augustss Exp
* NetBSD: usbdevs,v 1.285 2003/01/01 16:36:20 augustss Exp
*/
/*
@ -210,6 +210,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 */
@ -1333,6 +1334,9 @@
#define USB_PRODUCT_VISIONEER_8100 0x0321 /* OneTouch 8100 */
#define USB_PRODUCT_VISIONEER_8600 0x0331 /* OneTouch 8600 */
/* Vivitar products */
#define USB_PRODUCT_VIVITAR_DSC350 0x0003 /* DSC350 Camera */
/* Wacom products */
#define USB_PRODUCT_WACOM_CT0405U 0x0000 /* CT-0405-U Tablet */
#define USB_PRODUCT_WACOM_GRAPHIRE 0x0010 /* Graphire */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.290 2002/12/23 12:40:03 augustss Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.291 2003/01/01 16:36:52 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.284 2002/12/23 12:39:36 augustss Exp
* NetBSD: usbdevs,v 1.285 2003/01/01 16:36:20 augustss Exp
*/
/*
@ -3609,6 +3609,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Visioneer",
"OneTouch 8600",
},
{
USB_VENDOR_VIVITAR, USB_PRODUCT_VIVITAR_DSC350,
0,
"Vivitar",
"DSC350 Camera",
},
{
USB_VENDOR_WACOM, USB_PRODUCT_WACOM_CT0405U,
0,
@ -4569,6 +4575,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,