Regen for Nokia CA42.

This commit is contained in:
rjs 2006-06-08 17:57:14 +00:00
parent 9ade422744
commit f001fdd86f
2 changed files with 18 additions and 6 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.433 2006/06/06 08:54:27 tron Exp $ */
/* $NetBSD: usbdevs.h,v 1.434 2006/06/08 17:57:14 rjs Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.430 2006/06/06 08:53:58 tron Exp
* NetBSD: usbdevs,v 1.431 2006/06/08 17:56:20 rjs Exp
*/
/*
@ -81,6 +81,7 @@
#define USB_VENDOR_KODAK 0x040a /* Eastman Kodak */
#define USB_VENDOR_MELCO 0x0411 /* Melco */
#define USB_VENDOR_CREATIVE 0x041e /* Creative Labs */
#define USB_VENDOR_NOKIA 0x0421 /* Nokia */
#define USB_VENDOR_ADI 0x0422 /* ADI Systems */
#define USB_VENDOR_CATC 0x0423 /* Computer Access Technology */
#define USB_VENDOR_SMC2 0x0424 /* Standard Microsystems */
@ -1435,6 +1436,9 @@
/* NHJ product */
#define USB_PRODUCT_NHJ_CAM2 0x9120 /* Camera */
/* Nokia products */
#define USB_PRODUCT_NOKIA_CA42 0x0802 /* Mobile Phone adapter */
/* Olympus products */
#define USB_PRODUCT_OLYMPUS_C1 0x0102 /* C-1 Digital Camera */
#define USB_PRODUCT_OLYMPUS_C700 0x0105 /* C-700 Ultra Zoom */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.434 2006/06/06 08:54:27 tron Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.435 2006/06/08 17:57:14 rjs Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.430 2006/06/06 08:53:58 tron Exp
* NetBSD: usbdevs,v 1.431 2006/06/08 17:56:20 rjs Exp
*/
/*
@ -97,6 +97,10 @@ const struct usb_vendor usb_vendors[] = {
USB_VENDOR_CREATIVE,
"Creative Labs",
},
{
USB_VENDOR_NOKIA,
"Nokia",
},
{
USB_VENDOR_ADI,
"ADI Systems",
@ -1614,7 +1618,7 @@ const struct usb_vendor usb_vendors[] = {
"GNU Radio USRP",
},
};
const int usb_nvendors = 392;
const int usb_nvendors = 393;
const struct usb_product usb_products[] = {
{
@ -4149,6 +4153,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_NHJ, USB_PRODUCT_NHJ_CAM2,
"Camera",
},
{
USB_VENDOR_NOKIA, USB_PRODUCT_NOKIA_CA42,
"Mobile Phone adapter",
},
{
USB_VENDOR_OLYMPUS, USB_PRODUCT_OLYMPUS_C1,
"C-1 Digital Camera",
@ -5462,4 +5470,4 @@ const struct usb_product usb_products[] = {
"Scorpion-980N keyboard",
},
};
const int usb_nproducts = 961;
const int usb_nproducts = 962;