diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2008-06-22 17:46:01 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2008-06-22 17:46:01 +0000 |
| commit | b0ef7c658cbc42a3cd3c0d227a3f887a84cf0f2f (patch) | |
| tree | ac3652a405cd4577859b95ca8aed02a735616778 /sys/dev/usb/usbdevs_data.h | |
| parent | 64c6729ddb47cdc482cf493f0fcdc09d63be05ac (diff) | |
Regen for Sony PLAYSTATION(R) Eye
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
1 files changed, 12 insertions, 4 deletions
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; |
