summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorxtraeme <xtraeme@NetBSD.org>2007-11-29 18:38:43 +0000
committerxtraeme <xtraeme@NetBSD.org>2007-11-29 18:38:43 +0000
commit0976f2f10442d9a58a591ac2a04c2de5c4d79bc2 (patch)
treeea58bb2c5755d0e083dd95702813817cb2fc8fb0 /sys/dev
parent88696b51e4ff33144c0a5b6b48ac6b215292dcd8 (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs.h5
-rw-r--r--sys/dev/usb/usbdevs_data.h10
2 files changed, 10 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index d462d9bb365..706f9640049 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.486 2007/11/25 09:17:56 kiyohara Exp $ */
+/* $NetBSD: usbdevs.h,v 1.487 2007/11/29 18:38:43 xtraeme Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.487 2007/11/25 09:16:49 kiyohara Exp
+ * NetBSD: usbdevs,v 1.488 2007/11/29 18:38:22 xtraeme Exp
*/
/*
@@ -910,6 +910,7 @@
#define USB_PRODUCT_DELL_BC02 0x8000 /* BC02 Bluetooth USB Adapter */
#define USB_PRODUCT_DELL_TM1180 0x8100 /* TrueMobile 1180 WLAN */
#define USB_PRODUCT_DELL_TM350 0x8103 /* TrueMobile 350 Bluetooth USB Adapter */
+#define USB_PRODUCT_DELL_HDSPA 0x8137 /* Dell/Novatel Wireless HSDPA Modem */
/* DeLorme products */
#define USB_PRODUCT_DELORME_EARTHMATE 0x0100 /* Earthmate GPS */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 18b2ece0f4d..0ce70e2454e 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.487 2007/11/25 09:17:56 kiyohara Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.488 2007/11/29 18:38:43 xtraeme Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.487 2007/11/25 09:16:49 kiyohara Exp
+ * NetBSD: usbdevs,v 1.488 2007/11/29 18:38:22 xtraeme Exp
*/
/*
@@ -2798,6 +2798,10 @@ const struct usb_product usb_products[] = {
"TrueMobile 350 Bluetooth USB Adapter",
},
{
+ USB_VENDOR_DELL, USB_PRODUCT_DELL_HDSPA,
+ "Dell/Novatel Wireless HSDPA Modem",
+ },
+ {
USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EARTHMATE,
"Earthmate GPS",
},
@@ -6482,4 +6486,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
-const int usb_nproducts = 1165;
+const int usb_nproducts = 1166;