summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2008-06-22 17:46:01 +0000
committerjmcneill <jmcneill@NetBSD.org>2008-06-22 17:46:01 +0000
commitb0ef7c658cbc42a3cd3c0d227a3f887a84cf0f2f (patch)
treeac3652a405cd4577859b95ca8aed02a735616778 /sys/dev
parent64c6729ddb47cdc482cf493f0fcdc09d63be05ac (diff)
Regen for Sony PLAYSTATION(R) Eye
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs.h6
-rw-r--r--sys/dev/usb/usbdevs_data.h16
2 files changed, 16 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index cb6ee968744..c9c52de77b7 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.498 2008/05/26 00:23:05 christos Exp $ */
+/* $NetBSD: usbdevs.h,v 1.499 2008/06/22 17:46:01 jmcneill Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.499 2008/05/11 06:42:47 cegger Exp
+ * NetBSD: usbdevs,v 1.501 2008/06/22 17:45:45 jmcneill Exp
*/
/*
@@ -452,6 +452,7 @@
#define USB_VENDOR_SHARK 0x13d2 /* Shark */
#define USB_VENDOR_PHISON 0x13fe /* Phison Electronics Corp. */
#define USB_VENDOR_NOVATEL2 0x1410 /* Novatel */
+#define USB_VENDOR_OMNIVISION2 0x1415 /* OmniVision Technologies, Inc. */
#define USB_VENDOR_WISTRONNEWEB 0x1435 /* Wistron NeWeb */
#define USB_VENDOR_HUAWEI3COM 0x1472 /* Huawei-3Com */
#define USB_VENDOR_SILICOM 0x1485 /* Silicom */
@@ -1674,6 +1675,7 @@
/* OmniVision Technologies, Inc. products */
#define USB_PRODUCT_OMNIVISION_OV511 0x0511 /* OV511 Camera */
#define USB_PRODUCT_OMNIVISION_OV511PLUS 0xa511 /* OV511+ Camera */
+#define USB_PRODUCT_OMNIVISION2_PSEYE 0x2000 /* Sony PLAYSTATION(R) Eye */
/* OnSpec Electronic, Inc. */
#define USB_PRODUCT_ONSPEC_MD2 0x0103 /* disk */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 1a59c71ac4e..5d791debb47 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.499 2008/05/26 00:23:05 christos Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.500 2008/06/22 17:46:01 jmcneill Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.499 2008/05/11 06:42:47 cegger Exp
+ * NetBSD: usbdevs,v 1.501 2008/06/22 17:45:45 jmcneill Exp
*/
/*
@@ -1603,6 +1603,10 @@ const struct usb_vendor usb_vendors[] = {
"Novatel",
},
{
+ USB_VENDOR_OMNIVISION2,
+ "OmniVision Technologies, Inc.",
+ },
+ {
USB_VENDOR_WISTRONNEWEB,
"Wistron NeWeb",
},
@@ -1827,7 +1831,7 @@ const struct usb_vendor usb_vendors[] = {
"GNU Radio USRP",
},
};
-const int usb_nvendors = 447;
+const int usb_nvendors = 448;
const struct usb_product usb_products[] = {
{
@@ -4883,6 +4887,10 @@ const struct usb_product usb_products[] = {
"OV511+ Camera",
},
{
+ USB_VENDOR_OMNIVISION2, USB_PRODUCT_OMNIVISION2_PSEYE,
+ "Sony PLAYSTATION(R) Eye",
+ },
+ {
USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_MD2,
"disk",
},
@@ -6599,4 +6607,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
-const int usb_nproducts = 1192;
+const int usb_nproducts = 1193;