summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs_data.h
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>2005-11-28 19:32:29 +0000
committeraugustss <augustss@NetBSD.org>2005-11-28 19:32:29 +0000
commit953d857bcbee96d405e8a689522d67afba404135 (patch)
treeccf4ae768708b6fbaf514068bf4d842c89900119 /sys/dev/usb/usbdevs_data.h
parent8ebe76f3d77eb22f54e3a0218fbcb76dafc25131 (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 22de7cd4edc..e3dbf2e1cc4 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.423 2005/11/18 11:31:41 hira Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.424 2005/11/28 19:32:29 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.417 2005/11/17 18:12:08 hira Exp
+ * NetBSD: usbdevs,v 1.419 2005/11/28 19:32:07 augustss Exp
*/
/*
@@ -738,6 +738,10 @@ const struct usb_vendor usb_vendors[] = {
"Avance Logic",
},
{
+ USB_VENDOR_SIEMENS2,
+ "Siemens",
+ },
+ {
USB_VENDOR_MINOLTA,
"Minolta",
},
@@ -1590,7 +1594,7 @@ const struct usb_vendor usb_vendors[] = {
"Hewlett Packard",
},
};
-const int usb_nvendors = 386;
+const int usb_nvendors = 387;
const struct usb_product usb_products[] = {
{
@@ -4802,6 +4806,10 @@ const struct usb_product usb_products[] = {
"SpeedStream USB 1022",
},
{
+ USB_VENDOR_SIEMENS2, USB_PRODUCT_SIEMENS2_MC75,
+ "Wireless Modules MC75",
+ },
+ {
USB_VENDOR_SIGMATEL, USB_PRODUCT_SIGMATEL_IRDA,
"IrDA",
},
@@ -5382,4 +5390,4 @@ const struct usb_product usb_products[] = {
"Scorpion-980N keyboard",
},
};
-const int usb_nproducts = 947;
+const int usb_nproducts = 948;