diff options
author | Yojiro Uo <yuo@cvs.openbsd.org> | 2009-05-11 08:09:58 +0000 |
---|---|---|
committer | Yojiro Uo <yuo@cvs.openbsd.org> | 2009-05-11 08:09:58 +0000 |
commit | 6c7debdd0aa4327eb584b1717b2fd562e2c2d35a (patch) | |
tree | e35348658184f89d4e9f2f19716986ed3fd5ffbe /sys | |
parent | 7473b858758e95bc58664ff4bf671194b401252f (diff) |
regen usbdevs*
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 6 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index ab7aeccbf22..929ee9f333d 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.436 2009/04/22 18:56:56 deraadt Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.437 2009/05/11 08:09:57 yuo Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.426 2009/04/22 18:56:33 deraadt Exp + * OpenBSD: usbdevs,v 1.427 2009/05/11 08:07:42 yuo Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1654,7 +1654,7 @@ /* HUAWEI products */ #define USB_PRODUCT_HUAWEI_E618 0x1001 /* HUAWEI Mobile E618 */ -#define USB_PRODUCT_HUAWEI_E220 0x1003 /* HUAWEI Mobile E220 */ +#define USB_PRODUCT_HUAWEI_E220 0x1003 /* HUAWEI Mobile Modem */ #define USB_PRODUCT_HUAWEI_E510 0x1411 /* HUAWEI Mobile E510 */ /* HUMAX products */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 86a78ab2af1..7ecc322dd3e 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.430 2009/04/22 18:56:56 deraadt Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.431 2009/05/11 08:09:57 yuo Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.426 2009/04/22 18:56:33 deraadt Exp + * OpenBSD: usbdevs,v 1.427 2009/05/11 08:07:42 yuo Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -3055,7 +3055,7 @@ const struct usb_known_product usb_known_products[] = { }, { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E220, - "HUAWEI Mobile E220", + "HUAWEI Mobile Modem", }, { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E510, |