summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormjf <mjf@NetBSD.org>2007-12-15 12:51:59 +0000
committermjf <mjf@NetBSD.org>2007-12-15 12:51:59 +0000
commite3aec4fc22f0f415c5cc7d5184f7708a879c565a (patch)
tree1385d90851add6ef22583ce3bf7c7f6cd9b5794d /sys/dev
parentcd86b0a3cfc321b9559ac39595e0a85814e3a8de (diff)
Regen.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h16
2 files changed, 18 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 78381aa4974..49a722b03e3 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.489 2007/12/09 21:26:47 smb Exp $ */
+/* $NetBSD: usbdevs.h,v 1.490 2007/12/15 12:51:59 mjf Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.491 2007/12/09 21:24:30 smb Exp
+ * NetBSD: usbdevs,v 1.492 2007/12/15 12:50:12 mjf Exp
*/
/*
@@ -509,6 +509,7 @@
#define USB_VENDOR_3COM2 0x6891 /* 3Com */
#define USB_VENDOR_INTEL 0x8086 /* Intel */
#define USB_VENDOR_MOSCHIP 0x9710 /* MosChip Semiconductor */
+#define USB_VENDOR_EMPIA 0xeb1a /* eMPIA Technology */
#define USB_VENDOR_HP2 0xf003 /* Hewlett Packard */
#define USB_VENDOR_USRP 0xfffe /* GNU Radio USRP */
@@ -987,6 +988,9 @@
#define USB_PRODUCT_ELSA_MODEM1 0x2265 /* ELSA Modem Board */
#define USB_PRODUCT_ELSA_USB2ETHERNET 0x3000 /* Microlink USB2Ethernet */
+/* eMPIA products */
+#define USB_PRODUCT_EMPIA_CAMERA 0x2761 /* Camera */
+
/* EMS products */
#define USB_PRODUCT_EMS_DUAL_SHOOTER 0x0003 /* PSX gun controller converter */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 74034443f68..84baf699d29 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.490 2007/12/09 21:26:47 smb Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.491 2007/12/15 12:52:00 mjf Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.491 2007/12/09 21:24:30 smb Exp
+ * NetBSD: usbdevs,v 1.492 2007/12/15 12:50:12 mjf Exp
*/
/*
@@ -1810,6 +1810,10 @@ const struct usb_vendor usb_vendors[] = {
"MosChip Semiconductor",
},
{
+ USB_VENDOR_EMPIA,
+ "eMPIA Technology",
+ },
+ {
USB_VENDOR_HP2,
"Hewlett Packard",
},
@@ -1818,7 +1822,7 @@ const struct usb_vendor usb_vendors[] = {
"GNU Radio USRP",
},
};
-const int usb_nvendors = 443;
+const int usb_nvendors = 444;
const struct usb_product usb_products[] = {
{
@@ -2978,6 +2982,10 @@ const struct usb_product usb_products[] = {
"Microlink USB2Ethernet",
},
{
+ USB_VENDOR_EMPIA, USB_PRODUCT_EMPIA_CAMERA,
+ "Camera",
+ },
+ {
USB_VENDOR_EMS, USB_PRODUCT_EMS_DUAL_SHOOTER,
"PSX gun controller converter",
},
@@ -6490,4 +6498,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
-const int usb_nproducts = 1167;
+const int usb_nproducts = 1168;