summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs_data.h
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/usb/usbdevs_data.h
parentcd86b0a3cfc321b9559ac39595e0a85814e3a8de (diff)
Regen.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r--sys/dev/usb/usbdevs_data.h16
1 files changed, 12 insertions, 4 deletions
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;