summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs_data.h
diff options
context:
space:
mode:
authorgdt <gdt@NetBSD.org>2006-03-25 14:13:57 +0000
committergdt <gdt@NetBSD.org>2006-03-25 14:13:57 +0000
commitbd920a1cc84a3af6d665a01562df3ed076f65a25 (patch)
treede33e3e3b4834546f11eca8ccf6735f353bce8ab /sys/dev/usb/usbdevs_data.h
parent12b4da9d32d20b7225bb5441fe2ab74c583ba90e (diff)
regen
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r--sys/dev/usb/usbdevs_data.h24
1 files changed, 20 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 60ac8ddea0b..926e69c49c5 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.428 2006/03/13 16:30:41 christos Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.429 2006/03/25 14:13:57 gdt Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.423 2006/03/13 16:29:58 christos Exp
+ * NetBSD: usbdevs,v 1.424 2006/03/25 14:12:19 gdt Exp
*/
/*
@@ -1342,6 +1342,10 @@ const struct usb_vendor usb_vendors[] = {
"Z-Com",
},
{
+ USB_VENDOR_QUALCOMM_K,
+ "Qualcomm Kyocera",
+ },
+ {
USB_VENDOR_TANGTOP,
"Tangtop",
},
@@ -1601,8 +1605,12 @@ const struct usb_vendor usb_vendors[] = {
USB_VENDOR_HP2,
"Hewlett Packard",
},
+ {
+ USB_VENDOR_USRP,
+ "GNU Radio USRP",
+ },
};
-const int usb_nvendors = 389;
+const int usb_nvendors = 391;
const struct usb_product usb_products[] = {
{
@@ -4530,6 +4538,10 @@ const struct usb_product usb_products[] = {
"CDMA Technologies MSM phone",
},
{
+ USB_VENDOR_QUALCOMM_K, USB_PRODUCT_QUALCOMM_K_CDMA_MSM_K,
+ "Qualcomm Kyocera CDMA Technologies MSM",
+ },
+ {
USB_VENDOR_QUICKSHOT, USB_PRODUCT_QUICKSHOT_STRIKEPAD,
"USB StrikePad",
},
@@ -5226,6 +5238,10 @@ const struct usb_product usb_products[] = {
"USR1120 WLAN",
},
{
+ USB_VENDOR_USRP, USB_PRODUCT_USRP_USRPv2,
+ "USRP Revision 2",
+ },
+ {
USB_VENDOR_VIDZMEDIA, USB_PRODUCT_VIDZMEDIA_MONSTERTV,
"MonsterTV P2H",
},
@@ -5422,4 +5438,4 @@ const struct usb_product usb_products[] = {
"Scorpion-980N keyboard",
},
};
-const int usb_nproducts = 954;
+const int usb_nproducts = 956;