diff options
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
1 files changed, 6 insertions, 2 deletions
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", }, |