summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarco Pfatschbacher <mpf@cvs.openbsd.org>2009-12-17 09:13:02 +0000
committerMarco Pfatschbacher <mpf@cvs.openbsd.org>2009-12-17 09:13:02 +0000
commit076b82b63eba0d349f39a97b9f56613601345be8 (patch)
tree129285e7f9daaef34bda0fa29ce018314f0896d5 /sys/dev
parenta50374584ee85f5705c91f55c1c2a1aa7228be08 (diff)
sync
Diffstat (limited to 'sys/dev')
-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 c2927b04edd..a0c4d37eef8 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.473 2009/12/16 21:40:54 deraadt Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.474 2009/12/17 09:13:01 mpf Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.463 2009/12/16 21:40:46 deraadt Exp
+ * OpenBSD: usbdevs,v 1.464 2009/12/17 09:12:06 mpf Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -1732,6 +1732,7 @@
#define USB_PRODUCT_HUAWEI_E220 0x1003 /* HUAWEI Mobile Modem */
#define USB_PRODUCT_HUAWEI_Mobile 0x1008 /* HUAWEI Mobile Modem */
#define USB_PRODUCT_HUAWEI_E510 0x1411 /* HUAWEI Mobile E510 */
+#define USB_PRODUCT_HUAWEI_E161 0x1446 /* HUAWEI Mobile E161 */
/* HUMAX products */
#define USB_PRODUCT_HUMAX_PVRSMART 0x138c /* PVR-SMART */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 5eba175714f..d5c7ad7108b 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.467 2009/12/16 21:40:54 deraadt Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.468 2009/12/17 09:13:01 mpf Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.463 2009/12/16 21:40:46 deraadt Exp
+ * OpenBSD: usbdevs,v 1.464 2009/12/17 09:12:06 mpf Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -3274,6 +3274,10 @@ const struct usb_known_product usb_known_products[] = {
"HUAWEI Mobile E510",
},
{
+ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E161,
+ "HUAWEI Mobile E161",
+ },
+ {
USB_VENDOR_HUMAX, USB_PRODUCT_HUMAX_PVRSMART,
"PVR-SMART",
},