summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-11-25 22:27:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-11-25 22:27:05 +0000
commit88b7bfd8f80bb0f30eeb353499f8caf283c0d92e (patch)
treec06a82f4b1a2d16539bcd0e586ed132a0ba6d3e0 /sys
parente03c2942121fbb0f571a6add0ea5c241274c127d (diff)
syc
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usbdevs.h5
-rw-r--r--sys/dev/usb/usbdevs_data.h8
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 4eaaac74e17..75b0b6dbcbc 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.327 2007/11/21 17:31:51 robert Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.328 2007/11/25 22:27:04 deraadt Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.318 2007/11/21 17:31:27 robert Exp
+ * OpenBSD: usbdevs,v 1.319 2007/11/25 22:26:55 deraadt Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -931,6 +931,7 @@
/* CMOTECH CDMA Technologies products */
#define USB_PRODUCT_CMOTECH_CM5100P 0x5523 /* CM-5100P EVDO */
#define USB_PRODUCT_CMOTECH_CCU550 0x5533 /* CCU-550 EVDO */
+#define USB_PRODUCT_CMOTECH_CNU550pro 0x5543 /* CNU-550pro EVDO */
/* Conceptronic products */
#define USB_PRODUCT_CONCEPTRONIC_C11U 0x7100 /* C11U */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index a37eec8df3f..ba8202b9348 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs_data.h,v 1.323 2007/11/21 17:31:51 robert Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.324 2007/11/25 22:27:04 deraadt Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.318 2007/11/21 17:31:27 robert Exp
+ * OpenBSD: usbdevs,v 1.319 2007/11/25 22:26:55 deraadt Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -1041,6 +1041,10 @@ const struct usb_known_product usb_known_products[] = {
"CCU-550 EVDO",
},
{
+ USB_VENDOR_CMOTECH, USB_PRODUCT_CMOTECH_CNU550pro,
+ "CNU-550pro EVDO",
+ },
+ {
USB_VENDOR_CONCEPTRONIC, USB_PRODUCT_CONCEPTRONIC_C11U,
"C11U",
},