summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>2001-01-21 02:28:55 +0000
committeraugustss <augustss@NetBSD.org>2001-01-21 02:28:55 +0000
commit60708ce5397e00eb0f418ce2b1ea8078ec0dc503 (patch)
treedc9f40d84dd6fd02392d19a22ad574740e52431e /sys/dev
parent27293db05dd7b9ce400e964b46b0d523e1fd96f1 (diff)
Regen.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs.h12
-rw-r--r--sys/dev/usb/usbdevs_data.h28
2 files changed, 36 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 1c24678bb5d..8596b194719 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.143 2001/01/20 20:53:34 ichiro Exp $ */
+/* $NetBSD: usbdevs.h,v 1.144 2001/01/21 02:28:55 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.142 2001/01/20 20:53:07 ichiro Exp
+ * NetBSD: usbdevs,v 1.143 2001/01/21 02:28:30 augustss Exp
*/
/*
@@ -58,6 +58,7 @@
#define USB_VENDOR_NEC 0x0409 /* NEC */
#define USB_VENDOR_KODAK 0x040a /* Eastman Kodak Corp. */
#define USB_VENDOR_MELCO 0x0411 /* Melco, Inc. */
+#define USB_VENDOR_CREATIVE 0x041e /* Creative */
#define USB_VENDOR_ADI 0x0422 /* ADI Systems, Inc. */
#define USB_VENDOR_CATC 0x0423 /* Computer Access Technology Corp. */
#define USB_VENDOR_GRAVIS 0x0428 /* Advanced Gravis Computer Tech. Ltd. */
@@ -88,6 +89,7 @@
#define USB_VENDOR_ACERP 0x04a5 /* Acer Peripherals, Inc. */
#define USB_VENDOR_VISIONEER 0x04a7 /* Visioneer */
#define USB_VENDOR_CANON 0x04a9 /* Canon, Inc. */
+#define USB_VENDOR_NIKON 0x04b0 /* Nikon */
#define USB_VENDOR_IBM 0x04b3 /* IBM Corporation */
#define USB_VENDOR_CYPRESS 0x04b4 /* Cypress Semiconductor */
#define USB_VENDOR_EPSON 0x04b8 /* Seiko Epson Corp. */
@@ -409,6 +411,9 @@
#define USB_PRODUCT_COREGA_ETHER_USB_T 0x0001 /* Ether USB-T */
#define USB_PRODUCT_COREGA_FETHER_USB_TX 0x0004 /* FEther USB-TX */
+/* Creative products */
+#define USB_PRODUCT_CREATIVE_NOMAD_II 0x1002 /* Nomad II MP3 player */
+
/* CTX products */
#define USB_PRODUCT_CTX_EX1300 0x9999 /* Ex1300 hub */
@@ -660,6 +665,9 @@
/* Netgear products */
#define USB_PRODUCT_NETGEAR_EA101 0x1001 /* Ethernet adapter */
+/* Nikon products */
+#define USB_PRODUCT_NIKON_E990 0x0102 /* Digital Camera E990 */
+
/* OmniVision Technologies, Inc. products */
#define USB_PRODUCT_OMNIVISION_OV511 0x0511 /* OV511 Camera */
#define USB_PRODUCT_OMNIVISION_OV511PLUS 0xa511 /* OV511+ Camera */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 3597c228067..5949b54ca8a 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs_data.h,v 1.144 2001/01/20 20:53:35 ichiro Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.145 2001/01/21 02:28:56 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.142 2001/01/20 20:53:07 ichiro Exp
+ * NetBSD: usbdevs,v 1.143 2001/01/21 02:28:30 augustss Exp
*/
/*
@@ -388,6 +388,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"FEther USB-TX",
},
{
+ USB_VENDOR_CREATIVE, USB_PRODUCT_CREATIVE_NOMAD_II,
+ 0,
+ "Creative",
+ "Nomad II MP3 player",
+ },
+ {
USB_VENDOR_CTX, USB_PRODUCT_CTX_EX1300,
0,
"Chuntex",
@@ -1228,6 +1234,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Ethernet adapter",
},
{
+ USB_VENDOR_NIKON, USB_PRODUCT_NIKON_E990,
+ 0,
+ "Nikon",
+ "Digital Camera E990",
+ },
+ {
USB_VENDOR_OMNIVISION, USB_PRODUCT_OMNIVISION_OV511,
0,
"OmniVision",
@@ -1798,6 +1810,12 @@ const struct usb_knowndev usb_knowndevs[] = {
NULL,
},
{
+ USB_VENDOR_CREATIVE, 0,
+ USB_KNOWNDEV_NOPROD,
+ "Creative",
+ NULL,
+ },
+ {
USB_VENDOR_ADI, 0,
USB_KNOWNDEV_NOPROD,
"ADI Systems, Inc.",
@@ -1978,6 +1996,12 @@ const struct usb_knowndev usb_knowndevs[] = {
NULL,
},
{
+ USB_VENDOR_NIKON, 0,
+ USB_KNOWNDEV_NOPROD,
+ "Nikon",
+ NULL,
+ },
+ {
USB_VENDOR_IBM, 0,
USB_KNOWNDEV_NOPROD,
"IBM Corporation",